OnDemandProvisioningSpecification class
The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.
Constructors
- OnDemandProvisioningSpecification({required OnDemandProvisioningAllocationStrategy allocationStrategy})
-
OnDemandProvisioningSpecification.fromJson(Map<
String, dynamic> json) -
factory
Properties
- allocationStrategy → OnDemandProvisioningAllocationStrategy
-
Specifies the strategy to use in launching On-Demand Instance fleets.
Currently, the only option is lowest-price (the default), which launches the
lowest price first.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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