Class Derived
Derived describes the derived image portion (Occurrence) of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .
Inheritance
System.Object
Derived
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
---|---|
System.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 |
---|---|
System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.IList<Layer> |
Implements
Google.Apis.Requests.IDirectResponseSchema