public sealed class MaintenanceSchedule : IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class MaintenanceSchedule.
MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead.
Implements
IMessageMaintenanceSchedule, IEquatableMaintenanceSchedule, IDeepCloneableMaintenanceSchedule, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
MaintenanceSchedule()
public MaintenanceSchedule()
MaintenanceSchedule(MaintenanceSchedule)
public MaintenanceSchedule(MaintenanceSchedule other)
Parameter | |
---|---|
Name | Description |
other |
MaintenanceSchedule |
Properties
StartTime
public Timestamp StartTime { get; set; }
Output only. The scheduled start time for the maintenance.
Property Value | |
---|---|
Type | Description |
Timestamp |