NSX-T Data Center REST API

AllocationRule (type)

{
  "additionalProperties": false,
  "description": "Allocation rule on edge cluster which will be considered in auto placement of TIER1 logical routers, DHCP and MDProxy.",
  "id": "AllocationRule",
  "module_id": "EdgeClusters",
  "properties": {
    "action": {
      "$ref": "AllocationRuleAction",
      "description": "Set action for each allocation rule",
      "required": true,
      "title": "Action for allocation rule"
    }
  },
  "title": "Allocation rule on edge cluster",
  "type": "object"
}