portRanges

@JvmName(name = "qkdqpehacaauekqb")
suspend fun portRanges(value: Output<List<String>>)
@JvmName(name = "wdptlnjxkhyqkqas")
suspend fun portRanges(value: List<String>?)

Parameters

value

Array of port ranges on the provided LAN that will be included in the ACL. If no ports or port rangess are provided, communication on any port on this LAN is allowed.


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


@JvmName(name = "kgrkescvaurvmwwl")
suspend fun portRanges(values: List<Output<String>>)
@JvmName(name = "xxqptuylkdcfyeha")
suspend fun portRanges(vararg values: String)

Parameters

values

Array of port ranges on the provided LAN that will be included in the ACL. If no ports or port rangess are provided, communication on any port on this LAN is allowed.