initialReplicaCount property
Immutable. Number of initial replicas being deployed on when scaling the
workload up from zero or when creating the workload in case
min_replica_count
= 0. When
min_replica_count
0 (meaning that the scale-to-zero feature is not enabled),
initial_replica_countshould not be set. Whenmin_replica_count= 0 (meaning that the scale-to-zero feature is enabled),initial_replica_countshould be larger than zero, but no greater thanmax_replica_count.
Implementation
final int initialReplicaCount;