EdgeClusterMemberAllocationProfile (type)

{
  "additionalProperties": false, 
  "id": "EdgeClusterMemberAllocationProfile", 
  "module_id": "LogicalRouter", 
  "properties": {
    "allocation_pool": {
      "$ref": "EdgeClusterMemberAllocationPool, 
      "description": "Logical router allocation can be tracked for specific services and services may have their own hard limits and allocation sizes. For example load balancer pool should be specified if load balancer service will be attached to logical router.", 
      "required": false, 
      "title": "Edge Cluster Member Allocation Pool for logical router"
    }, 
    "allocation_type": {
      "description": "Allocation type is used to specify the mode used to allocate the LR. This is populated only for TIER1 logical router and for TIER0 this will be null.", 
      "enum": [
        "MANUAL", 
        "AUTO"
      ], 
      "readonly": true, 
      "required": false, 
      "title": "Resource allocation type", 
      "type": "string"
    }, 
    "enable_standby_relocation": {
      "default": false, 
      "description": "Flag to enable the auto-relocation of standby service router running on edge cluster and node associated with the logical router. Only dynamically allocated tier1 logical routers are considered for the relocation.", 
      "required": false, 
      "title": "Flag to enable standby service router relocation", 
      "type": "boolean"
    }
  }, 
  "type": "object"
}