Package | Description |
---|---|
com.oracle.bmc.operatoraccesscontrol | |
com.oracle.bmc.operatoraccesscontrol.model | |
com.oracle.bmc.operatoraccesscontrol.requests |
Modifier and Type | Method and Description |
---|---|
static OperatorControlLifecycleStates |
OperatorControlLifecycleStates.create(String key) |
OperatorControlLifecycleStates |
OperatorControl.getLifecycleState()
The current lifecycle state of the operator control.
|
OperatorControlLifecycleStates |
OperatorControlSummary.getLifecycleState()
The current lifecycle state of the operator control.
|
static OperatorControlLifecycleStates |
OperatorControlLifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorControlLifecycleStates[] |
OperatorControlLifecycleStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperatorControl.Builder |
OperatorControl.Builder.lifecycleState(OperatorControlLifecycleStates lifecycleState)
The current lifecycle state of the operator control.
|
OperatorControlSummary.Builder |
OperatorControlSummary.Builder.lifecycleState(OperatorControlLifecycleStates lifecycleState)
The current lifecycle state of the operator control.
|
Constructor and Description |
---|
OperatorControl(String id,
String operatorControlName,
String description,
List<String> approversList,
List<String> approverGroupsList,
List<String> preApprovedOpActionList,
List<String> approvalRequiredOpActionList,
Boolean isFullyPreApproved,
List<String> emailIdList,
ResourceTypes resourceType,
String systemMessage,
String compartmentId,
OperatorControlLifecycleStates lifecycleState,
Date timeOfCreation,
Date timeOfModification,
Integer numberOfApprovers,
Boolean isDefaultOperatorControl,
Date timeOfDeletion,
String lastModifiedInfo,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
OperatorControlSummary(String id,
String operatorControlName,
String compartmentId,
Boolean isFullyPreApproved,
ResourceTypes resourceType,
Integer numberOfApprovers,
Date timeOfCreation,
Date timeOfModification,
Date timeOfDeletion,
OperatorControlLifecycleStates lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OperatorControlLifecycleStates |
ListOperatorControlsRequest.getLifecycleState()
A filter to return only resources whose lifecycleState matches the given OperatorControl
lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListOperatorControlsRequest.Builder |
ListOperatorControlsRequest.Builder.lifecycleState(OperatorControlLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given OperatorControl
lifecycleState.
|
Copyright © 2016–2024. All rights reserved.