public class HostVffsVolume extends HostFileSystemVolume
Java class for HostVffsVolume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVffsVolume">
<complexContent>
<extension base="{urn:vim25}HostFileSystemVolume">
<sequence>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extent" type="{urn:vim25}HostScsiDiskPartition" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostScsiDiskPartition> |
extent |
protected int |
majorVersion |
protected String |
uuid |
protected String |
version |
capacity, name, type| Constructor and Description |
|---|
HostVffsVolume() |
| Modifier and Type | Method and Description |
|---|---|
List<HostScsiDiskPartition> |
getExtent()
Gets the value of the extent property.
|
int |
getMajorVersion()
Gets the value of the majorVersion property.
|
String |
getUuid()
Gets the value of the uuid property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setMajorVersion(int value)
Sets the value of the majorVersion property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
getCapacity, getName, getType, setCapacity, setName, setTypeprotected int majorVersion
protected String version
protected String uuid
protected List<HostScsiDiskPartition> extent
public int getMajorVersion()
public void setMajorVersion(int value)
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic List<HostScsiDiskPartition> getExtent()
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 extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
HostScsiDiskPartition
Copyright © 2018. All rights reserved.