NSX-T Data Center REST API

PrefixEntry (type)

{
  "additionalProperties": false,
  "id": "PrefixEntry",
  "module_id": "PolicyConnectivity",
  "properties": {
    "action": {
      "default": "PERMIT",
      "description": "Action for the prefix list.",
      "enum": [
        "PERMIT",
        "DENY"
      ],
      "required": false,
      "title": "Action for the prefix list",
      "type": "string"
    },
    "ge": {
      "description": "Prefix length greater than or equal to.",
      "maximum": 128,
      "minimum": 1,
      "title": "Prefix length greater than or equal to",
      "type": "int"
    },
    "le": {
      "description": "Prefix length less than or equal to.",
      "maximum": 128,
      "minimum": 1,
      "title": "Prefix length less than or equal to",
      "type": "int"
    },
    "network": {
      "description": "Network prefix in CIDR format. \"ANY\" matches all networks.",
      "required": true,
      "title": "Network prefix in CIDR format",
      "type": "string"
    }
  },
  "title": "Network prefix entry",
  "type": "object"
}