google_api_sql_admin v0.20.0 GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterMySqlReplicaConfiguration View Source
Read-replica configuration specific to MySQL databases.
Attributes
caCertificate
(type:String.t
, default:nil
) - PEM representation of the trusted CA's x509 certificate.clientCertificate
(type:String.t
, default:nil
) - PEM representation of the slave's x509 certificate.clientKey
(type:String.t
, default:nil
) - PEM representation of the slave's private key. The corresponsing public key is encoded in the client's certificate. The format of the slave's private key can be either PKCS #1 or PKCS #8.kind
(type:String.t
, default:nil
) - This is alwayssql#demoteMasterMysqlReplicaConfiguration
.password
(type:String.t
, default:nil
) - The password for the replication connection.username
(type:String.t
, default:nil
) - The username for the replication connection.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.