public class VirtualDiskFlatVer2BackingOption extends VirtualDeviceFileBackingOption
Java class for VirtualDiskFlatVer2BackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskFlatVer2BackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceFileBackingOption">
<sequence>
<element name="diskMode" type="{urn:vim25}ChoiceOption"/>
<element name="split" type="{urn:vim25}BoolOption"/>
<element name="writeThrough" type="{urn:vim25}BoolOption"/>
<element name="growable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="hotGrowable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="thinProvisioned" type="{urn:vim25}BoolOption" minOccurs="0"/>
<element name="eagerlyScrub" type="{urn:vim25}BoolOption" minOccurs="0"/>
<element name="deltaDiskFormat" type="{urn:vim25}ChoiceOption" minOccurs="0"/>
<element name="deltaDiskFormatsSupported" type="{urn:vim25}VirtualDiskDeltaDiskFormatsSupported" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
deltaDiskFormat |
protected List<VirtualDiskDeltaDiskFormatsSupported> |
deltaDiskFormatsSupported |
protected ChoiceOption |
diskMode |
protected BoolOption |
eagerlyScrub |
protected boolean |
growable |
protected boolean |
hotGrowable |
protected BoolOption |
split |
protected BoolOption |
thinProvisioned |
protected boolean |
uuid |
protected BoolOption |
writeThrough |
fileNameExtensionstype| Constructor and Description |
|---|
VirtualDiskFlatVer2BackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getDeltaDiskFormat()
Gets the value of the deltaDiskFormat property.
|
List<VirtualDiskDeltaDiskFormatsSupported> |
getDeltaDiskFormatsSupported()
Gets the value of the deltaDiskFormatsSupported property.
|
ChoiceOption |
getDiskMode()
Gets the value of the diskMode property.
|
BoolOption |
getEagerlyScrub()
Gets the value of the eagerlyScrub property.
|
BoolOption |
getSplit()
Gets the value of the split property.
|
BoolOption |
getThinProvisioned()
Gets the value of the thinProvisioned property.
|
BoolOption |
getWriteThrough()
Gets the value of the writeThrough property.
|
boolean |
isGrowable()
Gets the value of the growable property.
|
boolean |
isHotGrowable()
Gets the value of the hotGrowable property.
|
boolean |
isUuid()
Gets the value of the uuid property.
|
void |
setDeltaDiskFormat(ChoiceOption value)
Sets the value of the deltaDiskFormat property.
|
void |
setDiskMode(ChoiceOption value)
Sets the value of the diskMode property.
|
void |
setEagerlyScrub(BoolOption value)
Sets the value of the eagerlyScrub property.
|
void |
setGrowable(boolean value)
Sets the value of the growable property.
|
void |
setHotGrowable(boolean value)
Sets the value of the hotGrowable property.
|
void |
setSplit(BoolOption value)
Sets the value of the split property.
|
void |
setThinProvisioned(BoolOption value)
Sets the value of the thinProvisioned property.
|
void |
setUuid(boolean value)
Sets the value of the uuid property.
|
void |
setWriteThrough(BoolOption value)
Sets the value of the writeThrough property.
|
getFileNameExtensions, setFileNameExtensionsgetType, setTypeprotected ChoiceOption diskMode
protected BoolOption split
protected BoolOption writeThrough
protected boolean growable
protected boolean hotGrowable
protected boolean uuid
protected BoolOption thinProvisioned
protected BoolOption eagerlyScrub
protected ChoiceOption deltaDiskFormat
protected List<VirtualDiskDeltaDiskFormatsSupported> deltaDiskFormatsSupported
public ChoiceOption getDiskMode()
ChoiceOptionpublic void setDiskMode(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic BoolOption getSplit()
BoolOptionpublic void setSplit(BoolOption value)
value - allowed object is
BoolOptionpublic BoolOption getWriteThrough()
BoolOptionpublic void setWriteThrough(BoolOption value)
value - allowed object is
BoolOptionpublic boolean isGrowable()
public void setGrowable(boolean value)
public boolean isHotGrowable()
public void setHotGrowable(boolean value)
public boolean isUuid()
public void setUuid(boolean value)
public BoolOption getThinProvisioned()
BoolOptionpublic void setThinProvisioned(BoolOption value)
value - allowed object is
BoolOptionpublic BoolOption getEagerlyScrub()
BoolOptionpublic void setEagerlyScrub(BoolOption value)
value - allowed object is
BoolOptionpublic ChoiceOption getDeltaDiskFormat()
ChoiceOptionpublic void setDeltaDiskFormat(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic List<VirtualDiskDeltaDiskFormatsSupported> getDeltaDiskFormatsSupported()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deltaDiskFormatsSupported property.
For example, to add a new item, do as follows:
getDeltaDiskFormatsSupported().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualDiskDeltaDiskFormatsSupported
Copyright © 2018. All rights reserved.