Class ClusterWeeklyMaintenanceWindow
Time window specified for weekly operations.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class ClusterWeeklyMaintenanceWindow : IDirectResponseSchema
Properties
Day
Allows to define schedule that runs specified day of the week.
Declaration
[JsonProperty("day")]
public virtual string Day { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StartTime
Start time of the window in UTC.
Declaration
[JsonProperty("startTime")]
public virtual TimeOfDay StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |