ALBHealthMonitorType (type)

{
  "description": "Valid ENUM values for ALBHealthMonitorType", 
  "enum": [
    "HEALTH_MONITOR_PING", 
    "HEALTH_MONITOR_TCP", 
    "HEALTH_MONITOR_HTTP", 
    "HEALTH_MONITOR_HTTPS", 
    "HEALTH_MONITOR_EXTERNAL", 
    "HEALTH_MONITOR_UDP", 
    "HEALTH_MONITOR_DNS", 
    "HEALTH_MONITOR_GSLB", 
    "HEALTH_MONITOR_SIP", 
    "HEALTH_MONITOR_RADIUS"
  ], 
  "id": "ALBHealthMonitorType", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "title": "HealthMonitorType type", 
  "type": "string"
}