FleetScalingConfiguration class
Constructors
-
FleetScalingConfiguration({Input<
int?> ? desiredCapacity, Input<int?> ? maxCapacity, Input<String?> ? scalingType, Input<List< ? targetTrackingScalingConfigs})FleetScalingConfigurationTargetTrackingScalingConfig> ?> -
Creates a new FleetScalingConfiguration.
desiredCapacityOptional.maxCapacityMaximum number of instances in the fleet when auto-scaling.scalingTypeScaling type for a compute fleet. Valid value:TARGET_TRACKING_SCALING.targetTrackingScalingConfigsConfiguration block. Detailed below.const -
FleetScalingConfiguration.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
desiredCapacity
→ Input<
int?> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
maxCapacity
→ Input<
int?> ? -
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?> ? -
Scaling type for a compute fleet. Valid value:
TARGET_TRACKING_SCALING.final -
targetTrackingScalingConfigs
→ Input<
List< ?FleetScalingConfigurationTargetTrackingScalingConfig> ?> -
Configuration block. Detailed below.
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