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 v1alpha 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 documentation is for the `Cluster.Types.SecondaryConfig` class within the Google Cloud AlloyDB v1alpha API, specifically for versions 1.0.0-alpha09 and 1.0.0-alpha10 (latest)."],["`Cluster.Types.SecondaryConfig` is a class designed for configuration details of secondary clusters, and it's intended for clusters of type SECONDARY."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SecondaryConfig` class has two constructors, one default and one that takes another `SecondaryConfig` instance as a parameter."],["The class includes a `PrimaryClusterName` property, a string that represents the name of the primary cluster in a specific format of projects, locations, regions, and cluster IDs."]]],[]]