GooRepositoryArgs

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

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

Constructors

Link copied to clipboard
fun GooRepositoryArgs(name: Output<String>, url: Output<String>)

Functions

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

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.