Show / Hide Table of Contents

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 Source

BinaryLogEnabled

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

Enabled

True if backup configuration is enabled.

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Location

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

StartTime

HH:MM format time indicating when backup configuration starts.

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