Class: Google::Cloud::Bigtable::Admin::V2::Cluster::ClusterAutoscalingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::Admin::V2::Cluster::ClusterAutoscalingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/admin/v2/instance.rb
Overview
Autoscaling config for a cluster.
Instance Attribute Summary collapse
-
#autoscaling_limits ⇒ ::Google::Cloud::Bigtable::Admin::V2::AutoscalingLimits
Required.
-
#autoscaling_targets ⇒ ::Google::Cloud::Bigtable::Admin::V2::AutoscalingTargets
Required.
Instance Attribute Details
#autoscaling_limits ⇒ ::Google::Cloud::Bigtable::Admin::V2::AutoscalingLimits
Returns Required. Autoscaling limits for this cluster.
186 187 188 189 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 186 class ClusterAutoscalingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#autoscaling_targets ⇒ ::Google::Cloud::Bigtable::Admin::V2::AutoscalingTargets
Returns Required. Autoscaling targets for this cluster.
186 187 188 189 |
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 186 class ClusterAutoscalingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |