Skip to content

Commit 634cea0

Browse files
HUBS-1692 | Added docs for the new params
1 parent 9dc807c commit 634cea0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/resources/vdb.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,42 @@ Environment variable to be set when the engine creates a VDB. See the Engine doc
223223
* `key` - (Required) Key of the tag
224224
* `value` - (Required) Value of the tag
225225

226+
* `make_current_account_owner` - (Optional) Whether the account provisioning this VDB must be configured as owner of the VDB.
227+
228+
* `config_params` - (Optional) Database configuration parameter overrides
229+
230+
* `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.
261+
226262

227263
## Attribute Reference
228264

0 commit comments

Comments
 (0)