Class: DatadogAPIClient::V2::NetworkHealthInsightCategory
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::NetworkHealthInsightCategory
- 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