public static enum ResourceAssessmentStrategy.StrategyType extends Enum<ResourceAssessmentStrategy.StrategyType> implements BmcEnum
The type of strategy used for migration.
Enum Constant and Description |
---|
AsIs |
Average |
Peak |
Percentile |
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 ResourceAssessmentStrategy.StrategyType |
create(String key) |
String |
getValue() |
static ResourceAssessmentStrategy.StrategyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAssessmentStrategy.StrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceAssessmentStrategy.StrategyType AsIs
public static final ResourceAssessmentStrategy.StrategyType Average
public static final ResourceAssessmentStrategy.StrategyType Peak
public static final ResourceAssessmentStrategy.StrategyType Percentile
public static final ResourceAssessmentStrategy.StrategyType UnknownEnumValue
public static ResourceAssessmentStrategy.StrategyType[] values()
for (ResourceAssessmentStrategy.StrategyType c : ResourceAssessmentStrategy.StrategyType.values()) System.out.println(c);
public static ResourceAssessmentStrategy.StrategyType 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 ResourceAssessmentStrategy.StrategyType create(String key)
Copyright © 2016–2024. All rights reserved.