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
fun FirewallNatRuleCollectionRuleArgs(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>)