public class SeSparseVirtualDiskSpec extends FileBackedVirtualDiskSpec
Java class for SeSparseVirtualDiskSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SeSparseVirtualDiskSpec">
<complexContent>
<extension base="{urn:vim25}FileBackedVirtualDiskSpec">
<sequence>
<element name="grainSizeKb" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
grainSizeKb |
capacityKb, crypto, profileadapterType, diskType| Constructor and Description |
|---|
SeSparseVirtualDiskSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getGrainSizeKb()
Gets the value of the grainSizeKb property.
|
void |
setGrainSizeKb(Integer value)
Sets the value of the grainSizeKb property.
|
getCapacityKb, getCrypto, getProfile, setCapacityKb, setCryptogetAdapterType, getDiskType, setAdapterType, setDiskTypeprotected Integer grainSizeKb
Copyright © 2018. All rights reserved.