Package com.vmware.vim25
Class OvfValidateHostResult
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.OvfValidateHostResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()String[]voidsetDownloadSize(Long downloadSize) voidsetError(LocalizedMethodFault[] error) voidsetFlatDeploymentSize(Long flatDeploymentSize) voidsetSparseDeploymentSize(Long sparseDeploymentSize) voidsetSupportedDiskProvisioning(String[] supportedDiskProvisioning) voidsetWarning(LocalizedMethodFault[] warning) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
downloadSize
-
flatDeploymentSize
-
sparseDeploymentSize
-
error
-
warning
-
supportedDiskProvisioning
-
-
Constructor Details
-
OvfValidateHostResult
public OvfValidateHostResult()
-
-
Method Details
-
getDownloadSize
-
getFlatDeploymentSize
-
getSparseDeploymentSize
-
getError
-
getWarning
-
getSupportedDiskProvisioning
-
setDownloadSize
-
setFlatDeploymentSize
-
setSparseDeploymentSize
-
setError
-
setWarning
-
setSupportedDiskProvisioning
-