HostDiskConfigurationResult

HostDiskConfigurationResult
HostDiskConfigurationResult

Disk configuration result returns success or fault of the operation on the disk.

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

The device path.

See ScsiDisk

boolean
success
Optional

Flag to indicate if the operation is successful

fault
Optional

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