Class WeeklyMaintenanceWindow
Time window in which disruptive maintenance updates occur. Non-disruptive updates can occur inside or outside this window.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class WeeklyMaintenanceWindow : IDirectResponseSchemaProperties
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 |