Uses of Class
com.oracle.bmc.networkfirewall.model.SecurityRule.Builder
-
Packages that use SecurityRule.Builder Package Description com.oracle.bmc.networkfirewall.model -
-
Uses of SecurityRule.Builder in com.oracle.bmc.networkfirewall.model
Methods in com.oracle.bmc.networkfirewall.model that return SecurityRule.Builder Modifier and Type Method Description SecurityRule.Builder
SecurityRule.Builder. action(TrafficActionType action)
Types of Action on the Traffic flow.static SecurityRule.Builder
SecurityRule. builder()
Create a new builder.SecurityRule.Builder
SecurityRule.Builder. condition(SecurityRuleMatchCriteria condition)
SecurityRule.Builder
SecurityRule.Builder. copy(SecurityRule model)
SecurityRule.Builder
SecurityRule.Builder. inspection(TrafficInspectionType inspection)
Type of inspection to affect the Traffic flow.SecurityRule.Builder
SecurityRule.Builder. name(String name)
Name for the Security rule, must be unique within the policy.SecurityRule.Builder
SecurityRule.Builder. parentResourceId(String parentResourceId)
OCID of the Network Firewall Policy this security rule belongs to.SecurityRule.Builder
SecurityRule.Builder. position(RulePosition position)
SecurityRule.Builder
SecurityRule. toBuilder()
-