AwsGatewayStatus

AwsGatewayStatus
AwsGatewayStatus
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "gateway_cluster_id": "string",
    "gateway_instances_status": [
        {
            "_self": {
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "gateway_tn_id": "string",
            "gateway_ha_index": 0,
            "error_message": "string",
            "gateway_name": "string",
            "gateway_status": "string",
            "gateway_instance_id": "string",
            "is_gateway_active": false,
            "public_ip": "string",
            "error_code": 0,
            "private_ip": "string",
            "deployment_state": "string",
            "gateway_node_id": "string",
            "deployment_status": 0
        }
    ]
}