public class VirtualDiskRawDiskVer2BackingInfo extends VirtualDeviceDeviceBackingInfo
Java class for VirtualDiskRawDiskVer2BackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskRawDiskVer2BackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingInfo">
<sequence>
<element name="descriptorFileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uuid" 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="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 |
descriptorFileName |
protected String |
sharing |
protected String |
uuid |
deviceName, useAutoDetect| Constructor and Description |
|---|
VirtualDiskRawDiskVer2BackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeId()
Gets the value of the changeId property.
|
String |
getDescriptorFileName()
Gets the value of the descriptorFileName 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 |
setDescriptorFileName(String value)
Sets the value of the descriptorFileName property.
|
void |
setSharing(String value)
Sets the value of the sharing property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
getDeviceName, isUseAutoDetect, setDeviceName, setUseAutoDetectprotected String descriptorFileName
protected String uuid
protected String changeId
protected String sharing
public String getDescriptorFileName()
Stringpublic void setDescriptorFileName(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic String getChangeId()
Stringpublic void setChangeId(String value)
value - allowed object is
Stringpublic String getSharing()
StringCopyright © 2018. All rights reserved.