GoogleCloudRunV2RevisionScalingArgs

data class GoogleCloudRunV2RevisionScalingArgs(val maxInstanceCount: Output<Int>? = null, val minInstanceCount: Output<Int>? = null) : ConvertibleToJava<GoogleCloudRunV2RevisionScalingArgs>

Settings for revision-level scaling settings.

Constructors

Link copied to clipboard
fun GoogleCloudRunV2RevisionScalingArgs(maxInstanceCount: Output<Int>? = null, minInstanceCount: Output<Int>? = null)

Functions

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

Properties

Link copied to clipboard
val maxInstanceCount: Output<Int>? = null

Maximum number of serving instances that this resource should have.

Link copied to clipboard
val minInstanceCount: Output<Int>? = null

Minimum number of serving instances that this resource should have.