GoogleApi.Redis.V1beta1.Model.PrivateServiceConnect (google_api_redis v0.30.0) View Source

Contains private service connect specific options.

Attributes

  • pscService (type: String.t, default: nil) - Output only. The address of the Private Service Connect (PSC) service that the customer can use to connect this instance to their local network.
  • pscServiceRoute (type: String.t, default: nil) - Optional. The service route to connect using Private Service Connect. On Instance creation, this will automatically connect this route to this instance.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Redis.V1beta1.Model.PrivateServiceConnect{
  pscService: String.t() | nil,
  pscServiceRoute: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.