BestEffortProvisioning class

Best effort provisioning.

Constructors

BestEffortProvisioning({bool? enabled, int? minProvisionNodes})
BestEffortProvisioning.fromJson(Map json_)

Properties

enabled bool?
When this is enabled, cluster/node pool creations will ignore non-fatal errors like stockout to best provision as many nodes as possible right now and eventually bring up all target number of nodes
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
minProvisionNodes int?
Minimum number of nodes to be provisioned to be considered as succeeded, and the rest of nodes will be provisioned gradually and eventually when stockout issue has been resolved.
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