Show / Hide Table of Contents

Class GrafeasV1BaseImage

BaseImage describes a base image of a container image.

Inheritance
object
GrafeasV1BaseImage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class GrafeasV1BaseImage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LayerCount

The number of layers that the base image is composed of.

Declaration
[JsonProperty("layerCount")]
public virtual int? LayerCount { get; set; }
Property Value
Type Description
int?

Name

The name of the base image.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Repository

The repository name in which the base image is from.

Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX