Class: Google::Apis::BigtableadminV2::MultiClusterRoutingUseAny
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::MultiClusterRoutingUseAny
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/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
-
#initialize(**args) ⇒ MultiClusterRoutingUseAny
constructor
A new instance of MultiClusterRoutingUseAny.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultiClusterRoutingUseAny
Returns a new instance of MultiClusterRoutingUseAny.
1438 1439 1440 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1438 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1443 1444 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1443 def update!(**args) end |