Package | Description |
---|---|
com.oracle.bmc.networkfirewall.model |
Modifier and Type | Method and Description |
---|---|
static SecurityRule.Inspection |
SecurityRule.Inspection.create(String key) |
SecurityRule.Inspection |
SecurityRule.getInspection()
Type of inspection to affect the Traffic flow.
|
static SecurityRule.Inspection |
SecurityRule.Inspection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityRule.Inspection[] |
SecurityRule.Inspection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecurityRule.Builder |
SecurityRule.Builder.inspection(SecurityRule.Inspection inspection)
Type of inspection to affect the Traffic flow.
|
Constructor and Description |
---|
SecurityRule(String name,
SecurityRuleMatchCriteria condition,
SecurityRule.Action action,
SecurityRule.Inspection inspection)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.