View Source GoogleApi.AlloyDB.V1.Model.ClientConnectionConfig (google_api_alloy_db v0.13.0)

Client connection configuration

Attributes

  • requireConnectors (type: boolean(), default: nil) - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
  • sslConfig (type: GoogleApi.AlloyDB.V1.Model.SslConfig.t, default: nil) - Optional. SSL configuration option for this instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.ClientConnectionConfig{
  requireConnectors: boolean() | nil,
  sslConfig: GoogleApi.AlloyDB.V1.Model.SslConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.