Google Cloud Memorystore for Redis v1beta1 API - Class MaintenanceSchedule (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class MaintenanceSchedule.

Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.

Inheritance

object > MaintenanceSchedule

Namespace

Google.Cloud.Redis.V1Beta1

Assembly

Google.Cloud.Redis.V1Beta1.dll

Constructors

MaintenanceSchedule()

public MaintenanceSchedule()

MaintenanceSchedule(MaintenanceSchedule)

public MaintenanceSchedule(MaintenanceSchedule other)
Parameter
NameDescription
otherMaintenanceSchedule

Properties

CanReschedule

[Obsolete]
public bool CanReschedule { get; set; }

If the scheduled maintenance can be rescheduled, default is true.

Property Value
TypeDescription
bool

EndTime

public Timestamp EndTime { get; set; }

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

Property Value
TypeDescription
Timestamp

ScheduleDeadlineTime

public Timestamp ScheduleDeadlineTime { get; set; }

Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

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

Property Value
TypeDescription
Timestamp