public class VmConfigSpec extends DynamicData
Java class for VmConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="product" type="{urn:vim25}VAppProductSpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{urn:vim25}VAppPropertySpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipAssignment" type="{urn:vim25}VAppIPAssignmentInfo" minOccurs="0"/>
<element name="eula" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ovfSection" type="{urn:vim25}VAppOvfSectionSpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="ovfEnvironmentTransport" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="installBootRequired" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="installBootStopDelay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
eula |
protected Boolean |
installBootRequired |
protected Integer |
installBootStopDelay |
protected VAppIPAssignmentInfo |
ipAssignment |
protected List<String> |
ovfEnvironmentTransport |
protected List<VAppOvfSectionSpec> |
ovfSection |
protected List<VAppProductSpec> |
product |
protected List<VAppPropertySpec> |
property |
| Constructor and Description |
|---|
VmConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEula()
Gets the value of the eula property.
|
Integer |
getInstallBootStopDelay()
Gets the value of the installBootStopDelay property.
|
VAppIPAssignmentInfo |
getIpAssignment()
Gets the value of the ipAssignment property.
|
List<String> |
getOvfEnvironmentTransport()
Gets the value of the ovfEnvironmentTransport property.
|
List<VAppOvfSectionSpec> |
getOvfSection()
Gets the value of the ovfSection property.
|
List<VAppProductSpec> |
getProduct()
Gets the value of the product property.
|
List<VAppPropertySpec> |
getProperty()
Gets the value of the property property.
|
Boolean |
isInstallBootRequired()
Gets the value of the installBootRequired property.
|
void |
setInstallBootRequired(Boolean value)
Sets the value of the installBootRequired property.
|
void |
setInstallBootStopDelay(Integer value)
Sets the value of the installBootStopDelay property.
|
void |
setIpAssignment(VAppIPAssignmentInfo value)
Sets the value of the ipAssignment property.
|
protected List<VAppProductSpec> product
protected List<VAppPropertySpec> property
protected VAppIPAssignmentInfo ipAssignment
protected List<VAppOvfSectionSpec> ovfSection
protected Boolean installBootRequired
protected Integer installBootStopDelay
public List<VAppProductSpec> getProduct()
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 product property.
For example, to add a new item, do as follows:
getProduct().add(newItem);
Objects of the following type(s) are allowed in the list
VAppProductSpec
public List<VAppPropertySpec> 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
VAppPropertySpec
public VAppIPAssignmentInfo getIpAssignment()
VAppIPAssignmentInfopublic void setIpAssignment(VAppIPAssignmentInfo value)
value - allowed object is
VAppIPAssignmentInfopublic 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<VAppOvfSectionSpec> getOvfSection()
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 ovfSection property.
For example, to add a new item, do as follows:
getOvfSection().add(newItem);
Objects of the following type(s) are allowed in the list
VAppOvfSectionSpec
public List<String> getOvfEnvironmentTransport()
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 ovfEnvironmentTransport property.
For example, to add a new item, do as follows:
getOvfEnvironmentTransport().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isInstallBootRequired()
Booleanpublic void setInstallBootRequired(Boolean value)
value - allowed object is
Booleanpublic Integer getInstallBootStopDelay()
IntegerCopyright © 2018. All rights reserved.