public sealed class UpcomingMaintenance : IMessage<UpcomingMaintenance>, IEquatable<UpcomingMaintenance>, IDeepCloneable<UpcomingMaintenance>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class UpcomingMaintenance.
Upcoming maintenance window for the database resource.
Implements
IMessageUpcomingMaintenance, IEquatableUpcomingMaintenance, IDeepCloneableUpcomingMaintenance, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
UpcomingMaintenance()
public UpcomingMaintenance()UpcomingMaintenance(UpcomingMaintenance)
public UpcomingMaintenance(UpcomingMaintenance other)| Parameter | |
|---|---|
| Name | Description |
other |
UpcomingMaintenance |
Properties
EndTime
public Timestamp EndTime { get; set; }Output only. End time of the upcoming maintenance. This is only populated for an engine, if end time is public for the engine.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
StartTime
public Timestamp StartTime { get; set; }Output only. Start time of the upcoming maintenance. Start time is always populated when an upcoming maintenance is scheduled.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|