Class: Google::Cloud::Bigtable::Admin::V2::AutoscalingTargets
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::AutoscalingTargets
- 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
-
#cpu_utilization_percent ⇒ ::Integer
The cpu utilization that the Autoscaler should be trying to achieve.
-
#storage_utilization_gib_per_node ⇒ ::Integer
The storage utilization that the Autoscaler should be trying to achieve.
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.
125 126 127 128 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 125 class AutoscalingTargets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_utilization_gib_per_node ⇒ ::Integer
Returns The storage utilization that the Autoscaler should be trying to achieve. This number is limited between 2560 (2.5TiB) and 5120 (5TiB) for a SSD cluster and between 8192 (8TiB) and 16384 (16TiB) for an HDD cluster, otherwise it will return INVALID_ARGUMENT error. If this value is set to 0, it will be treated as if it were set to the default value: 2560 for SSD, 8192 for HDD.
125 126 127 128 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 125 class AutoscalingTargets include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |