Class: DatadogAPIClient::V2::SecurityMonitoringContentPackStatus

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

Overview

The current status of a content pack

Constant Summary collapse

INSTALL =
"install".freeze
ACTIVATE =
"activate".freeze
INITIALIZING =
"initializing".freeze
ACTIVE =
"active".freeze
WARNING =
"warning".freeze
BROKEN =
"broken".freeze

Method Summary

Methods included from BaseEnumModel

included