FirewallPolicyIntrusionDetectionTrafficBypass

data class FirewallPolicyIntrusionDetectionTrafficBypass(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationIpGroups: List<String>? = null, val destinationPorts: List<String>? = null, val name: String, val protocol: String, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null)

Constructors

constructor(description: String? = null, destinationAddresses: List<String>? = null, destinationIpGroups: List<String>? = null, destinationPorts: List<String>? = null, name: String, protocol: String, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description for this bypass traffic setting.

Link copied to clipboard

Specifies a list of destination IP addresses that shall be bypassed by intrusion detection.

Link copied to clipboard

Specifies a list of destination IP groups that shall be bypassed by intrusion detection.

Link copied to clipboard

Specifies a list of destination IP ports that shall be bypassed by intrusion detection.

Link copied to clipboard

The name which should be used for this bypass traffic setting.

Link copied to clipboard

The protocols any of ANY, TCP, ICMP, UDP that shall be bypassed by intrusion detection.

Link copied to clipboard

Specifies a list of source addresses that shall be bypassed by intrusion detection.

Link copied to clipboard
val sourceIpGroups: List<String>? = null

Specifies a list of source IP groups that shall be bypassed by intrusion detection.