sourceIpRanges

@JvmName(name = "msomdifbdqplweiu")
suspend fun sourceIpRanges(value: Output<List<ExternalAccessRuleSourceIpRangeArgs>>)
@JvmName(name = "dervugkasqtwimwu")
suspend fun sourceIpRanges(value: List<ExternalAccessRuleSourceIpRangeArgs>?)

Parameters

value

If source ranges are specified, the external access rule applies only to traffic that has a source IP address in these ranges. Structure is documented below.


@JvmName(name = "ihgtwotigvimamij")
suspend fun sourceIpRanges(vararg values: Output<ExternalAccessRuleSourceIpRangeArgs>)


@JvmName(name = "qtvhhjwxnnkrppqh")
suspend fun sourceIpRanges(values: List<Output<ExternalAccessRuleSourceIpRangeArgs>>)
@JvmName(name = "mvgammfumclgcjho")
suspend fun sourceIpRanges(vararg values: ExternalAccessRuleSourceIpRangeArgs)

Parameters

values

If source ranges are specified, the external access rule applies only to traffic that has a source IP address in these ranges. Structure is documented below.


@JvmName(name = "qnfmotllarhfehhl")
suspend fun sourceIpRanges(argument: List<suspend ExternalAccessRuleSourceIpRangeArgsBuilder.() -> Unit>)
@JvmName(name = "qfmttomorpmeltse")
suspend fun sourceIpRanges(vararg argument: suspend ExternalAccessRuleSourceIpRangeArgsBuilder.() -> Unit)
@JvmName(name = "pejxobhxxjtgalrs")
suspend fun sourceIpRanges(argument: suspend ExternalAccessRuleSourceIpRangeArgsBuilder.() -> Unit)

Parameters

argument

If source ranges are specified, the external access rule applies only to traffic that has a source IP address in these ranges. Structure is documented below.