AutoscalingPolicyCustomMetricUtilization class
Custom utilization metric policy.
Constructors
Properties
- metric ↔ String
-
The identifier (type) of the Stackdriver Monitoring metric. The metric
cannot have negative values. [...]
read / write
- utilizationTarget ↔ double
-
The target value of the metric that autoscaler should maintain. This must
be a positive value. A utilization metric scales number of virtual
machines handling requests to increase or decrease proportionally to the
metric. [...]
read / write
- utilizationTargetType ↔ String
-
Defines how target utilization value is expressed for a Stackdriver
Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.
Possible string values are: [...]
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited