NSX-T Data Center REST API

PolicyGroupPodCidrList (type)

{
  "additionalProperties": false,
  "description": "Details of the kubernetes node pod cidrs belonging to a policy Group",
  "id": "PolicyGroupPodCidrList",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "clusters": {
      "items": {
        "$ref": "PolicyGroupPodCidrCluster"
      },
      "required": true,
      "type": "array"
    }
  },
  "title": "List of kubernetes node pod cidr members",
  "type": "object"
}