public class VAppConfigInfo extends VmConfigInfo
Java class for VAppConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppConfigInfo">
<complexContent>
<extension base="{urn:vim25}VmConfigInfo">
<sequence>
<element name="entityConfig" type="{urn:vim25}VAppEntityConfigInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="annotation" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="instanceUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="managedBy" type="{urn:vim25}ManagedByInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
annotation |
protected List<VAppEntityConfigInfo> |
entityConfig |
protected String |
instanceUuid |
protected ManagedByInfo |
managedBy |
eula, installBootRequired, installBootStopDelay, ipAssignment, ovfEnvironmentTransport, ovfSection, product, property| Constructor and Description |
|---|
VAppConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotation()
Gets the value of the annotation property.
|
List<VAppEntityConfigInfo> |
getEntityConfig()
Gets the value of the entityConfig property.
|
String |
getInstanceUuid()
Gets the value of the instanceUuid property.
|
ManagedByInfo |
getManagedBy()
Gets the value of the managedBy property.
|
void |
setAnnotation(String value)
Sets the value of the annotation property.
|
void |
setInstanceUuid(String value)
Sets the value of the instanceUuid property.
|
void |
setManagedBy(ManagedByInfo value)
Sets the value of the managedBy property.
|
getEula, getInstallBootStopDelay, getIpAssignment, getOvfEnvironmentTransport, getOvfSection, getProduct, getProperty, isInstallBootRequired, setInstallBootRequired, setInstallBootStopDelay, setIpAssignmentprotected List<VAppEntityConfigInfo> entityConfig
protected String annotation
protected String instanceUuid
protected ManagedByInfo managedBy
public List<VAppEntityConfigInfo> getEntityConfig()
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 entityConfig property.
For example, to add a new item, do as follows:
getEntityConfig().add(newItem);
Objects of the following type(s) are allowed in the list
VAppEntityConfigInfo
public String getAnnotation()
Stringpublic void setAnnotation(String value)
value - allowed object is
Stringpublic String getInstanceUuid()
Stringpublic void setInstanceUuid(String value)
value - allowed object is
Stringpublic ManagedByInfo getManagedBy()
ManagedByInfopublic void setManagedBy(ManagedByInfo value)
value - allowed object is
ManagedByInfoCopyright © 2018. All rights reserved.