Package | Description |
---|---|
com.oracle.bmc.cloudguard.model | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
static ResponderExecutionModes |
ResponderExecutionModes.create(String key) |
ResponderExecutionModes |
ResponderExecutionSummary.getResponderExecutionMode()
Possible type of responder execution modes
|
ResponderExecutionModes |
ResponderExecution.getResponderExecutionMode()
Execution mode of the responder
|
static ResponderExecutionModes |
ResponderExecutionModes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponderExecutionModes[] |
ResponderExecutionModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResponderExecutionSummary.Builder |
ResponderExecutionSummary.Builder.responderExecutionMode(ResponderExecutionModes responderExecutionMode)
Possible type of responder execution modes
|
ResponderExecution.Builder |
ResponderExecution.Builder.responderExecutionMode(ResponderExecutionModes responderExecutionMode)
Execution mode of the responder
|
Constructor and Description |
---|
ResponderExecution(String id,
String responderRuleId,
ResponderType responderRuleType,
String responderRuleName,
String problemId,
String region,
String targetId,
String compartmentId,
String resourceType,
String resourceName,
Date timeCreated,
Date timeCompleted,
ResponderExecutionStates responderExecutionStatus,
ResponderExecutionModes responderExecutionMode,
String message,
ResponderRuleExecutionDetails responderRuleExecutionDetails,
List<ResourceLock> locks)
Deprecated.
|
ResponderExecutionSummary(String id,
String responderRuleId,
ResponderType responderRuleType,
String responderRuleName,
String problemId,
String problemName,
String region,
String targetId,
String compartmentId,
String resourceType,
String resourceName,
Date timeCreated,
Date timeCompleted,
ResponderExecutionStates responderExecutionStatus,
ResponderExecutionModes responderExecutionMode,
String message,
ResponderRuleExecutionDetails responderRuleExecutionDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResponderExecutionModes |
ListResponderExecutionsRequest.getResponderExecutionMode()
The mode of the responder execution in which to list responders.
|
Modifier and Type | Method and Description |
---|---|
ListResponderExecutionsRequest.Builder |
ListResponderExecutionsRequest.Builder.responderExecutionMode(ResponderExecutionModes responderExecutionMode)
The mode of the responder execution in which to list responders.
|
Copyright © 2016–2024. All rights reserved.