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