GetDeploymentAutoScaleProfile

data class GetDeploymentAutoScaleProfile(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

The maximum number of NGINX capacity units for this NGINX Deployment.

Link copied to clipboard

The minimum number of NGINX capacity units for this NGINX Deployment.

Link copied to clipboard

The name of this NGINX Deployment.