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 `Cluster.Types.SecondaryConfig` class is used to manage configuration information for secondary clusters in AlloyDB, and is only relevant when the cluster type is `SECONDARY`."],["The documentation includes a list of available versions for the API, ranging from version 1.0.0 up to 1.9.0, with 1.9.0 being the most recent release."],["The class inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The main property, `PrimaryClusterName`, allows users to specify the name of the primary cluster associated with the secondary configuration."]]],[]]