View Source GoogleApi.Redis.V1beta1.Model.AvailabilityConfiguration (google_api_redis v0.42.0)

Configuration for availability of database instance

Attributes

  • automaticFailoverRoutingConfigured (type: boolean(), default: nil) - Checks for existence of (multi-cluster) routing configuration that allows automatic failover to a different zone/region in case of an outage. Applicable to Bigtable resources.
  • availabilityType (type: String.t, default: nil) - Availability type. Potential values: ZONAL: The instance serves data from only one zone. Outages in that zone affect data accessibility. REGIONAL: The instance can serve data from more than one zone in a region (it is highly available).
  • crossRegionReplicaConfigured (type: boolean(), default: nil) - Checks for resources that are configured to have redundancy, and ongoing replication across regions
  • externalReplicaConfigured (type: boolean(), default: nil) -
  • promotableReplicaConfigured (type: boolean(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Redis.V1beta1.Model.AvailabilityConfiguration{
  automaticFailoverRoutingConfigured: boolean() | nil,
  availabilityType: String.t() | nil,
  crossRegionReplicaConfigured: boolean() | nil,
  externalReplicaConfigured: boolean() | nil,
  promotableReplicaConfigured: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.