Package | Description |
---|---|
com.oracle.bmc.fusionapps.model |
Modifier and Type | Method and Description |
---|---|
static PatchAction.Mode |
PatchAction.Mode.create(String key) |
PatchAction.Mode |
PatchAction.getMode()
A string that describeds whether the change is applied hot or cold
|
static PatchAction.Mode |
PatchAction.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchAction.Mode[] |
PatchAction.Mode.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.mode(PatchAction.Mode mode)
A string that describeds whether the change is applied hot or cold
|
Constructor and Description |
---|
PatchAction(String referenceKey,
Action.State state,
String description,
PatchAction.Mode mode,
PatchAction.Category category,
String artifact)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.