Show / Hide Table of Contents

Class DatabaseInstanceSettingsBackupConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseInstanceSettingsBackupConfigurationArgs
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 DatabaseInstanceSettingsBackupConfigurationArgs : ResourceArgs

Constructors

View Source

DatabaseInstanceSettingsBackupConfigurationArgs()

Declaration
public DatabaseInstanceSettingsBackupConfigurationArgs()

Properties

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 Input<bool> BinaryLogEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Enabled

True if backup configuration is enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Location

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StartTime

HH:MM format time indicating when backup configuration starts.

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