Instance Autoscaling Config Autoscaling Targets
data class InstanceAutoscalingConfigAutoscalingTargets(val highPriorityCpuUtilizationPercent: Int? = null, val storageUtilizationPercent: Int? = null)
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).