Firewall Network Rule Collection Rule Args
data class FirewallNetworkRuleCollectionRuleArgs(val description: Output<String>? = null, val destinationAddresses: Output<List<String>>? = null, val destinationFqdns: Output<List<String>>? = null, val destinationIpGroups: Output<List<String>>? = null, val destinationPorts: Output<List<String>>, val name: Output<String>, val protocols: Output<List<String>>, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null) : ConvertibleToJava<FirewallNetworkRuleCollectionRuleArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, destinationFqdns: Output<List<String>>? = null, destinationIpGroups: Output<List<String>>? = null, destinationPorts: Output<List<String>>, name: Output<String>, protocols: Output<List<String>>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<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.