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

4.3 KiB

vim.host.InternetScsiHba

This data object type describes the iSCSI host bus adapter interface.

extends

vim.host.HostBusAdapter

Attributes:

isSoftwareBased (bool):

True if this host bus adapter is a software based initiator utilizing the hosting system's existing TCP/IP network connection

canBeDisabled (bool, optional):

Can this adapter be disabled

networkBindingSupport (vim.host.InternetScsiHba.NetworkBindingSupportType, optional):

Specifies if this iSCSI Adapter requires a bound network interface to function.

discoveryCapabilities (vim.host.InternetScsiHba.DiscoveryCapabilities):

The discovery capabilities for this host bus adapter.

discoveryProperties (vim.host.InternetScsiHba.DiscoveryProperties):

The discovery settings for this host bus adapter.

authenticationCapabilities (vim.host.InternetScsiHba.AuthenticationCapabilities):

The authentication capabilities for this host bus adapter.

authenticationProperties (vim.host.InternetScsiHba.AuthenticationProperties):

The authentication settings for this host bus adapter. All static and discovery targets will inherit the use of these settings unless their authentication settings are explicitly set.

digestCapabilities (vim.host.InternetScsiHba.DigestCapabilities, optional):

The authentication capabilities for this host bus adapter.

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

The digest settings for this host bus adapter. All static and discovery targets will inherit the use of these properties unless their digest settings are explicitly set.

ipCapabilities (vim.host.InternetScsiHba.IPCapabilities):

The IP capabilities for this host bus adapter.

ipProperties (vim.host.InternetScsiHba.IPProperties):

The IP settings for this host bus adapter.

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.

iScsiName (str):

The iSCSI name of this host bus adapter.

iScsiAlias (str, optional):

The iSCSI alias of this host bus adapter.

configuredSendTarget (vim.host.InternetScsiHba.SendTarget, optional):

The configured iSCSI send target entries.

configuredStaticTarget (vim.host.InternetScsiHba.StaticTarget, optional):

The configured iSCSI static target entries.

maxSpeedMb (int, optional):

The maximum supported link speed of the port in megabits per second.

currentSpeedMb (int, optional):

The Current operating link speed of the port in megabits per second.