View Source GoogleApi.OSConfig.V1.Model.OSPolicyResourceRepositoryResourceYumRepository (google_api_os_config v0.24.1)
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
-
baseUrl
(type:String.t
, default:nil
) - Required. The location of the repository directory. -
displayName
(type:String.t
, default:nil
) - The display name of the repository. -
gpgKeys
(type:list(String.t)
, default:nil
) - URIs of GPG keys. -
id
(type:String.t
, default:nil
) - Required. A one word, unique name for this repository. This is therepo id
in the yum config file and also thedisplay_name
ifdisplay_name
is omitted. This id is also used as the unique identifier when checking for resource conflicts.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.