ScsiLunDurableName

ScsiLunDurableName
ScsiLunDurableName

This data object type represents an SMI-S "Correlatable and Durable Name" which is an identifier for a logical unit number (LUN) that is generated using a common algorithm.

The algorithm divides the identifier into multiple namespaces where each namespace uses a different set of properties of the LUN to generate the identifier. The namespace itself is encoded in the identifier.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "namespace": "string",
    "namespaceId": 0,
    "data": [
        0
    ]
}
string
namespace
Required

The string describing the namespace used for the durable name.

integer
namespaceId
Required

The byte used by the ESX Server product to represent the namespace.

array of integer
data
Optional

The variable length byte array containing the namespace-specific data.

For a SCSI-3 compliant device this field is the descriptor header along with the payload for data obtained from page 83h, and is the payload for data obtained from page 80h of the Vital Product Data (VPD).