NetworkFirewallPolicyWithRulesPredefinedRuleMatch

data class NetworkFirewallPolicyWithRulesPredefinedRuleMatch(val destAddressGroups: List<String>? = null, val destFqdns: List<String>? = null, val destIpRanges: List<String>? = null, val destRegionCodes: List<String>? = null, val destThreatIntelligences: List<String>? = null, val layer4Configs: List<NetworkFirewallPolicyWithRulesPredefinedRuleMatchLayer4Config>? = null, val srcAddressGroups: List<String>? = null, val srcFqdns: List<String>? = null, val srcIpRanges: List<String>? = null, val srcRegionCodes: List<String>? = null, val srcSecureTags: List<NetworkFirewallPolicyWithRulesPredefinedRuleMatchSrcSecureTag>? = null, val srcThreatIntelligences: List<String>? = null)

Constructors

constructor(destAddressGroups: List<String>? = null, destFqdns: List<String>? = null, destIpRanges: List<String>? = null, destRegionCodes: List<String>? = null, destThreatIntelligences: List<String>? = null, layer4Configs: List<NetworkFirewallPolicyWithRulesPredefinedRuleMatchLayer4Config>? = null, srcAddressGroups: List<String>? = null, srcFqdns: List<String>? = null, srcIpRanges: List<String>? = null, srcRegionCodes: List<String>? = null, srcSecureTags: List<NetworkFirewallPolicyWithRulesPredefinedRuleMatchSrcSecureTag>? = null, srcThreatIntelligences: List<String>? = null)

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

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

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

Destination IP address range in CIDR format. Required for EGRESS rules.

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 destination 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. Structure is documented below.

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

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

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

Source IP address range in CIDR format. Required for INGRESS rules.

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

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. Structure is documented below. The layer4_config block supports:

Link copied to clipboard

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