FirewallPolicyRuleCollectionGroupNatRuleCollectionRuleArgs

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

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
val description: Output<String>? = null
Link copied to clipboard
val destinationAddress: Output<String>? = null

The destination IP address (including CIDR).

Link copied to clipboard
val destinationPorts: Output<String>? = null
Link copied to clipboard
val name: Output<String>

The name which should be used for this Firewall Policy Rule Collection Group. Changing this forces a new Firewall Policy Rule Collection Group to be created.

Link copied to clipboard
val protocols: Output<List<String>>
Link copied to clipboard
val sourceAddresses: Output<List<String>>? = null
Link copied to clipboard
val sourceIpGroups: Output<List<String>>? = null
Link copied to clipboard
val translatedAddress: Output<String>? = null

Specifies the translated address.

Link copied to clipboard
val translatedFqdn: Output<String>? = null

Specifies the translated FQDN.

Link copied to clipboard
val translatedPort: Output<Int>

Specifies the translated port.

Functions

Link copied to clipboard
open override fun toJava(): FirewallPolicyRuleCollectionGroupNatRuleCollectionRuleArgs