public sealed class Cluster.Types.SecondaryConfig : IMessage<Cluster.Types.SecondaryConfig>, IEquatable<Cluster.Types.SecondaryConfig>, IDeepCloneable<Cluster.Types.SecondaryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class Cluster.Types.SecondaryConfig.
Configuration information for the secondary cluster. This should be set
if and only if the cluster is of type SECONDARY.
[[["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 covers the `Cluster.Types.SecondaryConfig` class within the AlloyDB v1alpha API, specifically for version 1.0.0-alpha03."],["`Cluster.Types.SecondaryConfig` is a class used to define configuration details for a secondary cluster in AlloyDB, and is only used if a cluster is set to `SECONDARY` type."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's constructors, such as the default `SecondaryConfig()` and one that takes another `SecondaryConfig` object, as well as properties such as `PrimaryClusterName`."],["The `PrimaryClusterName` property, of type `string`, represents the name of the primary cluster, adhering to a specific format: projects/{project}/locations/{region}/clusters/{cluster_id}."]]],[]]