inboundIpRules

@JvmName(name = "xdsxmfpfvauydybq")
suspend fun inboundIpRules(value: Output<List<InboundIpRuleArgs>>)
@JvmName(name = "mtypsoetfvbrobpt")
suspend fun inboundIpRules(value: List<InboundIpRuleArgs>?)

Parameters

value

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.


@JvmName(name = "sttpvvhwtxexlkot")
suspend fun inboundIpRules(vararg values: Output<InboundIpRuleArgs>)


@JvmName(name = "nycnemyqxygxrbxc")
suspend fun inboundIpRules(values: List<Output<InboundIpRuleArgs>>)
@JvmName(name = "xqnvyarnvfqxjhlt")
suspend fun inboundIpRules(vararg values: InboundIpRuleArgs)

Parameters

values

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.


@JvmName(name = "tlrodqwjoncownmn")
suspend fun inboundIpRules(argument: List<suspend InboundIpRuleArgsBuilder.() -> Unit>)
@JvmName(name = "yvgdmfhqwsqixeht")
suspend fun inboundIpRules(vararg argument: suspend InboundIpRuleArgsBuilder.() -> Unit)
@JvmName(name = "cjymxdeslbqdrncw")
suspend fun inboundIpRules(argument: suspend InboundIpRuleArgsBuilder.() -> Unit)

Parameters

argument

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.