Properties File Format
...
The format of the properties file is as follows:
Property Name | Required | Description |
---|---|---|
version | No | Oracle Database version for the service instance |
level | No | Service level for the service instance. |
edition | No | Oracle Database edition for the service instance. ( |
subscription | No | A string containing the billing frequency for the service instance, either |
description | No | Description of the service instance |
shape | Yes | The Oracle Compute Cloud shape for the service instance, to be created. |
vmPublicKeyText | Yes | The text of an SSH public key for the VM. This key is added to Oracle Compute Cloud Service as part of the instance creation operation. This should be a String starting with |
parameter.usableStorage | No | The number of GB of usable data storage for the Oracle Database server. Include this parameter only if level is " |
parameter.adminPassword | No | The administration password for the service instance. Include this parameter only if level is " |
parameter.sid | No | The SID for the database instance. Include this parameter only if level is " |
parameter.pdb | No | The name for the default PDB (pluggable database). Include this parameter only if level is " |
parameter.backup | No | The backup configuration for the service instance. Include this parameter only if level is " |
parameter.cloudStorage Container | No | Oracle Storage Cloud container for backups. Include this parameter only if level is " . |
parameter.cloudStorage | No | The username of an Oracle Cloud user with read/write access to the specified parameter.cloudStorageContainer. Include this parameter only if level is " |
parameter.cloudStoragePwdcloudStorage Pwd | No | The password for parameter.cloudStorageUser. Include this parameter only if level is " |
...