Class LayerDetails
Details about the layer a package was found in.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis .v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class LayerDetails : IDirectResponseSchema
Properties
BaseImages
The base images the layer is found within.
Declaration
[JsonProperty("baseImages")]
public virtual IList<BaseImage> BaseImages { get; set; }
Property Value
Command
The layer build command that was used to build the layer. This may not be found in all layers depending on how the container image is built.
Declaration
[JsonProperty("command")]
public virtual string Command { get; set; }
Property Value
Type | Description |
---|---|
string |
DiffId
The diff ID (typically a sha256 hash) of the layer in the container image.
Declaration
[JsonProperty("diffId")]
public virtual string DiffId { 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 |
Index
The index of the layer in the container image.
Declaration
[JsonProperty("index")]
public virtual int? Index { get; set; }
Property Value
Type | Description |
---|---|
int? |