GetInstanceAutoscalingConfigAutoscalingTarget

data class GetInstanceAutoscalingConfigAutoscalingTarget(val highPriorityCpuUtilizationPercent: Int, val storageUtilizationPercent: Int)

Constructors

constructor(highPriorityCpuUtilizationPercent: Int, storageUtilizationPercent: Int)

Types

Link copied to clipboard
object Companion

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).