Class ZypperRepository
Represents a single Zypper package repository. This repository is added to a repo file that is stored at
/etc/zypp/repos.d/google_osconfig.repo
.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class ZypperRepository : IDirectResponseSchema
Properties
BaseUrl
Required. The location of the repository directory.
Declaration
[JsonProperty("baseUrl")]
public virtual string BaseUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
The display name of the repository.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GpgKeys
URIs of GPG keys.
Declaration
[JsonProperty("gpgKeys")]
public virtual IList<string> GpgKeys { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Id
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 guest policy conflicts.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |