PortReuseHoldTimesResponse

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

The minimum time (in seconds) that will pass before a port that was used by a closed pinhole can be recycled for use by another pinhole. All hold times must be minimum 1 second.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tcp: Int? = null

Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.

Link copied to clipboard
val udp: Int? = null

Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Default for UDP is 1 minute.