sources

@JvmName(name = "rmkcahxvsobgjgfr")
suspend fun sources(value: Output<List<PatchBaselineSourceArgs>>)
@JvmName(name = "pjyknuumvxyhytkp")
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 = "whkdmfdqffbfdacf")
suspend fun sources(vararg values: Output<PatchBaselineSourceArgs>)


@JvmName(name = "aggpctwmxxwdoayr")
suspend fun sources(values: List<Output<PatchBaselineSourceArgs>>)
@JvmName(name = "gwjutbpsbknrweuy")
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 = "bhrfywqhxhbrfaoj")
suspend fun sources(argument: List<suspend PatchBaselineSourceArgsBuilder.() -> Unit>)
@JvmName(name = "ioopgfptpoqdkpoo")
suspend fun sources(vararg argument: suspend PatchBaselineSourceArgsBuilder.() -> Unit)
@JvmName(name = "ffvcunaobefcgela")
suspend fun sources(argument: suspend PatchBaselineSourceArgsBuilder.() -> Unit)

Parameters

argument

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