Database Center v1beta API - Class UpcomingMaintenance (1.0.0-beta07)

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

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

Upcoming maintenance window for the database resource.

Inheritance

object > UpcomingMaintenance

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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