NodePoolManagementAutoVulFixPolicyArgs

data class NodePoolManagementAutoVulFixPolicyArgs(val restartNode: Output<Boolean>? = null, val vulLevel: Output<String>? = null) : ConvertibleToJava<NodePoolManagementAutoVulFixPolicyArgs>

Constructors

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

Properties

Link copied to clipboard
val restartNode: Output<Boolean>? = null

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

Link copied to clipboard
val vulLevel: Output<String>? = null

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

Functions

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