Firewall Application Rule Collection Rule
data class FirewallApplicationRuleCollectionRule(val description: String? = null, val fqdnTags: List<String>? = null, val name: String, val protocols: List<FirewallApplicationRuleCollectionRuleProtocol>? = null, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null, val targetFqdns: 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.