google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterConfiguration View Source
Read-replica configuration for connecting to the on-premises master.
Attributes
- kind (String.t): This is always sql#demoteMasterConfiguration. Defaults to:
null
. - mysqlReplicaConfiguration (DemoteMasterMySqlReplicaConfiguration): MySQL specific configuration when replicating from a MySQL on-premises master. 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. 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()
View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterConfiguration{
kind: any(),
mysqlReplicaConfiguration:
GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterMySqlReplicaConfiguration.t()
}
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterConfiguration{ kind: any(), mysqlReplicaConfiguration: GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterMySqlReplicaConfiguration.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.