public class VirtualDiskSparseVer2BackingInfo extends VirtualDeviceFileBackingInfo
Java class for VirtualDiskSparseVer2BackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskSparseVer2BackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceFileBackingInfo">
<sequence>
<element name="diskMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="split" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="writeThrough" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="spaceUsedInKB" type="{http://www.w3.org/2001/XMLSchema}long" 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}VirtualDiskSparseVer2BackingInfo" minOccurs="0"/>
<element name="keyId" type="{urn:vim25}CryptoKeyId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changeId |
protected String |
contentId |
protected String |
diskMode |
protected CryptoKeyId |
keyId |
protected VirtualDiskSparseVer2BackingInfo |
parent |
protected Long |
spaceUsedInKB |
protected Boolean |
split |
protected String |
uuid |
protected Boolean |
writeThrough |
backingObjectId, datastore, fileName| Constructor and Description |
|---|
VirtualDiskSparseVer2BackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangeId()
Gets the value of the changeId property.
|
String |
getContentId()
Gets the value of the contentId property.
|
String |
getDiskMode()
Gets the value of the diskMode property.
|
CryptoKeyId |
getKeyId()
Gets the value of the keyId property.
|
VirtualDiskSparseVer2BackingInfo |
getParent()
Gets the value of the parent property.
|
Long |
getSpaceUsedInKB()
Gets the value of the spaceUsedInKB property.
|
String |
getUuid()
Gets the value of the uuid property.
|
Boolean |
isSplit()
Gets the value of the split property.
|
Boolean |
isWriteThrough()
Gets the value of the writeThrough property.
|
void |
setChangeId(String value)
Sets the value of the changeId property.
|
void |
setContentId(String value)
Sets the value of the contentId property.
|
void |
setDiskMode(String value)
Sets the value of the diskMode property.
|
void |
setKeyId(CryptoKeyId value)
Sets the value of the keyId property.
|
void |
setParent(VirtualDiskSparseVer2BackingInfo value)
Sets the value of the parent property.
|
void |
setSpaceUsedInKB(Long value)
Sets the value of the spaceUsedInKB property.
|
void |
setSplit(Boolean value)
Sets the value of the split property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setWriteThrough(Boolean value)
Sets the value of the writeThrough property.
|
getBackingObjectId, getDatastore, getFileName, setBackingObjectId, setDatastore, setFileNameprotected String diskMode
protected Boolean split
protected Boolean writeThrough
protected Long spaceUsedInKB
protected String uuid
protected String contentId
protected String changeId
protected VirtualDiskSparseVer2BackingInfo parent
protected CryptoKeyId keyId
public String getDiskMode()
Stringpublic void setDiskMode(String value)
value - allowed object is
Stringpublic Boolean isSplit()
Booleanpublic void setSplit(Boolean value)
value - allowed object is
Booleanpublic Boolean isWriteThrough()
Booleanpublic void setWriteThrough(Boolean value)
value - allowed object is
Booleanpublic Long getSpaceUsedInKB()
Longpublic void setSpaceUsedInKB(Long value)
value - allowed object is
Longpublic 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 VirtualDiskSparseVer2BackingInfo getParent()
VirtualDiskSparseVer2BackingInfopublic void setParent(VirtualDiskSparseVer2BackingInfo value)
value - allowed object is
VirtualDiskSparseVer2BackingInfopublic CryptoKeyId getKeyId()
CryptoKeyIdpublic void setKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdCopyright © 2018. All rights reserved.