Files
deb-python-pyvmomi/docs/vim/vm/DeviceRuntimeInfo/VirtualEthernetCardRuntimeState.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

3.7 KiB

vim.vm.DeviceRuntimeInfo.VirtualEthernetCardRuntimeState

Runtime state of a virtual ethernet card device.

extends

vim.vm.DeviceRuntimeInfo.DeviceRuntimeState

since

vSphere API 4.1

Attributes:

vmDirectPathGen2Active (bool):

Flag to indicate whether VMDirectPath Gen 2 is active on this device. If false, the reason(s) for inactivity will be provided in one or more of vmDirectPathGen2InactiveReasonVm , vmDirectPathGen2InactiveReasonOther , and vmDirectPathGen2InactiveReasonExtended .

vmDirectPathGen2InactiveReasonVm ([str], optional):

If vmDirectPathGen2Active is false, this array will be populated with reasons for the inactivity that are related to virtual machine state or configuration (chosen from VmDirectPathGen2InactiveReasonVm). 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 virtual machine state or configuration (chosen from VmDirectPathGen2InactiveReasonOther). Virtual machine related reasons for inactivity will be provided in vmDirectPathGen2InactiveReasonVm . 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) enumerated in vmDirectPathGen2InactiveReasonVm and/or vmDirectPathGen2InactiveReasonOther .

reservationStatus (str, optional):

The status indicating whether network reservation requirement is violated or not on the virtual network adapter. See ManagedEntityStatus for possible values. red indicates that reservation specified on the virtual network adapter is not being fulfilled. This can happen if the reservation requested is greater than the available capacity reserved for virtual machine traffic on the host. green indicates that the reservation specified on the virtual network adapter is being fulfilled.