Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
static StrategyParameterType |
StrategyParameterType.create(String key) |
StrategyParameterType |
StrategyParameter.getType()
The type of strategy parameter.
|
static StrategyParameterType |
StrategyParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StrategyParameterType[] |
StrategyParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StrategyParameter.Builder |
StrategyParameter.Builder.type(StrategyParameterType type)
The type of strategy parameter.
|
Constructor and Description |
---|
StrategyParameter(String name,
StrategyParameterType type,
String description,
Boolean isRequired,
Object defaultValue,
List<Object> possibleValues)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.