NatRuleConditionResponse

data class NatRuleConditionResponse(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationPorts: List<String>? = null, val ipProtocols: List<String>? = null, val name: String? = null, val ruleConditionType: String, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null)

Rule condition of type nat.

Constructors

Link copied to clipboard
constructor(description: String? = null, destinationAddresses: List<String>? = null, destinationPorts: List<String>? = null, ipProtocols: List<String>? = null, name: String? = null, ruleConditionType: 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

Description of the rule condition.

Link copied to clipboard

List of destination IP addresses or Service Tags.

Link copied to clipboard

List of destination ports.

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

Array of FirewallPolicyRuleConditionNetworkProtocols.

Link copied to clipboard
val name: String? = null

Name of the rule condition.

Link copied to clipboard

Rule Condition Type. Expected value is 'NatRuleCondition'.

Link copied to clipboard

List of source IP addresses for this rule.

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

List of source IpGroups for this rule.