Show / Hide Table of Contents

Class AptRepository

Represents a single Apt package repository. This repository is added to a repo file that is stored at /etc/apt/sources.list.d/google_osconfig.list.

Inheritance
object
AptRepository
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.v1beta.Data
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class AptRepository : IDirectResponseSchema

Properties

ArchiveType

Type of archive files in this repository. The default behavior is DEB.

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

Components

Required. List of components for this repository. Must contain at least one item.

Declaration
[JsonProperty("components")]
public virtual IList<string> Components { get; set; }
Property Value
Type Description
IList<string>

Distribution

Required. Distribution of this repository.

Declaration
[JsonProperty("distribution")]
public virtual string Distribution { 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

GpgKey

URI of the key file for this repository. The agent maintains a keyring at /etc/apt/trusted.gpg.d/osconfig_agent_managed.gpg containing all the keys in any applied guest policy.

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

Uri

Required. URI for this repository.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX