InstanceFleetModifyConfig class

Configuration parameters for an instance fleet modification request.

Constructors

InstanceFleetModifyConfig({required String instanceFleetId, int? targetOnDemandCapacity, int? targetSpotCapacity})

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceFleetId String
A unique identifier for the instance fleet.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetOnDemandCapacity int?
The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.
final
targetSpotCapacity int?
The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.
final

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