View Source GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration (google_api_alloy_db v0.12.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.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration{ automaticFailoverRoutingConfigured: boolean() | nil, availabilityType: String.t() | nil, crossRegionReplicaConfigured: boolean() | nil, externalReplicaConfigured: boolean() | nil, promotableReplicaConfigured: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.