Show / Hide Table of Contents

Class MaintenanceWindow

Maintenance window. This specifies when a Cloud SQL instance is restarted for system maintenance purposes.

Inheritance
object
MaintenanceWindow
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.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX