Class: Google::Apis::BigtableadminV2::MultiClusterRoutingUseAny

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/bigtableadmin_v2/classes.rb,
generated/google/apis/bigtableadmin_v2/representations.rb,
generated/google/apis/bigtableadmin_v2/representations.rb

Overview

Read/write requests are routed to the nearest cluster in the instance, and will fail over to the nearest cluster that is available in the event of transient errors or delays. Clusters in a region are considered equidistant. Choosing this option sacrifices read-your-writes consistency to improve availability.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ MultiClusterRoutingUseAny

Returns a new instance of MultiClusterRoutingUseAny.



1232
1233
1234
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1232

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1237
1238
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1237

def update!(**args)
end