RegionNetworkFirewallPolicyRuleMatchArgs

data class RegionNetworkFirewallPolicyRuleMatchArgs(val destIpRanges: Output<List<String>>? = null, val layer4Configs: Output<List<RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>, val srcIpRanges: Output<List<String>>? = null, val srcSecureTags: Output<List<RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgs>>? = null) : ConvertibleToJava<RegionNetworkFirewallPolicyRuleMatchArgs>

Constructors

Link copied to clipboard
fun RegionNetworkFirewallPolicyRuleMatchArgs(destIpRanges: Output<List<String>>? = null, layer4Configs: Output<List<RegionNetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>, srcIpRanges: Output<List<String>>? = null, srcSecureTags: Output<List<RegionNetworkFirewallPolicyRuleMatchSrcSecureTagArgs>>? = null)

Functions

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

Properties

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

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

Link copied to clipboard

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

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

CIDR IP address range. Maximum number of source CIDR IP ranges 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.