forwardedPorts

@JvmName(name = "lcipqwaucypeqscw")
suspend fun forwardedPorts(value: Output<List<String>>)
@JvmName(name = "aqkghvemadssnmfq")
suspend fun forwardedPorts(value: List<String>?)

Parameters

value

List of ports, or port pairs, to forward from the virtual machine to the application container.


@JvmName(name = "cuqvrntbkwbotxwb")
suspend fun forwardedPorts(vararg values: Output<String>)


@JvmName(name = "tulilgemfbahtudg")
suspend fun forwardedPorts(values: List<Output<String>>)
@JvmName(name = "syfxdtcufqlulblj")
suspend fun forwardedPorts(vararg values: String)

Parameters

values

List of ports, or port pairs, to forward from the virtual machine to the application container.