LBUsageSeverity (type)

{
  "additionalProperties": false, 
  "description": "Severity is calculated from usage percentage: GREEN means the current usage percentage is less than 60%. ORANGE means the current usage percentage is less than 80% and larger than or equal to 60%. RED means the current usage percentage is larger than or equal to 80%.", 
  "enum": [
    "GREEN", 
    "ORANGE", 
    "RED"
  ], 
  "id": "LBUsageSeverity", 
  "module_id": "PolicyLBStatistics", 
  "title": "Load balancer usage severity", 
  "type": "string"
}