Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::AutoscalingTargets (v0.9.1)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::AutoscalingTargets.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cpu_utilization_percent

def cpu_utilization_percent() -> ::Integer
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.

#cpu_utilization_percent=

def cpu_utilization_percent=(value) -> ::Integer
Parameter
  • value (::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.
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.