FirewallNetworkRuleCollectionRuleArgs

data class FirewallNetworkRuleCollectionRuleArgs(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<FirewallNetworkRuleCollectionRuleArgs>

Constructors

Link copied to clipboard
constructor(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)

Properties

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

Specifies a description for the rule.

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

Either a list of destination IP addresses and/or IP ranges, or a list of destination Service Tags.

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

A list of destination FQDNS for the rule.

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

A list of destination IP Group IDs for the rule.

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.

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 IP Group IDs for the rule.

Functions

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