Class GetReposRepoResult
Inheritance
System.Object
GetReposRepoResult
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 GetReposRepoResult
Fields
View SourceDomainList
The repository domain list.
Declaration
public readonly GetReposRepoDomainListResult DomainList
Field Value
| Type | Description |
|---|---|
| GetReposRepoDomainListResult |
Name
Name of container registry namespace.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Namespace
Name of container registry namespace where the repositories are located in.
Declaration
public readonly string Namespace
Field Value
| Type | Description |
|---|---|
| System.String |
RepoType
PUBLIC or PRIVATE, repository's visibility.
Declaration
public readonly string RepoType
Field Value
| Type | Description |
|---|---|
| System.String |
Summary
The repository general information.
Declaration
public readonly string Summary
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A list of image tags belong to this repository. Each contains several attributes, see Block Tag.
Declaration
public readonly ImmutableArray<GetReposRepoTagResult> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetReposRepoTagResult> |