public class VirtualDiskSparseVer1BackingOption extends VirtualDeviceFileBackingOption
Java class for VirtualDiskSparseVer1BackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskSparseVer1BackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceFileBackingOption">
<sequence>
<element name="diskModes" 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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
diskModes |
protected boolean |
growable |
protected BoolOption |
split |
protected BoolOption |
writeThrough |
fileNameExtensionstype| Constructor and Description |
|---|
VirtualDiskSparseVer1BackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getDiskModes()
Gets the value of the diskModes 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.
|
void |
setDiskModes(ChoiceOption value)
Sets the value of the diskModes property.
|
void |
setGrowable(boolean value)
Sets the value of the growable property.
|
void |
setSplit(BoolOption value)
Sets the value of the split property.
|
void |
setWriteThrough(BoolOption value)
Sets the value of the writeThrough property.
|
getFileNameExtensions, setFileNameExtensionsgetType, setTypeprotected ChoiceOption diskModes
protected BoolOption split
protected BoolOption writeThrough
protected boolean growable
public ChoiceOption getDiskModes()
ChoiceOptionpublic void setDiskModes(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)
Copyright © 2018. All rights reserved.