Class AutoscalingTargets (3.45.0)

AutoscalingTargets(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The autoscaling targets for an instance.

Attributes

NameDescription
high_priority_cpu_utilization_percent int
Required. 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). The valid range is [10, 90] inclusive.
storage_utilization_percent int
Required. 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). The valid range is [10, 100] inclusive.