Firewall Policy Rule Match Args
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)