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

Reference to an instance of the ManagedEntity managed object.

error
Optional

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