Uses of Class
com.oracle.bmc.cloudguard.model.ResponderModeTypes
-
Packages that use ResponderModeTypes Package Description com.oracle.bmc.cloudguard.model -
-
Uses of ResponderModeTypes in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderModeTypes Modifier and Type Method Description static ResponderModeTypesResponderModeTypes. create(String key)ResponderModeTypesResponderRuleDetails. getMode()Execution mode for the responder ruleResponderModeTypesUpdateTargetResponderRuleDetails. getMode()Execution mode for the responder rulestatic ResponderModeTypesResponderModeTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static ResponderModeTypes[]ResponderModeTypes. 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 ResponderModeTypes Modifier and Type Method Description ResponderRuleDetails.BuilderResponderRuleDetails.Builder. mode(ResponderModeTypes mode)Execution mode for the responder ruleUpdateTargetResponderRuleDetails.BuilderUpdateTargetResponderRuleDetails.Builder. mode(ResponderModeTypes mode)Execution mode for the responder ruleConstructors in com.oracle.bmc.cloudguard.model with parameters of type ResponderModeTypes Constructor Description ResponderRuleDetails(Condition condition, List<ResponderConfiguration> configurations, Boolean isEnabled, ResponderModeTypes mode)Deprecated.UpdateTargetResponderRuleDetails(Condition condition, List<ResponderConfiguration> configurations, ResponderModeTypes mode)Deprecated.
-