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-04-17 UTC."],[[["This webpage provides documentation for the `Cluster.Types.SecondaryConfig` class within the Google Cloud AlloyDB v1 API, specifically for version 1.8.0."],["`Cluster.Types.SecondaryConfig` is used to configure secondary clusters and should only be set when the cluster type is SECONDARY."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific behaviors and functionalities."],["The `SecondaryConfig` class includes a constructor for creating new instances and a property called `PrimaryClusterName` which is used to specify the name of the primary cluster."],["The documentation provides links to different versions of the documentation, ranging from 1.0.0 all the way up to 1.9.0, with 1.9.0 being the most recent."]]],[]]