public class VirtualAppImportSpec extends ImportSpec
Java class for VirtualAppImportSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualAppImportSpec">
<complexContent>
<extension base="{urn:vim25}ImportSpec">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vAppConfigSpec" type="{urn:vim25}VAppConfigSpec"/>
<element name="resourcePoolSpec" type="{urn:vim25}ResourceConfigSpec"/>
<element name="child" type="{urn:vim25}ImportSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ImportSpec> |
child |
protected String |
name |
protected ResourceConfigSpec |
resourcePoolSpec |
protected VAppConfigSpec |
vAppConfigSpec |
entityConfig, instantiationOst| Constructor and Description |
|---|
VirtualAppImportSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<ImportSpec> |
getChild()
Gets the value of the child property.
|
String |
getName()
Gets the value of the name property.
|
ResourceConfigSpec |
getResourcePoolSpec()
Gets the value of the resourcePoolSpec property.
|
VAppConfigSpec |
getVAppConfigSpec()
Gets the value of the vAppConfigSpec property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResourcePoolSpec(ResourceConfigSpec value)
Sets the value of the resourcePoolSpec property.
|
void |
setVAppConfigSpec(VAppConfigSpec value)
Sets the value of the vAppConfigSpec property.
|
getEntityConfig, getInstantiationOst, setEntityConfig, setInstantiationOstprotected String name
protected VAppConfigSpec vAppConfigSpec
protected ResourceConfigSpec resourcePoolSpec
protected List<ImportSpec> child
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic VAppConfigSpec getVAppConfigSpec()
VAppConfigSpecpublic void setVAppConfigSpec(VAppConfigSpec value)
value - allowed object is
VAppConfigSpecpublic ResourceConfigSpec getResourcePoolSpec()
ResourceConfigSpecpublic void setResourcePoolSpec(ResourceConfigSpec value)
value - allowed object is
ResourceConfigSpecpublic List<ImportSpec> getChild()
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 child property.
For example, to add a new item, do as follows:
getChild().add(newItem);
Objects of the following type(s) are allowed in the list
ImportSpec
Copyright © 2018. All rights reserved.