FirewallNetworkRuleCollectionRule

data class FirewallNetworkRuleCollectionRule(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationFqdns: List<String>? = null, val destinationIpGroups: List<String>? = null, val destinationPorts: List<String>, val name: String, val protocols: List<String>, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, destinationAddresses: List<String>? = null, destinationFqdns: List<String>? = null, destinationIpGroups: List<String>? = null, destinationPorts: List<String>, name: String, protocols: List<String>, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Specifies a description for the rule.

Link copied to clipboard

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

Link copied to clipboard

A list of destination FQDNS for the rule.

Link copied to clipboard

A list of destination IP Group IDs for the rule.

Link copied to clipboard

A list of destination ports.

Link copied to clipboard

Specifies the name of the rule.

Link copied to clipboard

A list of protocols. Possible values are Any, ICMP, TCP and UDP.

Link copied to clipboard

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

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

A list of IP Group IDs for the rule.