Firewall Policy Rule Collection Group Nat Rule Collection Rule Args
data class FirewallPolicyRuleCollectionGroupNatRuleCollectionRuleArgs(val description: Output<String>? = null, val destinationAddress: Output<String>? = null, val destinationPorts: Output<String>? = null, 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>? = null, val translatedFqdn: Output<String>? = null, val translatedPort: Output<Int>) : ConvertibleToJava<FirewallPolicyRuleCollectionGroupNatRuleCollectionRuleArgs>
Constructors
Link copied to clipboard
fun FirewallPolicyRuleCollectionGroupNatRuleCollectionRuleArgs(description: Output<String>? = null, destinationAddress: Output<String>? = null, destinationPorts: Output<String>? = null, name: Output<String>, protocols: Output<List<String>>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, translatedAddress: Output<String>? = null, translatedFqdn: Output<String>? = null, translatedPort: Output<Int>)