public class VchaClusterHealth extends DynamicData
Java class for VchaClusterHealth complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VchaClusterHealth">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="runtimeInfo" type="{urn:vim25}VchaClusterRuntimeInfo"/>
<element name="healthMessages" type="{urn:vim25}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/>
<element name="additionalInformation" type="{urn:vim25}LocalizableMessage" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<LocalizableMessage> |
additionalInformation |
protected List<LocalizableMessage> |
healthMessages |
protected VchaClusterRuntimeInfo |
runtimeInfo |
| Constructor and Description |
|---|
VchaClusterHealth() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizableMessage> |
getAdditionalInformation()
Gets the value of the additionalInformation property.
|
List<LocalizableMessage> |
getHealthMessages()
Gets the value of the healthMessages property.
|
VchaClusterRuntimeInfo |
getRuntimeInfo()
Gets the value of the runtimeInfo property.
|
void |
setRuntimeInfo(VchaClusterRuntimeInfo value)
Sets the value of the runtimeInfo property.
|
protected VchaClusterRuntimeInfo runtimeInfo
protected List<LocalizableMessage> healthMessages
protected List<LocalizableMessage> additionalInformation
public VchaClusterRuntimeInfo getRuntimeInfo()
VchaClusterRuntimeInfopublic void setRuntimeInfo(VchaClusterRuntimeInfo value)
value - allowed object is
VchaClusterRuntimeInfopublic List<LocalizableMessage> getHealthMessages()
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 healthMessages property.
For example, to add a new item, do as follows:
getHealthMessages().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizableMessage
public List<LocalizableMessage> getAdditionalInformation()
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 additionalInformation property.
For example, to add a new item, do as follows:
getAdditionalInformation().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizableMessage
Copyright © 2018. All rights reserved.