ServiceRouterAllocationConfig (type)

{
  "additionalProperties": false, 
  "id": "ServiceRouterAllocationConfig", 
  "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"
    }, 
    "edge_cluster_id": {
      "description": "To reallocate TIER1 logical router on new or existing edge cluster", 
      "required": true, 
      "title": "Edge cluster id to re allocate members", 
      "type": "string"
    }, 
    "edge_cluster_member_indices": {
      "description": "For TIER 1 logical router, for manual placement of service router within the cluster, edge cluster member indices needs to be provided else same will be auto-allocated. You can provide maximum two indices for HA ACTIVE_STANDBY.", 
      "items": {
        "type": "integer"
      }, 
      "required": false, 
      "title": "Member indices of the edge node on the cluster", 
      "type": "array"
    }
  }, 
  "type": "object"
}