RightsizingRecommendation class
Recommendations to rightsize resources.
Constructors
- RightsizingRecommendation({String? accountId, CurrentInstance? currentInstance, ModifyRecommendationDetail? modifyRecommendationDetail, RightsizingType? rightsizingType, TerminateRecommendationDetail? terminateRecommendationDetail})
-
RightsizingRecommendation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId → String?
-
The account that this recommendation is for.
final
- currentInstance → CurrentInstance?
-
Context regarding the current instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- modifyRecommendationDetail → ModifyRecommendationDetail?
-
Details for modification recommendations.
final
- rightsizingType → RightsizingType?
-
Recommendation to either terminate or modify the resource.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- terminateRecommendationDetail → TerminateRecommendationDetail?
-
Details for termination recommendations.
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