View Source GoogleApi.Redis.V1.Model.NodeInfo (google_api_redis v0.42.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1.Model.NodeInfo{
  id: String.t() | nil,
  zone: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.