Class DatabaseInstanceSettingsMaintenanceWindow
Inheritance
System.Object
DatabaseInstanceSettingsMaintenanceWindow
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Sql.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceSettingsMaintenanceWindow
Fields
View SourceDay
Day of week (1-7), starting on Monday
Declaration
public readonly int? Day
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Hour
Hour of day (0-23), ignored if day not set
Declaration
public readonly int? Hour
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
UpdateTrack
Receive updates earlier (canary) or later
(stable)
Declaration
public readonly string UpdateTrack
Field Value
| Type | Description |
|---|---|
| System.String |