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