com.hyper9.simdk.stubs.dao
Class OvfParseDescriptorResult
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.OvfParseDescriptorResult
- All Implemented Interfaces:
- Serializable
public class OvfParseDescriptorResult
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
OvfParseDescriptorResult
public OvfParseDescriptorResult()
getEula
public List<String> getEula()
setEula
public void setEula(List<String> toSet)
getNetwork
public List<OvfNetworkInfo> getNetwork()
setNetwork
public void setNetwork(List<OvfNetworkInfo> toSet)
getIpAllocationScheme
public List<String> getIpAllocationScheme()
setIpAllocationScheme
public void setIpAllocationScheme(List<String> toSet)
getIpProtocols
public List<String> getIpProtocols()
setIpProtocols
public void setIpProtocols(List<String> toSet)
getProperty
public List<VAppPropertyInfo> getProperty()
setProperty
public void setProperty(List<VAppPropertyInfo> toSet)
getProductInfo
public VAppProductInfo getProductInfo()
setProductInfo
public void setProductInfo(VAppProductInfo toSet)
getAnnotation
public String getAnnotation()
setAnnotation
public void setAnnotation(String toSet)
getApproximateDownloadSize
public Long getApproximateDownloadSize()
setApproximateDownloadSize
public void setApproximateDownloadSize(Long toSet)
getApproximateFlatDeploymentSize
public Long getApproximateFlatDeploymentSize()
setApproximateFlatDeploymentSize
public void setApproximateFlatDeploymentSize(Long toSet)
getApproximateSparseDeploymentSize
public Long getApproximateSparseDeploymentSize()
setApproximateSparseDeploymentSize
public void setApproximateSparseDeploymentSize(Long toSet)
getDefaultEntityName
public String getDefaultEntityName()
setDefaultEntityName
public void setDefaultEntityName(String toSet)
getVirtualApp
public Boolean getVirtualApp()
setVirtualApp
public void setVirtualApp(Boolean toSet)
getDeploymentOption
public List<OvfDeploymentOption> getDeploymentOption()
setDeploymentOption
public void setDeploymentOption(List<OvfDeploymentOption> toSet)
getDefaultDeploymentOption
public String getDefaultDeploymentOption()
setDefaultDeploymentOption
public void setDefaultDeploymentOption(String toSet)
getError
public List<LocalizedMethodFault> getError()
setError
public void setError(List<LocalizedMethodFault> toSet)
getWarning
public List<LocalizedMethodFault> getWarning()
setWarning
public void setWarning(List<LocalizedMethodFault> toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.