FirewallPolicyRuleMatchArgs

data class FirewallPolicyRuleMatchArgs(val destIpRanges: Output<List<String>>? = null, val layer4Configs: Output<List<FirewallPolicyRuleMatchLayer4ConfigArgs>>, val srcIpRanges: Output<List<String>>? = null) : ConvertibleToJava<FirewallPolicyRuleMatchArgs>

Constructors

Link copied to clipboard
fun FirewallPolicyRuleMatchArgs(destIpRanges: Output<List<String>>? = null, layer4Configs: Output<List<FirewallPolicyRuleMatchLayer4ConfigArgs>>, srcIpRanges: Output<List<String>>? = null)

Functions

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

Properties

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

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

Link copied to clipboard

Pairs of IP protocols and ports that the rule should match. Structure is documented below.

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

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