ipRestrictions

@JvmName(name = "dldmjgtcthdwwmmb")
suspend fun ipRestrictions(value: Output<List<SlotSiteConfigIpRestrictionArgs>>)
@JvmName(name = "tesxddayfxpxyrqe")
suspend fun ipRestrictions(value: List<SlotSiteConfigIpRestrictionArgs>?)

Parameters

value

A list of objects representing ip restrictions as defined below.

NOTE User has to explicitly set ip_restriction to empty slice ([]) to remove it.


@JvmName(name = "iydipefrbtbupecc")
suspend fun ipRestrictions(vararg values: Output<SlotSiteConfigIpRestrictionArgs>)


@JvmName(name = "joudpklvshcttkwu")
suspend fun ipRestrictions(values: List<Output<SlotSiteConfigIpRestrictionArgs>>)
@JvmName(name = "meixcghljnnvotwe")
suspend fun ipRestrictions(vararg values: SlotSiteConfigIpRestrictionArgs)

Parameters

values

A list of objects representing ip restrictions as defined below.

NOTE User has to explicitly set ip_restriction to empty slice ([]) to remove it.


@JvmName(name = "udtmepqknfhvegta")
suspend fun ipRestrictions(argument: List<suspend SlotSiteConfigIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "vfsguagoeyupkwpf")
suspend fun ipRestrictions(vararg argument: suspend SlotSiteConfigIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "ksxmwwknyyngfxgk")
suspend fun ipRestrictions(argument: suspend SlotSiteConfigIpRestrictionArgsBuilder.() -> Unit)

Parameters

argument

A list of objects representing ip restrictions as defined below.

NOTE User has to explicitly set ip_restriction to empty slice ([]) to remove it.