Google Cloud Sql Admin V1 Client - Class DemoteMasterMySqlReplicaConfiguration (0.8.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class DemoteMasterMySqlReplicaConfiguration.

Read-replica configuration specific to MySQL databases.

Generated from protobuf message google.cloud.sql.v1.DemoteMasterMySqlReplicaConfiguration

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

This is always sql#demoteMasterMysqlReplicaConfiguration.

↳ username string

The username for the replication connection.

↳ password string

The password for the replication connection.

↳ client_key string

PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.

↳ client_certificate string

PEM representation of the replica's x509 certificate.

↳ ca_certificate string

PEM representation of the trusted CA's x509 certificate.

getKind

This is always sql#demoteMasterMysqlReplicaConfiguration.

Returns
TypeDescription
string

setKind

This is always sql#demoteMasterMysqlReplicaConfiguration.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUsername

The username for the replication connection.

Returns
TypeDescription
string

setUsername

The username for the replication connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPassword

The password for the replication connection.

Returns
TypeDescription
string

setPassword

The password for the replication connection.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClientKey

PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.

Returns
TypeDescription
string

setClientKey

PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClientCertificate

PEM representation of the replica's x509 certificate.

Returns
TypeDescription
string

setClientCertificate

PEM representation of the replica's x509 certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCaCertificate

PEM representation of the trusted CA's x509 certificate.

Returns
TypeDescription
string

setCaCertificate

PEM representation of the trusted CA's x509 certificate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this