View Source GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterConfiguration (google_api_sql_admin v0.68.0)

Read-replica configuration for connecting to the on-premises primary instance.

Attributes

  • kind (type: String.t, default: nil) - This is always sql#demoteMasterConfiguration.
  • mysqlReplicaConfiguration (type: GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterMySqlReplicaConfiguration.t, default: nil) - MySQL specific configuration when replicating from a MySQL on-premises primary instance. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterConfiguration{
  kind: String.t() | nil,
  mysqlReplicaConfiguration:
    GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterMySqlReplicaConfiguration.t()
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.