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

An endpoint exposed by a cluster. In the future we will add an enum to identify whether this endpoint is read/write or read-only when the feature is ready.

Attributes

  • host (type: String.t, default: nil) - Output only. Hostname or IP address of the exposed Redis endpoint used by clients to connect to the service.
  • port (type: integer(), default: nil) - Output only. The port number of the exposed Redis endpoint.

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.Endpoint{
  host: String.t() | nil,
  port: integer() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.