NSX-T Data Center REST API

PolicyAntreaIPPool (type)

{
  "additionalProperties": false,
  "description": "Antrea IPPool member details",
  "extends": {
    "$ref": "PolicyKubernetesResource"
  },
  "id": "PolicyAntreaIPPool",
  "module_id": "PolicyGroupRealization",
  "properties": {
    "display_name": {
      "readonly": true,
      "required": true,
      "title": "The name of kubernetes resource",
      "type": "string"
    },
    "external_id": {
      "readonly": true,
      "required": true,
      "title": "The id of kubernetes resource",
      "type": "string"
    },
    "ip_ranges": {
      "items": {
        "$ref": "PolicyAntreaIPPoolIPRange"
      },
      "required": true,
      "title": "The ip_ranges of antrea ippool resource",
      "type": "array"
    }
  },
  "title": "Antrea IPPool member details",
  "type": "object"
}