QuarantinePolicyArgs

data class QuarantinePolicyArgs(val status: Output<Either<String, PolicyStatus>>? = null) : ConvertibleToJava<QuarantinePolicyArgs>

The quarantine policy for a container registry.

Constructors

Link copied to clipboard
constructor(status: Output<Either<String, PolicyStatus>>? = null)

Properties

Link copied to clipboard
val status: Output<Either<String, PolicyStatus>>? = null

The value that indicates whether the policy is enabled or not.

Functions

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