GuestPoliciesPackageRepositoryYum

data class GuestPoliciesPackageRepositoryYum(val baseUrl: String, val displayName: String? = null, val gpgKeys: List<String>? = null, val id: String)

Constructors

Link copied to clipboard
constructor(baseUrl: String, displayName: String? = null, gpgKeys: List<String>? = null, id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location of the repository directory.

Link copied to clipboard
val displayName: String? = null

The display name of the repository.

Link copied to clipboard
val gpgKeys: List<String>? = null

URIs of GPG keys.

Link copied to clipboard
val id: String

A one word, unique name for this repository. This is the repo id in the Yum config file and also the displayName if displayName is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.