OSPolicyResourceRepositoryResourceYumRepositoryResponse

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

Represents a single yum package repository. These are added to a repo file that is managed at /etc/yum.repos.d/google_osconfig.repo.

Constructors

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.