FirewallPolicyRuleCollectionGroupNatRuleCollectionRule

data class FirewallPolicyRuleCollectionGroupNatRuleCollectionRule(val description: String? = null, val destinationAddress: String? = null, val destinationPorts: String? = null, val name: String, val protocols: List<String>, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null, val translatedAddress: String? = null, val translatedFqdn: String? = null, val translatedPort: Int)

Constructors

constructor(description: String? = null, destinationAddress: String? = null, destinationPorts: String? = null, name: String, protocols: List<String>, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null, translatedAddress: String? = null, translatedFqdn: String? = null, translatedPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard
Link copied to clipboard
val sourceIpGroups: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val translatedFqdn: String? = null
Link copied to clipboard