sourceIpRanges

@JvmName(name = "pbjyhhcohexshfjp")
suspend fun sourceIpRanges(value: Output<List<ExternalAccessRuleSourceIpRangeArgs>>)
@JvmName(name = "finpbaqyatxrcwty")
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 = "rqfgqhojpsrjlhbn")
suspend fun sourceIpRanges(vararg values: Output<ExternalAccessRuleSourceIpRangeArgs>)


@JvmName(name = "nbrhbbdaklcqegjl")
suspend fun sourceIpRanges(values: List<Output<ExternalAccessRuleSourceIpRangeArgs>>)
@JvmName(name = "werubcrbyvemlhbs")
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 = "sqhttlivkbfuwibp")
suspend fun sourceIpRanges(argument: List<suspend ExternalAccessRuleSourceIpRangeArgsBuilder.() -> Unit>)
@JvmName(name = "nshjhhopvjibkkmk")
suspend fun sourceIpRanges(vararg argument: suspend ExternalAccessRuleSourceIpRangeArgsBuilder.() -> Unit)
@JvmName(name = "rfvwubkgnyumxxku")
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.