AutoscalingPolicyCustomMetricUtilizationUtilizationTargetType

enum AutoscalingPolicyCustomMetricUtilizationUtilizationTargetType : Enum<AutoscalingPolicyCustomMetricUtilizationUtilizationTargetType> , ConvertibleToJava<AutoscalingPolicyCustomMetricUtilizationUtilizationTargetType>

Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.

Entries

Link copied to clipboard

Sets the utilization target value for a cumulative or delta metric, expressed as the rate of growth per minute.

Link copied to clipboard

Sets the utilization target value for a cumulative or delta metric, expressed as the rate of growth per second.

Link copied to clipboard

Sets the utilization target value for a gauge metric. The autoscaler will collect the average utilization of the virtual machines from the last couple of minutes, and compare the value to the utilization target value to perform autoscaling.

Types

Link copied to clipboard
object Companion

Functions

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

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: AutoscalingPolicyCustomMetricUtilizationUtilizationTargetType
Link copied to clipboard
Link copied to clipboard