sourcePortRanges

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

Parameters

value

The source port ranges to match for the rule. Valid values are * (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *. Changing this forces a new resource to be created.


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


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

Parameters

values

The source port ranges to match for the rule. Valid values are * (for all ports 0 - 65535) or arrays of ports or port ranges (i.e. 100-200). The ports should in the range of 0 to 65535 and the port ranges or ports can't overlap. If any other values are provided the request fails with HTTP status code 400. Default value will be *. Changing this forces a new resource to be created.