HostPlugStoreTopologyDevice
HostPlugStoreTopologyDevice
This data object type is an association class that describes a ScsiLun and its associated Path objects.
The ScsiLun is a Device that is formed from a set of Paths.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": "string",
"lun": "string",
"path": [
"string"
]
}
string
key
Required
Linkable identifier.
string
lun
Required
The SCSI device corresponding to logical unit.
array of
string
path
Optional
The array of paths available to access this LogicalUnit.