Files
deb-python-pyvmomi/docs/vim/host/InternetScsiHba/StaticTarget.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.StaticTarget

The iSCSI static 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.

iScsiName (str):

The iSCSI name of the storage device.

discoveryMethod (str, optional):

Discovery method each static target is discovered by some method define in TargetDiscoveryMethod.

authenticationProperties (vim.host.InternetScsiHba.AuthenticationProperties, optional):

The authentication settings for this target.

digestProperties (vim.host.InternetScsiHba.DigestProperties, optional):

The digest settings for this target.

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 parent entity from which settings can be inherited. It can either be unset, or set to the device name of the host bus adapter or the name of the SendTarget.