| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
blocked | xsd:boolean |
Whether the port is blocked by switch implementation.
|
linkPeer* | xsd:string |
The name of the connected entity.
|
linkUp | xsd:boolean |
Whether the port is in linkUp status.
|
macAddress* | xsd:string |
The MAC address that is used at this port.
|
mtu* | xsd:int |
The MTU of the port. Currently, this property can be set only at the
switch level. Attempting to change it at the portgroup or port level
raises an exception.
|
statusDetail* | xsd:string |
Additional information regarding the port's current status.
Since vSphere API 4.1 |
trunkingMode* | xsd:boolean |
True if the port VLAN tagging/stripping is disabled.
|
vlanIds* | NumericRange[] |
The VLAN ID of the port.
|
vmDirectPathGen2Active* | xsd:boolean |
Flag to indicate whether VMDirectPath Gen 2 is active on this port.
If false, the reason(s) for inactivity will be provided in one or
more of vmDirectPathGen2InactiveReasonNetwork,
vmDirectPathGen2InactiveReasonOther,
and vmDirectPathGen2InactiveReasonExtended.
If the host software is not capable of VMDirectPath Gen 2, this property will be unset. Since vSphere API 4.1 |
vmDirectPathGen2InactiveReasonExtended* | xsd:string |
If vmDirectPathGen2Active is false, this property may
contain an explanation provided by the platform, beyond the reasons
(if any) enumerated in vmDirectPathGen2InactiveReasonNetwork
and/or vmDirectPathGen2InactiveReasonOther.
Since vSphere API 4.1 |
vmDirectPathGen2InactiveReasonNetwork* | xsd:string[] |
If vmDirectPathGen2Active is false, this array will be
populated with reasons for the inactivity that are related to network
state or configuration (chosen from
VmDirectPathGen2InactiveReasonNetwork). Other reasons for
inactivity will be provided in
vmDirectPathGen2InactiveReasonOther. If there is a reason
for inactivity that cannot be described by the available constants,
vmDirectPathGen2InactiveReasonExtended will be populated
with an additional explanation provided by the platform.
Note that this list of reasons is not guaranteed to be exhaustive. Since vSphere API 4.1 |
vmDirectPathGen2InactiveReasonOther* | xsd:string[] |
If vmDirectPathGen2Active is false, this array will be
populated with reasons for the inactivity that are not related to
network state or configuration (chosen from
VmDirectPathGen2InactiveReasonOther). Network-related
reasons for inactivity will be provided in
vmDirectPathGen2InactiveReasonNetwork. If there is a reason
for inactivity that cannot be described by the available constants,
vmDirectPathGen2InactiveReasonExtended will be populated
with an additional explanation provided by the platform.
Note that this list of reasons is not guaranteed to be exhaustive. |
Properties inherited from DynamicData | ||
dynamicProperty, dynamicType |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |