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