Class: DatadogAPIClient::V2::DowntimeStatus

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

Overview

The current status of the downtime.

Constant Summary collapse

ACTIVE =
"active".freeze
CANCELED =
"canceled".freeze
ENDED =
"ended".freeze
SCHEDULED =
"scheduled".freeze

Method Summary

Methods included from BaseEnumModel

included