Package | Description |
---|---|
com.oracle.bmc.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
static Action.Type |
Action.Type.create(String key) |
Action.Type |
Action.getType()
The type of action to take.
|
static Action.Type |
Action.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.Type[] |
Action.Type.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(Action.Type type)
The type of action to take.
|
Constructor and Description |
---|
Action(Action.Type type,
Integer value)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.