Nat Rule Condition Response
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
fun NatRuleConditionResponse(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)