Skip to main content
Version: 1.0

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]) - The minimum number of nodes to scale down to. Default: None

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

Was this page helpful?