NetworkFirewallPolicyRuleMatch

data class NetworkFirewallPolicyRuleMatch(val destIpRanges: List<String>? = null, val layer4Configs: List<NetworkFirewallPolicyRuleMatchLayer4Config>, val srcIpRanges: List<String>? = null, val srcSecureTags: List<NetworkFirewallPolicyRuleMatchSrcSecureTag>? = null)

Constructors

Link copied to clipboard
fun NetworkFirewallPolicyRuleMatch(destIpRanges: List<String>? = null, layer4Configs: List<NetworkFirewallPolicyRuleMatchLayer4Config>, srcIpRanges: List<String>? = null, srcSecureTags: List<NetworkFirewallPolicyRuleMatchSrcSecureTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destIpRanges: 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: 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.