AlloyDB v1alpha API - Class SslConfig (1.0.0-alpha07)

public sealed class SslConfig : IMessage<SslConfig>, IEquatable<SslConfig>, IDeepCloneable<SslConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1alpha API class SslConfig.

SSL configuration.

Inheritance

object > SslConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

SslConfig()

public SslConfig()

SslConfig(SslConfig)

public SslConfig(SslConfig other)
Parameter
NameDescription
otherSslConfig

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
TypeDescription
SslConfigTypesCaSource

SslMode

public SslConfig.Types.SslMode SslMode { get; set; }

Optional. SSL mode. Specifies client-server SSL/TLS connection behavior.

Property Value
TypeDescription
SslConfigTypesSslMode