WorkgroupPricePerformanceTarget class

Constructors

WorkgroupPricePerformanceTarget({required Input<bool> enabled, Input<int?>? level})
Creates a new WorkgroupPricePerformanceTarget. enabled Whether to enable price-performance scaling. level The price-performance scaling level. Valid values are 1 (LOW_COST), 25 (ECONOMICAL), 50 (BALANCED), 75 (RESOURCEFUL), and 100 (HIGH_PERFORMANCE).
const
WorkgroupPricePerformanceTarget.fromMap(Map<String, dynamic> map)
factory

Properties

enabled → Input<bool>
Whether to enable price-performance scaling.
final
hashCode int
The hash code for this object.
no setterinherited
level → Input<int?>?
The price-performance scaling level. Valid values are 1 (LOW_COST), 25 (ECONOMICAL), 50 (BALANCED), 75 (RESOURCEFUL), and 100 (HIGH_PERFORMANCE).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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