Class ReplicaInfo (3.5.0)

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

Inheritance

Object > ReplicaInfo

Implements

Google.Protobuf.IMessage<ReplicaInfo>, IEquatable<ReplicaInfo>, Google.Protobuf.IDeepCloneable<ReplicaInfo>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
Boolean

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
ReplicaInfo.Types.ReplicaType