AlloyDB v1 API - Class Cluster.Types.SecondaryConfig (1.6.0)

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

Inheritance

object > Cluster.Types.SecondaryConfig

Namespace

Google.Cloud.AlloyDb.V1

Assembly

Google.Cloud.AlloyDb.V1.dll

Constructors

SecondaryConfig()

public SecondaryConfig()

SecondaryConfig(SecondaryConfig)

public SecondaryConfig(Cluster.Types.SecondaryConfig other)
Parameter
NameDescription
otherClusterTypesSecondaryConfig

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
TypeDescription
string