Class: DatadogAPIClient::V2::FleetScheduleStatus

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

Overview

The status of the schedule.

  • ‘active`: The schedule is active and will create deployments according to its recurrence rule.

  • ‘inactive`: The schedule is inactive and will not create any deployments.

Constant Summary collapse

ACTIVE =
"active".freeze
INACTIVE =
"inactive".freeze

Method Summary

Methods included from BaseEnumModel

included