SecurityPolicyRuleNetworkMatcherResponse

data class SecurityPolicyRuleNetworkMatcherResponse(val destIpRanges: List<String>, val destPorts: List<String>, val ipProtocols: List<String>, val srcAsns: List<Int>, val srcIpRanges: List<String>, val srcPorts: List<String>, val srcRegionCodes: List<String>, val userDefinedFields: List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchResponse>)

Represents a match condition that incoming network traffic is evaluated against.

Constructors

Link copied to clipboard
fun SecurityPolicyRuleNetworkMatcherResponse(destIpRanges: List<String>, destPorts: List<String>, ipProtocols: List<String>, srcAsns: List<Int>, srcIpRanges: List<String>, srcPorts: List<String>, srcRegionCodes: List<String>, userDefinedFields: List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.

Link copied to clipboard

Destination port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").

Link copied to clipboard

IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp".

Link copied to clipboard

BGP Autonomous System Number associated with the source IP address.

Link copied to clipboard

Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format.

Link copied to clipboard

Source port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").

Link copied to clipboard

Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.

Link copied to clipboard

User-defined fields. Each element names a defined field and lists the matching values for that field.