Uses of Class
com.oracle.bmc.networkfirewall.model.InspectActionType
-
Packages that use InspectActionType Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of InspectActionType in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return InspectActionType Modifier and Type Method Description static InspectActionTypeInspectActionType. create(String key)InspectActionTypeCreateTunnelInspectionRuleDetails. getAction()Types of Inspect Action on the traffic flow.InspectActionTypeTunnelInspectionRule. getAction()Types of Inspect Action on the Traffic flow.InspectActionTypeTunnelInspectionRuleSummary. getAction()Types of Inspect Action on the Traffic flow.InspectActionTypeUpdateTunnelInspectionRuleDetails. getAction()Types of Inspect Action on the Traffic flow.static InspectActionTypeInspectActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InspectActionType[]InspectActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.model with parameters of type InspectActionType Modifier and Type Method Description CreateVxlanInspectionRuleDetails.BuilderCreateVxlanInspectionRuleDetails.Builder. action(InspectActionType action)UpdateVxlanInspectionRuleDetails.BuilderUpdateVxlanInspectionRuleDetails.Builder. action(InspectActionType action)VxlanInspectionRule.BuilderVxlanInspectionRule.Builder. action(InspectActionType action)VxlanInspectionRuleSummary.BuilderVxlanInspectionRuleSummary.Builder. action(InspectActionType action)
-