Class WeeklyMaintenanceWindow
Time window specified for weekly operations.
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class WeeklyMaintenanceWindow : IDirectResponseSchema
Properties
Day
Required. 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 |
Duration
Required. Duration of the time window.
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.
Declaration
[JsonProperty("startTime")]
public virtual TimeOfDay StartTime { get; set; }
Property Value
Type | Description |
---|---|
TimeOfDay |