View Source GoogleApi.Redis.V1.Model.ConnectionDetail (google_api_redis v0.50.0)

Detailed information of each PSC connection.

Attributes

  • pscAutoConnection (type: GoogleApi.Redis.V1.Model.PscAutoConnection.t, default: nil) - Detailed information of a PSC connection that is created through service connectivity automation.
  • pscConnection (type: GoogleApi.Redis.V1.Model.PscConnection.t, default: nil) - Detailed information of a PSC connection that is created by the customer who owns the cluster.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1.Model.ConnectionDetail{
  pscAutoConnection: GoogleApi.Redis.V1.Model.PscAutoConnection.t() | nil,
  pscConnection: GoogleApi.Redis.V1.Model.PscConnection.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.