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