enableDynamicPortAllocation

@JvmName(name = "fchshfmecagjfrmb")
suspend fun enableDynamicPortAllocation(value: Output<Boolean>)
@JvmName(name = "ruriktrpertsnmlj")
suspend fun enableDynamicPortAllocation(value: Boolean?)

Parameters

value

Enable Dynamic Port Allocation. If minPortsPerVm is set, minPortsPerVm must be set to a power of two greater than or equal to 32. If minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config. If maxPortsPerVm is set, maxPortsPerVm must be set to a power of two greater than minPortsPerVm. If maxPortsPerVm is not set, a maximum of 65536 ports will be allocated to a VM from this NAT config. Mutually exclusive with enableEndpointIndependentMapping.