Files
deb-python-pyvmomi/docs/vim/host/InternetScsiHba.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.