FirewallPolicyIntrusionDetectionTrafficBypassArgs

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

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
val description: Output<String>? = null

The description for this bypass traffic setting.

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

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

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

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

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

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

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val protocol: Output<String>

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

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

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): FirewallPolicyIntrusionDetectionTrafficBypassArgs