FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsResponse

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

Intrusion detection bypass traffic specification.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the bypass traffic rule.

Link copied to clipboard

List of destination IP addresses or ranges for this rule.

Link copied to clipboard

List of destination IpGroups for this rule.

Link copied to clipboard

List of destination ports or ranges.

Link copied to clipboard
val name: String? = null

Name of the bypass traffic rule.

Link copied to clipboard
val protocol: String? = null

The rule bypass protocol.

Link copied to clipboard

List of source IP addresses or ranges for this rule.

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

List of source IpGroups for this rule.