Class MaintenanceInfo (0.8.0)

MaintenanceInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MaintenanceInfo to capture the maintenance details of database resource.

Attributes

Name Description
maintenance_schedule google.cloud.databasecenter_v1beta.types.ResourceMaintenanceSchedule
Optional. Maintenance window for the database resource.
deny_maintenance_schedules MutableSequence[google.cloud.databasecenter_v1beta.types.ResourceMaintenanceDenySchedule]
Optional. List of Deny maintenance period for the database resource.
maintenance_version str
Output only. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15".
current_version_release_date google.type.date_pb2.Date
Output only. The date when the maintenance version was released.
upcoming_maintenance google.cloud.databasecenter_v1beta.types.UpcomingMaintenance
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.
state google.cloud.databasecenter_v1beta.types.MaintenanceState
Output only. Resource maintenance state. This is to capture the current state of the maintenance.
possible_failure_reasons MutableSequence[google.cloud.databasecenter_v1beta.types.PossibleFailureReason]
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.
previous_maintenance_version str
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.