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