FirewallPolicyRuleCollectionGroupNetworkRuleCollectionRuleArgs

data class FirewallPolicyRuleCollectionGroupNetworkRuleCollectionRuleArgs(val description: Output<String>? = null, val destinationAddresses: Output<List<String>>? = null, val destinationFqdns: Output<List<String>>? = null, val destinationIpGroups: Output<List<String>>? = null, 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) : ConvertibleToJava<FirewallPolicyRuleCollectionGroupNetworkRuleCollectionRuleArgs>

Constructors

fun FirewallPolicyRuleCollectionGroupNetworkRuleCollectionRuleArgs(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, destinationFqdns: Output<List<String>>? = null, destinationIpGroups: Output<List<String>>? = null, destinationPorts: Output<List<String>>, name: Output<String>, protocols: Output<List<String>>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null)

Functions

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

Properties

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

The description which should be used for this rule.

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

Specifies a list of destination IP addresses (including CIDR, IP range and *).

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

Specifies a list of destination FQDNs. Conflicts with destination_urls.

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

Specifies a list of destination IP groups.

Link copied to clipboard

Specifies a list of destination ports. Only one destination port is supported in a NAT rule.

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>>

One or more protocols blocks as defined below.

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

Specifies a list of source IP addresses (including CIDR, IP range and *).

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

Specifies a list of source IP groups.