ExecutionPolicy

sealed class ExecutionPolicy

The policy that determines when a node lifecycle script runs. Valid values:

  • FIRST_BOOT_ONLY – Runs the script only the first time the compute node boots.

  • EVERY_BOOT – Runs the script every time the compute node boots, including reboots.

Inheritors

Types

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

Properties

Link copied to clipboard
abstract val value: String