NSX-T Data Center REST API

LbUsageSeverity (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "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": "LoadBalancer",
  "title": "Load balancer usage severity",
  "type": "string"
}