sqladmin  v1beta4
Properties | List of all members
Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration Class Reference

Read-replica configuration specific to MySQL databases. More...

Inheritance diagram for Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string CaCertificate [get, set]
 PEM representation of the trusted CA's x509 certificate. More...
 
virtual string ClientCertificate [get, set]
 PEM representation of the slave's x509 certificate. More...
 
virtual string ClientKey [get, set]
 PEM representation of the slave's private key. The corresponsing public key is encoded in the client's certificate. More...
 
virtual System.Nullable< int > ConnectRetryInterval [get, set]
 Seconds to wait between connect retries. MySQL's default is 60 seconds. More...
 
virtual string DumpFilePath [get, set]
 Path to a SQL dump file in Google Cloud Storage from which the slave instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps should have the binlog co-ordinates from which replication should begin. This can be accomplished by setting –master-data to 1 when using mysqldump. More...
 
virtual string Kind [get, set]
 This is always sql::mysqlReplicaConfiguration. More...
 
virtual System.Nullable< long > MasterHeartbeatPeriod [get, set]
 Interval in milliseconds between replication heartbeats. More...
 
virtual string Password [get, set]
 The password for the replication connection. More...
 
virtual string SslCipher [get, set]
 A list of permissible ciphers to use for SSL encryption. More...
 
virtual string Username [get, set]
 The username for the replication connection. More...
 
virtual System.Nullable< bool > VerifyServerCertificate [get, set]
 Whether or not to check the master's Common Name value in the certificate that it sends during the SSL handshake. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

Read-replica configuration specific to MySQL databases.

Property Documentation

◆ CaCertificate

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.CaCertificate
getset

PEM representation of the trusted CA's x509 certificate.

◆ ClientCertificate

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.ClientCertificate
getset

PEM representation of the slave's x509 certificate.

◆ ClientKey

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.ClientKey
getset

PEM representation of the slave's private key. The corresponsing public key is encoded in the client's certificate.

◆ ConnectRetryInterval

virtual System.Nullable<int> Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.ConnectRetryInterval
getset

Seconds to wait between connect retries. MySQL's default is 60 seconds.

◆ DumpFilePath

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.DumpFilePath
getset

Path to a SQL dump file in Google Cloud Storage from which the slave instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps should have the binlog co-ordinates from which replication should begin. This can be accomplished by setting –master-data to 1 when using mysqldump.

◆ ETag

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.ETag
getset

The ETag of the item.

◆ Kind

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.Kind
getset

This is always sql::mysqlReplicaConfiguration.

◆ MasterHeartbeatPeriod

virtual System.Nullable<long> Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.MasterHeartbeatPeriod
getset

Interval in milliseconds between replication heartbeats.

◆ Password

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.Password
getset

The password for the replication connection.

◆ SslCipher

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.SslCipher
getset

A list of permissible ciphers to use for SSL encryption.

◆ Username

virtual string Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.Username
getset

The username for the replication connection.

◆ VerifyServerCertificate

virtual System.Nullable<bool> Google.Apis.SQLAdmin.v1beta4.Data.MySqlReplicaConfiguration.VerifyServerCertificate
getset

Whether or not to check the master's Common Name value in the certificate that it sends during the SSL handshake.


The documentation for this class was generated from the following file: