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 SourceDigest
Digest of this image.
Declaration
public readonly string Digest
Field Value
| Type | Description |
|---|---|
| System.String |
ImageCreate
Create time of this image, unix time in nanoseconds.
Declaration
public readonly int ImageCreate
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ImageId
Id of this image.
Declaration
public readonly string ImageId
Field Value
| Type | Description |
|---|---|
| System.String |
ImageSize
Status of this image, in bytes.
Declaration
public readonly int ImageSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ImageUpdate
Last update time of this image, unix time in nanoseconds.
Declaration
public readonly int ImageUpdate
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Status
Status of this image.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
Tag
Tag of this image.
Declaration
public readonly string Tag
Field Value
| Type | Description |
|---|---|
| System.String |