Google Cloud Dms V1 Client - Class SslType (1.0.5)

Reference documentation and code samples for the Google Cloud Dms V1 Client class SslType.

Specifies The kind of ssl configuration used.

Protobuf type google.cloud.clouddms.v1.SslConfig.SslType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

SSL_TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum SSL_TYPE_UNSPECIFIED = 0;

SERVER_ONLY

Value: 1

Only 'ca_certificate' specified.

Generated from protobuf enum SERVER_ONLY = 1;

SERVER_CLIENT

Value: 2

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

Generated from protobuf enum SERVER_CLIENT = 2;