public class HostMemberRuntimeInfo extends DynamicData
Java class for HostMemberRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostMemberRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="healthCheckResult" type="{urn:vim25}HostMemberHealthCheckResult" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostMemberHealthCheckResult> |
healthCheckResult |
protected ManagedObjectReference |
host |
protected String |
status |
protected String |
statusDetail |
| Constructor and Description |
|---|
HostMemberRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HostMemberHealthCheckResult> |
getHealthCheckResult()
Gets the value of the healthCheckResult property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getStatusDetail()
Gets the value of the statusDetail property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setStatusDetail(String value)
Sets the value of the statusDetail property.
|
protected ManagedObjectReference host
protected String status
protected String statusDetail
protected List<HostMemberHealthCheckResult> healthCheckResult
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getStatusDetail()
Stringpublic void setStatusDetail(String value)
value - allowed object is
Stringpublic List<HostMemberHealthCheckResult> getHealthCheckResult()
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 healthCheckResult property.
For example, to add a new item, do as follows:
getHealthCheckResult().add(newItem);
Objects of the following type(s) are allowed in the list
HostMemberHealthCheckResult
Copyright © 2018. All rights reserved.