You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`command` - (Required, if hook is specified) Command to be executed.
82
82
*`shell` - Type of shell. Valid values are `[bash, shell, expect, ps, psd]`.
83
83
84
-
*`pre_self_refresh` - [Updatable] The commands to execute on the Target environment before a self refresh on the VDB. This is a map of three parameters:
84
+
*`pre_rollback` - [Updatable] The commands to execute on the Target environment before a rollback on the VDB. This is a map of three parameters:
85
85
*`name` - Name of the hook.
86
86
*`command` - (Required, if hook is specified) Command to be executed.
87
87
*`shell` - Type of shell. Valid values are `[bash, shell, expect, ps, psd]`.
88
88
89
-
*`post_self_refresh` - [Updatable] The commands to execute on the Target environment after a self refresh on the VDB. This is a map of three parameters:
90
-
*`name` - Name of the hook.
91
-
*`command` - (Required, if hook is specified) Command to be executed.
92
-
*`shell` - Type of shell. Valid values are `[bash, shell, expect, ps, psd]`.
93
-
94
-
*`pre_rollback` - (Deprecated) [Updatable] The commands to execute on the Target environment before a rollback on the VDB. This is a map of three parameters:
95
-
*`name` - Name of the hook.
96
-
*`command` - (Required, if hook is specified) Command to be executed.
97
-
*`shell` - Type of shell. Valid values are `[bash, shell, expect, ps, psd]`.
98
-
99
-
*`post_rollback` - (Deprecated) [Updatable] The commands to execute on the Target environment after a rollback on the VDB. This is a map of three parameters:
89
+
*`post_rollback` - [Updatable] The commands to execute on the Target environment after a rollback on the VDB. This is a map of three parameters:
100
90
*`name` - Name of the hook.
101
91
*`command` - (Required, if hook is specified) Command to be executed.
102
92
*`shell` - Type of shell. Valid values are `[bash, shell, expect, ps, psd]`.
0 commit comments