YumRepository(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a single yum package repository. These are added to a
repo file that is managed at
/etc/yum.repos.d/google_osconfig.repo
.
Attributes |
|
---|---|
Name | Description |
id |
str
Required. A one word, unique name for this repository. This is the repo id in the yum config file and also the
display_name if display_name is omitted. This id is
also used as the unique identifier when checking for
resource conflicts.
|
display_name |
str
The display name of the repository. |
base_url |
str
Required. The location of the repository directory. |
gpg_keys |
MutableSequence[str]
URIs of GPG keys. |