interface Maintenance {
    closedAt?: Date;
    forcedAt?: Date;
    reason: string;
    startsAt?: Date;
    status: DocumentDB.v1beta1.MaintenanceStatus;
    stopsAt?: Date;
}

Properties

closedAt?: Date

Closed maintenance date.

forcedAt?: Date

Time when Scaleway-side maintenance will be applied.

reason: string

Maintenance information message.

startsAt?: Date

Start date of the maintenance window.

Status of the maintenance.

stopsAt?: Date

End date of the maintenance window.