Name
|
Type
|
Description
|
config | DVPortConfigInfo |
The management configuration of the port.
|
conflict | xsd:boolean |
Whether the port is a conflict port. A port could be marked as conflict
if an entity is discovered connecting to a port that is already
occupied, or if the port is created by the host without conferring
with vCenter Server. A conflict port will not have its runtime
state persisted and the port can't move away from the host, that is,
no VMotion if a Virtual Machine is using a conflict port.
|
conflictPortKey | xsd:string |
If the port is marked conflict in the case of two entities connecting to
the same port (see
conflict), this is the
key of the port which the connected entity is contending for.
|
connectee | DistributedVirtualSwitchPortConnectee |
The entity that connects to the port.
|
connectionCookie | xsd:int |
This is a cookie representing the current instance of association between
port and Virtual NIC/Physical NIC (which is represented as DistributedVirtualSwitchPortConnection
objects). The same cookie is present on the Physical NIC/Virtual NIC configuration (see
connectionCookie) in order for the port to
authenticate that the peer is the rightful connectee of the port.
|
dvsUuid | xsd:string |
The UUID of DistributedVirtualSwitch that the port belongs to.
|
key | xsd:string |
The port key.
|
lastStatusChange | xsd:dateTime |
The last time the runtimeInfo
value was changed.
|
portgroupKey | xsd:string |
The key of the portgroup that the port belongs to, if any.
|
proxyHost | ManagedObjectReference
to a
HostSystem |
The host that services this port
|
state | DVPortState |
The runtime state of the port.
|
Properties inherited from DynamicData |
dynamicProperty, dynamicType |