EndpointConfigurationShadowProductionVariantManagedInstanceScaling

data class EndpointConfigurationShadowProductionVariantManagedInstanceScaling(val maxInstanceCount: Int? = null, val minInstanceCount: Int? = null, val status: String? = null)

Constructors

constructor(maxInstanceCount: Int? = null, minInstanceCount: Int? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxInstanceCount: Int? = null

The maximum number of instances that the endpoint can provision when it scales up to accommodate an increase in traffic.

Link copied to clipboard
val minInstanceCount: Int? = null

The minimum number of instances that the endpoint must retain when it scales down to accommodate a decrease in traffic.

Link copied to clipboard
val status: String? = null

Indicates whether managed instance scaling is enabled. Valid values are ENABLED and DISABLED.