LifecyclePolicyFilter

data class LifecyclePolicyFilter(val retainAtLeast: Int? = null, val type: LifecyclePolicyFilterType, val unit: LifecyclePolicyTimeUnit? = null, val value: Int)

The filters to apply of the policy detail.

Constructors

Link copied to clipboard
constructor(retainAtLeast: Int? = null, type: LifecyclePolicyFilterType, unit: LifecyclePolicyTimeUnit? = null, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val retainAtLeast: Int? = null

The minimum number of Image Builder resources to retain.

Link copied to clipboard

The filter type.

Link copied to clipboard

The value's time unit.

Link copied to clipboard
val value: Int

The filter value.