Show / Hide Table of Contents

Class Distribution

This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.

Inheritance
object
Distribution
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.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class Distribution : IDirectResponseSchema

Properties

Architecture

The CPU architecture for which packages in this distribution channel were built.

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

CpeUri

Required. The cpe_uri in CPE format denoting the package manager version distributing a package.

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

Description

The distribution channel-specific description of this package.

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

LatestVersion

The latest available version of this package in this distribution channel.

Declaration
[JsonProperty("latestVersion")]
public virtual Version LatestVersion { get; set; }
Property Value
Type Description
Version

Maintainer

A freeform string denoting the maintainer of this package.

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

Url

The distribution channel-specific homepage for this package.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX