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 v1 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 webpage provides reference documentation for the `Cluster.Types.SecondaryConfig` class within the AlloyDB v1 API, specifically for version 1.6.0."],["`Cluster.Types.SecondaryConfig` is used to store configuration information for secondary clusters and is only applicable when a cluster is of type SECONDARY."],["The latest version of the API documented is 1.9.0, with versions ranging from 1.0.0 up to 1.9.0 being accessible."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class features a string property called `PrimaryClusterName`, which refers to the primary cluster's name, and is formatted as `projects/{project}/locations/{region}/clusters/{cluster_id}`."]]],[]]