public class ClusterDasFdmHostState extends DynamicData
Java class for ClusterDasFdmHostState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasFdmHostState">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="stateReporter" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
state |
protected ManagedObjectReference |
stateReporter |
| Constructor and Description |
|---|
ClusterDasFdmHostState() |
| Modifier and Type | Method and Description |
|---|---|
String |
getState()
Gets the value of the state property.
|
ManagedObjectReference |
getStateReporter()
Gets the value of the stateReporter property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setStateReporter(ManagedObjectReference value)
Sets the value of the stateReporter property.
|
protected String state
protected ManagedObjectReference stateReporter
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic ManagedObjectReference getStateReporter()
ManagedObjectReferencepublic void setStateReporter(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.