NSX-T Data Center REST API
AzureGatewayHaConfig (schema)
Azure subnet configuration to deploy gateways
| Name | Description | Type | Notes | 
|---|---|---|---|
| _links | References related to this resource The server will populate this field when returing the resource. Ignored on PUT and POST. | array of ResourceLink | Readonly | 
| _schema | Schema for this resource | string | Readonly | 
| _self | Link to this resource | SelfResourceLink | Readonly | 
| downlink_subnet | Downlink subnet | string | Required | 
| gateway_ha_index | Index of HA that indicates whether gateway is primary or secondary. If index is 0, then it is primary gateway. Else secondary gateway. | integer | Required | 
| management_subnet | Management subnet | string | Required | 
| private_ip_settings | Private IP settings for management interface Stores settings related to Azure gateway Private IP configuration. The private_ip will be attached to management interface of the gateway, based on the value of ip_allocation_mode. | GatewayPrivateIp | |
| public_ip_settings | Public IP settings Stores settings related to Azure gateway Public IP configuration. The public_ip will be attached for management interface of the gateway. | GatewayPublicIp | |
| uplink_public_ip_settings | Public IP settings for uplink interface Stores settings related to Azure 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. | GatewayPublicIp | |
| uplink_subnet | Uplink subnet | string | Required |