public class VmPowerOffOnIsolationEvent extends VmPoweredOffEvent
Java class for VmPowerOffOnIsolationEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmPowerOffOnIsolationEvent">
<complexContent>
<extension base="{urn:vim25}VmPoweredOffEvent">
<sequence>
<element name="isolatedHost" type="{urn:vim25}HostEventArgument"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostEventArgument |
isolatedHost |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
VmPowerOffOnIsolationEvent() |
| Modifier and Type | Method and Description |
|---|---|
HostEventArgument |
getIsolatedHost()
Gets the value of the isolatedHost property.
|
void |
setIsolatedHost(HostEventArgument value)
Sets the value of the isolatedHost property.
|
isTemplate, setTemplategetChainId, 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 isolatedHost
public HostEventArgument getIsolatedHost()
HostEventArgumentpublic void setIsolatedHost(HostEventArgument value)
value - allowed object is
HostEventArgumentCopyright © 2018. All rights reserved.