NetworkFirewallPolicyPacketMirroringRuleMatch

data class NetworkFirewallPolicyPacketMirroringRuleMatch(val destIpRanges: List<String>? = null, val layer4Configs: List<NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config>, val srcIpRanges: List<String>? = null)

Constructors

constructor(destIpRanges: List<String>? = null, layer4Configs: List<NetworkFirewallPolicyPacketMirroringRuleMatchLayer4Config>, srcIpRanges: List<String>? = 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. Structure is documented below. The layer4_configs block supports:

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

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