SslConfig
(
mapping
=
None
,
*
,
ignore_unknown_fields
=
False
,
**
kwargs
)
SSL configuration.
Attributes
Name
Description
ssl_mode
google.cloud.alloydb_v1.types.SslConfig.SslMode
Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.
ca_source
google.cloud.alloydb_v1.types.SslConfig.CaSource
Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.
Classes
CaSource
CaSource
(
value
)
Certificate Authority (CA) source for SSL/TLS certificates.
SslMode
SslMode
(
value
)
SSL mode options.