Show / Hide Table of Contents

Enum TrafficInspectionType

Type of inspection to affect the Traffic flow. This is only applicable if action is INSPECT.

  • INTRUSION_DETECTION - Intrusion Detection.
  • INTRUSION_PREVENTION - Intrusion Detection and Prevention. Traffic classified as potentially malicious will be rejected as described in type.
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public enum TrafficInspectionType

Fields

Name Description
IntrusionDetection
IntrusionPrevention
UnknownEnumValue
In this article
Back to top