public class VmConfigInfo extends DynamicData
Java class for VmConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="product" type="{urn:vim25}VAppProductInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{urn:vim25}VAppPropertyInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="ipAssignment" type="{urn:vim25}VAppIPAssignmentInfo"/>
<element name="eula" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ovfSection" type="{urn:vim25}VAppOvfSectionInfo" 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"/>
<element name="installBootStopDelay" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
eula |
protected boolean |
installBootRequired |
protected int |
installBootStopDelay |
protected VAppIPAssignmentInfo |
ipAssignment |
protected List<String> |
ovfEnvironmentTransport |
protected List<VAppOvfSectionInfo> |
ovfSection |
protected List<VAppProductInfo> |
product |
protected List<VAppPropertyInfo> |
property |
| Constructor and Description |
|---|
VmConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEula()
Gets the value of the eula property.
|
int |
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<VAppOvfSectionInfo> |
getOvfSection()
Gets the value of the ovfSection property.
|
List<VAppProductInfo> |
getProduct()
Gets the value of the product property.
|
List<VAppPropertyInfo> |
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(int value)
Sets the value of the installBootStopDelay property.
|
void |
setIpAssignment(VAppIPAssignmentInfo value)
Sets the value of the ipAssignment property.
|
protected List<VAppProductInfo> product
protected List<VAppPropertyInfo> property
protected VAppIPAssignmentInfo ipAssignment
protected List<VAppOvfSectionInfo> ovfSection
protected boolean installBootRequired
protected int installBootStopDelay
public List<VAppProductInfo> 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
VAppProductInfo
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 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<VAppOvfSectionInfo> 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
VAppOvfSectionInfo
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()
public void setInstallBootRequired(boolean value)
public int getInstallBootStopDelay()
public void setInstallBootStopDelay(int value)
Copyright © 2018. All rights reserved.