Uses of Class
com.oracle.bmc.networkfirewall.model.SecurityRuleMatchCriteria
-
Packages that use SecurityRuleMatchCriteria Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of SecurityRuleMatchCriteria in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return SecurityRuleMatchCriteria Modifier and Type Method Description SecurityRuleMatchCriteria
SecurityRuleMatchCriteria.Builder. build()
SecurityRuleMatchCriteria
CreateSecurityRuleDetails. getCondition()
SecurityRuleMatchCriteria
SecurityRule. getCondition()
SecurityRuleMatchCriteria
UpdateSecurityRuleDetails. getCondition()
Methods in com.oracle.bmc.networkfirewall.model with parameters of type SecurityRuleMatchCriteria Modifier and Type Method Description CreateSecurityRuleDetails.Builder
CreateSecurityRuleDetails.Builder. condition(SecurityRuleMatchCriteria condition)
SecurityRule.Builder
SecurityRule.Builder. condition(SecurityRuleMatchCriteria condition)
UpdateSecurityRuleDetails.Builder
UpdateSecurityRuleDetails.Builder. condition(SecurityRuleMatchCriteria condition)
SecurityRuleMatchCriteria.Builder
SecurityRuleMatchCriteria.Builder. copy(SecurityRuleMatchCriteria model)
Constructors in com.oracle.bmc.networkfirewall.model with parameters of type SecurityRuleMatchCriteria Constructor Description CreateSecurityRuleDetails(String name, SecurityRuleMatchCriteria condition, TrafficActionType action, TrafficInspectionType inspection, RulePosition position)
Deprecated.SecurityRule(String name, SecurityRuleMatchCriteria condition, TrafficActionType action, TrafficInspectionType inspection, RulePosition position, String parentResourceId)
Deprecated.UpdateSecurityRuleDetails(SecurityRuleMatchCriteria condition, TrafficActionType action, TrafficInspectionType inspection, RulePosition position)
Deprecated.
-