ExecuteScriptActionParameters interface
The parameters for the script actions to execute on a running cluster.
Properties
persist |
Gets or sets if the scripts needs to be persisted. |
script |
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[]