Reference documentation and code samples for the Google Cloud Datastream V1 Client class MysqlSslConfig.
MySQL SSL configuration information.
Generated from protobuf message google.cloud.datastream.v1.MysqlSslConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ client_key
string
Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
↳ client_key_set
bool
Output only. Indicates whether the client_key field is set.
↳ client_certificate
string
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
↳ client_certificate_set
bool
Output only. Indicates whether the client_certificate field is set.
↳ ca_certificate
string
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
↳ ca_certificate_set
bool
Output only. Indicates whether the ca_certificate field is set.
getClientKey
Input only. PEM-encoded private key associated with the Client Certificate.
If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
string
setClientKey
Input only. PEM-encoded private key associated with the Client Certificate.
If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
var
string
$this
getClientKeySet
Output only. Indicates whether the client_key field is set.
bool
setClientKeySet
Output only. Indicates whether the client_key field is set.
var
bool
$this
getClientCertificate
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
string
setClientCertificate
Input only. PEM-encoded certificate that will be used by the replica to authenticate against the source database server. If this field is used then the 'client_key' and the 'ca_certificate' fields are mandatory.
var
string
$this
getClientCertificateSet
Output only. Indicates whether the client_certificate field is set.
bool
setClientCertificateSet
Output only. Indicates whether the client_certificate field is set.
var
bool
$this
getCaCertificate
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
string
setCaCertificate
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
var
string
$this
getCaCertificateSet
Output only. Indicates whether the ca_certificate field is set.
bool
setCaCertificateSet
Output only. Indicates whether the ca_certificate field is set.
var
bool
$this