YumRepositoryResponse

data class YumRepositoryResponse(val baseUrl: String, val displayName: String, val gpgKeys: List<String>)

Represents a single Yum package repository. This repository is added to a repo file that is stored at /etc/yum.repos.d/google_osconfig.repo.

Constructors

Link copied to clipboard
fun YumRepositoryResponse(baseUrl: String, displayName: String, gpgKeys: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the repository directory.

Link copied to clipboard

The display name of the repository.

Link copied to clipboard

URIs of GPG keys.