Class ZypperRepository (1.2.0)

ZypperRepository(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
id str
Required. A one word, unique name for this repository. This is the repo id in the zypper config file and also the display_name if display_name is omitted. This id is also used as the unique identifier when checking for GuestPolicy conflicts.
display_name str
The display name of the repository.
base_url str
Required. The location of the repository directory.
gpg_keys Sequence[str]
URIs of GPG keys.