NetworkAttachedDataNetworkNetworkAddressPortTranslation

data class NetworkAttachedDataNetworkNetworkAddressPortTranslation(val icmpPinholeTimeoutInSeconds: Int? = null, val pinholeMaximumNumber: Int? = null, val portRange: NetworkAttachedDataNetworkNetworkAddressPortTranslationPortRange? = null, val tcpPinholeTimeoutInSeconds: Int? = null, val tcpPortReuseMinimumHoldTimeInSeconds: Int? = null, val udpPinholeTimeoutInSeconds: Int? = null, val udpPortReuseMinimumHoldTimeInSeconds: Int? = null)

Constructors

fun NetworkAttachedDataNetworkNetworkAddressPortTranslation(icmpPinholeTimeoutInSeconds: Int? = null, pinholeMaximumNumber: Int? = null, portRange: NetworkAttachedDataNetworkNetworkAddressPortTranslationPortRange? = null, tcpPinholeTimeoutInSeconds: Int? = null, tcpPortReuseMinimumHoldTimeInSeconds: Int? = null, udpPinholeTimeoutInSeconds: Int? = null, udpPortReuseMinimumHoldTimeInSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Pinhole timeout for ICMP pinholes in seconds. Must between 1 to 180, Default to 180.

Link copied to clipboard
Link copied to clipboard

A port_range block as defined below.

Link copied to clipboard

Pinhole timeout for TCP pinholes in seconds. Must between 1 to 180, Default to 180.

Link copied to clipboard

Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Defaults to 120.

Link copied to clipboard

Pinhole timeout for UDP pinholes in seconds. Must between 1 to 180, Default to 180.

Link copied to clipboard

Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Defaults to 60.