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