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

Functions

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

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.