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 documentation for the `Cluster.Types.SecondaryConfig` class within the Google Cloud AlloyDB v1 API, specifically for the .NET environment."],["The `SecondaryConfig` class is used to define configuration settings for a secondary cluster, and it is exclusively applicable when the cluster type is set to `SECONDARY`."],["The page lists the available versions of the API, with the latest being version 1.9.0, and older versions going as far back as version 1.0.0."],["The documentation outlines the inheritance, implemented interfaces, and inherited members of the `SecondaryConfig` class."],["The `SecondaryConfig` class can be instantiated using a default constructor, `SecondaryConfig()`, or a copy constructor, `SecondaryConfig(Cluster.Types.SecondaryConfig other)`, and it includes a `PrimaryClusterName` property which must contain the name of the primary cluster."]]],[]]