Skip to main content
Version: 1.1

AutoscalingConfig

Summary​

Configuration for autoscaling of server groups.

Attributes​

NameData TypeDescription
min_nodesOptional[int]The minimum number of nodes to scale down to.
max_nodesOptional[int]The maximum number of nodes to scale up to.

__init__(...)​

Parameters

  • min_nodes: Optional[int] = None The minimum number of nodes to scale down to.
  • max_nodes: Optional[int] = None The maximum number of nodes to scale up to.

Was this page helpful?