Thresholds class

Thresholds define the utilization of resources triggering scale-out and scale-in operations.

Constructors

Thresholds.new({int? scaleIn, int? scaleOut})
Thresholds.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleIn int?
The utilization triggering the scale-in operation in percent.
getter/setter pair
scaleOut int?
The utilization triggering the scale-out operation in percent.
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