
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
1.9 KiB
vim.host.InternetScsiHba.SendTarget
The iSCSI send target.
- extends
- 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.