ports

@JvmName(name = "harkrbrpxousrfod")
suspend fun ports(value: Output<List<String>>)
@JvmName(name = "fnicclcehkmgxnjv")
suspend fun ports(value: List<String>?)

Parameters

value

The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges. If you specify one or more ports or port ranges then you must specify a value other than ip in the protocol field. If it is not specified then connections will be allowed on all ports. Port ranges must be specified as -. For example: `8080`, `8082-8085`.


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


@JvmName(name = "wegxgoloiabaoyai")
suspend fun ports(values: List<Output<String>>)
@JvmName(name = "oqlyctoaekexmfuy")
suspend fun ports(vararg values: String)

Parameters

values

The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges. If you specify one or more ports or port ranges then you must specify a value other than ip in the protocol field. If it is not specified then connections will be allowed on all ports. Port ranges must be specified as -. For example: `8080`, `8082-8085`.