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.



4048
4049
4050
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 4048

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)


4046
4047
4048
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 4046

def priority
  @priority
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4053
4054
4055
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 4053

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