NodeInitializationActionResponse

data class NodeInitializationActionResponse(val executableFile: String, val executionTimeout: String)

Specifies an executable to run on a fully configured node and a timeout period for executable completion.

Constructors

Link copied to clipboard
fun NodeInitializationActionResponse(executableFile: String, executionTimeout: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Cloud Storage URI of executable file.

Link copied to clipboard

Optional. Amount of time executable has to complete. Default is 10 minutes (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).Cluster creation fails with an explanatory error message (the name of the executable that caused the error and the exceeded timeout period) if the executable is not completed at end of the timeout period.