Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
static ActionType |
ActionType.create(String key) |
ActionType |
Action.getType()
The status of the resource action.
|
static ActionType |
ActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionType[] |
ActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Action.Builder |
Action.Builder.type(ActionType type)
The status of the resource action.
|
Constructor and Description |
---|
Action(ActionType type,
String description,
String url)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.