GoogleApi.Redis.V1.Model.ClusterSlots (google_api_redis v0.30.0) View Source

A series of slots belonging to a cluster.

Attributes

  • endSlotsExclusive (type: integer(), default: nil) - Output only. The end of the slots that make up this series.
  • memorySizeGb (type: integer(), default: nil) - Output only. The total size of keyspace this series has.
  • replicaCount (type: integer(), default: nil) - Output only. The number of replicas this series has.
  • startSlotsInclusive (type: integer(), default: nil) - Output only. The start of the slots that make up this series.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Redis.V1.Model.ClusterSlots{
  endSlotsExclusive: integer() | nil,
  memorySizeGb: integer() | nil,
  replicaCount: integer() | nil,
  startSlotsInclusive: integer() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.