Reference documentation and code samples for the Anthos Multi-Cloud V1 API class Google::Cloud::GkeMultiCloud::V1::AzureNodePoolAutoscaling.
Configuration related to Kubernetes cluster autoscaler.
The Kubernetes cluster autoscaler will automatically adjust the size of the node pool based on the cluster load.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_node_count
def max_node_count() -> ::Integer
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.
#max_node_count=
def max_node_count=(value) -> ::Integer
Parameter
- value (::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.
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.
#min_node_count
def min_node_count() -> ::Integer
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.
#min_node_count=
def min_node_count=(value) -> ::Integer
Parameter
- value (::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.
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.