Security Policy Rule Matcher Config Args
data class SecurityPolicyRuleMatcherConfigArgs(val destIpRanges: Output<List<String>>? = null, val layer4Configs: Output<List<SecurityPolicyRuleMatcherConfigLayer4ConfigArgs>>? = null, val srcIpRanges: Output<List<String>>? = null) : ConvertibleToJava<SecurityPolicyRuleMatcherConfigArgs>
Properties
Link copied to clipboard
CIDR IP address range. This field may only be specified when versioned_expr is set to FIREWALL.
Link copied to clipboard
Pairs of IP protocols and ports that the rule should match. This field may only be specified when versioned_expr is set to FIREWALL.
Link copied to clipboard
CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.