NSX-T Data Center REST API
SubnetAndPortStatus (type)
{ "extends": { "$ref": "StatusEnum" }, "id": "SubnetAndPortStatus", "module_id": "PolicyVpcStatistics", "properties": { "ports": { "items": { "$ref": "RealizationEntity" }, "type": "array" }, "realization_entities": { "items": { "$ref": "RealizationEntity" }, "type": "array" }, "status": { "enum": [ "SUCCESS", "ERROR", "UNINITIALIZED", "IN_PROGRESS", "UNKNOWN" ], "required": false, "title": "Status of this object", "type": "string" } }, "title": "Status of a given Subnets and ports attached to it.", "type": "object" }