AlloyDB v1 API - Class MaintenanceSchedule (1.9.0)

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

Reference documentation and code samples for the AlloyDB v1 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.

Inheritance

object > MaintenanceSchedule

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.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