public class OvfParseDescriptorResult extends DynamicData
Java class for OvfParseDescriptorResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OvfParseDescriptorResult">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="eula" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="network" type="{urn:vim25}OvfNetworkInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipAllocationScheme" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipProtocols" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{urn:vim25}VAppPropertyInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="productInfo" type="{urn:vim25}VAppProductInfo" minOccurs="0"/>
<element name="annotation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="approximateDownloadSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="approximateFlatDeploymentSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="approximateSparseDeploymentSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="defaultEntityName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="virtualApp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="deploymentOption" type="{urn:vim25}OvfDeploymentOption" maxOccurs="unbounded" minOccurs="0"/>
<element name="defaultDeploymentOption" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entityName" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="annotatedOst" type="{urn:vim25}OvfConsumerOstNode" minOccurs="0"/>
<element name="error" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
<element name="warning" type="{urn:vim25}LocalizedMethodFault" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OvfConsumerOstNode |
annotatedOst |
protected String |
annotation |
protected Long |
approximateDownloadSize |
protected Long |
approximateFlatDeploymentSize |
protected Long |
approximateSparseDeploymentSize |
protected String |
defaultDeploymentOption |
protected String |
defaultEntityName |
protected List<OvfDeploymentOption> |
deploymentOption |
protected List<KeyValue> |
entityName |
protected List<LocalizedMethodFault> |
error |
protected List<String> |
eula |
protected List<String> |
ipAllocationScheme |
protected List<String> |
ipProtocols |
protected List<OvfNetworkInfo> |
network |
protected VAppProductInfo |
productInfo |
protected List<VAppPropertyInfo> |
property |
protected boolean |
virtualApp |
protected List<LocalizedMethodFault> |
warning |
| Constructor and Description |
|---|
OvfParseDescriptorResult() |
| Modifier and Type | Method and Description |
|---|---|
OvfConsumerOstNode |
getAnnotatedOst()
Gets the value of the annotatedOst property.
|
String |
getAnnotation()
Gets the value of the annotation property.
|
Long |
getApproximateDownloadSize()
Gets the value of the approximateDownloadSize property.
|
Long |
getApproximateFlatDeploymentSize()
Gets the value of the approximateFlatDeploymentSize property.
|
Long |
getApproximateSparseDeploymentSize()
Gets the value of the approximateSparseDeploymentSize property.
|
String |
getDefaultDeploymentOption()
Gets the value of the defaultDeploymentOption property.
|
String |
getDefaultEntityName()
Gets the value of the defaultEntityName property.
|
List<OvfDeploymentOption> |
getDeploymentOption()
Gets the value of the deploymentOption property.
|
List<KeyValue> |
getEntityName()
Gets the value of the entityName property.
|
List<LocalizedMethodFault> |
getError()
Gets the value of the error property.
|
List<String> |
getEula()
Gets the value of the eula property.
|
List<String> |
getIpAllocationScheme()
Gets the value of the ipAllocationScheme property.
|
List<String> |
getIpProtocols()
Gets the value of the ipProtocols property.
|
List<OvfNetworkInfo> |
getNetwork()
Gets the value of the network property.
|
VAppProductInfo |
getProductInfo()
Gets the value of the productInfo property.
|
List<VAppPropertyInfo> |
getProperty()
Gets the value of the property property.
|
List<LocalizedMethodFault> |
getWarning()
Gets the value of the warning property.
|
boolean |
isVirtualApp()
Gets the value of the virtualApp property.
|
void |
setAnnotatedOst(OvfConsumerOstNode value)
Sets the value of the annotatedOst property.
|
void |
setAnnotation(String value)
Sets the value of the annotation property.
|
void |
setApproximateDownloadSize(Long value)
Sets the value of the approximateDownloadSize property.
|
void |
setApproximateFlatDeploymentSize(Long value)
Sets the value of the approximateFlatDeploymentSize property.
|
void |
setApproximateSparseDeploymentSize(Long value)
Sets the value of the approximateSparseDeploymentSize property.
|
void |
setDefaultDeploymentOption(String value)
Sets the value of the defaultDeploymentOption property.
|
void |
setDefaultEntityName(String value)
Sets the value of the defaultEntityName property.
|
void |
setProductInfo(VAppProductInfo value)
Sets the value of the productInfo property.
|
void |
setVirtualApp(boolean value)
Sets the value of the virtualApp property.
|
protected List<OvfNetworkInfo> network
protected List<VAppPropertyInfo> property
protected VAppProductInfo productInfo
protected String annotation
protected Long approximateDownloadSize
protected Long approximateFlatDeploymentSize
protected Long approximateSparseDeploymentSize
protected String defaultEntityName
protected boolean virtualApp
protected List<OvfDeploymentOption> deploymentOption
protected String defaultDeploymentOption
protected OvfConsumerOstNode annotatedOst
protected List<LocalizedMethodFault> error
protected List<LocalizedMethodFault> warning
public List<String> getEula()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eula property.
For example, to add a new item, do as follows:
getEula().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<OvfNetworkInfo> getNetwork()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the network property.
For example, to add a new item, do as follows:
getNetwork().add(newItem);
Objects of the following type(s) are allowed in the list
OvfNetworkInfo
public List<String> getIpAllocationScheme()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ipAllocationScheme property.
For example, to add a new item, do as follows:
getIpAllocationScheme().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getIpProtocols()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ipProtocols property.
For example, to add a new item, do as follows:
getIpProtocols().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<VAppPropertyInfo> getProperty()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
VAppPropertyInfo
public VAppProductInfo getProductInfo()
VAppProductInfopublic void setProductInfo(VAppProductInfo value)
value - allowed object is
VAppProductInfopublic String getAnnotation()
Stringpublic void setAnnotation(String value)
value - allowed object is
Stringpublic Long getApproximateDownloadSize()
Longpublic void setApproximateDownloadSize(Long value)
value - allowed object is
Longpublic Long getApproximateFlatDeploymentSize()
Longpublic void setApproximateFlatDeploymentSize(Long value)
value - allowed object is
Longpublic Long getApproximateSparseDeploymentSize()
Longpublic void setApproximateSparseDeploymentSize(Long value)
value - allowed object is
Longpublic String getDefaultEntityName()
Stringpublic void setDefaultEntityName(String value)
value - allowed object is
Stringpublic boolean isVirtualApp()
public void setVirtualApp(boolean value)
public List<OvfDeploymentOption> getDeploymentOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deploymentOption property.
For example, to add a new item, do as follows:
getDeploymentOption().add(newItem);
Objects of the following type(s) are allowed in the list
OvfDeploymentOption
public String getDefaultDeploymentOption()
Stringpublic void setDefaultDeploymentOption(String value)
value - allowed object is
Stringpublic List<KeyValue> getEntityName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entityName property.
For example, to add a new item, do as follows:
getEntityName().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValue
public OvfConsumerOstNode getAnnotatedOst()
OvfConsumerOstNodepublic void setAnnotatedOst(OvfConsumerOstNode value)
value - allowed object is
OvfConsumerOstNodepublic List<LocalizedMethodFault> getError()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
public List<LocalizedMethodFault> getWarning()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the warning property.
For example, to add a new item, do as follows:
getWarning().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedMethodFault
Copyright © 2018. All rights reserved.