public sealed class MaintenanceInfo : IMessage<MaintenanceInfo>, IEquatable<MaintenanceInfo>, IDeepCloneable<MaintenanceInfo>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class MaintenanceInfo.
MaintenanceInfo to capture the maintenance details of database resource.
Implements
IMessageMaintenanceInfo, IEquatableMaintenanceInfo, IDeepCloneableMaintenanceInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
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 |
|