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

1.5 KiB

vim.host.MultipathInfo.LogicalUnit

The HostMultipathInfoLogicalUnit data object represents a storage entity that provides disk blocks to a host.

extends

vmodl.DynamicData

Attributes:

key (str):

Linkable identifier.

id (str):

Identifier of LogicalUnit.Use this id to configure LogicalUnit multipathing policy using SetMultipathLunPolicy .

lun (vim.host.ScsiLun):

SCSI device corresponding to logical unit.

path ([vim.host.MultipathInfo.Path]):

Array of paths available to access this LogicalUnit.

policy (vim.host.MultipathInfo.LogicalUnitPolicy):

Policy that the logical unit should use when selecting a path.

storageArrayTypePolicy (vim.host.MultipathInfo.LogicalUnitStorageArrayTypePolicy, optional):

Policy used to determine how a storage device is accessed. This policy is currently immutable.