GuestPoliciesPackageRepositoryArgs

data class GuestPoliciesPackageRepositoryArgs(val apt: Output<GuestPoliciesPackageRepositoryAptArgs>? = null, val goo: Output<GuestPoliciesPackageRepositoryGooArgs>? = null, val yum: Output<GuestPoliciesPackageRepositoryYumArgs>? = null, val zypper: Output<GuestPoliciesPackageRepositoryZypperArgs>? = null) : ConvertibleToJava<GuestPoliciesPackageRepositoryArgs>

Constructors

Link copied to clipboard
constructor(apt: Output<GuestPoliciesPackageRepositoryAptArgs>? = null, goo: Output<GuestPoliciesPackageRepositoryGooArgs>? = null, yum: Output<GuestPoliciesPackageRepositoryYumArgs>? = null, zypper: Output<GuestPoliciesPackageRepositoryZypperArgs>? = null)

Properties

Link copied to clipboard

An Apt Repository. Structure is documented below.

Link copied to clipboard

A Goo Repository. Structure is documented below.

Link copied to clipboard

A Yum Repository. Structure is documented below.

Link copied to clipboard

A Zypper Repository. Structure is documented below.

Functions

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