NSX-T Data Center REST API
AzureGatewayStatus (type)
{ "additionalProperties": false, "description": "Stores Azure gateway status related information", "extends": { "$ref": "Resource }, "id": "AzureGatewayStatus", "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" }, "gateway_cluster_id": { "description": "Cluster ID of NSX gateway", "required": false, "title": "NSX gateway cluster ID", "type": "string" }, "gateway_instances_status": { "description": "Array of gateway instances statuses", "items": { "$ref": "AzureGatewayInstanceStatus }, "readonly": true, "required": false, "title": "Gateway Instances Status", "type": "array" } }, "title": "Azure Gateway Status", "type": "object" }