AwsGatewayDeployConfig

AwsGatewayDeployConfig
AwsGatewayDeployConfig
AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "vpc_id": "string",
    "configuration": {
        "ami_id": "string",
        "nsx_manager_connection": "string",
        "gateway_ha_configuration": [
            {
                "_self": {
                    "rel": "string"
                },
                "_links": [
                    {
                        "action": "string",
                        "href": "string",
                        "rel": "string"
                    }
                ],
                "_schema": "string",
                "gateway_ha_index": 0,
                "management_subnet": "string",
                "downlink_subnet": "string",
                "uplink_subnet": "string",
                "availability_zone": "string"
            }
        ],
        "is_ha_enabled": false,
        "default_quarantine_policy_enabled": false,
        "key_pair_name": "string"
    },
    "account_id": "string"
}