Class DatabaseInstanceSettingsBackupConfiguration
Inheritance
System.Object
DatabaseInstanceSettingsBackupConfiguration
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 DatabaseInstanceSettingsBackupConfiguration
Fields
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 readonly bool? BinaryLogEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Enabled
True if backup configuration is enabled.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Location
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
StartTime
HH:MM format time indicating when backup
configuration starts.
Declaration
public readonly string StartTime
Field Value
| Type | Description |
|---|---|
| System.String |