public class ImportUnmanagedSnapshotRequestType extends Object
Java class for ImportUnmanagedSnapshotRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportUnmanagedSnapshotRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="vdisk" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="datacenter" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="vvolId" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected ManagedObjectReference |
datacenter |
protected String |
vdisk |
protected String |
vvolId |
| Constructor and Description |
|---|
ImportUnmanagedSnapshotRequestType() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getDatacenter()
Gets the value of the datacenter property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
String |
getVdisk()
Gets the value of the vdisk property.
|
String |
getVvolId()
Gets the value of the vvolId property.
|
void |
setDatacenter(ManagedObjectReference value)
Sets the value of the datacenter property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setVdisk(String value)
Sets the value of the vdisk property.
|
void |
setVvolId(String value)
Sets the value of the vvolId property.
|
protected ManagedObjectReference _this
protected String vdisk
protected ManagedObjectReference datacenter
protected String vvolId
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVdisk()
Stringpublic void setVdisk(String value)
value - allowed object is
Stringpublic ManagedObjectReference getDatacenter()
ManagedObjectReferencepublic void setDatacenter(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getVvolId()
StringCopyright © 2018. All rights reserved.