public class VirtualDiskSparseVer2BackingOption extends VirtualDeviceFileBackingOption
Java class for VirtualDiskSparseVer2BackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskSparseVer2BackingOption">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
diskMode |
protected boolean |
growable |
protected boolean |
hotGrowable |
protected BoolOption |
split |
protected boolean |
uuid |
protected BoolOption |
writeThrough |
fileNameExtensionstype| Constructor and Description |
|---|
VirtualDiskSparseVer2BackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getDiskMode()
Gets the value of the diskMode property.
|
BoolOption |
getSplit()
Gets the value of the split 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 |
setDiskMode(ChoiceOption value)
Sets the value of the diskMode 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 |
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
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)
Copyright © 2018. All rights reserved.