Show / Hide Table of Contents

Class GetReposRepoTagResult

Inheritance
System.Object
GetReposRepoTagResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.CR.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetReposRepoTagResult

Fields

View Source

Digest

Digest of this image.

Declaration
public readonly string Digest
Field Value
Type Description
System.String
View Source

ImageCreate

Create time of this image, unix time in nanoseconds.

Declaration
public readonly int ImageCreate
Field Value
Type Description
System.Int32
View Source

ImageId

Id of this image.

Declaration
public readonly string ImageId
Field Value
Type Description
System.String
View Source

ImageSize

Status of this image, in bytes.

Declaration
public readonly int ImageSize
Field Value
Type Description
System.Int32
View Source

ImageUpdate

Last update time of this image, unix time in nanoseconds.

Declaration
public readonly int ImageUpdate
Field Value
Type Description
System.Int32
View Source

Status

Status of this image.

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Tag

Tag of this image.

Declaration
public readonly string Tag
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.