public class HostVmfsSpec extends DynamicData
Java class for HostVmfsSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVmfsSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="extent" type="{urn:vim25}HostScsiDiskPartition"/>
<element name="blockSizeMb" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="volumeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="blockSize" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="unmapGranularity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="unmapPriority" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
blockSize |
protected Integer |
blockSizeMb |
protected HostScsiDiskPartition |
extent |
protected int |
majorVersion |
protected Integer |
unmapGranularity |
protected String |
unmapPriority |
protected String |
volumeName |
| Constructor and Description |
|---|
HostVmfsSpec() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBlockSize()
Gets the value of the blockSize property.
|
Integer |
getBlockSizeMb()
Gets the value of the blockSizeMb property.
|
HostScsiDiskPartition |
getExtent()
Gets the value of the extent property.
|
int |
getMajorVersion()
Gets the value of the majorVersion property.
|
Integer |
getUnmapGranularity()
Gets the value of the unmapGranularity property.
|
String |
getUnmapPriority()
Gets the value of the unmapPriority property.
|
String |
getVolumeName()
Gets the value of the volumeName property.
|
void |
setBlockSize(Integer value)
Sets the value of the blockSize property.
|
void |
setBlockSizeMb(Integer value)
Sets the value of the blockSizeMb property.
|
void |
setExtent(HostScsiDiskPartition value)
Sets the value of the extent property.
|
void |
setMajorVersion(int value)
Sets the value of the majorVersion property.
|
void |
setUnmapGranularity(Integer value)
Sets the value of the unmapGranularity property.
|
void |
setUnmapPriority(String value)
Sets the value of the unmapPriority property.
|
void |
setVolumeName(String value)
Sets the value of the volumeName property.
|
protected HostScsiDiskPartition extent
protected Integer blockSizeMb
protected int majorVersion
protected String volumeName
protected Integer blockSize
protected Integer unmapGranularity
protected String unmapPriority
public HostScsiDiskPartition getExtent()
HostScsiDiskPartitionpublic void setExtent(HostScsiDiskPartition value)
value - allowed object is
HostScsiDiskPartitionpublic Integer getBlockSizeMb()
Integerpublic void setBlockSizeMb(Integer value)
value - allowed object is
Integerpublic int getMajorVersion()
public void setMajorVersion(int value)
public String getVolumeName()
Stringpublic void setVolumeName(String value)
value - allowed object is
Stringpublic Integer getBlockSize()
Integerpublic void setBlockSize(Integer value)
value - allowed object is
Integerpublic Integer getUnmapGranularity()
Integerpublic void setUnmapGranularity(Integer value)
value - allowed object is
Integerpublic String getUnmapPriority()
StringCopyright © 2018. All rights reserved.