AlloyDB v1beta API - Class Cluster.Types.PrimaryConfig (1.0.0-beta05)

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 v1beta 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.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

PrimaryConfig()

public PrimaryConfig()

PrimaryConfig(PrimaryConfig)

public PrimaryConfig(Cluster.Types.PrimaryConfig other)
Parameter
NameDescription
otherClusterTypesPrimaryConfig

Properties

SecondaryClusterNames

public RepeatedField<string> SecondaryClusterNames { get; }

Output only. Names of the clusters that are replicating from this cluster.

Property Value
TypeDescription
RepeatedFieldstring