GatewayOperationRefused

GatewayOperationRefused
GatewayOperationRefused

Deprecated not used sine vSphere 6.5.

GatewayOperationRefused is thrown by vCenter Server when a gateway server denies to accept more connection due to resource limitation.

The fault may occur due to specific configuration of the Gateway server to work with limited resources or due to physical limitation to handle more host connections.

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"
        }
    ],
    "gatewayType": "string",
    "gatewayId": "string",
    "gatewayInfo": "string",
    "details": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    }
}