AutoscalingPolicyCustomMetricUtilization class
Custom utilization metric policy.
Constructors
- AutoscalingPolicyCustomMetricUtilization({String? filter, String? metric, double? singleInstanceAssignment, double? utilizationTarget, String? utilizationTargetType})
- AutoscalingPolicyCustomMetricUtilization.fromJson(Map json_)
Properties
- filter ↔ String?
-
A filter string, compatible with a Stackdriver Monitoring filter string
for TimeSeries.list API call.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metric ↔ String?
-
The identifier (type) of the Stackdriver Monitoring metric.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleInstanceAssignment ↔ double?
-
If scaling is based on a per-group metric value that represents the total
amount of work to be done or resource usage, set this value to an amount
assigned for a single instance of the scaled group.
getter/setter pair
- utilizationTarget ↔ double?
-
The target value of the metric that autoscaler maintains.
getter/setter pair
- utilizationTargetType ↔ String?
-
Defines how target utilization value is expressed for a Stackdriver
Monitoring metric.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited