Class MysqlSslConfig (1.0.1)

MysqlSslConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

MySQL SSL configuration information.

Attributes

NameDescription
client_key str
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 str
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 str
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.

Inheritance

builtins.object > proto.message.Message > MysqlSslConfig