hostPorts

@JvmName(name = "lmnahwgvexafqgad")
suspend fun hostPorts(value: Output<List<HostPortRangeArgs>>)
@JvmName(name = "mubarachfiijuifc")
suspend fun hostPorts(value: List<HostPortRangeArgs>?)

Parameters

value

hostPorts determines which host port ranges are allowed to be exposed.


@JvmName(name = "vgnbllyvkputnwxa")
suspend fun hostPorts(vararg values: Output<HostPortRangeArgs>)


@JvmName(name = "dxjahlpkqvhiekun")
suspend fun hostPorts(values: List<Output<HostPortRangeArgs>>)
@JvmName(name = "ibykvfnpfjfqqxwe")
suspend fun hostPorts(vararg values: HostPortRangeArgs)

Parameters

values

hostPorts determines which host port ranges are allowed to be exposed.


@JvmName(name = "oeappdhjtqmheuaw")
suspend fun hostPorts(argument: List<suspend HostPortRangeArgsBuilder.() -> Unit>)
@JvmName(name = "evbkttdyggedbhok")
suspend fun hostPorts(vararg argument: suspend HostPortRangeArgsBuilder.() -> Unit)
@JvmName(name = "eminsisergwyhxfj")
suspend fun hostPorts(argument: suspend HostPortRangeArgsBuilder.() -> Unit)

Parameters

argument

hostPorts determines which host port ranges are allowed to be exposed.