GetRegistryCacheRulePlainArgs

data class GetRegistryCacheRulePlainArgs(val containerRegistryId: String, val name: String) : ConvertibleToJava<GetRegistryCacheRulePlainArgs>

A collection of arguments for invoking getRegistryCacheRule.

Constructors

Link copied to clipboard
constructor(containerRegistryId: String, name: String)

Properties

Link copied to clipboard

The ID of the container registry where the cache rule should apply. Changing this forces a new resource to be created.

Link copied to clipboard

Specifies the name of the Container Registry Cache Rule. Only Alphanumeric characters allowed. Changing this forces a new resource to be created.

Functions

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