Show / Hide Table of Contents

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 Source

DomainList

The repository domain list.

Declaration
public readonly GetReposRepoDomainListResult DomainList
Field Value
Type Description
GetReposRepoDomainListResult
View Source

Name

Name of container registry namespace.

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

Namespace

Name of container registry namespace where the repositories are located in.

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

RepoType

PUBLIC or PRIVATE, repository's visibility.

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

Summary

The repository general information.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.