ExecuteScriptActionParameters interface

The parameters for the script actions to execute on a running cluster.

Properties

persistOnSuccess

Gets or sets if the scripts needs to be persisted.

scriptActions

The list of run time script actions.

Property Details

persistOnSuccess

Gets or sets if the scripts needs to be persisted.

persistOnSuccess: boolean

Property Value

boolean

scriptActions

The list of run time script actions.

scriptActions?: RuntimeScriptAction[]

Property Value