InvalidDeviceOperation

InvalidDeviceOperation
InvalidDeviceOperation

An InvalidDeviceOperation exception is thrown if virtual machine creation or configuration fails because an invalid operation is attempted on the given device.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "property": "string",
    "deviceIndex": 0,
    "badOp": "string",
    "badFileOp": "string"
}
badOp
Optional

The invalid operation attempted.

badFileOp
Optional

The invalid file operation attempted.