Class: Google::Cloud::GkeMultiCloud::V1::AwsNodePoolAutoscaling Deprecated

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

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

AwsNodePoolAutoscaling contains information required by cluster autoscaler 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 Required. Maximum number of nodes in the node pool. Must be greater than or equal to min_node_count and less than or equal to 50.

Returns:

  • (::Integer)

    Required. Maximum number of nodes in the node pool. Must be greater than or equal to min_node_count and less than or equal to 50.



683
684
685
686
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 683

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

#min_node_count::Integer

Returns Required. Minimum number of nodes in the node pool. Must be greater than or equal to 1 and less than or equal to max_node_count.

Returns:

  • (::Integer)

    Required. Minimum number of nodes in the node pool. Must be greater than or equal to 1 and less than or equal to max_node_count.



683
684
685
686
# File 'proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb', line 683

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