public class VirtualDiskFlatVer2BackingInfo extends VirtualDeviceFileBackingInfo
Java class for VirtualDiskFlatVer2BackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskFlatVer2BackingInfo">
<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="thinProvisioned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="eagerlyScrub" 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}VirtualDiskFlatVer2BackingInfo" 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="deltaGrainSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="deltaDiskFormatVariant" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sharing" type="{http://www.w3.org/2001/XMLSchema}string" 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 String |
deltaDiskFormatVariant |
protected Integer |
deltaGrainSize |
protected Boolean |
digestEnabled |
protected String |
diskMode |
protected Boolean |
eagerlyScrub |
protected CryptoKeyId |
keyId |
protected VirtualDiskFlatVer2BackingInfo |
parent |
protected String |
sharing |
protected Boolean |
split |
protected Boolean |
thinProvisioned |
protected String |
uuid |
protected Boolean |
writeThrough |
backingObjectId, datastore, fileName| Constructor and Description |
|---|
VirtualDiskFlatVer2BackingInfo() |
| 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 |
getDeltaDiskFormatVariant()
Gets the value of the deltaDiskFormatVariant property.
|
Integer |
getDeltaGrainSize()
Gets the value of the deltaGrainSize property.
|
String |
getDiskMode()
Gets the value of the diskMode property.
|
CryptoKeyId |
getKeyId()
Gets the value of the keyId property.
|
VirtualDiskFlatVer2BackingInfo |
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.
|
Boolean |
isDigestEnabled()
Gets the value of the digestEnabled property.
|
Boolean |
isEagerlyScrub()
Gets the value of the eagerlyScrub property.
|
Boolean |
isSplit()
Gets the value of the split property.
|
Boolean |
isThinProvisioned()
Gets the value of the thinProvisioned 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 |
setDeltaDiskFormatVariant(String value)
Sets the value of the deltaDiskFormatVariant property.
|
void |
setDeltaGrainSize(Integer value)
Sets the value of the deltaGrainSize property.
|
void |
setDigestEnabled(Boolean value)
Sets the value of the digestEnabled property.
|
void |
setDiskMode(String value)
Sets the value of the diskMode property.
|
void |
setEagerlyScrub(Boolean value)
Sets the value of the eagerlyScrub property.
|
void |
setKeyId(CryptoKeyId value)
Sets the value of the keyId property.
|
void |
setParent(VirtualDiskFlatVer2BackingInfo value)
Sets the value of the parent property.
|
void |
setSharing(String value)
Sets the value of the sharing property.
|
void |
setSplit(Boolean value)
Sets the value of the split property.
|
void |
setThinProvisioned(Boolean value)
Sets the value of the thinProvisioned 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 Boolean thinProvisioned
protected Boolean eagerlyScrub
protected String uuid
protected String contentId
protected String changeId
protected VirtualDiskFlatVer2BackingInfo parent
protected String deltaDiskFormat
protected Boolean digestEnabled
protected Integer deltaGrainSize
protected String deltaDiskFormatVariant
protected String sharing
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 Boolean isThinProvisioned()
Booleanpublic void setThinProvisioned(Boolean value)
value - allowed object is
Booleanpublic Boolean isEagerlyScrub()
Booleanpublic void setEagerlyScrub(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 VirtualDiskFlatVer2BackingInfo getParent()
VirtualDiskFlatVer2BackingInfopublic void setParent(VirtualDiskFlatVer2BackingInfo value)
value - allowed object is
VirtualDiskFlatVer2BackingInfopublic 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 getDeltaGrainSize()
Integerpublic void setDeltaGrainSize(Integer value)
value - allowed object is
Integerpublic String getDeltaDiskFormatVariant()
Stringpublic void setDeltaDiskFormatVariant(String value)
value - allowed object is
Stringpublic String getSharing()
Stringpublic void setSharing(String value)
value - allowed object is
Stringpublic CryptoKeyId getKeyId()
CryptoKeyIdpublic void setKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdCopyright © 2018. All rights reserved.