OnError

sealed class OnError

The behavior when a node lifecycle script fails. Valid values:

  • TERMINATE – Terminates the compute node.

  • STOP_SEQUENCE – Stops running subsequent scripts in the sequence but doesn't terminate the compute node.

  • CONTINUE – Ignores the error and continues running the next script.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Continue : OnError
Link copied to clipboard
data class SdkUnknown(val value: String) : OnError
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String