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