Firewall Policy Intrusion Detection Traffic Bypass
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)
Properties
Link copied to clipboard
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
Specifies a list of source addresses that shall be bypassed by intrusion detection.
Link copied to clipboard
Specifies a list of source IP groups that shall be bypassed by intrusion detection.