sourcePortRanges

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

Parameters

value

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 *.


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


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

Parameters

values

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 *.