Attributes for partially updating a schedule. All fields are optional.

Hierarchy

  • FleetSchedulePatchAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name?: string

Human-readable name for the schedule.

query?: string

Query used to filter and select target hosts for scheduled deployments. Uses the Datadog query syntax.

Defines the recurrence pattern for the schedule. Specifies when deployments should be automatically triggered based on maintenance windows.

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.
versionToLatest?: number

Number of major versions behind the latest to target for upgrades.

  • 0: Always upgrade to the latest version
  • 1: Upgrade to latest minus 1 major version
  • 2: Upgrade to latest minus 2 major versions Maximum value is 2.

Generated using TypeDoc