Class: Google::Cloud::Dataproc::V1::GkeNodePoolConfig::GkeNodePoolAutoscalingConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/shared.rb

Overview

GkeNodePoolAutoscaling contains information the cluster autoscaler needs to adjust the size of the node pool to the current cluster usage.

Instance Attribute Summary collapse

Instance Attribute Details

#max_node_count::Integer

Returns The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.

Returns:

  • (::Integer)

    The maximum number of nodes in the node pool. Must be >= min_node_count, and must be > 0. Note: Quota must be sufficient to scale up the cluster.



505
506
507
508
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 505

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

#min_node_count::Integer

Returns The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.

Returns:

  • (::Integer)

    The minimum number of nodes in the node pool. Must be >= 0 and <= max_node_count.



505
506
507
508
# File 'proto_docs/google/cloud/dataproc/v1/shared.rb', line 505

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