LBServiceInstanceStatusEnum (type)

{
  "additionalProperties": false, 
  "description": "READY means that the LBS instance is the oldest and applied. Sometimes, the oldest LBS might not be applied successfully, the next oldest one could be applied. CONFLICT means that the LBS instance is not the oldest and not applied. NOT_READY means that the LBS instance is the oldest, should be applied, but not applied.", 
  "enum": [
    "READY", 
    "CONFLICT", 
    "NOT_READY"
  ], 
  "id": "LBServiceInstanceStatusEnum", 
  "module_id": "PolicyLBStatistics", 
  "title": "Distributed load balancer service instance status", 
  "type": "string"
}