OSPolicyResourceRepositoryResourceGooRepositoryArgs

data class OSPolicyResourceRepositoryResourceGooRepositoryArgs(val name: Output<String>, val url: Output<String>) : ConvertibleToJava<OSPolicyResourceRepositoryResourceGooRepositoryArgs>

Represents a Goo package repository. These are added to a repo file that is managed at C:/ProgramData/GooGet/repos/google_osconfig.repo.

Constructors

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the repository.

Link copied to clipboard
val url: Output<String>

The url of the repository.