public class VsanHostClusterStatus extends DynamicData
Java class for VsanHostClusterStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanHostClusterStatus">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="nodeUuid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="health" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nodeState" type="{urn:vim25}VsanHostClusterStatusState"/>
<element name="memberUuid" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
health |
protected List<String> |
memberUuid |
protected VsanHostClusterStatusState |
nodeState |
protected String |
nodeUuid |
protected String |
uuid |
| Constructor and Description |
|---|
VsanHostClusterStatus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHealth()
Gets the value of the health property.
|
List<String> |
getMemberUuid()
Gets the value of the memberUuid property.
|
VsanHostClusterStatusState |
getNodeState()
Gets the value of the nodeState property.
|
String |
getNodeUuid()
Gets the value of the nodeUuid property.
|
String |
getUuid()
Gets the value of the uuid property.
|
void |
setHealth(String value)
Sets the value of the health property.
|
void |
setNodeState(VsanHostClusterStatusState value)
Sets the value of the nodeState property.
|
void |
setNodeUuid(String value)
Sets the value of the nodeUuid property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String uuid
protected String nodeUuid
protected String health
protected VsanHostClusterStatusState nodeState
public String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic String getNodeUuid()
Stringpublic void setNodeUuid(String value)
value - allowed object is
Stringpublic String getHealth()
Stringpublic void setHealth(String value)
value - allowed object is
Stringpublic VsanHostClusterStatusState getNodeState()
VsanHostClusterStatusStatepublic void setNodeState(VsanHostClusterStatusState value)
value - allowed object is
VsanHostClusterStatusStatepublic List<String> getMemberUuid()
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 memberUuid property.
For example, to add a new item, do as follows:
getMemberUuid().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.