PatchRule

class PatchRule

Defines an approval rule for a patch baseline.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Debian Server or Ubuntu Server.

Link copied to clipboard

The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.

Link copied to clipboard

A compliance severity level for all approved patches in a patch baseline.

Link copied to clipboard

For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.

Link copied to clipboard

The patch filter group that defines the criteria for the rule.

Functions

Link copied to clipboard
inline fun copy(block: PatchRule.Builder.() -> Unit = {}): PatchRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String