Network Firewall Policy Rule Match Args
data class NetworkFirewallPolicyRuleMatchArgs(val destIpRanges: Output<List<String>>? = null, val layer4Configs: Output<List<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>, val srcIpRanges: Output<List<String>>? = null, val srcSecureTags: Output<List<NetworkFirewallPolicyRuleMatchSrcSecureTagArgs>>? = null) : ConvertibleToJava<NetworkFirewallPolicyRuleMatchArgs>
Constructors
Link copied to clipboard
fun NetworkFirewallPolicyRuleMatchArgs(destIpRanges: Output<List<String>>? = null, layer4Configs: Output<List<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>, srcIpRanges: Output<List<String>>? = null, srcSecureTags: Output<List<NetworkFirewallPolicyRuleMatchSrcSecureTagArgs>>? = null)