Firewall Application Rule Collection Rule Args
data class FirewallApplicationRuleCollectionRuleArgs(val description: Output<String>? = null, val fqdnTags: Output<List<String>>? = null, val name: Output<String>, val protocols: Output<List<FirewallApplicationRuleCollectionRuleProtocolArgs>>? = null, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null, val targetFqdns: Output<List<String>>? = null) : ConvertibleToJava<FirewallApplicationRuleCollectionRuleArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, fqdnTags: Output<List<String>>? = null, name: Output<String>, protocols: Output<List<FirewallApplicationRuleCollectionRuleProtocolArgs>>? = null, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, targetFqdns: Output<List<String>>? = null)
Properties
Link copied to clipboard
Specifies a description for the rule.
Link copied to clipboard
One or more protocol
blocks as defined below.
Link copied to clipboard
A list of source IP addresses and/or IP ranges.
Link copied to clipboard
A list of source IP Group IDs for the rule.
Link copied to clipboard
A list of FQDNs.