HostStorageSystemScsiLunResult

HostStorageSystemScsiLunResult
HostStorageSystemScsiLunResult

Contains the result of SCSI LUN operation requests.

Used as return value by AttachScsiLunEx_Task, DetachScsiLunEx_Task and MarkPerenniallyReservedEx_Task

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "fault": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
string
key
Required

UUID of LUN on which the LUN operation was requested.

fault
Optional

The base data object type for all the object model faults that an application might handle.