public class HostStorageElementInfo extends HostHardwareElementInfo
Java class for HostStorageElementInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostStorageElementInfo">
<complexContent>
<extension base="{urn:vim25}HostHardwareElementInfo">
<sequence>
<element name="operationalInfo" type="{urn:vim25}HostStorageOperationalInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostStorageOperationalInfo> |
operationalInfo |
name, status| Constructor and Description |
|---|
HostStorageElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HostStorageOperationalInfo> |
getOperationalInfo()
Gets the value of the operationalInfo property.
|
getName, getStatus, setName, setStatusprotected List<HostStorageOperationalInfo> operationalInfo
public List<HostStorageOperationalInfo> getOperationalInfo()
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 operationalInfo property.
For example, to add a new item, do as follows:
getOperationalInfo().add(newItem);
Objects of the following type(s) are allowed in the list
HostStorageOperationalInfo
Copyright © 2018. All rights reserved.