View Source GoogleApi.AlloyDB.V1.Model.SecondaryConfig (google_api_alloy_db v0.15.0)
Configuration information for the secondary cluster. This should be set if and only if the cluster is of type SECONDARY.
Attributes
-
primaryClusterName
(type:String.t
, default:nil
) - The name of the primary cluster name with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.SecondaryConfig{ primaryClusterName: String.t() | nil }