Firewall Policy Rule Matcher Layer4Config Args
data class FirewallPolicyRuleMatcherLayer4ConfigArgs(val ipProtocol: Output<String>? = null, val ports: Output<List<String>>? = null) : ConvertibleToJava<FirewallPolicyRuleMatcherLayer4ConfigArgs>
Constructors
Link copied to clipboard
fun FirewallPolicyRuleMatcherLayer4ConfigArgs(ipProtocol: Output<String>? = null, ports: Output<List<String>>? = null)