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 InspectActionType
InspectActionType. create(String key)
InspectActionType
CreateTunnelInspectionRuleDetails. getAction()
Types of Inspect Action on the traffic flow.InspectActionType
TunnelInspectionRule. getAction()
Types of Inspect Action on the Traffic flow.InspectActionType
TunnelInspectionRuleSummary. getAction()
Types of Inspect Action on the Traffic flow.InspectActionType
UpdateTunnelInspectionRuleDetails. getAction()
Types of Inspect Action on the Traffic flow.static InspectActionType
InspectActionType. 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.Builder
CreateVxlanInspectionRuleDetails.Builder. action(InspectActionType action)
UpdateVxlanInspectionRuleDetails.Builder
UpdateVxlanInspectionRuleDetails.Builder. action(InspectActionType action)
VxlanInspectionRule.Builder
VxlanInspectionRule.Builder. action(InspectActionType action)
VxlanInspectionRuleSummary.Builder
VxlanInspectionRuleSummary.Builder. action(InspectActionType action)
-