Google Cloud Dms V1 Client - Class SslType (1.5.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

Namespace

Google \ Cloud \ CloudDms \ V1 \ SslConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;