Google Cloud Spanner Instance Administration v1 API - Class ReplicaSelection (5.0.0-beta05)

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

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ReplicaSelection.

ReplicaSelection identifies replicas with common properties.

Inheritance

object > ReplicaSelection

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

ReplicaSelection()

public ReplicaSelection()

ReplicaSelection(ReplicaSelection)

public ReplicaSelection(ReplicaSelection other)
Parameter
Name Description
other ReplicaSelection

Properties

Location

public string Location { get; set; }

Required. Name of the location of the replicas (e.g., "us-central1").

Property Value
Type Description
string