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."],[[["This documentation page covers the `Cluster.Types.PrimaryConfig` class within the AlloyDB v1 API for .NET, specifically version 1.4.0."],["The `PrimaryConfig` class defines the configuration for a primary cluster in AlloyDB, including the list of clusters that replicate from it."],["This `PrimaryConfig` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class offers two constructors, a default constructor and one that takes another `PrimaryConfig` object as a parameter for creating a copy."],["It includes a `SecondaryClusterNames` property of the `RepeatedField\u003cstring\u003e` type, which is an output-only list of the clusters replicating from the primary cluster."]]],[]]