@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:33.762Z") public enum ScalingProcess extends java.lang.Enum<ScalingProcess>
Enum Constant and Description |
---|
ADD_TO_LOAD_BALANCER |
ALARM_NOTIFICATION |
AZ_REBALANCE |
HEALTH_CHECK |
LAUNCH |
REPLACE_UNHEALTHY |
SCHEDULED_ACTIONS |
TERMINATE |
Modifier and Type | Method and Description |
---|---|
static ScalingProcess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScalingProcess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScalingProcess LAUNCH
public static final ScalingProcess TERMINATE
public static final ScalingProcess HEALTH_CHECK
public static final ScalingProcess REPLACE_UNHEALTHY
public static final ScalingProcess AZ_REBALANCE
public static final ScalingProcess ALARM_NOTIFICATION
public static final ScalingProcess SCHEDULED_ACTIONS
public static final ScalingProcess ADD_TO_LOAD_BALANCER
public static ScalingProcess[] values()
for (ScalingProcess c : ScalingProcess.values()) System.out.println(c);
public static ScalingProcess valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null