public class VchaClusterRuntimeInfo extends DynamicData
Java class for VchaClusterRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VchaClusterRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="clusterState" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nodeInfo" type="{urn:vim25}VchaNodeRuntimeInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="clusterMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clusterMode |
protected String |
clusterState |
protected List<VchaNodeRuntimeInfo> |
nodeInfo |
| Constructor and Description |
|---|
VchaClusterRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterMode()
Gets the value of the clusterMode property.
|
String |
getClusterState()
Gets the value of the clusterState property.
|
List<VchaNodeRuntimeInfo> |
getNodeInfo()
Gets the value of the nodeInfo property.
|
void |
setClusterMode(String value)
Sets the value of the clusterMode property.
|
void |
setClusterState(String value)
Sets the value of the clusterState property.
|
protected String clusterState
protected List<VchaNodeRuntimeInfo> nodeInfo
protected String clusterMode
public String getClusterState()
Stringpublic void setClusterState(String value)
value - allowed object is
Stringpublic List<VchaNodeRuntimeInfo> getNodeInfo()
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 nodeInfo property.
For example, to add a new item, do as follows:
getNodeInfo().add(newItem);
Objects of the following type(s) are allowed in the list
VchaNodeRuntimeInfo
public String getClusterMode()
StringCopyright © 2018. All rights reserved.