public class VirtualDiskSeSparseBackingOption extends VirtualDeviceFileBackingOption
Java class for VirtualDiskSeSparseBackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskSeSparseBackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceFileBackingOption">
<sequence>
<element name="diskMode" type="{urn:vim25}ChoiceOption"/>
<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="deltaDiskFormatsSupported" type="{urn:vim25}VirtualDiskDeltaDiskFormatsSupported" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<VirtualDiskDeltaDiskFormatsSupported> |
deltaDiskFormatsSupported |
protected ChoiceOption |
diskMode |
protected boolean |
growable |
protected boolean |
hotGrowable |
protected boolean |
uuid |
protected BoolOption |
writeThrough |
fileNameExtensionstype| Constructor and Description |
|---|
VirtualDiskSeSparseBackingOption() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualDiskDeltaDiskFormatsSupported> |
getDeltaDiskFormatsSupported()
Gets the value of the deltaDiskFormatsSupported property.
|
ChoiceOption |
getDiskMode()
Gets the value of the diskMode 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 |
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 writeThrough
protected boolean growable
protected boolean hotGrowable
protected boolean uuid
protected List<VirtualDiskDeltaDiskFormatsSupported> deltaDiskFormatsSupported
public ChoiceOption getDiskMode()
ChoiceOptionpublic void setDiskMode(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic 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 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.