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

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
Link copied to clipboard
val destinationAddresses: Output<List<String>>? = null
Link copied to clipboard
val destinationFqdns: Output<List<String>>? = null
Link copied to clipboard
val destinationIpGroups: Output<List<String>>? = null

Specifies a list of destination IP groups.

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

Functions

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