Class: Google::Apis::BigtableadminV2::MultiClusterRoutingUseAny
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::MultiClusterRoutingUseAny
- 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 may be routed to any cluster in the instance, and will fail over to another cluster in the event of transient errors or delays. 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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MultiClusterRoutingUseAny
Returns a new instance of MultiClusterRoutingUseAny
1149 1150 1151 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1149 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1154 1155 |
# File 'generated/google/apis/bigtableadmin_v2/classes.rb', line 1154 def update!(**args) end |