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