InvalidVmConfig

InvalidVmConfig
InvalidVmConfig

Thrown when virtual machine creation or configuration fails.

This is a base type for all virtual machine configuration errors.

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"
}
string
property
Optional

Path of the property in configSpec that has an invalid value.