Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,13 @@ This key element specifies which method should be used for retrieving the value

#### `access`

By default, an attribute is read write in both WLST and MODEL. This element is used to set an attribute to read-only. The two read-only attributes are `RO` and `ROD`. The latter indicates that the attribute is read-only and will not be written into the domain. However, it will be discovered by the Discover Domain Tool into the model.
By default, an attribute is read write in both WLST and MODEL. This element is used to set an attribute to read-only
or ignored. The two attribute values are:

- `RO` indicates that the attribute is read-only and will not be written into the domain; however, it will be
discovered and written into the model by the Discover Domain Tool.
- `IGNORED` indicates that the attribute is both known and tolerated in the model but is never discovered or written
into the domain.
#### `preferred_model_type`

This key element specifies the preferred data type that should be used to put data in the model during discovery. As an example, list values can be represented in the model as comma-separated text, such as `"value1, value2"`, or as a YAML list, such as `["value1", "value2"]`. If the list values can contain commas, a YAML list must be used.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,8 @@ The content in the `kubernetes` section is not generated when a model is discove
### Parameter table for `extractResources`
| Parameter | Definition | Default |
| ---- | ---- | ---- |
| `-archive_file` | The path to the archive file. If the `-model_file` argument is not specified, the model file in this archive will be used. This can also be specified as a comma-separated list of archive files. The overlapping contents in each archive take precedence over previous archives in the list. | |
| `-archive_file` | The path to the archive file. This can also be specified as a comma-separated list of archive files. The overlapping contents in each archive take precedence over previous archives in the list. | |
| `-domain_home` | The domain home directory to be used in output files. This will override any value in the model. | |
| `-domain_resource_file` | The location of the extracted domain resource file. This is deprecated, use `-output_dir` to specify output location. | |
| `-model_file` | The location of the model file. This can also be specified as a comma-separated list of model locations, where each successive model layers on top of the previous ones. | |
| `-oracle_home` | Home directory of the Oracle WebLogic installation. Required if the `ORACLE_HOME` environment variable is not set. | |
| `-output_dir` | The location for the target output files. | |
Expand Down
File renamed without changes.
File renamed without changes.