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

Zone distribution config for allocation of cluster resources.

Attributes

  • mode (type: String.t, default: nil) - Optional. The mode of zone distribution. Defaults to MULTI_ZONE, when not specified.
  • zone (type: String.t, default: nil) - Optional. When SINGLE ZONE distribution is selected, zone field would be used to allocate all resources in that zone. This is not applicable to MULTI_ZONE, and would be ignored for MULTI_ZONE clusters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.