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)
Constructors
Link copied to clipboard
fun FirewallApplicationRuleCollectionRule(description: String? = null, fqdnTags: List<String>? = null, name: String, protocols: List<FirewallApplicationRuleCollectionRuleProtocol>? = null, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null, targetFqdns: List<String>? = null)