Class RemoteRepositoryConfig
Remote repository configuration.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class RemoteRepositoryConfig : IDirectResponseSchema
Properties
AptRepository
Specific settings for an Apt remote repository.
Declaration
[JsonProperty("aptRepository")]
public virtual AptRepository AptRepository { get; set; }
Property Value
Type | Description |
---|---|
AptRepository |
CommonRepository
Common remote repository settings. Used as the remote repository upstream URL.
Declaration
[JsonProperty("commonRepository")]
public virtual CommonRemoteRepository CommonRepository { get; set; }
Property Value
Type | Description |
---|---|
CommonRemoteRepository |
Description
The description of the remote source.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisableUpstreamValidation
Input only. A create/update remote repo option to avoid making a HEAD/GET request to validate a remote repo and any supplied upstream credentials.
Declaration
[JsonProperty("disableUpstreamValidation")]
public virtual bool? DisableUpstreamValidation { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DockerRepository
Specific settings for a Docker remote repository.
Declaration
[JsonProperty("dockerRepository")]
public virtual DockerRepository DockerRepository { get; set; }
Property Value
Type | Description |
---|---|
DockerRepository |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MavenRepository
Specific settings for a Maven remote repository.
Declaration
[JsonProperty("mavenRepository")]
public virtual MavenRepository MavenRepository { get; set; }
Property Value
Type | Description |
---|---|
MavenRepository |
NpmRepository
Specific settings for an Npm remote repository.
Declaration
[JsonProperty("npmRepository")]
public virtual NpmRepository NpmRepository { get; set; }
Property Value
Type | Description |
---|---|
NpmRepository |
PythonRepository
Specific settings for a Python remote repository.
Declaration
[JsonProperty("pythonRepository")]
public virtual PythonRepository PythonRepository { get; set; }
Property Value
Type | Description |
---|---|
PythonRepository |
UpstreamCredentials
Optional. The credentials used to access the remote repository.
Declaration
[JsonProperty("upstreamCredentials")]
public virtual UpstreamCredentials UpstreamCredentials { get; set; }
Property Value
Type | Description |
---|---|
UpstreamCredentials |
YumRepository
Specific settings for a Yum remote repository.
Declaration
[JsonProperty("yumRepository")]
public virtual YumRepository YumRepository { get; set; }
Property Value
Type | Description |
---|---|
YumRepository |