Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.