Package | Description |
---|---|
com.oracle.bmc.waf.model |
Modifier and Type | Method and Description |
---|---|
ProtectionCapability |
ProtectionCapability.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ProtectionCapability> |
ProtectionRule.getProtectionCapabilities()
An ordered list that references OCI-managed protection capabilities.
|
Modifier and Type | Method and Description |
---|---|
ProtectionCapability.Builder |
ProtectionCapability.Builder.copy(ProtectionCapability model) |
Modifier and Type | Method and Description |
---|---|
ProtectionRule.Builder |
ProtectionRule.Builder.protectionCapabilities(List<ProtectionCapability> protectionCapabilities)
An ordered list that references OCI-managed protection capabilities.
|
Constructor and Description |
---|
ProtectionRule(String name,
WebAppFirewallPolicyRule.ConditionLanguage conditionLanguage,
String condition,
String actionName,
List<ProtectionCapability> protectionCapabilities,
ProtectionCapabilitySettings protectionCapabilitySettings,
Boolean isBodyInspectionEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.