public class VirtualDiskRawDiskMappingVer1BackingInfo extends VirtualDeviceFileBackingInfo
Java class for VirtualDiskRawDiskMappingVer1BackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskRawDiskMappingVer1BackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceFileBackingInfo">
<sequence>
<element name="lunUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="compatibilityMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="diskMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="changeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parent" type="{urn:vim25}VirtualDiskRawDiskMappingVer1BackingInfo" minOccurs="0"/>
<element name="sharing" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeId |
protected String |
compatibilityMode |
protected String |
contentId |
protected String |
deviceName |
protected String |
diskMode |
protected String |
lunUuid |
protected VirtualDiskRawDiskMappingVer1BackingInfo |
parent |
protected String |
sharing |
protected String |
uuid |
backingObjectId, datastore, fileName| Constructor and Description |
|---|
VirtualDiskRawDiskMappingVer1BackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeId()
Gets the value of the changeId property.
|
String |
getCompatibilityMode()
Gets the value of the compatibilityMode property.
|
String |
getContentId()
Gets the value of the contentId property.
|
String |
getDeviceName()
Gets the value of the deviceName property.
|
String |
getDiskMode()
Gets the value of the diskMode property.
|
String |
getLunUuid()
Gets the value of the lunUuid property.
|
VirtualDiskRawDiskMappingVer1BackingInfo |
getParent()
Gets the value of the parent property.
|
String |
getSharing()
Gets the value of the sharing property.
|
String |
getUuid()
Gets the value of the uuid property.
|
void |
setChangeId(String value)
Sets the value of the changeId property.
|
void |
setCompatibilityMode(String value)
Sets the value of the compatibilityMode property.
|
void |
setContentId(String value)
Sets the value of the contentId property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setDiskMode(String value)
Sets the value of the diskMode property.
|
void |
setLunUuid(String value)
Sets the value of the lunUuid property.
|
void |
setParent(VirtualDiskRawDiskMappingVer1BackingInfo value)
Sets the value of the parent property.
|
void |
setSharing(String value)
Sets the value of the sharing property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
getBackingObjectId, getDatastore, getFileName, setBackingObjectId, setDatastore, setFileNameprotected String lunUuid
protected String deviceName
protected String compatibilityMode
protected String diskMode
protected String uuid
protected String contentId
protected String changeId
protected VirtualDiskRawDiskMappingVer1BackingInfo parent
protected String sharing
public VirtualDiskRawDiskMappingVer1BackingInfo()
public String getLunUuid()
Stringpublic void setLunUuid(String value)
value - allowed object is
Stringpublic String getDeviceName()
Stringpublic void setDeviceName(String value)
value - allowed object is
Stringpublic String getCompatibilityMode()
Stringpublic void setCompatibilityMode(String value)
value - allowed object is
Stringpublic String getDiskMode()
Stringpublic void setDiskMode(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic String getContentId()
Stringpublic void setContentId(String value)
value - allowed object is
Stringpublic String getChangeId()
Stringpublic void setChangeId(String value)
value - allowed object is
Stringpublic VirtualDiskRawDiskMappingVer1BackingInfo getParent()
VirtualDiskRawDiskMappingVer1BackingInfopublic void setParent(VirtualDiskRawDiskMappingVer1BackingInfo value)
value - allowed object is
VirtualDiskRawDiskMappingVer1BackingInfopublic String getSharing()
StringCopyright © 2018. All rights reserved.