public class MigrationResourceWarningEvent extends MigrationEvent
Java class for MigrationResourceWarningEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MigrationResourceWarningEvent">
<complexContent>
<extension base="{urn:vim25}MigrationEvent">
<sequence>
<element name="dstPool" type="{urn:vim25}ResourcePoolEventArgument"/>
<element name="dstHost" type="{urn:vim25}HostEventArgument"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostEventArgument |
dstHost |
protected ResourcePoolEventArgument |
dstPool |
faultchainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
MigrationResourceWarningEvent() |
| Modifier and Type | Method and Description |
|---|---|
HostEventArgument |
getDstHost()
Gets the value of the dstHost property.
|
ResourcePoolEventArgument |
getDstPool()
Gets the value of the dstPool property.
|
void |
setDstHost(HostEventArgument value)
Sets the value of the dstHost property.
|
void |
setDstPool(ResourcePoolEventArgument value)
Sets the value of the dstPool property.
|
getFault, setFaultisTemplate, 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 ResourcePoolEventArgument dstPool
protected HostEventArgument dstHost
public ResourcePoolEventArgument getDstPool()
ResourcePoolEventArgumentpublic void setDstPool(ResourcePoolEventArgument value)
value - allowed object is
ResourcePoolEventArgumentpublic HostEventArgument getDstHost()
HostEventArgumentpublic void setDstHost(HostEventArgument value)
value - allowed object is
HostEventArgumentCopyright © 2018. All rights reserved.