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
*`appdata_source_params` - The JSON payload conforming to the DraftV4 schema based on the type of application data being manipulated.
231
+
232
+
*`appdata_config_params` - (Optional) The list of parameters specified by the source config schema in the toolkit
233
+
234
+
*`additional_mount_points` - (Optional) Specifies additional locations on which to mount a subdirectory of an AppData container
235
+
*`shared_path` - (Required) Relative path within the container of the directory that should be mounted.
236
+
*`mount_path` - (Required) Absolute path on the target environment were the filesystem should be mounted
237
+
*`environment_id` - (Required) The entity ID of the environment on which the file system will be mounted.
238
+
239
+
*`vcdb_tde_key_identifier` - (Optional) ID of the key created by Delphix. (Oracle Multitenant Only)
240
+
241
+
*`cdb_tde_keystore_password` - (Optional) The password for the Transparent Data Encryption keystore associated with the CDB. (Oracle Multitenant Only)
242
+
243
+
*`target_vcdb_tde_keystore_path` - (Optional) Path to the keystore of the target vCDB. (Oracle Multitenant Only)
244
+
245
+
*`tde_key_identifier` - (Optional) ID of the key created by Delphix. (Oracle Multitenant Only)
246
+
247
+
*`tde_exported_key_file_secret` - (Optional) Secret to be used while exporting and importing vPDB encryption keys if Transparent Data Encryption is enabled on the vPDB. (Oracle Multitenant Only)
248
+
249
+
*`parent_tde_keystore_password` - (Optional) The password of the keystore specified in parentTdeKeystorePath. (Oracle Multitenant Only)
250
+
251
+
*`parent_tde_keystore_path` - (Optional) Path to a copy of the parent's Oracle transparent data encryption keystore on the target host. Required to provision from snapshots containing encrypted database files. (Oracle Multitenant Only)
252
+
253
+
*`oracle_rac_custom_env_vars` - (Optional) Environment variable to be set when the engine creates an Oracle RAC VDB. See the Engine documentation for the list of allowed/denied environment variables and rules about substitution.
254
+
*`node_id` - (Required) The node id of the cluster.
255
+
*`name` - (Required) Name of the environment variable
256
+
*`value` - (Required) Value of the environment variable.
257
+
258
+
*`oracle_rac_custom_env_files` - (Optional) Environment files to be sourced when the Engine creates an Oracle RAC VDB. This path can be followed by parameters. Paths and parameters are separated by spaces.
259
+
*`node_id` - (Required) The node id of the cluster.
260
+
*`path_parameters` - (Required) This references a file from which certain parameters will be loaded.
0 commit comments