DeploymentAutoScaleProfileArgs

data class DeploymentAutoScaleProfileArgs(val maxCapacity: Output<Int>, val minCapacity: Output<Int>, val name: Output<String>) : ConvertibleToJava<DeploymentAutoScaleProfileArgs>

Constructors

Link copied to clipboard
constructor(maxCapacity: Output<Int>, minCapacity: Output<Int>, name: Output<String>)

Properties

Link copied to clipboard
val maxCapacity: Output<Int>
Link copied to clipboard
val minCapacity: Output<Int>

Specify the minimum number of NGINX capacity units for this NGINX Deployment.

Link copied to clipboard
val name: Output<String>

Specify the name of the autoscaling profile.

Functions

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