HostScsiTopologyTarget

HostScsiTopologyTarget
HostScsiTopologyTarget

This data object type describes the SCSI target that is associated with a list of logical units.

AllOf
This class requires all of the following:
JSON Example
{
    "_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 target

integer As int32 As int32
target
Required

The target identifier.

lun
Optional

The list of SCSI logical units with which a target is associated.

transport
Optional

SCSI Transport information about the target.