public class DvsHostStatusUpdated extends DvsEvent
Java class for DvsHostStatusUpdated complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsHostStatusUpdated">
<complexContent>
<extension base="{urn:vim25}DvsEvent">
<sequence>
<element name="hostMember" type="{urn:vim25}HostEventArgument"/>
<element name="oldStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="oldStatusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="newStatusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostEventArgument |
hostMember |
protected String |
newStatus |
protected String |
newStatusDetail |
protected String |
oldStatus |
protected String |
oldStatusDetail |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
DvsHostStatusUpdated() |
| Modifier and Type | Method and Description |
|---|---|
HostEventArgument |
getHostMember()
Gets the value of the hostMember property.
|
String |
getNewStatus()
Gets the value of the newStatus property.
|
String |
getNewStatusDetail()
Gets the value of the newStatusDetail property.
|
String |
getOldStatus()
Gets the value of the oldStatus property.
|
String |
getOldStatusDetail()
Gets the value of the oldStatusDetail property.
|
void |
setHostMember(HostEventArgument value)
Sets the value of the hostMember property.
|
void |
setNewStatus(String value)
Sets the value of the newStatus property.
|
void |
setNewStatusDetail(String value)
Sets the value of the newStatusDetail property.
|
void |
setOldStatus(String value)
Sets the value of the oldStatus property.
|
void |
setOldStatusDetail(String value)
Sets the value of the oldStatusDetail 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 HostEventArgument hostMember
protected String oldStatus
protected String newStatus
protected String oldStatusDetail
protected String newStatusDetail
public HostEventArgument getHostMember()
HostEventArgumentpublic void setHostMember(HostEventArgument value)
value - allowed object is
HostEventArgumentpublic 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 getOldStatusDetail()
Stringpublic void setOldStatusDetail(String value)
value - allowed object is
Stringpublic String getNewStatusDetail()
StringCopyright © 2018. All rights reserved.