Class ImageOccurrence
Details of the derived image portion of the DockerImage relationship. This image would be produced from a Dockerfile with FROM .
Implements
Inherited Members
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class ImageOccurrence : 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> |