Class ScalingMode (0.10.9)

ScalingMode(value)

The scaling mode for the service. If not provided, it defaults to AUTOMATIC.

Enums

Name Description
SCALING_MODE_UNSPECIFIED Unspecified.
AUTOMATIC Scale based on traffic between min and max instances.
MANUAL Scale to exactly min instances and ignore max instances.