Firewall Network Rule Collection Rule
data class FirewallNetworkRuleCollectionRule(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationFqdns: List<String>? = null, val destinationIpGroups: List<String>? = null, val destinationPorts: List<String>, val name: String, val protocols: List<String>, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, destinationAddresses: List<String>? = null, destinationFqdns: List<String>? = null, destinationIpGroups: List<String>? = null, destinationPorts: List<String>, name: String, protocols: List<String>, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null)
Properties
Link copied to clipboard
Specifies a description for the rule.
Link copied to clipboard
Either a list of destination IP addresses and/or IP ranges, or a list of destination Service Tags.
Link copied to clipboard
A list of destination FQDNS for the rule.
Link copied to clipboard
A list of destination IP Group IDs for the rule.
Link copied to clipboard
A list of destination ports.
Link copied to clipboard
A list of source IP addresses and/or IP ranges.
Link copied to clipboard
A list of IP Group IDs for the rule.