Class: Google::Cloud::Bigtable::Admin::V2::AutoscalingLimits

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

Overview

Limits for the number of nodes a Cluster can autoscale up/down to.

Instance Attribute Summary collapse

Instance Attribute Details

#max_serve_nodes::Integer

Returns Required. Maximum number of nodes to scale up to.

Returns:

  • (::Integer)

    Required. Maximum number of nodes to scale up to.



137
138
139
140
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 137

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

#min_serve_nodes::Integer

Returns Required. Minimum number of nodes to scale down to.

Returns:

  • (::Integer)

    Required. Minimum number of nodes to scale down to.



137
138
139
140
# File 'proto_docs/google/bigtable/admin/v2/instance.rb', line 137

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