SecurityPolicyRuleNetworkMatcherArgs

data class SecurityPolicyRuleNetworkMatcherArgs(val destIpRanges: Output<List<String>>? = null, val destPorts: Output<List<String>>? = null, val ipProtocols: Output<List<String>>? = null, val srcAsns: Output<List<Int>>? = null, val srcIpRanges: Output<List<String>>? = null, val srcPorts: Output<List<String>>? = null, val srcRegionCodes: Output<List<String>>? = null, val userDefinedFields: Output<List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchArgs>>? = null) : ConvertibleToJava<SecurityPolicyRuleNetworkMatcherArgs>

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

Constructors

Link copied to clipboard
fun SecurityPolicyRuleNetworkMatcherArgs(destIpRanges: Output<List<String>>? = null, destPorts: Output<List<String>>? = null, ipProtocols: Output<List<String>>? = null, srcAsns: Output<List<Int>>? = null, srcIpRanges: Output<List<String>>? = null, srcPorts: Output<List<String>>? = null, srcRegionCodes: Output<List<String>>? = null, userDefinedFields: Output<List<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatchArgs>>? = null)

Functions

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

Properties

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

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

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

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

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
val srcAsns: Output<List<Int>>? = null

BGP Autonomous System Number associated with the source IP address.

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

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

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

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

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.