View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration (google_api_alloy_db v0.6.0)

Configuration for availability of database instance

Attributes

  • 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.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration{
    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.