ClusterEVCManagerCheckResult

ClusterEVCManagerCheckResult
ClusterEVCManagerCheckResult
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "evcModeKey": "string",
    "error": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    },
    "host": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
string
evcModeKey
Required

The EVC mode being tested for legal application.

error
Required

A problem that would prevent applying the desired EVC mode.

host
Optional

The set of hosts which would generate the fault described by the error property when the desired EVC mode is applied.