File: PortCriteria.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (43 lines) | stat: -rw-r--r-- 1,623 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.. _str: https://docs.python.org/2/library/stdtypes.html

.. _bool: https://docs.python.org/2/library/stdtypes.html

.. _inside: ../../vim/dvs/PortCriteria.rst#inside

.. _portgroupKey: ../../vim/dvs/PortCriteria.rst#portgroupKey

.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5

.. _vim.ManagedEntity: ../../vim/ManagedEntity.rst

.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst


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.