NSX-T Data Center REST API

EdgeClusterMemberAllocationPool (type)

{
  "abstract": true,
  "additionalProperties": false,
  "id": "EdgeClusterMemberAllocationPool",
  "module_id": "LogicalRouter",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "allocation_pool_type"
  },
  "properties": {
    "allocation_pool_type": {
      "$ref": "AllocationPoolType",
      "required": true
    }
  },
  "type": "object"
}