InstanceAutoscalingConfigAutoscalingTargetsArgs

data class InstanceAutoscalingConfigAutoscalingTargetsArgs(val highPriorityCpuUtilizationPercent: Output<Int>? = null, val storageUtilizationPercent: Output<Int>? = null) : ConvertibleToJava<InstanceAutoscalingConfigAutoscalingTargetsArgs>

Constructors

constructor(highPriorityCpuUtilizationPercent: Output<Int>? = null, storageUtilizationPercent: Output<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
val storageUtilizationPercent: Output<Int>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): InstanceAutoscalingConfigAutoscalingTargetsArgs