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.



3250
3251
3252
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3250

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)


3248
3249
3250
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3248

def priority
  @priority
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3255
3256
3257
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 3255

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