Files
deb-python-pyvmomi/docs/vim/host/PortGroup.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

1.6 KiB

vim.host.PortGroup

This data object type is used to describe port groups. Port groups are used to group virtual network adapters on a virtual switch, associating them with networks and network policies.

extends

vmodl.DynamicData

Attributes:

key (str, optional):

The linkable identifier.

port ([vim.host.PortGroup.Port], optional):

The ports that currently exist and are used on this port group.

vswitch (vim.host.VirtualSwitch, optional):

The virtual switch that contains this port group.

computedPolicy (vim.host.NetworkPolicy):

Computed network policies that are applicable for a port group. The inheritance scheme for PortGroup requires knowledge about the NetworkPolicy for a port group and its parent virtual switch as well as the logic for computing the results. This information is provided as a convenience so that callers need not duplicate the inheritance logic to determine the proper values for a network policy.See the description of the NetworkPolicy data object type for more information.

spec (vim.host.PortGroup.Specification):

The specification of a port group.