Files
deb-python-pyvmomi/docs/vim/host/InternetScsiHba/SendTarget.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.9 KiB

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.