FlexibleAppVersionManualScalingArgs

data class FlexibleAppVersionManualScalingArgs(val instances: Output<Int>) : ConvertibleToJava<FlexibleAppVersionManualScalingArgs>

Constructors

Link copied to clipboard
constructor(instances: Output<Int>)

Properties

Link copied to clipboard
val instances: Output<Int>

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]&#46;instances] to prevent drift detection.

Functions

Link copied to clipboard
open override fun toJava(): FlexibleAppVersionManualScalingArgs