public sealed class BaseImage : IMessage<BaseImage>, IEquatable<BaseImage>, IDeepCloneable<BaseImage>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class BaseImage.
BaseImage describes a base image of a container image.
Implements
IMessage BaseImage , IEquatable BaseImage , IDeepCloneable BaseImage , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
BaseImage()
public BaseImage()
BaseImage(BaseImage)
public BaseImage(BaseImage other)
Properties
LayerCount
public int LayerCount { get; set; }
The number of layers that the base image is composed of.
Name
public string Name { get; set; }
The name of the base image.
Registry
public string Registry { get; set; }
The registry in which the base image is from.
Repository
public string Repository { get; set; }
The repository name in which the base image is from.

