PackageRepositoryArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): PackageRepositoryArgs

Properties

Link copied to clipboard
val apt: Output<AptRepositoryArgs>? = null

An Apt Repository.

Link copied to clipboard
val goo: Output<GooRepositoryArgs>? = null

A Goo Repository.

Link copied to clipboard
val yum: Output<YumRepositoryArgs>? = null

A Yum Repository.

Link copied to clipboard
val zypper: Output<ZypperRepositoryArgs>? = null

A Zypper Repository.