ArrayOfHostScsiTopology
ArrayOfHostScsiTopology
A boxed array of HostScsiTopology. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"adapter": [
{
"_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"
}
}
]
}
]
}
]
}