StandardAppVersionManualScaling

data class StandardAppVersionManualScaling(val instances: Int)

Constructors

Link copied to clipboard
constructor(instances: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Number of instances to assign to the service at the start. Note: When managing the number of instances at runtime through the App Engine Admin API or the (now deprecated) Python 2 Modules API set_num_instances() you must use lifecycle.ignore_changes = ["manual_scaling"[0].instances] to prevent drift detection.