sourcePortRanges

@JvmName(name = "rpvujyviwjmvyltb")
suspend fun sourcePortRanges(value: Output<List<String>>)
@JvmName(name = "qldfcofperaocxnx")
suspend fun sourcePortRanges(value: List<String>?)

Parameters

value

A list of string specifies the source port ranges. Specify one or more single port number or port ranges such as 1024-65535. Use * to specify any port.


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


@JvmName(name = "hkajevphpqlgmpnv")
suspend fun sourcePortRanges(values: List<Output<String>>)
@JvmName(name = "ccdfmdgrswsjhdnu")
suspend fun sourcePortRanges(vararg values: String)

Parameters

values

A list of string specifies the source port ranges. Specify one or more single port number or port ranges such as 1024-65535. Use * to specify any port.