FirewallPolicyRuleMatcherResponse

data class FirewallPolicyRuleMatcherResponse(val destAddressGroups: List<String>, val destFqdns: List<String>, val destIpRanges: List<String>, val destRegionCodes: List<String>, val destThreatIntelligences: List<String>, val layer4Configs: List<FirewallPolicyRuleMatcherLayer4ConfigResponse>, val srcAddressGroups: List<String>, val srcFqdns: List<String>, val srcIpRanges: List<String>, val srcRegionCodes: List<String>, val srcSecureTags: List<FirewallPolicyRuleSecureTagResponse>, val srcThreatIntelligences: List<String>)

Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.

Constructors

Link copied to clipboard
fun FirewallPolicyRuleMatcherResponse(destAddressGroups: List<String>, destFqdns: List<String>, destIpRanges: List<String>, destRegionCodes: List<String>, destThreatIntelligences: List<String>, layer4Configs: List<FirewallPolicyRuleMatcherLayer4ConfigResponse>, srcAddressGroups: List<String>, srcFqdns: List<String>, srcIpRanges: List<String>, srcRegionCodes: List<String>, srcSecureTags: List<FirewallPolicyRuleSecureTagResponse>, srcThreatIntelligences: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.

Link copied to clipboard

Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.

Link copied to clipboard

CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.

Link copied to clipboard

Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.

Link copied to clipboard

Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.

Link copied to clipboard

Pairs of IP protocols and ports that the rule should match.

Link copied to clipboard

Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.

Link copied to clipboard

Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.

Link copied to clipboard

CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.

Link copied to clipboard

Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.

Link copied to clipboard

List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.

Link copied to clipboard

Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.