Package | Description |
---|---|
com.oracle.bmc.fusionapps.model |
Modifier and Type | Method and Description |
---|---|
static Action.State |
Action.State.create(String key) |
Action.State |
Action.getState()
A string that describes whether the change is applied hot or cold
|
static Action.State |
Action.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action.State[] |
Action.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchAction.Builder |
PatchAction.Builder.state(Action.State state) |
UpgradeAction.Builder |
UpgradeAction.Builder.state(Action.State state) |
VertexAction.Builder |
VertexAction.Builder.state(Action.State state) |
Constructor and Description |
---|
Action(String referenceKey,
Action.State state,
String description)
Deprecated.
|
PatchAction(String referenceKey,
Action.State state,
String description,
PatchAction.Mode mode,
PatchAction.Category category,
String artifact)
Deprecated.
|
UpgradeAction(String referenceKey,
Action.State state,
String description,
String version,
String qualifier)
Deprecated.
|
VertexAction(String referenceKey,
Action.State state,
String description,
String artifact)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.