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 document provides reference documentation for the `Cluster.Types.SecondaryConfig` class within the AlloyDB v1alpha API."],["The `SecondaryConfig` class is used to store configuration information specifically for secondary cluster types in AlloyDB."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SecondaryConfig` class includes a `PrimaryClusterName` property that specifies the name of the primary cluster, formatted as `projects/{project}/locations/{region}/clusters/{cluster_id}`."],["Constructors for the `SecondaryConfig` are available, either as a default or by providing another `Cluster.Types.SecondaryConfig` as an argument."]]],[]]