NodeGroupAutoscalingPolicy class
Constructors
- NodeGroupAutoscalingPolicy({int? maxNodes, int? minNodes, String? mode})
- NodeGroupAutoscalingPolicy.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxNodes ↔ int?
-
The maximum number of nodes that the group should have.
getter/setter pair
- minNodes ↔ int?
-
The minimum number of nodes that the group should have.
getter/setter pair
- mode ↔ String?
-
The autoscaling mode.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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