PinholeTimeoutsResponse

data class PinholeTimeoutsResponse(val icmp: Int? = null, val tcp: Int? = null, val udp: Int? = null)

Expiry times of inactive NAPT pinholes, in seconds. All timers must be at least 1 second.

Constructors

Link copied to clipboard
constructor(icmp: Int? = null, tcp: Int? = null, udp: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val icmp: Int? = null

Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds.

Link copied to clipboard
val tcp: Int? = null

Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes.

Link copied to clipboard
val udp: Int? = null

Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds.