FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsArgs

data class FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsArgs(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>? = null, val protocol: Output<Either<String, FirewallPolicyIntrusionDetectionProtocol>>? = null, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null) : ConvertibleToJava<FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsArgs>

Intrusion detection bypass traffic specification.

Constructors

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

Properties

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

Description of the bypass traffic rule.

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

List of destination IP addresses or ranges for this rule.

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

List of destination IpGroups for this rule.

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

List of destination ports or ranges.

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

Name of the bypass traffic rule.

Link copied to clipboard

The rule bypass protocol.

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

List of source IP addresses or ranges for this rule.

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

List of source IpGroups for this rule.

Functions

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