public class ClusterDasAamNodeState extends DynamicData
Java class for ClusterDasAamNodeState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasAamNodeState">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="host" type="{urn:vim25}ManagedObjectReference"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="configState" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="runtimeState" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
configState |
protected ManagedObjectReference |
host |
protected String |
name |
protected String |
runtimeState |
| Constructor and Description |
|---|
ClusterDasAamNodeState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigState()
Gets the value of the configState property.
|
ManagedObjectReference |
getHost()
Gets the value of the host property.
|
String |
getName()
Gets the value of the name property.
|
String |
getRuntimeState()
Gets the value of the runtimeState property.
|
void |
setConfigState(String value)
Sets the value of the configState property.
|
void |
setHost(ManagedObjectReference value)
Sets the value of the host property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRuntimeState(String value)
Sets the value of the runtimeState property.
|
protected ManagedObjectReference host
protected String name
protected String configState
protected String runtimeState
public ManagedObjectReference getHost()
ManagedObjectReferencepublic void setHost(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getConfigState()
Stringpublic void setConfigState(String value)
value - allowed object is
Stringpublic String getRuntimeState()
StringCopyright © 2018. All rights reserved.