Uses of Class
com.oracle.bmc.cloudguard.model.ResponderExecutionModes
-
Packages that use ResponderExecutionModes Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ResponderExecutionModes in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderExecutionModes Modifier and Type Method Description static ResponderExecutionModes
ResponderExecutionModes. create(String key)
ResponderExecutionModes
ResponderExecution. getResponderExecutionMode()
Execution mode of the responderResponderExecutionModes
ResponderExecutionSummary. getResponderExecutionMode()
Possible type of responder execution modesstatic 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.Methods in com.oracle.bmc.cloudguard.model with parameters of type ResponderExecutionModes Modifier and Type Method Description ResponderExecution.Builder
ResponderExecution.Builder. responderExecutionMode(ResponderExecutionModes responderExecutionMode)
Execution mode of the responderResponderExecutionSummary.Builder
ResponderExecutionSummary.Builder. responderExecutionMode(ResponderExecutionModes responderExecutionMode)
Possible type of responder execution modesConstructors in com.oracle.bmc.cloudguard.model with parameters of type ResponderExecutionModes Constructor 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. -
Uses of ResponderExecutionModes in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ResponderExecutionModes Modifier and Type Method Description ResponderExecutionModes
ListResponderExecutionsRequest. getResponderExecutionMode()
The mode of the responder execution in which to list responders.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ResponderExecutionModes Modifier and Type Method Description ListResponderExecutionsRequest.Builder
ListResponderExecutionsRequest.Builder. responderExecutionMode(ResponderExecutionModes responderExecutionMode)
The mode of the responder execution in which to list responders.
-