NSX-T Data Center REST API
AzureGatewayInfo (type)
{
"additionalProperties": false,
"description": "Stores azure gateway information like configuration and status.",
"id": "AzureGatewayInfo",
"module_id": "AzureVnetInformation",
"properties": {
"configuration": {
"$ref": "AzureGatewayConfig,
"description": "Configuration of Azure gateway.",
"readonly": true,
"required": false,
"title": "Gateway Configuration"
},
"csm_ip_address": {
"description": "Cloud service manager IP address used to communicate with the Azure VNet gateways.",
"readonly": true,
"required": false,
"title": "Cloud service manager IP address",
"type": "string"
},
"gateway_status": {
"$ref": "AzureGatewayStatus,
"description": "Array of gateway statuses.",
"readonly": true,
"required": false,
"title": "Gateway Status"
}
},
"title": "Azure Gateway Information",
"type": "object"
}