Package Repository Args
data class PackageRepositoryArgs(val apt: Output<AptRepositoryArgs>? = null, val goo: Output<GooRepositoryArgs>? = null, val yum: Output<YumRepositoryArgs>? = null, val zypper: Output<ZypperRepositoryArgs>? = null) : ConvertibleToJava<PackageRepositoryArgs>
A package repository.
Constructors
Link copied to clipboard
fun PackageRepositoryArgs(apt: Output<AptRepositoryArgs>? = null, goo: Output<GooRepositoryArgs>? = null, yum: Output<YumRepositoryArgs>? = null, zypper: Output<ZypperRepositoryArgs>? = null)