public class VchaNodeRuntimeInfo extends DynamicData
Java class for VchaNodeRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VchaNodeRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="nodeState" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nodeRole" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nodeIp" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeIp |
protected String |
nodeRole |
protected String |
nodeState |
| Constructor and Description |
|---|
VchaNodeRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeIp()
Gets the value of the nodeIp property.
|
String |
getNodeRole()
Gets the value of the nodeRole property.
|
String |
getNodeState()
Gets the value of the nodeState property.
|
void |
setNodeIp(String value)
Sets the value of the nodeIp property.
|
void |
setNodeRole(String value)
Sets the value of the nodeRole property.
|
void |
setNodeState(String value)
Sets the value of the nodeState property.
|
protected String nodeState
protected String nodeRole
protected String nodeIp
public String getNodeState()
Stringpublic void setNodeState(String value)
value - allowed object is
Stringpublic String getNodeRole()
Stringpublic void setNodeRole(String value)
value - allowed object is
Stringpublic String getNodeIp()
StringCopyright © 2018. All rights reserved.