VmFaultToleranceConfigIssueWrapper

VmFaultToleranceConfigIssueWrapper
VmFaultToleranceConfigIssueWrapper

Configuration issues that can occur during operations related to fault tolerance protection for virtual machines.

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"
        }
    ],
    "entityName": "string",
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "error": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
string
entityName
Optional

The entity name.

Depending on the issue, it could be virtual machine or host.

entity
Optional

The entity

error
Optional

The nested error when the reason field is other