Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::MaintenanceInfo.
MaintenanceInfo to capture the maintenance details of database resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deny_maintenance_schedules
def deny_maintenance_schedules() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule>
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule>) — Optional. List of Deny maintenance period for the database resource.
#deny_maintenance_schedules=
def deny_maintenance_schedules=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule>
Parameter
- value (::Array<::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule>) — Optional. List of Deny maintenance period for the database resource.
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceDenySchedule>) — Optional. List of Deny maintenance period for the database resource.
#maintenance_schedule
def maintenance_schedule() -> ::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceSchedule
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceSchedule) — Optional. Maintenance window for the database resource.
#maintenance_schedule=
def maintenance_schedule=(value) -> ::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceSchedule
Parameter
- value (::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceSchedule) — Optional. Maintenance window for the database resource.
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::ResourceMaintenanceSchedule) — Optional. Maintenance window for the database resource.
#maintenance_version
def maintenance_version() -> ::String
Returns
- (::String) — Optional. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15"
#maintenance_version=
def maintenance_version=(value) -> ::String
Parameter
- value (::String) — Optional. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15"
Returns
- (::String) — Optional. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15"