public sealed class MaintenanceSchedule : IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessageUpcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.
Implements
IMessage<MaintenanceSchedule>, IEquatable<MaintenanceSchedule>, IDeepCloneable<MaintenanceSchedule>, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Assembly
Google.Cloud.Redis.V1.dll
Constructors
MaintenanceSchedule()
public MaintenanceSchedule()MaintenanceSchedule(MaintenanceSchedule)
public MaintenanceSchedule(MaintenanceSchedule other)| Parameter | |
|---|---|
| Name | Description |
other |
MaintenanceSchedule |
Properties
CanReschedule
[Obsolete]
public bool CanReschedule { get; set; }If the scheduled maintenance can be rescheduled, default is true.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The end time of any upcoming scheduled maintenance for this instance.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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 |
|