Azure Firewall Network Rule Args
data class AzureFirewallNetworkRuleArgs(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>>? = null, val name: Output<String>? = null, val protocols: Output<List<Either<String, AzureFirewallNetworkRuleProtocol>>>? = null, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null) : ConvertibleToJava<AzureFirewallNetworkRuleArgs>
Properties of the network rule.
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>>? = null, name: Output<String>? = null, protocols: Output<List<Either<String, AzureFirewallNetworkRuleProtocol>>>? = null, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null)
Properties
Link copied to clipboard
Description of the rule.
Link copied to clipboard
List of destination IP addresses.
Link copied to clipboard
List of destination FQDNs.
Link copied to clipboard
List of destination IpGroups for this rule.
Link copied to clipboard
List of destination ports.
Link copied to clipboard
Array of AzureFirewallNetworkRuleProtocols.
Link copied to clipboard
List of source IP addresses for this rule.
Link copied to clipboard
List of source IpGroups for this rule.