NetworkFirewallPolicyPacketMirroringRuleMatchArgs

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

Constructors

constructor(destIpRanges: Output<List<String>>? = null, layer4Configs: Output<List<NetworkFirewallPolicyPacketMirroringRuleMatchLayer4ConfigArgs>>, srcIpRanges: Output<List<String>>? = null)

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

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

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

Functions

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