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."],[[["This webpage provides documentation for the `Cluster.Types.PrimaryConfig` class within the Google Cloud AlloyDB v1 API, specifically for version 1.2.0 and later."],["`Cluster.Types.PrimaryConfig` is a class used to configure a primary cluster in AlloyDB, which specifies the clusters that are replicating from it."],["The `PrimaryConfig` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its features related to Google Protobuf and Object operations."],["The `SecondaryClusterNames` property, an output-only `RepeatedField\u003cstring\u003e`, lists the names of the clusters that replicate from the primary cluster."],["The page contains links to other versions, including the latest version 1.9.0, and various older versions, such as 1.0.0."]]],[]]