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-04-17 UTC."],[[["The `Cluster.Types.PrimaryConfig` class is part of the AlloyDB v1 API and is used to configure primary clusters, including the list of clusters replicating from it."],["This class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities such as message handling, equality checks, deep cloning, and buffered message operations."],["The `PrimaryConfig` class has a property `SecondaryClusterNames` which is a read-only list of the names of the clusters replicating from the current cluster."],["There are two constructors available: a parameterless constructor for creating a new `PrimaryConfig` object and another constructor that creates one from an existing `Cluster.Types.PrimaryConfig` object."],["The documentation covers versions 1.0.0 through 1.9.0, with 1.9.0 being the latest, and this documentation specifically relates to version 1.5.0."]]],[]]