| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.clone() |
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterConfiguration.getMysqlReplicaConfiguration()
MySQL specific configuration when replicating from a MySQL on-premises master.
|
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.set(String fieldName,
Object value) |
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.setCaCertificate(String caCertificate)
PEM representation of the trusted CA's x509 certificate.
|
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.setClientCertificate(String clientCertificate)
PEM representation of the slave's x509 certificate.
|
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.setClientKey(String clientKey)
PEM representation of the slave's private key.
|
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.setKind(String kind)
This is always sql#demoteMasterMysqlReplicaConfiguration.
|
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.setPassword(String password)
The password for the replication connection.
|
DemoteMasterMySqlReplicaConfiguration |
DemoteMasterMySqlReplicaConfiguration.setUsername(String username)
The username for the replication connection.
|
| Modifier and Type | Method and Description |
|---|---|
DemoteMasterConfiguration |
DemoteMasterConfiguration.setMysqlReplicaConfiguration(DemoteMasterMySqlReplicaConfiguration mysqlReplicaConfiguration)
MySQL specific configuration when replicating from a MySQL on-premises master.
|
Copyright © 2011–2019 Google. All rights reserved.