Package com.vmware.vim25
Class OvfParseDescriptorResult
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.OvfParseDescriptorResult
- 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 TypeMethodDescriptionKeyValue[]getError()String[]getEula()String[]String[]booleanvoidsetAnnotatedOst(OvfConsumerOstNode annotatedOst) voidsetAnnotation(String annotation) voidsetApproximateDownloadSize(Long approximateDownloadSize) voidsetApproximateFlatDeploymentSize(Long approximateFlatDeploymentSize) voidsetApproximateSparseDeploymentSize(Long approximateSparseDeploymentSize) voidsetDefaultDeploymentOption(String defaultDeploymentOption) voidsetDefaultEntityName(String defaultEntityName) voidsetDeploymentOption(OvfDeploymentOption[] deploymentOption) voidsetEntityName(KeyValue[] entityName) voidsetError(LocalizedMethodFault[] error) voidvoidsetIpAllocationScheme(String[] ipAllocationScheme) voidsetIpProtocols(String[] ipProtocols) voidsetNetwork(OvfNetworkInfo[] network) voidsetProductInfo(VAppProductInfo productInfo) voidsetProperty(VAppPropertyInfo[] property) voidsetVirtualApp(boolean virtualApp) voidsetWarning(LocalizedMethodFault[] warning) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
eula
-
network
-
ipAllocationScheme
-
ipProtocols
-
property
-
productInfo
-
annotation
-
approximateDownloadSize
-
approximateFlatDeploymentSize
-
approximateSparseDeploymentSize
-
defaultEntityName
-
virtualApp
public boolean virtualApp -
deploymentOption
-
defaultDeploymentOption
-
entityName
-
annotatedOst
-
error
-
warning
-
-
Constructor Details
-
OvfParseDescriptorResult
public OvfParseDescriptorResult()
-
-
Method Details
-
getEula
-
getNetwork
-
getIpAllocationScheme
-
getIpProtocols
-
getProperty
-
getProductInfo
-
getAnnotation
-
getApproximateDownloadSize
-
getApproximateFlatDeploymentSize
-
getApproximateSparseDeploymentSize
-
getDefaultEntityName
-
isVirtualApp
public boolean isVirtualApp() -
getDeploymentOption
-
getDefaultDeploymentOption
-
getEntityName
-
getAnnotatedOst
-
getError
-
getWarning
-
setEula
-
setNetwork
-
setIpAllocationScheme
-
setIpProtocols
-
setProperty
-
setProductInfo
-
setAnnotation
-
setApproximateDownloadSize
-
setApproximateFlatDeploymentSize
-
setApproximateSparseDeploymentSize
-
setDefaultEntityName
-
setVirtualApp
public void setVirtualApp(boolean virtualApp) -
setDeploymentOption
-
setDefaultDeploymentOption
-
setEntityName
-
setAnnotatedOst
-
setError
-
setWarning
-