File: DiscoveryProperties.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (41 lines) | stat: -rw-r--r-- 1,589 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
.. _str: https://docs.python.org/2/library/stdtypes.html

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

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

.. _SlpDiscoveryMethod: ../../../vim/host/InternetScsiHba/DiscoveryProperties/SlpDiscoveryMethod.rst

.. _InternetScsiSnsDiscoveryMethod: ../../../vim/host/InternetScsiHba/DiscoveryProperties/ISnsDiscoveryMethod.rst


vim.host.InternetScsiHba.DiscoveryProperties
============================================
  The discovery settings for this host bus adapter. At least one discovery mode must always be active. Multiple modes may be active at the same time.
:extends: vmodl.DynamicData_

Attributes:
    iSnsDiscoveryEnabled (`bool`_):

       True if iSNS is currently enabled
    iSnsDiscoveryMethod (`str`_, optional):

       The iSNS discovery method in use when iSNS is enabled. Must be one of the values of `InternetScsiSnsDiscoveryMethod`_ 
    iSnsHost (`str`_, optional):

       For STATIC iSNS, this is the iSNS server address
    slpDiscoveryEnabled (`bool`_):

       True if SLP is enabled
    slpDiscoveryMethod (`str`_, optional):

       The current SLP discovery method when SLP is enabled. Must be one of the values of `SlpDiscoveryMethod`_ 
    slpHost (`str`_, optional):

       When the SLP discovery method is set to MANUAL, this property reflects the hostname, and optionally port number of the SLP DA.
    staticTargetDiscoveryEnabled (`bool`_):

       True if static target discovery is enabled
    sendTargetsDiscoveryEnabled (`bool`_):

       True if send targets discovery is enabled