UpstreamPolicyArgs

data class UpstreamPolicyArgs(val id: Output<String>? = null, val priority: Output<Int>? = null, val repository: Output<String>? = null) : ConvertibleToJava<UpstreamPolicyArgs>

Artifact policy configuration for the repository contents.

Constructors

Link copied to clipboard
fun UpstreamPolicyArgs(id: Output<String>? = null, priority: Output<Int>? = null, repository: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): UpstreamPolicyArgs

Properties

Link copied to clipboard
val id: Output<String>? = null

The user-provided ID of the upstream policy.

Link copied to clipboard
val priority: Output<Int>? = null

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

Link copied to clipboard
val repository: Output<String>? = null

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