Class MaintenanceWindow
Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class MaintenanceWindow : IDirectResponseSchema
Properties
Day
Day of week - MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, or SUNDAY. Specify in
the UTC time zone. Returned in output as an integer, 1 to 7, where 1 equals Monday.
Declaration
[JsonProperty("day")]
public virtual int? Day { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Hour
Hour of day - 0 to 23. Specify in the UTC time zone.
Declaration
[JsonProperty("hour")]
public virtual int? Hour { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Kind
This is always sql#maintenanceWindow.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateTrack
Maintenance timing settings: canary, stable, or week5. For more information, see About maintenance on
Cloud SQL instances.
Declaration
[JsonProperty("updateTrack")]
public virtual string UpdateTrack { get; set; }
Property Value
| Type | Description |
|---|---|
| string |