Google Cloud Spanner Instance Administration v1 API - Class ReplicaInfo (5.0.0-beta02)

public sealed class ReplicaInfo : IMessage<ReplicaInfo>, IEquatable<ReplicaInfo>, IDeepCloneable<ReplicaInfo>, IBufferMessage, IMessage

Inheritance

object > ReplicaInfo

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

ReplicaInfo()

public ReplicaInfo()

ReplicaInfo(ReplicaInfo)

public ReplicaInfo(ReplicaInfo other)
Parameter
NameDescription
otherReplicaInfo

Properties

DefaultLeaderLocation

public bool DefaultLeaderLocation { get; set; }

If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details.

Property Value
TypeDescription
bool

Location

public string Location { get; set; }

The location of the serving resources, e.g. "us-central1".

Property Value
TypeDescription
string

Type

public ReplicaInfo.Types.ReplicaType Type { get; set; }

The type of replica.

Property Value
TypeDescription
ReplicaInfoTypesReplicaType