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