Google Cloud Memorystore for Memcache v1beta2 API - Class WeeklyMaintenanceWindow (2.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class WeeklyMaintenanceWindow.

Time window specified for weekly operations.

Inheritance

object > WeeklyMaintenanceWindow

Namespace

Google.Cloud.Memcache.V1Beta2

Assembly

Google.Cloud.Memcache.V1Beta2.dll

Constructors

WeeklyMaintenanceWindow()

public WeeklyMaintenanceWindow()

WeeklyMaintenanceWindow(WeeklyMaintenanceWindow)

public WeeklyMaintenanceWindow(WeeklyMaintenanceWindow other)
Parameter
NameDescription
otherWeeklyMaintenanceWindow

Properties

Day

public DayOfWeek Day { get; set; }

Required. Allows to define schedule that runs specified day of the week.

Property Value
TypeDescription
DayOfWeek

Duration

public Duration Duration { get; set; }

Required. Duration of the time window.

Property Value
TypeDescription
Duration

StartTime

public TimeOfDay StartTime { get; set; }

Required. Start time of the window in UTC.

Property Value
TypeDescription
TimeOfDay