
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
43 lines
1.9 KiB
ReStructuredText
43 lines
1.9 KiB
ReStructuredText
.. _int: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _str: https://docs.python.org/2/library/stdtypes.html
|
|
|
|
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
|
|
|
|
.. _vim.option.OptionDef: ../../../vim/option/OptionDef.rst
|
|
|
|
.. _vim.host.InternetScsiHba.ParamValue: ../../../vim/host/InternetScsiHba/ParamValue.rst
|
|
|
|
.. _vim.host.InternetScsiHba.DigestProperties: ../../../vim/host/InternetScsiHba/DigestProperties.rst
|
|
|
|
.. _vim.host.InternetScsiHba.AuthenticationProperties: ../../../vim/host/InternetScsiHba/AuthenticationProperties.rst
|
|
|
|
|
|
vim.host.InternetScsiHba.SendTarget
|
|
===================================
|
|
The iSCSI send target.
|
|
:extends: vmodl.DynamicData_
|
|
|
|
Attributes:
|
|
address (`str`_):
|
|
|
|
The IP address or hostname of the storage device.
|
|
port (`int`_, optional):
|
|
|
|
The TCP port of the storage device. If not specified, the standard default of 3260 is used.
|
|
authenticationProperties (`vim.host.InternetScsiHba.AuthenticationProperties`_, optional):
|
|
|
|
The authentication settings for this discovery target. All static targets discovered via this target will inherit the use of these settings unless the static target's authentication settings are explicitly set.
|
|
digestProperties (`vim.host.InternetScsiHba.DigestProperties`_, optional):
|
|
|
|
The digest settings for this discovery target. All static targets discovered via this target will inherit the use of these settings unless the static target's digest settings are explicitly set.
|
|
supportedAdvancedOptions ([`vim.option.OptionDef`_], optional):
|
|
|
|
A list of supported key/value pair advanced options for the host bus adapter including their type information.
|
|
advancedOptions ([`vim.host.InternetScsiHba.ParamValue`_], optional):
|
|
|
|
A list of the current options settings for the host bus adapter.
|
|
parent (`str`_, optional):
|
|
|
|
The device name of the host bus adapter from which settings can be inherited.
|