public class ClusterStatusChangedEvent extends ClusterEvent
Java class for ClusterStatusChangedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterStatusChangedEvent">
<complexContent>
<extension base="{urn:vim25}ClusterEvent">
<sequence>
<element name="oldStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
newStatus |
protected String |
oldStatus |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
ClusterStatusChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewStatus()
Gets the value of the newStatus property.
|
String |
getOldStatus()
Gets the value of the oldStatus property.
|
void |
setNewStatus(String value)
Sets the value of the newStatus property.
|
void |
setOldStatus(String value)
Sets the value of the oldStatus property.
|
getChainId, getChangeTag, getComputeResource, getCreatedTime, getDatacenter, getDs, getDvs, getFullFormattedMessage, getHost, getKey, getNet, getUserName, getVm, setChainId, setChangeTag, setComputeResource, setCreatedTime, setDatacenter, setDs, setDvs, setFullFormattedMessage, setHost, setKey, setNet, setUserName, setVmpublic String getOldStatus()
Stringpublic void setOldStatus(String value)
value - allowed object is
Stringpublic String getNewStatus()
StringCopyright © 2018. All rights reserved.