Class: Google::Apis::BigtableadminV2::StandardIsolation

Inherits:
Object
  • Object
show all
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

Standard options for isolating this app profile's traffic from other use cases.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StandardIsolation

Returns a new instance of StandardIsolation.



3288
3289
3290
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3288

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

Instance Attribute Details

#priorityString

The priority of requests sent using this app profile. Corresponds to the JSON property priority

Returns:

  • (String)


3286
3287
3288
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3286

def priority
  @priority
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3293
3294
3295
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3293

def update!(**args)
  @priority = args[:priority] if args.key?(:priority)
end