Package | Description |
---|---|
com.oracle.bmc.cloudguard.model | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
static ResponderExecutionStates |
ResponderExecutionStates.create(String key) |
ResponderExecutionStates |
ResponderExecutionSummary.getResponderExecutionStatus()
Current execution status of the responder
|
ResponderExecutionStates |
ResponderExecution.getResponderExecutionStatus()
Current execution status of the responder
|
ResponderExecutionStates |
ResponderActivitySummary.getResponderExecutionStatus()
Responder execution status
|
static ResponderExecutionStates |
ResponderExecutionStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponderExecutionStates[] |
ResponderExecutionStates.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.responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Current execution status of the responder
|
ResponderExecution.Builder |
ResponderExecution.Builder.responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Current execution status of the responder
|
ResponderActivitySummary.Builder |
ResponderActivitySummary.Builder.responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Responder execution status
|
Constructor and Description |
---|
ResponderActivitySummary(String id,
String problemId,
String responderRuleId,
ResponderType responderType,
String responderRuleName,
ResponderActivityType responderActivityType,
ResponderExecutionStates responderExecutionStatus,
Date timeCreated,
String message)
Deprecated.
|
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 |
---|---|
ResponderExecutionStates |
ListResponderExecutionsRequest.getResponderExecutionStatus()
The status of the responder execution in which to list responders.
|
Modifier and Type | Method and Description |
---|---|
ListResponderExecutionsRequest.Builder |
ListResponderExecutionsRequest.Builder.responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
The status of the responder execution in which to list responders.
|
Copyright © 2016–2024. All rights reserved.