packageRepositories

@JvmName(name = "qgmkebteawcflrpt")
suspend fun packageRepositories(value: Output<List<GuestPoliciesPackageRepositoryArgs>>)
@JvmName(name = "aeahpesesvcohcbt")
suspend fun packageRepositories(value: List<GuestPoliciesPackageRepositoryArgs>?)

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. Structure is documented below.


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


@JvmName(name = "wsvitufmifsopcag")
suspend fun packageRepositories(values: List<Output<GuestPoliciesPackageRepositoryArgs>>)
@JvmName(name = "gwgqkgdaaylenflk")
suspend fun packageRepositories(vararg values: GuestPoliciesPackageRepositoryArgs)

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. Structure is documented below.


@JvmName(name = "guenjskjkkfineje")
suspend fun packageRepositories(argument: List<suspend GuestPoliciesPackageRepositoryArgsBuilder.() -> Unit>)
@JvmName(name = "slnofqbofnifdejv")
suspend fun packageRepositories(vararg argument: suspend GuestPoliciesPackageRepositoryArgsBuilder.() -> Unit)
@JvmName(name = "txyheijmrelwffqi")
suspend fun packageRepositories(argument: suspend GuestPoliciesPackageRepositoryArgsBuilder.() -> 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. Structure is documented below.