public class CreateDescriptorRequestType extends Object
Java class for CreateDescriptorRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateDescriptorRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="obj" type="{urn:vim25}ManagedObjectReference"/>
<element name="cdp" type="{urn:vim25}OvfCreateDescriptorParams"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected OvfCreateDescriptorParams |
cdp |
protected ManagedObjectReference |
obj |
| Constructor and Description |
|---|
CreateDescriptorRequestType() |
| Modifier and Type | Method and Description |
|---|---|
OvfCreateDescriptorParams |
getCdp()
Gets the value of the cdp property.
|
ManagedObjectReference |
getObj()
Gets the value of the obj property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setCdp(OvfCreateDescriptorParams value)
Sets the value of the cdp property.
|
void |
setObj(ManagedObjectReference value)
Sets the value of the obj property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected ManagedObjectReference obj
protected OvfCreateDescriptorParams cdp
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getObj()
ManagedObjectReferencepublic void setObj(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic OvfCreateDescriptorParams getCdp()
OvfCreateDescriptorParamspublic void setCdp(OvfCreateDescriptorParams value)
value - allowed object is
OvfCreateDescriptorParamsCopyright © 2018. All rights reserved.