Autoscaling Policy Custom Metric Utilization Utilization Target Type
    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.
Types
Functions
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.