BareMetalNodePoolNodePoolConfigTaintArgs

data class BareMetalNodePoolNodePoolConfigTaintArgs(val effect: Output<String>? = null, val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<BareMetalNodePoolNodePoolConfigTaintArgs>

Constructors

Link copied to clipboard
constructor(effect: Output<String>? = null, key: Output<String>? = null, value: Output<String>? = null)

Properties

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

Specifies the nodes operating system (default: LINUX). Possible values are: EFFECT_UNSPECIFIED, PREFER_NO_SCHEDULE, NO_EXECUTE.

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

Key associated with the effect.

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

Value associated with the effect.

Functions

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