public class ClusterVmReadiness extends DynamicData
Java class for ClusterVmReadiness complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterVmReadiness">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="readyCondition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="postReadyDelay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
postReadyDelay |
protected String |
readyCondition |
| Constructor and Description |
|---|
ClusterVmReadiness() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPostReadyDelay()
Gets the value of the postReadyDelay property.
|
String |
getReadyCondition()
Gets the value of the readyCondition property.
|
void |
setPostReadyDelay(Integer value)
Sets the value of the postReadyDelay property.
|
void |
setReadyCondition(String value)
Sets the value of the readyCondition property.
|
protected String readyCondition
protected Integer postReadyDelay
public String getReadyCondition()
Stringpublic void setReadyCondition(String value)
value - allowed object is
Stringpublic Integer getPostReadyDelay()
IntegerCopyright © 2018. All rights reserved.