NodePoolManagementAutoVulFixPolicy

data class NodePoolManagementAutoVulFixPolicy(val restartNode: Boolean? = null, val vulLevel: String? = null)

Constructors

Link copied to clipboard
constructor(restartNode: Boolean? = null, vulLevel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val restartNode: Boolean? = null

Specifies whether to automatically restart nodes after patching CVE vulnerabilities. Valid values: true, false.

Link copied to clipboard
val vulLevel: String? = null

The severity levels of vulnerabilities that is allowed to automatically patch. Multiple severity levels are separated by commas (,).