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