Skip to main content
Version: Beta 🚧

AutoscalingConfig

Summary​

Configuration for autoscaling of server groups.

Attributes​

NameData TypeDescription
min_nodesintThe minimum number of nodes to scale down to.
max_nodesintThe maximum number of nodes to scale up to.

__init__(...)​

Parameters

  • min_nodes (int) - The minimum number of nodes to scale down to. Default: None

  • max_nodes (int) - The maximum number of nodes to scale up to. Default: None

Was this page helpful?