Firewall Policy Intrusion Detection Bypass Traffic Specifications Response
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
Link copied to clipboard
fun FirewallPolicyIntrusionDetectionBypassTrafficSpecificationsResponse(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)