
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
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.