FirewallPolicyNatRuleResponse

data class FirewallPolicyNatRuleResponse(val action: FirewallPolicyNatRuleActionResponse? = null, val name: String? = null, val priority: Int? = null, val ruleCondition: Any? = null, val ruleType: String, val translatedAddress: String? = null, val translatedPort: String? = null)

Firewall Policy NAT Rule.

Constructors

Link copied to clipboard
constructor(action: FirewallPolicyNatRuleActionResponse? = null, name: String? = null, priority: Int? = null, ruleCondition: Any? = null, ruleType: String, translatedAddress: String? = null, translatedPort: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action type of a Nat rule.

Link copied to clipboard
val name: String? = null

The name of the rule.

Link copied to clipboard
val priority: Int? = null

Priority of the Firewall Policy Rule resource.

Link copied to clipboard
val ruleCondition: Any? = null

The match conditions for incoming traffic.

Link copied to clipboard

The type of the rule. Expected value is 'FirewallPolicyNatRule'.

Link copied to clipboard

The translated address for this NAT rule.

Link copied to clipboard
val translatedPort: String? = null

The translated port for this NAT rule.