Class MaintenanceWindowUpdateAttributes

Attributes that can be updated on a maintenance window. All fields are optional; only provided fields are changed.

Hierarchy

  • MaintenanceWindowUpdateAttributes

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
endAt?: Date

The end time of the maintenance window.

name?: string

The name of the maintenance window.

query?: string

The query to filter event management cases for this maintenance window.

startAt?: Date

The start time of the maintenance window.

Generated using TypeDoc