Cloud Memorystore for Memcached v1 API - Class MaintenanceSchedule (2.4.0)

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

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

Upcoming maintenance schedule.

Inheritance

object > MaintenanceSchedule

Namespace

Google.Cloud.Memcache.V1

Assembly

Google.Cloud.Memcache.V1.dll

Constructors

MaintenanceSchedule()

public MaintenanceSchedule()

MaintenanceSchedule(MaintenanceSchedule)

public MaintenanceSchedule(MaintenanceSchedule other)
Parameter
NameDescription
otherMaintenanceSchedule

Properties

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