Enum SslConfig.Types.SslType (2.0.0)

public enum SslType

Specifies The kind of ssl configuration used.

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Fields

NameDescription
ServerClient

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

ServerOnly

Only 'ca_certificate' specified.

Unspecified

Unspecified.