Skip to content

Commit 5e6a774

Browse files
authored
Add some missing fields for oracle resources (#15688)
1 parent 5b08ec4 commit 5e6a774

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

mmv1/products/oracledatabase/AutonomousDatabase.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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\nand 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

mmv1/products/oracledatabase/CloudVmCluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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. '

0 commit comments

Comments
 (0)