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