AptRepositoryResponse

data class AptRepositoryResponse(val archiveType: String, val components: List<String>, val distribution: String, val gpgKey: String, val uri: String)

Represents a single Apt package repository. This repository is added to a repo file that is stored at /etc/apt/sources.list.d/google_osconfig.list.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of archive files in this repository. The default behavior is DEB.

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

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.