public sealed class SslConfig : IMessage<SslConfig>, IEquatable<SslConfig>, IDeepCloneable<SslConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class SslConfig.
SSL configuration for an AlloyDB Cluster.
Implements
IMessageSslConfig, IEquatableSslConfig, IDeepCloneableSslConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
SslConfig()
public SslConfig()
SslConfig(SslConfig)
public SslConfig(SslConfig other)
Parameter | |
---|---|
Name | Description |
other | SslConfig |
Properties
CaSource
public SslConfig.Types.CaSource CaSource { get; set; }
Optional. Certificate Authority (CA) source. Only CA_SOURCE_MANAGED is supported currently, and is the default value.
Property Value | |
---|---|
Type | Description |
SslConfigTypesCaSource |
SslMode
public SslConfig.Types.SslMode SslMode { get; set; }
Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.
Property Value | |
---|---|
Type | Description |
SslConfigTypesSslMode |