Show / Hide Table of Contents

Class OSPolicyResourceRepositoryResourceZypperRepository

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

Inheritance
object
OSPolicyResourceRepositoryResourceZypperRepository
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.dll
Syntax
public class OSPolicyResourceRepositoryResourceZypperRepository : 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 GuestPolicy conflicts.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX