google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.BackupConfiguration View Source

Database instance backup configuration.

Attributes

  • binaryLogEnabled (boolean()): Whether binary log is enabled. If backup configuration is disabled, binary log must be disabled as well. Defaults to: null.
  • enabled (boolean()): Whether this configuration is enabled. Defaults to: null.
  • kind (String.t): This is always sql#backupConfiguration. Defaults to: null.
  • location (String.t): The location of the backup. Defaults to: null.
  • replicationLogArchivingEnabled (boolean()): Reserved for future use. Defaults to: null.
  • startTime (String.t): Start time for the daily backup configuration in UTC timezone in the 24 hour format - HH:MM. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.BackupConfiguration{
  binaryLogEnabled: any(),
  enabled: any(),
  kind: any(),
  location: any(),
  replicationLogArchivingEnabled: any(),
  startTime: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.