GetFleetScalingConfiguration class
Constructors
-
GetFleetScalingConfiguration({required Input<
int> desiredCapacity, required Input<int> maxCapacity, required Input<String> scalingType, required Input<List< targetTrackingScalingConfigs})GetFleetScalingConfigurationTargetTrackingScalingConfig> > -
Creates a new GetFleetScalingConfiguration.
desiredCapacityThe desired number of instances in the fleet when auto-scaling.maxCapacityThe maximum number of instances in the fleet when auto-scaling.scalingTypeThe scaling type for a compute fleet.targetTrackingScalingConfigsNested attribute containing information about thresholds when new instance is auto-scaled into the compute fleet.const -
GetFleetScalingConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
desiredCapacity
→ Input<
int> -
The desired number of instances in the fleet when auto-scaling.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
maxCapacity
→ Input<
int> -
The maximum number of instances in the fleet when auto-scaling.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scalingType
→ Input<
String> -
The scaling type for a compute fleet.
final
-
targetTrackingScalingConfigs
→ Input<
List< GetFleetScalingConfigurationTargetTrackingScalingConfig> > -
Nested attribute containing information about thresholds when new instance is auto-scaled into the compute fleet.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited