public class CreateImportSpecRequestType extends Object
Java class for CreateImportSpecRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateImportSpecRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="ovfDescriptor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourcePool" type="{urn:vim25}ManagedObjectReference"/>
<element name="datastore" type="{urn:vim25}ManagedObjectReference"/>
<element name="cisp" type="{urn:vim25}OvfCreateImportSpecParams"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected OvfCreateImportSpecParams |
cisp |
protected ManagedObjectReference |
datastore |
protected String |
ovfDescriptor |
protected ManagedObjectReference |
resourcePool |
| Constructor and Description |
|---|
CreateImportSpecRequestType() |
| Modifier and Type | Method and Description |
|---|---|
OvfCreateImportSpecParams |
getCisp()
Gets the value of the cisp property.
|
ManagedObjectReference |
getDatastore()
Gets the value of the datastore property.
|
String |
getOvfDescriptor()
Gets the value of the ovfDescriptor property.
|
ManagedObjectReference |
getResourcePool()
Gets the value of the resourcePool property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setCisp(OvfCreateImportSpecParams value)
Sets the value of the cisp property.
|
void |
setDatastore(ManagedObjectReference value)
Sets the value of the datastore property.
|
void |
setOvfDescriptor(String value)
Sets the value of the ovfDescriptor property.
|
void |
setResourcePool(ManagedObjectReference value)
Sets the value of the resourcePool property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String ovfDescriptor
protected ManagedObjectReference resourcePool
protected ManagedObjectReference datastore
protected OvfCreateImportSpecParams cisp
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getOvfDescriptor()
Stringpublic void setOvfDescriptor(String value)
value - allowed object is
Stringpublic ManagedObjectReference getResourcePool()
ManagedObjectReferencepublic void setResourcePool(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic ManagedObjectReference getDatastore()
ManagedObjectReferencepublic void setDatastore(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic OvfCreateImportSpecParams getCisp()
OvfCreateImportSpecParamspublic void setCisp(OvfCreateImportSpecParams value)
value - allowed object is
OvfCreateImportSpecParamsCopyright © 2018. All rights reserved.