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
Link copied to clipboard
val vulLevel: Output<String>? = null

Functions

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