ManagementPolicyRuleResponse

data class ManagementPolicyRuleResponse(val definition: ManagementPolicyDefinitionResponse, val enabled: Boolean? = null, val name: String, val type: String)

An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An object that defines the Lifecycle rule.

Link copied to clipboard
val enabled: Boolean? = null

Rule is enabled if set to true.

Link copied to clipboard

A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.

Link copied to clipboard

The valid value is Lifecycle