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