
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
1.5 KiB
1.5 KiB
vim.host.MultipathInfo.LogicalUnit
The HostMultipathInfoLogicalUnit data object represents a storage entity that provides disk blocks to a host.
- extends
- 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.