ALBL4RuleActionSelectPool (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer L4RuleActionSelectPool object", 
  "id": "ALBL4RuleActionSelectPool", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "action_type": {
      "$ref": "ALBL4RuleActionSelectPoolType, 
      "description": "Indicates action to take on rule match. Enum options - L4_RULE_ACTION_SELECT_POOL, L4_RULE_ACTION_SELECT_POOLGROUP.", 
      "required": true, 
      "title": "Action type"
    }, 
    "pool_group_path": {
      "description": "ID of the pool group to serve the request. It is a reference to an object of type PoolGroup.", 
      "required": false, 
      "title": "Pool group path", 
      "type": "string"
    }, 
    "pool_path": {
      "description": "ID of the pool of servers to serve the request. It is a reference to an object of type Pool.", 
      "required": false, 
      "title": "Pool path", 
      "type": "string"
    }
  }, 
  "title": "L4RuleActionSelectPool", 
  "type": "object"
}