Class: Google::Cloud::Bigtable::Admin::V2::AutoscalingTargets

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/instance.rb

Overview

The Autoscaling targets for a Cluster. These determine the recommended nodes.

Instance Attribute Summary collapse

Instance Attribute Details

#cpu_utilization_percent::Integer

Returns The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80, otherwise it will return INVALID_ARGUMENT error.

Returns:

  • (::Integer)

    The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization), and is limited between 10 and 80, otherwise it will return INVALID_ARGUMENT error.



114
115
116
117
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 114

class AutoscalingTargets
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end