Class: DatadogAPIClient::V2::NetworkHealthInsightCategory

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/network_health_insight_category.rb

Overview

Category of network health insight. Indicates whether the insight relates to a DNS issue (‘dns`), a TCP issue (`tcp`), a TLS certificate issue (`tls-cert`), or a security group denial (`security-group`).

Constant Summary collapse

DNS =
"dns".freeze
TCP =
"tcp".freeze
TLS_CERT =
"tls-cert".freeze
SECURITY_GROUP =
"security-group".freeze

Method Summary

Methods included from BaseEnumModel

included