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
constructor(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>)
Properties
Link copied to clipboard
Link copied to clipboard
The destination IP address (including CIDR).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the translated address.
Link copied to clipboard
Specifies the translated FQDN.
Link copied to clipboard
Specifies the translated port.