Class MaintenanceWindowCreateAttributes

Attributes required to create a maintenance window.

Hierarchy

  • MaintenanceWindowCreateAttributes

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