AlloyDB v1alpha API - Class Cluster.Types.PrimaryConfig (1.0.0-alpha07)

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 v1alpha 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.

Inheritance

object > Cluster.Types.PrimaryConfig

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.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