public class CloneVAppRequestType extends Object
Java class for CloneVAppRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloneVAppRequestType">
<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="target" type="{urn:vim25}ManagedObjectReference"/>
<element name="spec" type="{urn:vim25}VAppCloneSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
name |
protected VAppCloneSpec |
spec |
protected ManagedObjectReference |
target |
| Constructor and Description |
|---|
CloneVAppRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
VAppCloneSpec |
getSpec()
Gets the value of the spec property.
|
ManagedObjectReference |
getTarget()
Gets the value of the target property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSpec(VAppCloneSpec value)
Sets the value of the spec property.
|
void |
setTarget(ManagedObjectReference value)
Sets the value of the target property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String name
protected ManagedObjectReference target
protected VAppCloneSpec spec
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 ManagedObjectReference getTarget()
ManagedObjectReferencepublic void setTarget(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic VAppCloneSpec getSpec()
VAppCloneSpecpublic void setSpec(VAppCloneSpec value)
value - allowed object is
VAppCloneSpecCopyright © 2018. All rights reserved.