scmIpRestrictions

@JvmName(name = "klwypsjcuxttllat")
suspend fun scmIpRestrictions(value: Output<List<StandardSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "firandiqfxnyxodg")
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 = "nyrgolwuudcqffsx")
suspend fun scmIpRestrictions(vararg values: Output<StandardSiteConfigScmIpRestrictionArgs>)


@JvmName(name = "jgoyvuukywjmcmkl")
suspend fun scmIpRestrictions(values: List<Output<StandardSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "nkbllkjslbamujmd")
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 = "uvtxblvrrowjnsll")
suspend fun scmIpRestrictions(argument: List<suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "arrxniqeogqodphy")
suspend fun scmIpRestrictions(vararg argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "tofyjfyoijuyfcrd")
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.