ScalingPlan class
Represents a scaling plan.
Constructors
-
ScalingPlan({required ApplicationSource applicationSource, required List<
ScalingInstruction> scalingInstructions, required String scalingPlanName, required int scalingPlanVersion, required ScalingPlanStatusCode statusCode, DateTime? creationTime, String? statusMessage, DateTime? statusStartTime}) -
ScalingPlan.fromJson(Map<
String, dynamic> json) -
factory
Properties
- applicationSource → ApplicationSource
-
The application source.
final
- creationTime → DateTime?
-
The Unix time stamp when the scaling plan was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scalingInstructions
→ List<
ScalingInstruction> -
The scaling instructions.
final
- scalingPlanName → String
-
The name of the scaling plan.
final
- scalingPlanVersion → int
-
The version number of the scaling plan.
final
- statusCode → ScalingPlanStatusCode
-
The status of the scaling plan.
final
- statusMessage → String?
-
A simple message about the current status of the scaling plan.
final
- statusStartTime → DateTime?
-
The Unix time stamp when the scaling plan entered the current status.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited