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