Uses of Class
com.oracle.bmc.networkfirewall.model.TrafficInspectionType
-
Packages that use TrafficInspectionType Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of TrafficInspectionType in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return TrafficInspectionType Modifier and Type Method Description static TrafficInspectionTypeTrafficInspectionType. create(String key)TrafficInspectionTypeCreateSecurityRuleDetails. getInspection()Type of inspection to affect the Traffic flow.TrafficInspectionTypeSecurityRule. getInspection()Type of inspection to affect the Traffic flow.TrafficInspectionTypeSecurityRuleSummary. getInspection()Type of inspection to affect the Traffic flow.TrafficInspectionTypeUpdateSecurityRuleDetails. getInspection()Type of inspection to affect the Traffic flow.static TrafficInspectionTypeTrafficInspectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrafficInspectionType[]TrafficInspectionType. 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 TrafficInspectionType Modifier and Type Method Description CreateSecurityRuleDetails.BuilderCreateSecurityRuleDetails.Builder. inspection(TrafficInspectionType inspection)Type of inspection to affect the Traffic flow.SecurityRule.BuilderSecurityRule.Builder. inspection(TrafficInspectionType inspection)Type of inspection to affect the Traffic flow.SecurityRuleSummary.BuilderSecurityRuleSummary.Builder. inspection(TrafficInspectionType inspection)Type of inspection to affect the Traffic flow.UpdateSecurityRuleDetails.BuilderUpdateSecurityRuleDetails.Builder. inspection(TrafficInspectionType inspection)Type of inspection to affect the Traffic flow.Constructors in com.oracle.bmc.networkfirewall.model with parameters of type TrafficInspectionType Constructor Description CreateSecurityRuleDetails(String name, SecurityRuleMatchCriteria condition, TrafficActionType action, TrafficInspectionType inspection, RulePosition position, String description)Deprecated.SecurityRule(String name, SecurityRuleMatchCriteria condition, TrafficActionType action, TrafficInspectionType inspection, RulePosition position, String parentResourceId, String description)Deprecated.SecurityRuleSummary(String name, TrafficActionType action, TrafficInspectionType inspection, Long priorityOrder, String parentResourceId, String description)Deprecated.UpdateSecurityRuleDetails(SecurityRuleMatchCriteria condition, TrafficActionType action, TrafficInspectionType inspection, RulePosition position, String description)Deprecated.
-