minNumReplicas property

int? minNumReplicas
getter/setter pair

The minimum number of replicas that the autoscaler can scale in to.

This cannot be less than 0. If not provided, autoscaler chooses a default value depending on maximum number of instances allowed.

Implementation

core.int? minNumReplicas;