public sealed class Cluster.Types.PrimaryConfig : IMessage<Cluster.Types.PrimaryConfig>, IEquatable<Cluster.Types.PrimaryConfig>, IDeepCloneable<Cluster.Types.PrimaryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class Cluster.Types.PrimaryConfig.
Configuration for the primary cluster. It has the list of clusters that are replicating from this cluster. This should be set if and only if the cluster is of type PRIMARY.
Implements
IMessageClusterTypesPrimaryConfig, IEquatableClusterTypesPrimaryConfig, IDeepCloneableClusterTypesPrimaryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
PrimaryConfig()
public PrimaryConfig()
PrimaryConfig(PrimaryConfig)
public PrimaryConfig(Cluster.Types.PrimaryConfig other)
Parameter | |
---|---|
Name | Description |
other | ClusterTypesPrimaryConfig |
Properties
SecondaryClusterNames
public RepeatedField<string> SecondaryClusterNames { get; }
Output only. Names of the clusters that are replicating from this cluster.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |