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

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
Name Description
other ReplicaInfo

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
Type Description
bool

Location

public string Location { get; set; }

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

Property Value
Type Description
string

Type

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

The type of replica.

Property Value
Type Description
ReplicaInfoTypesReplicaType