NSX-T Data Center REST API
AwsGatewayStatus (type)
{ "additionalProperties": false, "description": "Stores AWS gateway status related information", "extends": { "$ref": "Resource }, "id": "AwsGatewayStatus", "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": "AwsGatewayInstanceStatus }, "readonly": true, "required": false, "title": "Gateway Instances Status", "type": "array" } }, "title": "AWS Gateway Status", "type": "object" }