scmIpRestrictions

@JvmName(name = "vttgnktrufxfbcjw")
suspend fun scmIpRestrictions(value: Output<List<StandardSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "hgmdbireiulomcpl")
suspend fun scmIpRestrictions(value: List<StandardSiteConfigScmIpRestrictionArgs>?)

Parameters

value

A list of scm_ip_restriction objects representing SCM IP restrictions as defined below.

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


@JvmName(name = "wvdlymfvdcriwjum")
suspend fun scmIpRestrictions(vararg values: Output<StandardSiteConfigScmIpRestrictionArgs>)


@JvmName(name = "qjgqwvmmpgtegekx")
suspend fun scmIpRestrictions(values: List<Output<StandardSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "vusjwqpqtifpmxqg")
suspend fun scmIpRestrictions(vararg values: StandardSiteConfigScmIpRestrictionArgs)

Parameters

values

A list of scm_ip_restriction objects representing SCM IP restrictions as defined below.

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


@JvmName(name = "ccouwvdbxndhisdr")
suspend fun scmIpRestrictions(argument: List<suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "amnhqgjebrsknjos")
suspend fun scmIpRestrictions(vararg argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "fnwomibrhcljdcno")
suspend fun scmIpRestrictions(argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)

Parameters

argument

A list of scm_ip_restriction objects representing SCM IP restrictions as defined below.

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