Class RepositoryState
Inherited Members
Namespace: Pulumi.Gcp.ArtifactRegistry
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RepositoryState : ResourceArgs
Constructors
View SourceRepositoryState()
Declaration
public RepositoryState()
Properties
View SourceCreateTime
The time when the repository was created.
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The user-provided description of the repository.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Format
The format of packages that are stored in the repoitory.
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
Declaration
public InputMap<string> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
Location
The name of the location this repository is located in.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1"
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Project
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Declaration
public Input<string> Project { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RepositoryId
The last part of the repository name, for example: "repo1"
Declaration
public Input<string> RepositoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdateTime
The time when the repository was last updated.
Declaration
public Input<string> UpdateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |