Reference documentation and code samples for the AlloyDB V1 API class Google::Cloud::AlloyDB::V1::SslConfig.
SSL configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ca_source
def ca_source() -> ::Google::Cloud::AlloyDB::V1::SslConfig::CaSource
Returns
- (::Google::Cloud::AlloyDB::V1::SslConfig::CaSource) — Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.
#ca_source=
def ca_source=(value) -> ::Google::Cloud::AlloyDB::V1::SslConfig::CaSource
Parameter
- value (::Google::Cloud::AlloyDB::V1::SslConfig::CaSource) — Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.
Returns
- (::Google::Cloud::AlloyDB::V1::SslConfig::CaSource) — Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.
#ssl_mode
def ssl_mode() -> ::Google::Cloud::AlloyDB::V1::SslConfig::SslMode
Returns
- (::Google::Cloud::AlloyDB::V1::SslConfig::SslMode) — Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.
#ssl_mode=
def ssl_mode=(value) -> ::Google::Cloud::AlloyDB::V1::SslConfig::SslMode
Parameter
- value (::Google::Cloud::AlloyDB::V1::SslConfig::SslMode) — Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.
Returns
- (::Google::Cloud::AlloyDB::V1::SslConfig::SslMode) — Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.