View Source GoogleApi.AlloyDB.V1.Model.PrimaryConfig (google_api_alloy_db v0.15.0)
Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.
Attributes
-
secondaryClusterNames
(type:list(String.t)
, default:nil
) - Output only. Names of the clusters that are replicating from this cluster.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.PrimaryConfig{ secondaryClusterNames: [String.t()] | nil }