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