
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
4.7 KiB
vim.dvs.DistributedVirtualPort.RuntimeInfo
The DVPortStatus data object contains runtime information about a DistributedVirtualPort .
- extends
- since
- Attributes:
-
linkUp (bool):
Indicates whether the port is in linkUp status.
blocked (bool):
Indicates whether the port is blocked by switch implementation.
vlanIds ([vim.NumericRange], optional):
VLAN ID of the port.
trunkingMode (bool, optional):
True if the port VLAN tagging/stripping is disabled.
mtu (int, optional):
Maximum transmission unit (MTU) of the port. You can set the MTU only at the switch level ( VMwareDVSConfigSpec ). If you attempt to change it at the portgroup or port level, the Server throws an exception.
linkPeer (str, optional):
Name of the connected entity.
macAddress (str, optional):
The MAC address that is used at this port.
statusDetail (str, optional):
Additional information regarding the current status of the port.
vmDirectPathGen2Active (bool, optional):
Indicates 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. See HostCapability . vmDirectPathGen2Supported .
vmDirectPathGen2InactiveReasonNetwork ([str], optional):
If vmDirectPathGen2Active is false, this array will be populated with reasons for the inactivity that are related to network state or configuration. The reasons are chosen from the DVPortStatusVmDirectPathGen2InactiveReasonNetwork values.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.
vmDirectPathGen2InactiveReasonOther ([str], optional):
If vmDirectPathGen2Active is false, this array will be populated with reasons for the inactivity that are not related to network state or configuration. The reasons are chosen from the DVPortStatusVmDirectPathGen2InactiveReasonOther values.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.See vmDirectPathGen2Supported
vmDirectPathGen2InactiveReasonExtended (str, optional):
If vmDirectPathGen2Active is false, this property may contain an explanation provided by the platform, beyond the reasons (if any) listed in vmDirectPathGen2InactiveReasonNetwork and/or vmDirectPathGen2InactiveReasonOther .