ArrayOfHostScsiTopologyInterface

ArrayOfHostScsiTopologyInterface
ArrayOfHostScsiTopologyInterface

A boxed array of HostScsiTopologyInterface. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_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"
                    }
                }
            ]
        }
    ]
}
_value
Required

_value