ALBAutoScaleOpenStackSettings (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer AutoScaleOpenStackSettings object", 
  "id": "ALBAutoScaleOpenStackSettings", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "heat_scale_down_url": {
      "description": "Avi Controller will use this URL to scale downthe pool. Cloud connector will automatically update the membership. This is an alpha feature.", 
      "required": false, 
      "title": "Heat scale down url", 
      "type": "string"
    }, 
    "heat_scale_up_url": {
      "description": "Avi Controller will use this URL to scale upthe pool. Cloud connector will automatically update the membership. This is an alpha feature.", 
      "required": false, 
      "title": "Heat scale up url", 
      "type": "string"
    }
  }, 
  "title": "AutoScaleOpenStackSettings", 
  "type": "object"
}