HostScsiTopologyInterface
HostScsiTopologyInterface
This data object type describes the SCSI interface that is associated with a list of targets.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"key": "string",
"adapter": "string",
"target": [
{
"_typeName": "string",
"key": "string",
"target": 0,
"lun": [
{
"_typeName": "string",
"key": "string",
"lun": 0,
"scsiLun": "string"
}
],
"transport": {
"_typeName": "string"
}
}
]
}
string
key
Required
The identifier for the SCSI interface
string
adapter
Required
The link to data for this SCSI interface.
array of
HostScsiTopologyTarget
target
Optional
The list of targets to which the SCSI interface is associated.