public class HostFileSystemMountInfo extends DynamicData
Java class for HostFileSystemMountInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostFileSystemMountInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="mountInfo" type="{urn:vim25}HostMountInfo"/>
<element name="volume" type="{urn:vim25}HostFileSystemVolume"/>
<element name="vStorageSupport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostMountInfo |
mountInfo |
protected HostFileSystemVolume |
volume |
protected String |
vStorageSupport |
| Constructor and Description |
|---|
HostFileSystemMountInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostMountInfo |
getMountInfo()
Gets the value of the mountInfo property.
|
HostFileSystemVolume |
getVolume()
Gets the value of the volume property.
|
String |
getVStorageSupport()
Gets the value of the vStorageSupport property.
|
void |
setMountInfo(HostMountInfo value)
Sets the value of the mountInfo property.
|
void |
setVolume(HostFileSystemVolume value)
Sets the value of the volume property.
|
void |
setVStorageSupport(String value)
Sets the value of the vStorageSupport property.
|
protected HostMountInfo mountInfo
protected HostFileSystemVolume volume
protected String vStorageSupport
public HostMountInfo getMountInfo()
HostMountInfopublic void setMountInfo(HostMountInfo value)
value - allowed object is
HostMountInfopublic HostFileSystemVolume getVolume()
HostFileSystemVolumepublic void setVolume(HostFileSystemVolume value)
value - allowed object is
HostFileSystemVolumepublic String getVStorageSupport()
StringCopyright © 2018. All rights reserved.