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
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getClientKeySet
Output only. Indicates whether the client_key field is set.
Returns | |
---|---|
Type | Description |
bool |
setClientKeySet
Output only. Indicates whether the client_key field is set.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getClientCertificateSet
Output only. Indicates whether the client_certificate field is set.
Returns | |
---|---|
Type | Description |
bool |
setClientCertificateSet
Output only. Indicates whether the client_certificate field is set.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getCaCertificate
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
Returns | |
---|---|
Type | Description |
string |
setCaCertificate
Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCaCertificateSet
Output only. Indicates whether the ca_certificate field is set.
Returns | |
---|---|
Type | Description |
bool |
setCaCertificateSet
Output only. Indicates whether the ca_certificate field is set.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |