packageRepositories

@JvmName(name = "mykwsowqmesatwoc")
suspend fun packageRepositories(value: Output<List<PackageRepositoryArgs>>)
@JvmName(name = "ykcsvibuhljxxpxk")
suspend fun packageRepositories(value: List<PackageRepositoryArgs>?)

Parameters

value

A list of package repositories to configure on the VM instance. This is done before any other configs are applied so they can use these repos. Package repositories are only configured if the corresponding package manager(s) are available.


@JvmName(name = "pjyciwgsoknxqdoh")
suspend fun packageRepositories(vararg values: Output<PackageRepositoryArgs>)


@JvmName(name = "pvnofsmowwunenai")
suspend fun packageRepositories(values: List<Output<PackageRepositoryArgs>>)
@JvmName(name = "tknnmsuawpwqmvsc")
suspend fun packageRepositories(vararg values: PackageRepositoryArgs)

Parameters

values

A list of package repositories to configure on the VM instance. This is done before any other configs are applied so they can use these repos. Package repositories are only configured if the corresponding package manager(s) are available.


@JvmName(name = "lrlxmirrtqjiohgy")
suspend fun packageRepositories(argument: List<suspend PackageRepositoryArgsBuilder.() -> Unit>)
@JvmName(name = "sfksjatoeoqohbty")
suspend fun packageRepositories(vararg argument: suspend PackageRepositoryArgsBuilder.() -> Unit)
@JvmName(name = "bmrjaocfpjslxqds")
suspend fun packageRepositories(argument: suspend PackageRepositoryArgsBuilder.() -> Unit)

Parameters

argument

A list of package repositories to configure on the VM instance. This is done before any other configs are applied so they can use these repos. Package repositories are only configured if the corresponding package manager(s) are available.