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 v1 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-21 UTC."],[[["The latest version available for the API class `Cluster.Types.PrimaryConfig` is 1.9.0, with version 1.6.0 being the currently viewed version, and there are older versions ranging back to 1.0.0."],["`Cluster.Types.PrimaryConfig` is a class used to configure the primary cluster, including a list of clusters that are replicating from it, and should only be used when the cluster type is `PRIMARY`."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a `SecondaryClusterNames` property of the `RepeatedField\u003cstring\u003e` type, which lists the names of clusters that replicate from this primary cluster."],["There are two constructors that can be used, `PrimaryConfig()` and `PrimaryConfig(Cluster.Types.PrimaryConfig other)`, where the second one allows you to use another `PrimaryConfig` object as a parameter."]]],[]]