public class HealthSystemRuntime extends DynamicData
Java class for HealthSystemRuntime complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HealthSystemRuntime">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="systemHealthInfo" type="{urn:vim25}HostSystemHealthInfo" minOccurs="0"/>
<element name="hardwareStatusInfo" type="{urn:vim25}HostHardwareStatusInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostHardwareStatusInfo |
hardwareStatusInfo |
protected HostSystemHealthInfo |
systemHealthInfo |
| Constructor and Description |
|---|
HealthSystemRuntime() |
| Modifier and Type | Method and Description |
|---|---|
HostHardwareStatusInfo |
getHardwareStatusInfo()
Gets the value of the hardwareStatusInfo property.
|
HostSystemHealthInfo |
getSystemHealthInfo()
Gets the value of the systemHealthInfo property.
|
void |
setHardwareStatusInfo(HostHardwareStatusInfo value)
Sets the value of the hardwareStatusInfo property.
|
void |
setSystemHealthInfo(HostSystemHealthInfo value)
Sets the value of the systemHealthInfo property.
|
protected HostSystemHealthInfo systemHealthInfo
protected HostHardwareStatusInfo hardwareStatusInfo
public HostSystemHealthInfo getSystemHealthInfo()
HostSystemHealthInfopublic void setSystemHealthInfo(HostSystemHealthInfo value)
value - allowed object is
HostSystemHealthInfopublic HostHardwareStatusInfo getHardwareStatusInfo()
HostHardwareStatusInfopublic void setHardwareStatusInfo(HostHardwareStatusInfo value)
value - allowed object is
HostHardwareStatusInfoCopyright © 2018. All rights reserved.