Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.17 KB

VirtualDatasetHooks.md

File metadata and controls

26 lines (18 loc) · 2.17 KB

VirtualDatasetHooks

VDB operation hooks.

Properties

Name Type Description Notes
preRefresh List<Hook> The commands to execute on the target environment before refreshing the VDB. [optional]
postRefresh List<Hook> The commands to execute on the target environment after refreshing the VDB. [optional]
preSelfRefresh List<Hook> The commands to execute on the target environment before refreshing the VDB with data from itself. [optional]
postSelfRefresh List<Hook> The commands to execute on the target environment after refreshing the VDB with data from itself. [optional]
preRollback List<Hook> The commands to execute on the target environment before rewinding the VDB. [optional]
postRollback List<Hook> The commands to execute on the target environment after rewinding the VDB. [optional]
configureClone List<Hook> The commands to execute on the target environment when the VDB is created or refreshed. [optional]
preSnapshot List<Hook> The commands to execute on the target environment before snapshotting a virtual source. These commands can quiesce any data prior to snapshotting. [optional]
postSnapshot List<Hook> The commands to execute on the target environment after snapshotting a virtual source. [optional]
preStart List<Hook> The commands to execute on the target environment before starting a virtual source. [optional]
postStart List<Hook> The commands to execute on the target environment after starting a virtual source. [optional]
preStop List<Hook> The commands to execute on the target environment before stopping a virtual source. [optional]
postStop List<Hook> The commands to execute on the target environment after stopping a virtual source. [optional]