EndpointConfigurationProductionVariantManagedInstanceScalingArgs

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

Constructors

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

Properties

Link copied to clipboard
val maxInstanceCount: Output<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: Output<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: Output<String>? = null

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

Functions

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