AllocatedService (type)

{
  "additionalProperties": false, 
  "id": "AllocatedService", 
  "module_id": "EdgeClusters", 
  "properties": {
    "allocation_details": {
      "description": "Additional properties of a service, say the sub_pool_size and sub_pool_type for a LoadBalancer.", 
      "items": {
        "$ref": "KeyValuePair
      }, 
      "readonly": false, 
      "title": "Key-Value map of additional specific properties of services", 
      "type": "array"
    }, 
    "high_availability_status": {
      "description": "Represents the active or the standby state of the service.", 
      "enum": [
        "ACTIVE", 
        "STANDBY", 
        "DOWN", 
        "SYNC", 
        "UNKNOWN"
      ], 
      "readonly": true, 
      "title": "HA Status of the service context node", 
      "type": "string"
    }, 
    "service_reference": {
      "$ref": "ResourceReference, 
      "readonly": true, 
      "required": true, 
      "title": "Id and Name of the service context configured on edge node."
    }
  }, 
  "type": "object"
}