public class VmfsConfigOption extends DynamicData
Java class for VmfsConfigOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmfsConfigOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="blockSizeOption" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="unmapGranularityOption" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
blockSizeOption |
protected List<Integer> |
unmapGranularityOption |
| Constructor and Description |
|---|
VmfsConfigOption() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockSizeOption()
Gets the value of the blockSizeOption property.
|
List<Integer> |
getUnmapGranularityOption()
Gets the value of the unmapGranularityOption property.
|
void |
setBlockSizeOption(int value)
Sets the value of the blockSizeOption property.
|
public int getBlockSizeOption()
public void setBlockSizeOption(int value)
public List<Integer> getUnmapGranularityOption()
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 unmapGranularityOption property.
For example, to add a new item, do as follows:
getUnmapGranularityOption().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
Copyright © 2018. All rights reserved.