Class DatabaseInstanceSettingsMaintenanceWindowArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class DatabaseInstanceSettingsMaintenanceWindowArgs : ResourceArgs
Constructors
View SourceDatabaseInstanceSettingsMaintenanceWindowArgs()
Declaration
public DatabaseInstanceSettingsMaintenanceWindowArgs()
Properties
View SourceDay
Day of week (1-7), starting on Monday
Declaration
public Input<int> Day { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Hour
Hour of day (0-23), ignored if day not set
Declaration
public Input<int> Hour { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
UpdateTrack
Receive updates earlier (canary) or later
(stable)
Declaration
public Input<string> UpdateTrack { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |