public class HostRuntimeInfo extends DynamicData
Java class for HostRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="connectionState" type="{urn:vim25}HostSystemConnectionState"/>
<element name="powerState" type="{urn:vim25}HostSystemPowerState"/>
<element name="standbyMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="inMaintenanceMode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="inQuarantineMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="bootTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="healthSystemRuntime" type="{urn:vim25}HealthSystemRuntime" minOccurs="0"/>
<element name="dasHostState" type="{urn:vim25}ClusterDasFdmHostState" minOccurs="0"/>
<element name="tpmPcrValues" type="{urn:vim25}HostTpmDigestInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="vsanRuntimeInfo" type="{urn:vim25}VsanHostRuntimeInfo" minOccurs="0"/>
<element name="networkRuntimeInfo" type="{urn:vim25}HostRuntimeInfoNetworkRuntimeInfo" minOccurs="0"/>
<element name="vFlashResourceRuntimeInfo" type="{urn:vim25}HostVFlashManagerVFlashResourceRunTimeInfo" minOccurs="0"/>
<element name="hostMaxVirtualDiskCapacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="cryptoState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="cryptoKeyId" type="{urn:vim25}CryptoKeyId" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
bootTime |
protected HostSystemConnectionState |
connectionState |
protected CryptoKeyId |
cryptoKeyId |
protected String |
cryptoState |
protected ClusterDasFdmHostState |
dasHostState |
protected HealthSystemRuntime |
healthSystemRuntime |
protected Long |
hostMaxVirtualDiskCapacity |
protected boolean |
inMaintenanceMode |
protected Boolean |
inQuarantineMode |
protected HostRuntimeInfoNetworkRuntimeInfo |
networkRuntimeInfo |
protected HostSystemPowerState |
powerState |
protected String |
standbyMode |
protected List<HostTpmDigestInfo> |
tpmPcrValues |
protected HostVFlashManagerVFlashResourceRunTimeInfo |
vFlashResourceRuntimeInfo |
protected VsanHostRuntimeInfo |
vsanRuntimeInfo |
| Constructor and Description |
|---|
HostRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getBootTime()
Gets the value of the bootTime property.
|
HostSystemConnectionState |
getConnectionState()
Gets the value of the connectionState property.
|
CryptoKeyId |
getCryptoKeyId()
Gets the value of the cryptoKeyId property.
|
String |
getCryptoState()
Gets the value of the cryptoState property.
|
ClusterDasFdmHostState |
getDasHostState()
Gets the value of the dasHostState property.
|
HealthSystemRuntime |
getHealthSystemRuntime()
Gets the value of the healthSystemRuntime property.
|
Long |
getHostMaxVirtualDiskCapacity()
Gets the value of the hostMaxVirtualDiskCapacity property.
|
HostRuntimeInfoNetworkRuntimeInfo |
getNetworkRuntimeInfo()
Gets the value of the networkRuntimeInfo property.
|
HostSystemPowerState |
getPowerState()
Gets the value of the powerState property.
|
String |
getStandbyMode()
Gets the value of the standbyMode property.
|
List<HostTpmDigestInfo> |
getTpmPcrValues()
Gets the value of the tpmPcrValues property.
|
HostVFlashManagerVFlashResourceRunTimeInfo |
getVFlashResourceRuntimeInfo()
Gets the value of the vFlashResourceRuntimeInfo property.
|
VsanHostRuntimeInfo |
getVsanRuntimeInfo()
Gets the value of the vsanRuntimeInfo property.
|
boolean |
isInMaintenanceMode()
Gets the value of the inMaintenanceMode property.
|
Boolean |
isInQuarantineMode()
Gets the value of the inQuarantineMode property.
|
void |
setBootTime(XMLGregorianCalendar value)
Sets the value of the bootTime property.
|
void |
setConnectionState(HostSystemConnectionState value)
Sets the value of the connectionState property.
|
void |
setCryptoKeyId(CryptoKeyId value)
Sets the value of the cryptoKeyId property.
|
void |
setCryptoState(String value)
Sets the value of the cryptoState property.
|
void |
setDasHostState(ClusterDasFdmHostState value)
Sets the value of the dasHostState property.
|
void |
setHealthSystemRuntime(HealthSystemRuntime value)
Sets the value of the healthSystemRuntime property.
|
void |
setHostMaxVirtualDiskCapacity(Long value)
Sets the value of the hostMaxVirtualDiskCapacity property.
|
void |
setInMaintenanceMode(boolean value)
Sets the value of the inMaintenanceMode property.
|
void |
setInQuarantineMode(Boolean value)
Sets the value of the inQuarantineMode property.
|
void |
setNetworkRuntimeInfo(HostRuntimeInfoNetworkRuntimeInfo value)
Sets the value of the networkRuntimeInfo property.
|
void |
setPowerState(HostSystemPowerState value)
Sets the value of the powerState property.
|
void |
setStandbyMode(String value)
Sets the value of the standbyMode property.
|
void |
setVFlashResourceRuntimeInfo(HostVFlashManagerVFlashResourceRunTimeInfo value)
Sets the value of the vFlashResourceRuntimeInfo property.
|
void |
setVsanRuntimeInfo(VsanHostRuntimeInfo value)
Sets the value of the vsanRuntimeInfo property.
|
protected HostSystemConnectionState connectionState
protected HostSystemPowerState powerState
protected String standbyMode
protected boolean inMaintenanceMode
protected Boolean inQuarantineMode
protected XMLGregorianCalendar bootTime
protected HealthSystemRuntime healthSystemRuntime
protected ClusterDasFdmHostState dasHostState
protected List<HostTpmDigestInfo> tpmPcrValues
protected VsanHostRuntimeInfo vsanRuntimeInfo
protected HostRuntimeInfoNetworkRuntimeInfo networkRuntimeInfo
protected HostVFlashManagerVFlashResourceRunTimeInfo vFlashResourceRuntimeInfo
protected Long hostMaxVirtualDiskCapacity
protected String cryptoState
protected CryptoKeyId cryptoKeyId
public HostSystemConnectionState getConnectionState()
HostSystemConnectionStatepublic void setConnectionState(HostSystemConnectionState value)
value - allowed object is
HostSystemConnectionStatepublic HostSystemPowerState getPowerState()
HostSystemPowerStatepublic void setPowerState(HostSystemPowerState value)
value - allowed object is
HostSystemPowerStatepublic String getStandbyMode()
Stringpublic void setStandbyMode(String value)
value - allowed object is
Stringpublic boolean isInMaintenanceMode()
public void setInMaintenanceMode(boolean value)
public Boolean isInQuarantineMode()
Booleanpublic void setInQuarantineMode(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getBootTime()
XMLGregorianCalendarpublic void setBootTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic HealthSystemRuntime getHealthSystemRuntime()
HealthSystemRuntimepublic void setHealthSystemRuntime(HealthSystemRuntime value)
value - allowed object is
HealthSystemRuntimepublic ClusterDasFdmHostState getDasHostState()
ClusterDasFdmHostStatepublic void setDasHostState(ClusterDasFdmHostState value)
value - allowed object is
ClusterDasFdmHostStatepublic List<HostTpmDigestInfo> getTpmPcrValues()
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 tpmPcrValues property.
For example, to add a new item, do as follows:
getTpmPcrValues().add(newItem);
Objects of the following type(s) are allowed in the list
HostTpmDigestInfo
public VsanHostRuntimeInfo getVsanRuntimeInfo()
VsanHostRuntimeInfopublic void setVsanRuntimeInfo(VsanHostRuntimeInfo value)
value - allowed object is
VsanHostRuntimeInfopublic HostRuntimeInfoNetworkRuntimeInfo getNetworkRuntimeInfo()
HostRuntimeInfoNetworkRuntimeInfopublic void setNetworkRuntimeInfo(HostRuntimeInfoNetworkRuntimeInfo value)
value - allowed object is
HostRuntimeInfoNetworkRuntimeInfopublic HostVFlashManagerVFlashResourceRunTimeInfo getVFlashResourceRuntimeInfo()
HostVFlashManagerVFlashResourceRunTimeInfopublic void setVFlashResourceRuntimeInfo(HostVFlashManagerVFlashResourceRunTimeInfo value)
value - allowed object is
HostVFlashManagerVFlashResourceRunTimeInfopublic Long getHostMaxVirtualDiskCapacity()
Longpublic void setHostMaxVirtualDiskCapacity(Long value)
value - allowed object is
Longpublic String getCryptoState()
Stringpublic void setCryptoState(String value)
value - allowed object is
Stringpublic CryptoKeyId getCryptoKeyId()
CryptoKeyIdpublic void setCryptoKeyId(CryptoKeyId value)
value - allowed object is
CryptoKeyIdCopyright © 2018. All rights reserved.