public class HostVvolVolume extends HostFileSystemVolume
Java class for HostVvolVolume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVvolVolume">
<complexContent>
<extension base="{urn:vim25}HostFileSystemVolume">
<sequence>
<element name="scId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="hostPE" type="{urn:vim25}VVolHostPE" maxOccurs="unbounded" minOccurs="0"/>
<element name="vasaProviderInfo" type="{urn:vim25}VimVasaProviderInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="storageArray" type="{urn:vim25}VASAStorageArray" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<VVolHostPE> |
hostPE |
protected String |
scId |
protected List<VASAStorageArray> |
storageArray |
protected List<VimVasaProviderInfo> |
vasaProviderInfo |
capacity, name, type| Constructor and Description |
|---|
HostVvolVolume() |
| Modifier and Type | Method and Description |
|---|---|
List<VVolHostPE> |
getHostPE()
Gets the value of the hostPE property.
|
String |
getScId()
Gets the value of the scId property.
|
List<VASAStorageArray> |
getStorageArray()
Gets the value of the storageArray property.
|
List<VimVasaProviderInfo> |
getVasaProviderInfo()
Gets the value of the vasaProviderInfo property.
|
void |
setScId(String value)
Sets the value of the scId property.
|
getCapacity, getName, getType, setCapacity, setName, setTypeprotected String scId
protected List<VVolHostPE> hostPE
protected List<VimVasaProviderInfo> vasaProviderInfo
protected List<VASAStorageArray> storageArray
public String getScId()
Stringpublic void setScId(String value)
value - allowed object is
Stringpublic List<VVolHostPE> getHostPE()
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 hostPE property.
For example, to add a new item, do as follows:
getHostPE().add(newItem);
Objects of the following type(s) are allowed in the list
VVolHostPE
public List<VimVasaProviderInfo> getVasaProviderInfo()
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 vasaProviderInfo property.
For example, to add a new item, do as follows:
getVasaProviderInfo().add(newItem);
Objects of the following type(s) are allowed in the list
VimVasaProviderInfo
public List<VASAStorageArray> getStorageArray()
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 storageArray property.
For example, to add a new item, do as follows:
getStorageArray().add(newItem);
Objects of the following type(s) are allowed in the list
VASAStorageArray
Copyright © 2018. All rights reserved.