Show / Hide Table of Contents

Class WeeklyMaintenanceWindow

Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.

Inheritance
object
WeeklyMaintenanceWindow
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class WeeklyMaintenanceWindow : IDirectResponseSchema

Properties

Day

Required. The day of week that maintenance updates occur.

Declaration
[JsonProperty("day")]
public virtual string Day { get; set; }
Property Value
Type Description
string

Duration

Output only. Duration of the maintenance window. The current window is fixed at 1 hour.

Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type Description
object

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StartTime

Required. Start time of the window in UTC time.

Declaration
[JsonProperty("startTime")]
public virtual TimeOfDay StartTime { get; set; }
Property Value
Type Description
TimeOfDay

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX