Show / Hide Table of Contents

Class Derived

Derived describes the derived image portion (Occurrence) of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .

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

Properties

BaseResourceUrl

Output only. This contains the base image URL for the derived image occurrence.

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

Distance

Output only. The number of layers by which this image differs from the associated image basis.

Declaration
[JsonProperty("distance")]
public virtual int? Distance { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Fingerprint

Required. The fingerprint of the derived image.

Declaration
[JsonProperty("fingerprint")]
public virtual Fingerprint Fingerprint { get; set; }
Property Value
Type Description
Fingerprint

LayerInfo

This contains layer-specific metadata, if populated it has length "distance" and is ordered with [distance] being the layer immediately following the base image and [1] being the final layer.

Declaration
[JsonProperty("layerInfo")]
public virtual IList<Layer> LayerInfo { get; set; }
Property Value
Type Description
IList<Layer>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX