public class VAppCloneSpec extends DynamicData
Java class for VAppCloneSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VAppCloneSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="location" type="{urn:vim25}ManagedObjectReference"/>
<element name="host" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="resourceSpec" type="{urn:vim25}ResourceConfigSpec" minOccurs="0"/>
<element name="vmFolder" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="networkMapping" type="{urn:vim25}VAppCloneSpecNetworkMappingPair" maxOccurs="unbounded" minOccurs="0"/>
<element name="property" type="{urn:vim25}KeyValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="resourceMapping" type="{urn:vim25}VAppCloneSpecResourceMap" maxOccurs="unbounded" minOccurs="0"/>
<element name="provisioning" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
host |
protected ManagedObjectReference |
location |
protected List<VAppCloneSpecNetworkMappingPair> |
networkMapping |
protected List<KeyValue> |
property |
protected String |
provisioning |
protected List<VAppCloneSpecResourceMap> |
resourceMapping |
protected ResourceConfigSpec |
resourceSpec |
protected ManagedObjectReference |
vmFolder |
| Constructor and Description |
|---|
VAppCloneSpec() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
ManagedObjectReference |
getLocation()
Gets the value of the location property.
|
List<VAppCloneSpecNetworkMappingPair> |
getNetworkMapping()
Gets the value of the networkMapping property.
|
List<KeyValue> |
getProperty()
Gets the value of the property property.
|
String |
getProvisioning()
Gets the value of the provisioning property.
|
List<VAppCloneSpecResourceMap> |
getResourceMapping()
Gets the value of the resourceMapping property.
|
ResourceConfigSpec |
getResourceSpec()
Gets the value of the resourceSpec property.
|
ManagedObjectReference |
getVmFolder()
Gets the value of the vmFolder property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setLocation(ManagedObjectReference value)
Sets the value of the location property.
|
void |
setProvisioning(String value)
Sets the value of the provisioning property.
|
void |
setResourceSpec(ResourceConfigSpec value)
Sets the value of the resourceSpec property.
|
void |
setVmFolder(ManagedObjectReference value)
Sets the value of the vmFolder property.
|
protected ManagedObjectReference location
protected ManagedObjectReference host
protected ResourceConfigSpec resourceSpec
protected ManagedObjectReference vmFolder
protected List<VAppCloneSpecNetworkMappingPair> networkMapping
protected List<VAppCloneSpecResourceMap> resourceMapping
protected String provisioning
public ManagedObjectReference getLocation()
ManagedObjectReferencepublic void setLocation(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ResourceConfigSpec getResourceSpec()
ResourceConfigSpecpublic void setResourceSpec(ResourceConfigSpec value)
value - allowed object is
ResourceConfigSpecpublic ManagedObjectReference getVmFolder()
ManagedObjectReferencepublic void setVmFolder(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic List<VAppCloneSpecNetworkMappingPair> getNetworkMapping()
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 networkMapping property.
For example, to add a new item, do as follows:
getNetworkMapping().add(newItem);
Objects of the following type(s) are allowed in the list
VAppCloneSpecNetworkMappingPair
public List<KeyValue> 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
KeyValue
public List<VAppCloneSpecResourceMap> getResourceMapping()
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 resourceMapping property.
For example, to add a new item, do as follows:
getResourceMapping().add(newItem);
Objects of the following type(s) are allowed in the list
VAppCloneSpecResourceMap
public String getProvisioning()
StringCopyright © 2018. All rights reserved.