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