Class RepoArgs
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RepoArgs : ResourceArgs
Constructors
View SourceRepoArgs()
Declaration
public RepoArgs()
Properties
View SourceDetail
The repository specific information. MarkDown format is supported, and the length limit is 2000.
Declaration
public Input<string> Detail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of container registry repository.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Namespace
Name of container registry namespace where repository is located.
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RepoType
PUBLIC or PRIVATE, repo's visibility.
Declaration
public Input<string> RepoType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Summary
The repository general information. It can contain 1 to 80 characters.
Declaration
public Input<string> Summary { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |