GuestPoliciesPackageRepositoryApt

data class GuestPoliciesPackageRepositoryApt(val archiveType: String? = null, val components: List<String>, val distribution: String, val gpgKey: String? = null, val uri: String)

Constructors

Link copied to clipboard
constructor(archiveType: String? = null, components: List<String>, distribution: String, gpgKey: String? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val archiveType: String? = null

Type of archive files in this repository. The default behavior is DEB. Default value is DEB. Possible values are: DEB, DEB_SRC.

Link copied to clipboard

List of components for this repository. Must contain at least one item.

Link copied to clipboard

Distribution of this repository.

Link copied to clipboard
val gpgKey: String? = null

URI of the key file for this repository. The agent maintains a keyring at /etc/apt/trusted.gpg.d/osconfig_agent_managed.gpg containing all the keys in any applied guest policy.

Link copied to clipboard
val uri: String

URI for this repository.