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