Database Center v1beta API - Class MaintenanceInfo (1.0.0-beta03)

public sealed class MaintenanceInfo : IMessage<MaintenanceInfo>, IEquatable<MaintenanceInfo>, IDeepCloneable<MaintenanceInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class MaintenanceInfo.

MaintenanceInfo to capture the maintenance details of database resource.

Inheritance

object > MaintenanceInfo

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

MaintenanceInfo()

public MaintenanceInfo()

MaintenanceInfo(MaintenanceInfo)

public MaintenanceInfo(MaintenanceInfo other)
Parameter
Name Description
other MaintenanceInfo

Properties

DenyMaintenanceSchedules

public RepeatedField<ResourceMaintenanceDenySchedule> DenyMaintenanceSchedules { get; }

Optional. List of Deny maintenance period for the database resource.

Property Value
Type Description
RepeatedFieldResourceMaintenanceDenySchedule

MaintenanceSchedule

public ResourceMaintenanceSchedule MaintenanceSchedule { get; set; }

Optional. Maintenance window for the database resource.

Property Value
Type Description
ResourceMaintenanceSchedule

MaintenanceVersion

public string MaintenanceVersion { get; set; }

Optional. Current Maintenance version of the database resource. Example: "MYSQL_8_0_41.R20250531.01_15"

Property Value
Type Description
string