Show / Hide Table of Contents

Class DatabaseInstanceSettingsMaintenanceWindowArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseInstanceSettingsMaintenanceWindowArgs
Inherited Members
ResourceArgs.Empty
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 Source

DatabaseInstanceSettingsMaintenanceWindowArgs()

Declaration
public DatabaseInstanceSettingsMaintenanceWindowArgs()

Properties

View Source

Day

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

Declaration
public Input<int> Day { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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>
View Source

UpdateTrack

Receive updates earlier (canary) or later (stable)

Declaration
public Input<string> UpdateTrack { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.