public class HostIpChangedEvent extends HostEvent
Java class for HostIpChangedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostIpChangedEvent">
<complexContent>
<extension base="{urn:vim25}HostEvent">
<sequence>
<element name="oldIP" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="newIP" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
newIP |
protected String |
oldIP |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
HostIpChangedEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNewIP()
Gets the value of the newIP property.
|
String |
getOldIP()
Gets the value of the oldIP property.
|
void |
setNewIP(String value)
Sets the value of the newIP property.
|
void |
setOldIP(String value)
Sets the value of the oldIP 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 getOldIP()
Stringpublic void setOldIP(String value)
value - allowed object is
Stringpublic String getNewIP()
StringCopyright © 2018. All rights reserved.