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

The criteria specification for selecting ports.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

connected (bool, optional):

If set, only the connected ports are qualified.

active (bool, optional):

If set, only the active ports are qualified.

uplinkPort (bool, optional):

If set to true, only the uplink ports are qualified. If set to false, only non-uplink ports are qualified.

scope (vim.ManagedEntity, optional):

If set, only the ports of which the scope covers the entity are qualified.

portgroupKey ([str], optional):

The keys of the portgroup that is used for the scope of inside . If this property is unset, it means any portgroup. If inside is unset, this property is ignored.

inside (bool, optional):

If unset, all ports in the switch are qualified. If set to true, only ports inside portgroupKey or any portgroup, if not set, are qualified. If set to false, only ports outside portgroupKey or any portgroup, if not set, are qualified.

portKey ([str], optional):

If set, only the ports of which the key is in the array are qualified.