Class: Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::DataBoostIsolationReadOnly
- 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
Data Boost is a serverless compute capability that lets you run high- throughput read jobs and queries on your Bigtable data, without impacting the performance of the clusters that handle your application traffic. Data Boost supports read-only use cases with single-cluster routing.
Instance Attribute Summary collapse
-
#compute_billing_owner ⇒ String
The Compute Billing Owner for this Data Boost App Profile.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataBoostIsolationReadOnly
constructor
A new instance of DataBoostIsolationReadOnly.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataBoostIsolationReadOnly
Returns a new instance of DataBoostIsolationReadOnly.
1248 1249 1250 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1248 def initialize(**args) update!(**args) end |
Instance Attribute Details
#compute_billing_owner ⇒ String
The Compute Billing Owner for this Data Boost App Profile.
Corresponds to the JSON property computeBillingOwner
1246 1247 1248 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1246 def compute_billing_owner @compute_billing_owner end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1253 1254 1255 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1253 def update!(**args) @compute_billing_owner = args[:compute_billing_owner] if args.key?(:compute_billing_owner) end |