View Source GoogleApi.Redis.V1beta1.Model.ConnectionDetail (google_api_redis v0.48.0)

Detailed information of each PSC connection.

Attributes

  • pscConnection (type: GoogleApi.Redis.V1beta1.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

@type t() :: %GoogleApi.Redis.V1beta1.Model.ConnectionDetail{
  pscConnection: GoogleApi.Redis.V1beta1.Model.PscConnection.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.