Instance Autoscaling Config Autoscaling Targets Args
data class InstanceAutoscalingConfigAutoscalingTargetsArgs(val highPriorityCpuUtilizationPercent: Output<Int>? = null, val storageUtilizationPercent: Output<Int>? = null) : ConvertibleToJava<InstanceAutoscalingConfigAutoscalingTargetsArgs>
Properties
Link copied to clipboard
Specifies the target high priority cpu utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization)..
Link copied to clipboard
Specifies the target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization).