FirewallNatRuleCollectionRuleArgs

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
val description: Output<String>? = null

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
val name: Output<String>

Specifies the name of the rule.

Link copied to clipboard
val protocols: Output<List<String>>

A list of protocols. Possible values are Any, ICMP, TCP and UDP. If action is Dnat, protocols can only be TCP and UDP.

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

A list of source IP addresses and/or IP ranges.

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

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
val translatedPort: Output<String>

The port of the service behind the Firewall.

Functions

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