public class VmDeployFailedEvent extends VmEvent
Java class for VmDeployFailedEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmDeployFailedEvent">
<complexContent>
<extension base="{urn:vim25}VmEvent">
<sequence>
<element name="destDatastore" type="{urn:vim25}EntityEventArgument"/>
<element name="reason" type="{urn:vim25}LocalizedMethodFault"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EntityEventArgument |
destDatastore |
protected LocalizedMethodFault |
reason |
chainId, changeTag, computeResource, createdTime, datacenter, ds, dvs, fullFormattedMessage, host, key, net, userName, vm| Constructor and Description |
|---|
VmDeployFailedEvent() |
| Modifier and Type | Method and Description |
|---|---|
EntityEventArgument |
getDestDatastore()
Gets the value of the destDatastore property.
|
LocalizedMethodFault |
getReason()
Gets the value of the reason property.
|
void |
setDestDatastore(EntityEventArgument value)
Sets the value of the destDatastore property.
|
void |
setReason(LocalizedMethodFault value)
Sets the value of the reason 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 EntityEventArgument destDatastore
protected LocalizedMethodFault reason
public EntityEventArgument getDestDatastore()
EntityEventArgumentpublic void setDestDatastore(EntityEventArgument value)
value - allowed object is
EntityEventArgumentpublic LocalizedMethodFault getReason()
LocalizedMethodFaultpublic void setReason(LocalizedMethodFault value)
value - allowed object is
LocalizedMethodFaultCopyright © 2018. All rights reserved.