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 (1-7), starting on 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.

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 setting: canary (Earlier) or stable (Later). Learn more.

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