public sealed class Cluster.Types.PrimaryConfig : IMessage<Cluster.Types.PrimaryConfig>, IEquatable<Cluster.Types.PrimaryConfig>, IDeepCloneable<Cluster.Types.PrimaryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class Cluster.Types.PrimaryConfig.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This page details the `Cluster.Types.PrimaryConfig` class within the AlloyDB v1beta API, specifically for version 1.0.0-beta08."],["`Cluster.Types.PrimaryConfig` is designed to configure primary clusters, including information about clusters replicating from it, and is only applicable if the cluster is of `PRIMARY` type."],["The `PrimaryConfig` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `SecondaryClusterNames` property within `PrimaryConfig` lists the names of clusters replicating from the current primary cluster."],["The `PrimaryConfig` class includes two constructors: a default constructor and one that accepts another `Cluster.Types.PrimaryConfig` instance as a parameter."]]],[]]