Firewall Policy Intrusion Detection Traffic Bypass Args
data class FirewallPolicyIntrusionDetectionTrafficBypassArgs(val description: Output<String>? = null, val destinationAddresses: Output<List<String>>? = null, val destinationIpGroups: Output<List<String>>? = null, val destinationPorts: Output<List<String>>? = null, val name: Output<String>, val protocol: Output<String>, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null) : ConvertibleToJava<FirewallPolicyIntrusionDetectionTrafficBypassArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, destinationIpGroups: Output<List<String>>? = null, destinationPorts: Output<List<String>>? = null, name: Output<String>, protocol: Output<String>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<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.