View Source GoogleApi.Redis.V1beta1.Model.DiscoveryEndpoint (google_api_redis v0.39.0)

Endpoints on each network, for Redis clients to connect to the cluster.

Attributes

  • address (type: String.t, default: nil) - Output only. Address of the exposed Redis endpoint used by clients to connect to the service. The address could be either IP or hostname.
  • port (type: integer(), default: nil) - Output only. The port number of the exposed Redis endpoint.
  • pscConfig (type: GoogleApi.Redis.V1beta1.Model.PscConfig.t, default: nil) - Output only. Customer configuration for where the endpoint is created and accessed from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.DiscoveryEndpoint{
  address: String.t() | nil,
  port: integer() | nil,
  pscConfig: GoogleApi.Redis.V1beta1.Model.PscConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.