MaintenanceInfo
import type { MaintenanceInfo } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";MaintenanceInfo to capture the maintenance details of database resource.
§Properties
Optional. List of Deny maintenance period for the database resource.
Optional. Maintenance window for the database resource.
Output only. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15"
Output only. List of possible reasons why the maintenance is not completed. This is an optional field and is only populated if there are any reasons for failures recorded for the maintenance by DB Center. FAILURE maintenance status may not always have a failure reason.
Output only. Previous maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15". This is available once a minor version maintenance is complete on a database resource.
Output only. Resource maintenance state. This is to capture the current state of the maintenance.
Output only. Upcoming maintenance window for the database resource. This is only populated for an engine, if upcoming maintenance is scheduled for the resource. This schedule is generated per engine and engine version, and there is only one upcoming maintenance window at any given time. In case of upcoming maintenance, the maintenance_state will be set to SCHEDULED first, and then IN_PROGRESS when the maintenance window starts.