Napt Configuration Response
data class NaptConfigurationResponse(val enabled: String? = null, val pinholeLimits: Int? = null, val pinholeTimeouts: PinholeTimeoutsResponse? = null, val portRange: PortRangeResponse? = null, val portReuseHoldTime: PortReuseHoldTimesResponse? = null)
The network address and port translation settings to use for the attached data network.
Constructors
Link copied to clipboard
fun NaptConfigurationResponse(enabled: String? = null, pinholeLimits: Int? = null, pinholeTimeouts: PinholeTimeoutsResponse? = null, portRange: PortRangeResponse? = null, portReuseHoldTime: PortReuseHoldTimesResponse? = null)
Types
Properties
Link copied to clipboard
Range of port numbers to use as translated ports on each translated address. If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999. (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)