DeploymentAutoScaleProfile

data class DeploymentAutoScaleProfile(val maxCapacity: Int, val minCapacity: Int, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Specify the name of the autoscaling profile.