Database Migration v1 API - Enum SslConfig.Types.SslType (2.4.0)

public enum SslConfig.Types.SslType

Reference documentation and code samples for the Database Migration v1 API enum SslConfig.Types.SslType.

Specifies The kind of ssl configuration used.

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

Name Description
ServerClient

Both server ('ca_certificate'), and client ('client_key', 'client_certificate') specified.

ServerOnly

Only 'ca_certificate' specified.

Unspecified

Unspecified.