scmIpRestrictions

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


@JvmName(name = "hyrpathpfpgeijqr")
suspend fun scmIpRestrictions(values: List<Output<StandardSiteConfigScmIpRestrictionArgs>>)
@JvmName(name = "ytbuafrjiaarhtux")
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 = "ntpfkyljmtweewlr")
suspend fun scmIpRestrictions(argument: List<suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit>)
@JvmName(name = "cpkvpinfxjgufhmf")
suspend fun scmIpRestrictions(vararg argument: suspend StandardSiteConfigScmIpRestrictionArgsBuilder.() -> Unit)
@JvmName(name = "bobldhmhvghrjdwf")
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.