Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol.model | |
com.oracle.bmc.operatoraccesscontrol.requests |
Modifier and Type | Method and Description |
---|---|
static OperatorActionLifecycleStates |
OperatorActionLifecycleStates.create(String key) |
OperatorActionLifecycleStates |
OperatorActionSummary.getLifecycleState()
The current lifecycle state of the operator action.
|
static OperatorActionLifecycleStates |
OperatorActionLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorActionLifecycleStates[] |
OperatorActionLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperatorActionSummary.Builder |
OperatorActionSummary.Builder.lifecycleState(OperatorActionLifecycleStates lifecycleState)
The current lifecycle state of the operator action.
|
Constructor and Description |
---|
OperatorActionSummary(String id,
String name,
String component,
String compartmentId,
ResourceTypes resourceType,
OperatorActionLifecycleStates lifecycleState,
String description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperatorActionLifecycleStates |
ListOperatorActionsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given OperatorAction
lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListOperatorActionsRequest.Builder |
ListOperatorActionsRequest.Builder.lifecycleState(OperatorActionLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given OperatorAction
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.