public class CloneVMRequestType extends Object
Java class for CloneVMRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloneVMRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="folder" type="{urn:vim25}ManagedObjectReference"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spec" type="{urn:vim25}VirtualMachineCloneSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
folder |
protected String |
name |
protected VirtualMachineCloneSpec |
spec |
| Constructor and Description |
|---|
CloneVMRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getFolder()
Gets the value of the folder property.
|
String |
getName()
Gets the value of the name property.
|
VirtualMachineCloneSpec |
getSpec()
Gets the value of the spec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setFolder(ManagedObjectReference value)
Sets the value of the folder property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSpec(VirtualMachineCloneSpec value)
Sets the value of the spec property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference folder
protected String name
protected VirtualMachineCloneSpec spec
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getFolder()
ManagedObjectReferencepublic void setFolder(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic VirtualMachineCloneSpec getSpec()
VirtualMachineCloneSpecpublic void setSpec(VirtualMachineCloneSpec value)
value - allowed object is
VirtualMachineCloneSpecCopyright © 2018. All rights reserved.