Memorystore v1 API - Class MaintenanceSchedule (1.0.0-beta03)

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

Reference documentation and code samples for the Memorystore v1 API class MaintenanceSchedule.

Upcoming maintenance schedule.

Inheritance

object > MaintenanceSchedule

Namespace

Google.Cloud.Memorystore.V1

Assembly

Google.Cloud.Memorystore.V1.dll

Constructors

MaintenanceSchedule()

public MaintenanceSchedule()

MaintenanceSchedule(MaintenanceSchedule)

public MaintenanceSchedule(MaintenanceSchedule other)
Parameter
Name Description
other MaintenanceSchedule

Properties

EndTime

public Timestamp EndTime { get; set; }

Output only. The end time of any upcoming scheduled maintenance for this instance.

Property Value
Type Description
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Output only. The start time of any upcoming scheduled maintenance for this instance.

Property Value
Type Description
Timestamp