Show / Hide Table of Contents

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 Source

Day

Day of week (1-7), starting on Monday

Declaration
public readonly int? Day
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Hour

Hour of day (0-23), ignored if day not set

Declaration
public readonly int? Hour
Field Value
Type Description
System.Nullable<System.Int32>
View Source

UpdateTrack

Receive updates earlier (canary) or later (stable)

Declaration
public readonly string UpdateTrack
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.