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 v1beta 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-24 UTC."],[[["This document provides reference information for the `Cluster.Types.SecondaryConfig` class within the AlloyDB v1beta API, specifically for version 1.0.0-beta08."],["The `SecondaryConfig` class is used to define configuration settings for secondary clusters and is applicable only when the cluster type is designated as SECONDARY."],["The class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `PrimaryClusterName`, which is a string representing the name of the associated primary cluster and follows a specific formatting convention."],["The class contains two contructors, `SecondaryConfig()` and `SecondaryConfig(Cluster.Types.SecondaryConfig other)`, with the later taking another `SecondaryConfig` object as a parameter."]]],[]]