View Source GoogleApi.Redis.V1beta1.Model.PscServiceAttachment (google_api_redis v0.50.0)

Configuration of a service attachment of the cluster, for creating PSC connections.

Attributes

  • connectionType (type: String.t, default: nil) - Output only. Type of a PSC connection targeting this service attachment.
  • serviceAttachment (type: String.t, default: nil) - Output only. Service attachment URI which your self-created PscConnection should use as target

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1beta1.Model.PscServiceAttachment{
  connectionType: String.t() | nil,
  serviceAttachment: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.