File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
mmv1/products/oracledatabase Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,10 @@ properties:
166166 type : Double
167167 description : ' The number of compute servers for the Autonomous Database. '
168168 default_from_api : true
169+ - name : ' cpuCoreCount'
170+ type : Integer
171+ description : ' The number of CPU cores to be made available to the database. '
172+ default_from_api : true
169173 - name : ' dataStorageSizeTb'
170174 type : Integer
171175 description : ' The size of the data stored in the database, in terabytes. '
@@ -228,6 +232,12 @@ properties:
228232 description : " The email address used by Oracle to send notifications
229233 regarding databases\n and infrastructure. "
230234 required : true
235+ - name : ' secretId'
236+ type : String
237+ description : ' The ID of the Oracle Cloud Infrastructure vault secret. '
238+ - name : ' vaultId'
239+ type : String
240+ description : ' The ID of the Oracle Cloud Infrastructure vault. '
231241 - name : ' maintenanceScheduleType'
232242 type : String
233243 description : " The maintenance schedule of the Autonomous Database. \n
Original file line number Diff line number Diff line change @@ -173,6 +173,9 @@ properties:
173173 type : String
174174 description : ' IANA Time Zone Database time zone, e.g. "America/New_York". '
175175 default_from_api : true
176+ - name : ' version'
177+ type : String
178+ description : ' IANA Time Zone Database version number, e.g. "2019a". '
176179 - name : ' sshPublicKeys'
177180 type : Array
178181 description : ' SSH public keys to be stored with cluster. '
You can’t perform that action at this time.
0 commit comments