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 webpage provides documentation for the `Cluster.Types.PrimaryConfig` class within the Google Cloud AlloyDB v1 API, specifically for version 1.7.0."],["`Cluster.Types.PrimaryConfig` is used to configure primary clusters, including identifying the clusters that replicate from it, and is only applicable when a cluster is of `PRIMARY` type."],["The class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities for handling message data."],["The `PrimaryConfig` class has two constructors: a default constructor and one that accepts another `PrimaryConfig` object for copying properties, as well as having a `SecondaryClusterNames` property to represent a list of clusters replicating from it."],["The documentation also lists the previous versions of the API class, ranging from 1.0.0 to 1.9.0, with the latest being 1.9.0, while the current focus is on version 1.7.0."]]],[]]