Uses of Class
com.oracle.bmc.cloudguard.model.ResponderExecutionStates
-
Packages that use ResponderExecutionStates Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ResponderExecutionStates in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderExecutionStates Modifier and Type Method Description static ResponderExecutionStates
ResponderExecutionStates. create(String key)
ResponderExecutionStates
ResponderActivitySummary. getResponderExecutionStatus()
Responder execution statusResponderExecutionStates
ResponderExecution. getResponderExecutionStatus()
Current execution status of the responderResponderExecutionStates
ResponderExecutionSummary. getResponderExecutionStatus()
Current execution status of the responderstatic 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.Methods in com.oracle.bmc.cloudguard.model with parameters of type ResponderExecutionStates Modifier and Type Method Description ResponderActivitySummary.Builder
ResponderActivitySummary.Builder. responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Responder execution statusResponderExecution.Builder
ResponderExecution.Builder. responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Current execution status of the responderResponderExecutionSummary.Builder
ResponderExecutionSummary.Builder. responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
Current execution status of the responderConstructors in com.oracle.bmc.cloudguard.model with parameters of type ResponderExecutionStates Constructor 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. -
Uses of ResponderExecutionStates in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ResponderExecutionStates Modifier and Type Method Description ResponderExecutionStates
ListResponderExecutionsRequest. getResponderExecutionStatus()
The status of the responder execution in which to list responders.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ResponderExecutionStates Modifier and Type Method Description ListResponderExecutionsRequest.Builder
ListResponderExecutionsRequest.Builder. responderExecutionStatus(ResponderExecutionStates responderExecutionStatus)
The status of the responder execution in which to list responders.
-