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.
Implements
IMessageClusterTypesSecondaryConfig, IEquatableClusterTypesSecondaryConfig, IDeepCloneableClusterTypesSecondaryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1AlphaAssembly
Google.Cloud.AlloyDb.V1Alpha.dll
Constructors
SecondaryConfig()
public SecondaryConfig()
SecondaryConfig(SecondaryConfig)
public SecondaryConfig(Cluster.Types.SecondaryConfig other)
Parameter | |
---|---|
Name | Description |
other |
ClusterTypesSecondaryConfig |
Properties
PrimaryClusterName
public string PrimaryClusterName { get; set; }
The name of the primary cluster name with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}
Property Value | |
---|---|
Type | Description |
string |