RepositoryVirtualRepositoryConfigUpstreamPolicy

data class RepositoryVirtualRepositoryConfigUpstreamPolicy(val id: String? = null, val priority: Int? = null, val repository: String? = null)

Constructors

constructor(id: String? = null, priority: Int? = null, repository: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The user-provided ID of the upstream policy.

Link copied to clipboard
val priority: Int? = null

Entries with a greater priority value take precedence in the pull order.

Link copied to clipboard
val repository: String? = null

A reference to the repository resource, for example: "projects/p1/locations/us-central1/repository/repo1".