sources

@JvmName(name = "ttwolikbvxghkucg")
suspend fun sources(value: Output<List<PatchBaselinePatchSourceArgs>>)
@JvmName(name = "huoktsijikfnmdxp")
suspend fun sources(value: List<PatchBaselinePatchSourceArgs>?)

Parameters

value

Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.


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


@JvmName(name = "grrwmeacyijabjxc")
suspend fun sources(values: List<Output<PatchBaselinePatchSourceArgs>>)
@JvmName(name = "bhbeqrnghrqjbayl")
suspend fun sources(vararg values: PatchBaselinePatchSourceArgs)

Parameters

values

Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.


@JvmName(name = "nsmkcoylcibtthyg")
suspend fun sources(argument: List<suspend PatchBaselinePatchSourceArgsBuilder.() -> Unit>)
@JvmName(name = "drnjnwujjbitjuop")
suspend fun sources(vararg argument: suspend PatchBaselinePatchSourceArgsBuilder.() -> Unit)
@JvmName(name = "wappedvkxpdlogvg")
suspend fun sources(argument: suspend PatchBaselinePatchSourceArgsBuilder.() -> Unit)

Parameters

argument

Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.