Package | Description |
---|---|
com.oracle.bmc.capacitymanagement.model |
Modifier and Type | Method and Description |
---|---|
static PatchMoveInstruction.Position |
PatchMoveInstruction.Position.create(String key) |
PatchMoveInstruction.Position |
PatchMoveInstruction.getPosition()
Where to insert the value in an array, relative to the first item in the selection.
|
static PatchMoveInstruction.Position |
PatchMoveInstruction.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchMoveInstruction.Position[] |
PatchMoveInstruction.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PatchMoveInstruction.Builder |
PatchMoveInstruction.Builder.position(PatchMoveInstruction.Position position)
Where to insert the value in an array, relative to the first item in the selection.
|
Constructor and Description |
---|
PatchMoveInstruction(String selection,
String from,
PatchMoveInstruction.Position position)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.