public static enum AutoScalePolicy.PolicyType extends Enum<AutoScalePolicy.PolicyType> implements BmcEnum
Types of autoscale policies. Options are SCHEDULE-BASED or THRESHOLD-BASED. (Only THRESHOLD-BASED is supported in this release.)
Enum Constant and Description |
---|
None |
ScheduleBased |
ThresholdBased |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AutoScalePolicy.PolicyType |
create(String key) |
String |
getValue() |
static AutoScalePolicy.PolicyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoScalePolicy.PolicyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoScalePolicy.PolicyType ThresholdBased
public static final AutoScalePolicy.PolicyType ScheduleBased
public static final AutoScalePolicy.PolicyType None
public static final AutoScalePolicy.PolicyType UnknownEnumValue
public static AutoScalePolicy.PolicyType[] values()
for (AutoScalePolicy.PolicyType c : AutoScalePolicy.PolicyType.values()) System.out.println(c);
public static AutoScalePolicy.PolicyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AutoScalePolicy.PolicyType create(String key)
Copyright © 2016–2024. All rights reserved.