HostMultipathInfoLogicalUnit

HostMultipathInfoLogicalUnit
HostMultipathInfoLogicalUnit

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "id": "string",
    "lun": "string",
    "path": [
        {
            "_typeName": "string",
            "key": "string",
            "name": "string",
            "pathState": "string",
            "state": "string",
            "isWorkingPath": false,
            "adapter": "string",
            "lun": "string",
            "transport": {
                "_typeName": "string"
            }
        }
    ],
    "policy": {
        "_typeName": "string",
        "policy": "string"
    },
    "storageArrayTypePolicy": {
        "_typeName": "string",
        "policy": "string"
    }
}
string
key
Required

Linkable identifier.

string
id
Required

Identifier of LogicalUnit.

Use this id to configure LogicalUnit multipathing policy using SetMultipathLunPolicy.

string
lun
Required

SCSI device corresponding to logical unit.

path
Required

Array of paths available to access this LogicalUnit.

policy
Required

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

storageArrayTypePolicy
Optional

Policy used to determine how a storage device is accessed.

This policy is currently immutable.