TargetUtilizationScaleSettings interface
Online deployment scaling configuration.
- Extends
Properties
| max |
The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances. |
| min |
The minimum number of instances to always be present. |
| polling |
The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds. |
| scale |
Polymorphic discriminator, which specifies the different types this object can be |
| target |
Target CPU usage for the autoscaler. |
Property Details
maxInstances
The maximum number of instances that the deployment can scale to. The quota will be reserved for max_instances.
maxInstances?: number
Property Value
number
minInstances
The minimum number of instances to always be present.
minInstances?: number
Property Value
number
pollingInterval
The polling interval in ISO 8691 format. Only supports duration with precision as low as Seconds.
pollingInterval?: string
Property Value
string
scaleType
Polymorphic discriminator, which specifies the different types this object can be
scaleType: "TargetUtilization"
Property Value
"TargetUtilization"
targetUtilizationPercentage
Target CPU usage for the autoscaler.
targetUtilizationPercentage?: number
Property Value
number