Share via


ScaleSettings Class

Scale settings for the pool.

Constructor

ScaleSettings(*args: Any, **kwargs: Any)

Variables

Name Description
fixed_scale

Fixed scale settings for the pool.

auto_scale

AutoScale settings for the pool.

Attributes

auto_scale

AutoScale settings for the pool.

auto_scale: _models.AutoScaleSettings | None

fixed_scale

Fixed scale settings for the pool.

fixed_scale: _models.FixedScaleSettings | None