Get Instance Autoscaling Config Autoscaling Target
data class GetInstanceAutoscalingConfigAutoscalingTarget(val highPriorityCpuUtilizationPercent: Int, val storageUtilizationPercent: Int)
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).