public class VirtualDiskSeSparseBackingInfo extends VirtualDeviceFileBackingInfo
Java class for VirtualDiskSeSparseBackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskSeSparseBackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceFileBackingInfo">
<sequence>
<element name="diskMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="writeThrough" type="{http://www.w3.org/2001/XMLSchema}boolean" 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}VirtualDiskSeSparseBackingInfo" minOccurs="0"/>
<element name="deltaDiskFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="digestEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="grainSize" type="{http://www.w3.org/2001/XMLSchema}int" 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 |
deltaDiskFormat |
protected Boolean |
digestEnabled |
protected String |
diskMode |
protected Integer |
grainSize |
protected CryptoKeyId |
keyId |
protected VirtualDiskSeSparseBackingInfo |
parent |
protected String |
uuid |
protected Boolean |
writeThrough |
backingObjectId, datastore, fileName| Constructor and Description |
|---|
VirtualDiskSeSparseBackingInfo() |
| 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 |
getDeltaDiskFormat()
Gets the value of the deltaDiskFormat property.
|
String |
getDiskMode()
Gets the value of the diskMode property.
|
Integer |
getGrainSize()
Gets the value of the grainSize property.
|
CryptoKeyId |
getKeyId()
Gets the value of the keyId property.
|
VirtualDiskSeSparseBackingInfo |
getParent()
Gets the value of the parent property.
|
String |
getUuid()
Gets the value of the uuid property.
|
Boolean |
isDigestEnabled()
Gets the value of the digestEnabled 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 |
setDeltaDiskFormat(String value)
Sets the value of the deltaDiskFormat property.
|
void |
setDigestEnabled(Boolean value)
Sets the value of the digestEnabled property.
|
void |
setDiskMode(String value)
Sets the value of the diskMode property.
|
void |
setGrainSize(Integer value)
Sets the value of the grainSize property.
|
void |
setKeyId(CryptoKeyId value)
Sets the value of the keyId property.
|
void |
setParent(VirtualDiskSeSparseBackingInfo value)
Sets the value of the parent 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 writeThrough
protected String uuid
protected String contentId
protected String changeId
protected VirtualDiskSeSparseBackingInfo parent
protected String deltaDiskFormat
protected Boolean digestEnabled
protected Integer grainSize
protected CryptoKeyId keyId
public String getDiskMode()
Stringpublic void setDiskMode(String value)
value - allowed object is
Stringpublic Boolean isWriteThrough()
Booleanpublic void setWriteThrough(Boolean value)
value - allowed object is
Booleanpublic 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 VirtualDiskSeSparseBackingInfo getParent()
VirtualDiskSeSparseBackingInfopublic void setParent(VirtualDiskSeSparseBackingInfo value)
value - allowed object is
VirtualDiskSeSparseBackingInfopublic String getDeltaDiskFormat()
Stringpublic void setDeltaDiskFormat(String value)
value - allowed object is
Stringpublic Boolean isDigestEnabled()
Booleanpublic void setDigestEnabled(Boolean value)
value - allowed object is
Booleanpublic Integer getGrainSize()
Integerpublic void setGrainSize(Integer value)
value - allowed object is
Integerpublic CryptoKeyId getKeyId()
CryptoKeyIdpublic void setKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdCopyright © 2018. All rights reserved.