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