public class HealthStatusChangedEvent extends Event
Java class for HealthStatusChangedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HealthStatusChangedEvent">
<complexContent>
<extension base="{urn:vim25}Event">
<sequence>
<element name="componentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="oldStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="componentName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="serviceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentId |
protected String |
componentName |
protected String |
newStatus |
protected String |
oldStatus |
protected String |
serviceId |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
HealthStatusChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId()
Gets the value of the componentId property.
|
String |
getComponentName()
Gets the value of the componentName property.
|
String |
getNewStatus()
Gets the value of the newStatus property.
|
String |
getOldStatus()
Gets the value of the oldStatus property.
|
String |
getServiceId()
Gets the value of the serviceId property.
|
void |
setComponentId(String value)
Sets the value of the componentId property.
|
void |
setComponentName(String value)
Sets the value of the componentName property.
|
void |
setNewStatus(String value)
Sets the value of the newStatus property.
|
void |
setOldStatus(String value)
Sets the value of the oldStatus property.
|
void |
setServiceId(String value)
Sets the value of the serviceId 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, setVmprotected String componentId
protected String oldStatus
protected String newStatus
protected String componentName
protected String serviceId
public String getComponentId()
Stringpublic void setComponentId(String value)
value - allowed object is
Stringpublic String getOldStatus()
Stringpublic void setOldStatus(String value)
value - allowed object is
Stringpublic String getNewStatus()
Stringpublic void setNewStatus(String value)
value - allowed object is
Stringpublic String getComponentName()
Stringpublic void setComponentName(String value)
value - allowed object is
Stringpublic String getServiceId()
StringCopyright © 2018. All rights reserved.