NodeLifecycleScript

A script to run during a compute node lifecycle stage.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The command-line arguments to pass to the script. You can specify up to 20 arguments, and each argument can be up to 256 characters long.

Link copied to clipboard

The policy that determines when the script runs. The default value is FIRST_BOOT_ONLY. Valid values:

Link copied to clipboard

A unique name for the script. The name can be up to 64 characters long. Valid characters are letters, numbers, spaces, underscores (_), and hyphens (-). The first character must be a letter or a number.

Link copied to clipboard

The behavior when the script fails. The default value is TERMINATE. Valid values:

Link copied to clipboard

The source location and integrity information for the script.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String