public class HostVffsSpec extends DynamicData
Java class for HostVffsSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVffsSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="devicePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="partition" type="{urn:vim25}HostDiskPartitionSpec" minOccurs="0"/>
<element name="majorVersion" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="volumeName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
devicePath |
protected int |
majorVersion |
protected HostDiskPartitionSpec |
partition |
protected String |
volumeName |
| Constructor and Description |
|---|
HostVffsSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevicePath()
Gets the value of the devicePath property.
|
int |
getMajorVersion()
Gets the value of the majorVersion property.
|
HostDiskPartitionSpec |
getPartition()
Gets the value of the partition property.
|
String |
getVolumeName()
Gets the value of the volumeName property.
|
void |
setDevicePath(String value)
Sets the value of the devicePath property.
|
void |
setMajorVersion(int value)
Sets the value of the majorVersion property.
|
void |
setPartition(HostDiskPartitionSpec value)
Sets the value of the partition property.
|
void |
setVolumeName(String value)
Sets the value of the volumeName property.
|
protected String devicePath
protected HostDiskPartitionSpec partition
protected int majorVersion
protected String volumeName
public String getDevicePath()
Stringpublic void setDevicePath(String value)
value - allowed object is
Stringpublic HostDiskPartitionSpec getPartition()
HostDiskPartitionSpecpublic void setPartition(HostDiskPartitionSpec value)
value - allowed object is
HostDiskPartitionSpecpublic int getMajorVersion()
public void setMajorVersion(int value)
public String getVolumeName()
StringCopyright © 2018. All rights reserved.