GatewayHostNotReachable

GatewayHostNotReachable
GatewayHostNotReachable

Deprecated not used since vSphere 6.5.

GatewayHostNotReachable is thrown by the gateway used to connect to a host, if an error occurs while establishing a connection to that host.

The fault may provide a more detailed message of what caused the problem.

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"
    },
    "hostname": "string",
    "port": 0
}