GoogleApi.Redis.V1beta1.Model.NodeInfo (google_api_redis v0.29.0) View Source

Node specific properties.

Attributes

  • id (type: String.t, default: nil) - Output only. Node identifying string. e.g. 'node-0', 'node-1'
  • zone (type: String.t, default: nil) - Output only. Location of the node.

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.NodeInfo{
  id: String.t() | nil,
  zone: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.