Napt Configuration Args
data class NaptConfigurationArgs(val enabled: Output<Either<String, NaptEnabled>>? = null, val pinholeLimits: Output<Int>? = null, val pinholeTimeouts: Output<PinholeTimeoutsArgs>? = null, val portRange: Output<PortRangeArgs>? = null, val portReuseHoldTime: Output<PortReuseHoldTimesArgs>? = null) : ConvertibleToJava<NaptConfigurationArgs>
The network address and port translation settings to use for the attached data network.
Constructors
Link copied to clipboard
fun NaptConfigurationArgs(enabled: Output<Either<String, NaptEnabled>>? = null, pinholeLimits: Output<Int>? = null, pinholeTimeouts: Output<PinholeTimeoutsArgs>? = null, portRange: Output<PortRangeArgs>? = null, portReuseHoldTime: Output<PortReuseHoldTimesArgs>? = null)
Functions
Properties
Link copied to clipboard
Range of port numbers to use as translated ports on each translated address. If not specified and NAPT is enabled, this range defaults to 1,024 - 49,999. (Ports under 1,024 should not be used because these are special purpose ports reserved by IANA. Ports 50,000 and above are reserved for non-NAPT use.)