Class DatabaseInstanceSettingsBackupConfigurationArgs
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 DatabaseInstanceSettingsBackupConfigurationArgs : ResourceArgs
Constructors
View SourceDatabaseInstanceSettingsBackupConfigurationArgs()
Declaration
public DatabaseInstanceSettingsBackupConfigurationArgs()
Properties
View SourceBinaryLogEnabled
True if binary logging is enabled. If
settings.backup_configuration.enabled is false, this must be as well.
Cannot be used with Postgres.
Declaration
public Input<bool> BinaryLogEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Enabled
True if backup configuration is enabled.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Location
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
HH:MM format time indicating when backup
configuration starts.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |