ports

@JvmName(name = "lkhjkumqdmwijacb")
suspend fun ports(value: Output<List<Int>>)
@JvmName(name = "opfvotbhvtsnbcjc")
suspend fun ports(value: List<Int>?)

Parameters

value

One or more port numbers (1-65535), on which the Gateway will receive traffic. The proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 and support multiple ports.


@JvmName(name = "uuslavetapsbflua")
suspend fun ports(vararg values: Output<Int>)


@JvmName(name = "jydphpotsqgccljy")
suspend fun ports(values: List<Output<Int>>)
@JvmName(name = "mmpanebjtgpaghud")
suspend fun ports(vararg values: Int)

Parameters

values

One or more port numbers (1-65535), on which the Gateway will receive traffic. The proxy binds to the specified ports. Gateways of type 'SECURE_WEB_GATEWAY' are limited to 1 port. Gateways of type 'OPEN_MESH' listen on 0.0.0.0 and support multiple ports.