Network Attached Data Network Network Address Port Translation Args
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
Link copied to clipboard
constructor(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)
Properties
Link copied to clipboard
Pinhole timeout for ICMP pinholes in seconds. Must between 1
to 180
, Default to 180
.
Link copied to clipboard
Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface. Must be between 1 and 65536.
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
.