public class VirtualDiskSparseVer1BackingInfo extends VirtualDeviceFileBackingInfo
Java class for VirtualDiskSparseVer1BackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskSparseVer1BackingInfo">
<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="contentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="parent" type="{urn:vim25}VirtualDiskSparseVer1BackingInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentId |
protected String |
diskMode |
protected VirtualDiskSparseVer1BackingInfo |
parent |
protected Long |
spaceUsedInKB |
protected Boolean |
split |
protected Boolean |
writeThrough |
backingObjectId, datastore, fileName| Constructor and Description |
|---|
VirtualDiskSparseVer1BackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentId()
Gets the value of the contentId property.
|
String |
getDiskMode()
Gets the value of the diskMode property.
|
VirtualDiskSparseVer1BackingInfo |
getParent()
Gets the value of the parent property.
|
Long |
getSpaceUsedInKB()
Gets the value of the spaceUsedInKB property.
|
Boolean |
isSplit()
Gets the value of the split property.
|
Boolean |
isWriteThrough()
Gets the value of the writeThrough property.
|
void |
setContentId(String value)
Sets the value of the contentId property.
|
void |
setDiskMode(String value)
Sets the value of the diskMode property.
|
void |
setParent(VirtualDiskSparseVer1BackingInfo 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 |
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 contentId
protected VirtualDiskSparseVer1BackingInfo parent
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 getContentId()
Stringpublic void setContentId(String value)
value - allowed object is
Stringpublic VirtualDiskSparseVer1BackingInfo getParent()
VirtualDiskSparseVer1BackingInfopublic void setParent(VirtualDiskSparseVer1BackingInfo value)
value - allowed object is
VirtualDiskSparseVer1BackingInfoCopyright © 2018. All rights reserved.