Class OvfParseDescriptorResult

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.OvfParseDescriptorResult
All Implemented Interfaces:
Serializable

public class OvfParseDescriptorResult extends DynamicData
See Also:
  • Field Details

    • eula

      public String[] eula
    • network

      public OvfNetworkInfo[] network
    • ipAllocationScheme

      public String[] ipAllocationScheme
    • ipProtocols

      public String[] ipProtocols
    • property

      public VAppPropertyInfo[] property
    • productInfo

      public VAppProductInfo productInfo
    • annotation

      public String annotation
    • approximateDownloadSize

      public Long approximateDownloadSize
    • approximateFlatDeploymentSize

      public Long approximateFlatDeploymentSize
    • approximateSparseDeploymentSize

      public Long approximateSparseDeploymentSize
    • defaultEntityName

      public String defaultEntityName
    • virtualApp

      public boolean virtualApp
    • deploymentOption

      public OvfDeploymentOption[] deploymentOption
    • defaultDeploymentOption

      public String defaultDeploymentOption
    • entityName

      public KeyValue[] entityName
    • annotatedOst

      public OvfConsumerOstNode annotatedOst
    • error

      public LocalizedMethodFault[] error
    • warning

      public LocalizedMethodFault[] warning
  • Constructor Details

    • OvfParseDescriptorResult

      public OvfParseDescriptorResult()
  • Method Details

    • getEula

      public String[] getEula()
    • getNetwork

      public OvfNetworkInfo[] getNetwork()
    • getIpAllocationScheme

      public String[] getIpAllocationScheme()
    • getIpProtocols

      public String[] getIpProtocols()
    • getProperty

      public VAppPropertyInfo[] getProperty()
    • getProductInfo

      public VAppProductInfo getProductInfo()
    • getAnnotation

      public String getAnnotation()
    • getApproximateDownloadSize

      public Long getApproximateDownloadSize()
    • getApproximateFlatDeploymentSize

      public Long getApproximateFlatDeploymentSize()
    • getApproximateSparseDeploymentSize

      public Long getApproximateSparseDeploymentSize()
    • getDefaultEntityName

      public String getDefaultEntityName()
    • isVirtualApp

      public boolean isVirtualApp()
    • getDeploymentOption

      public OvfDeploymentOption[] getDeploymentOption()
    • getDefaultDeploymentOption

      public String getDefaultDeploymentOption()
    • getEntityName

      public KeyValue[] getEntityName()
    • getAnnotatedOst

      public OvfConsumerOstNode getAnnotatedOst()
    • getError

      public LocalizedMethodFault[] getError()
    • getWarning

      public LocalizedMethodFault[] getWarning()
    • setEula

      public void setEula(String[] eula)
    • setNetwork

      public void setNetwork(OvfNetworkInfo[] network)
    • setIpAllocationScheme

      public void setIpAllocationScheme(String[] ipAllocationScheme)
    • setIpProtocols

      public void setIpProtocols(String[] ipProtocols)
    • setProperty

      public void setProperty(VAppPropertyInfo[] property)
    • setProductInfo

      public void setProductInfo(VAppProductInfo productInfo)
    • setAnnotation

      public void setAnnotation(String annotation)
    • setApproximateDownloadSize

      public void setApproximateDownloadSize(Long approximateDownloadSize)
    • setApproximateFlatDeploymentSize

      public void setApproximateFlatDeploymentSize(Long approximateFlatDeploymentSize)
    • setApproximateSparseDeploymentSize

      public void setApproximateSparseDeploymentSize(Long approximateSparseDeploymentSize)
    • setDefaultEntityName

      public void setDefaultEntityName(String defaultEntityName)
    • setVirtualApp

      public void setVirtualApp(boolean virtualApp)
    • setDeploymentOption

      public void setDeploymentOption(OvfDeploymentOption[] deploymentOption)
    • setDefaultDeploymentOption

      public void setDefaultDeploymentOption(String defaultDeploymentOption)
    • setEntityName

      public void setEntityName(KeyValue[] entityName)
    • setAnnotatedOst

      public void setAnnotatedOst(OvfConsumerOstNode annotatedOst)
    • setError

      public void setError(LocalizedMethodFault[] error)
    • setWarning

      public void setWarning(LocalizedMethodFault[] warning)