public class CreateVAppRequestType extends Object
Java class for CreateVAppRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateVAppRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resSpec" type="{urn:vim25}ResourceConfigSpec"/>
<element name="configSpec" type="{urn:vim25}VAppConfigSpec"/>
<element name="vmFolder" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected VAppConfigSpec |
configSpec |
protected String |
name |
protected ResourceConfigSpec |
resSpec |
protected ManagedObjectReference |
vmFolder |
| Constructor and Description |
|---|
CreateVAppRequestType() |
| Modifier and Type | Method and Description |
|---|---|
VAppConfigSpec |
getConfigSpec()
Gets the value of the configSpec property.
|
String |
getName()
Gets the value of the name property.
|
ResourceConfigSpec |
getResSpec()
Gets the value of the resSpec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
ManagedObjectReference |
getVmFolder()
Gets the value of the vmFolder property.
|
void |
setConfigSpec(VAppConfigSpec value)
Sets the value of the configSpec property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResSpec(ResourceConfigSpec value)
Sets the value of the resSpec property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVmFolder(ManagedObjectReference value)
Sets the value of the vmFolder property.
|
protected ManagedObjectReference _this
protected String name
protected ResourceConfigSpec resSpec
protected VAppConfigSpec configSpec
protected ManagedObjectReference vmFolder
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ResourceConfigSpec getResSpec()
ResourceConfigSpecpublic void setResSpec(ResourceConfigSpec value)
value - allowed object is
ResourceConfigSpecpublic VAppConfigSpec getConfigSpec()
VAppConfigSpecpublic void setConfigSpec(VAppConfigSpec value)
value - allowed object is
VAppConfigSpecpublic ManagedObjectReference getVmFolder()
ManagedObjectReferencepublic void setVmFolder(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.