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 AlloyDB v1 API, specifically focusing on version 1.1.0."],["The `Cluster.Types.SecondaryConfig` class is used to define configuration settings for a secondary cluster, and is only applicable when the cluster type is designated as `SECONDARY`."],["The documentation covers inheritance details, indicating that this class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes constructors for creating new `SecondaryConfig` instances, including one that copies from an existing instance, as well as the `PrimaryClusterName` property used to set the primary cluster."],["The versions, starting from version 1.0.0 to the latest 1.9.0, are available to access the documentation for each of those specific versions."]]],[]]