NSX-T Data Center REST API
AwsGatewayHaConfig (type)
{
"additionalProperties": false,
"extends": {
"$ref": "Resource
},
"id": "AwsGatewayHaConfig",
"module_id": "CloudServiceManager",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink,
"readonly": true,
"title": "Link to this resource"
},
"availability_zone": {
"required": true,
"title": "Availability Zone",
"type": "string"
},
"downlink_subnet": {
"required": true,
"title": "Downlink subnet",
"type": "string"
},
"gateway_ha_index": {
"required": true,
"title": "Index of HA that indicates whether gateway is primary or secondary.\nIf index is 0, then it is primary gateway. Else secondary gateway.\n",
"type": "integer"
},
"management_subnet": {
"required": true,
"title": "Management subnet",
"type": "string"
},
"private_ip_settings": {
"$ref": "GatewayPrivateIp,
"description": "Stores settings related to AWS gateway Private IP configuration. The private_ip will be attached to management interface of the gateway, based on the value of ip_allocation_mode.",
"required": false,
"title": "Private IP settings for management interface"
},
"public_ip_settings": {
"$ref": "GatewayPublicIp,
"description": "Stores settings related to AWS gateway Public IP configuration. The public_ip will be attached to management interface of the gateway, based on the value of ip_allocation_mode.",
"required": false,
"title": "Public IP settings for management interface"
},
"uplink_public_ip_settings": {
"$ref": "GatewayPublicIp,
"description": "Stores settings related to AWS gateway Public IP configuration. The public_ip will be attached to uplink interface of the primary gateway, based on the value of ip_allocation_mode.",
"required": false,
"title": "Public IP settings for uplink interface"
},
"uplink_subnet": {
"required": true,
"title": "Uplink subnet",
"type": "string"
}
},
"title": "AWS subnet configuration to deploy gateways",
"type": "object"
}