Nat Rule Response
data class NatRuleResponse(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationPorts: List<String>? = null, val ipProtocols: List<String>? = null, val name: String? = null, val ruleType: String, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null, val translatedAddress: String? = null, val translatedFqdn: String? = null, val translatedPort: String? = null)
Rule of type nat.
Constructors
Link copied to clipboard
fun NatRuleResponse(description: String? = null, destinationAddresses: List<String>? = null, destinationPorts: List<String>? = null, ipProtocols: List<String>? = null, name: String? = null, ruleType: String, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null, translatedAddress: String? = null, translatedFqdn: String? = null, translatedPort: String? = null)