NetworkAttachedDataNetworkNetworkAddressPortTranslationArgs

data class NetworkAttachedDataNetworkNetworkAddressPortTranslationArgs(val icmpPinholeTimeoutInSeconds: Output<Int>? = null, val pinholeMaximumNumber: Output<Int>? = null, val portRange: Output<NetworkAttachedDataNetworkNetworkAddressPortTranslationPortRangeArgs>? = null, val tcpPinholeTimeoutInSeconds: Output<Int>? = null, val tcpPortReuseMinimumHoldTimeInSeconds: Output<Int>? = null, val udpPinholeTimeoutInSeconds: Output<Int>? = null, val udpPortReuseMinimumHoldTimeInSeconds: Output<Int>? = null) : ConvertibleToJava<NetworkAttachedDataNetworkNetworkAddressPortTranslationArgs>

Constructors

fun NetworkAttachedDataNetworkNetworkAddressPortTranslationArgs(icmpPinholeTimeoutInSeconds: Output<Int>? = null, pinholeMaximumNumber: Output<Int>? = null, portRange: Output<NetworkAttachedDataNetworkNetworkAddressPortTranslationPortRangeArgs>? = null, tcpPinholeTimeoutInSeconds: Output<Int>? = null, tcpPortReuseMinimumHoldTimeInSeconds: Output<Int>? = null, udpPinholeTimeoutInSeconds: Output<Int>? = null, udpPortReuseMinimumHoldTimeInSeconds: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NetworkAttachedDataNetworkNetworkAddressPortTranslationArgs

Properties

Link copied to clipboard
val icmpPinholeTimeoutInSeconds: Output<Int>? = null

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

Link copied to clipboard
val pinholeMaximumNumber: Output<Int>? = null
Link copied to clipboard

A port_range block as defined below.

Link copied to clipboard
val tcpPinholeTimeoutInSeconds: Output<Int>? = null

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
val udpPinholeTimeoutInSeconds: Output<Int>? = null

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.