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
IMessageBaseImage, IEquatableBaseImage, IDeepCloneableBaseImage, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
BaseImage()
public BaseImage()
BaseImage(BaseImage)
public BaseImage(BaseImage other)
Parameter | |
---|---|
Name | Description |
other |
BaseImage |
Properties
LayerCount
public int LayerCount { get; set; }
The number of layers that the base image is composed of.
Property Value | |
---|---|
Type | Description |
int |
Name
public string Name { get; set; }
The name of the base image.
Property Value | |
---|---|
Type | Description |
string |
Repository
public string Repository { get; set; }
The repository name in which the base image is from.
Property Value | |
---|---|
Type | Description |
string |