Firewall Nat Rule Collection Rule Args
data class FirewallNatRuleCollectionRuleArgs(val description: Output<String>? = null, val destinationAddresses: Output<List<String>>, 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, val translatedAddress: Output<String>, val translatedPort: Output<String>) : ConvertibleToJava<FirewallNatRuleCollectionRuleArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>, destinationPorts: Output<List<String>>, name: Output<String>, protocols: Output<List<String>>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, translatedAddress: Output<String>, translatedPort: Output<String>)
Properties
Link copied to clipboard
Specifies a description for the rule.
Link copied to clipboard
A list of destination IP addresses and/or IP ranges.
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 source IP Group IDs for the rule.
Link copied to clipboard
The address of the service behind the Firewall.
Link copied to clipboard
The port of the service behind the Firewall.