sources

@JvmName(name = "trhbrdyfhjxljxyp")
suspend fun sources(value: Output<List<PatchBaselineSourceArgs>>)
@JvmName(name = "fckxianjlfwhjlry")
suspend fun sources(value: List<PatchBaselineSourceArgs>?)

Parameters

value

Configuration block with alternate sources for patches. Applies to Linux instances only. See source below.


@JvmName(name = "tmdaqvvkwkyhsnwg")
suspend fun sources(vararg values: Output<PatchBaselineSourceArgs>)


@JvmName(name = "rmhosqgnsuhmqnpl")
suspend fun sources(values: List<Output<PatchBaselineSourceArgs>>)
@JvmName(name = "dqdtjvdqklvicikt")
suspend fun sources(vararg values: PatchBaselineSourceArgs)

Parameters

values

Configuration block with alternate sources for patches. Applies to Linux instances only. See source below.


@JvmName(name = "opueqjuuaronqgpn")
suspend fun sources(argument: List<suspend PatchBaselineSourceArgsBuilder.() -> Unit>)
@JvmName(name = "uuysahsvxpishhbb")
suspend fun sources(vararg argument: suspend PatchBaselineSourceArgsBuilder.() -> Unit)
@JvmName(name = "lhcdthyihgnpykuy")
suspend fun sources(argument: suspend PatchBaselineSourceArgsBuilder.() -> Unit)

Parameters

argument

Configuration block with alternate sources for patches. Applies to Linux instances only. See source below.