MySqlReplicaConfiguration class

Read-replica configuration specific to MySQL databases.

Constructors

MySqlReplicaConfiguration({String? caCertificate, String? clientCertificate, String? clientKey, int? connectRetryInterval, String? dumpFilePath, String? kind, String? masterHeartbeatPeriod, String? password, String? sslCipher, String? username, bool? verifyServerCertificate})
MySqlReplicaConfiguration.fromJson(Map _json)

Properties

caCertificate String?
PEM representation of the trusted CA's x509 certificate.
getter/setter pair
clientCertificate String?
PEM representation of the replica's x509 certificate.
getter/setter pair
clientKey String?
PEM representation of the replica's private key.
getter/setter pair
connectRetryInterval int?
Seconds to wait between connect retries.
getter/setter pair
dumpFilePath String?
Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
This is always sql#mysqlReplicaConfiguration.
getter/setter pair
masterHeartbeatPeriod String?
Interval in milliseconds between replication heartbeats.
getter/setter pair
password String?
The password for the replication connection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sslCipher String?
A list of permissible ciphers to use for SSL encryption.
getter/setter pair
username String?
The username for the replication connection.
getter/setter pair
verifyServerCertificate bool?
Whether or not to check the primary instance's Common Name value in the certificate that it sends during the SSL handshake.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited