@azure/arm-oracledatabase 1.0.1-alpha.20250217.1 → 1.0.1-alpha.20250218.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1154) hide show
  1. package/README.md +21 -14
  2. package/dist/browser/index.d.ts +5 -0
  3. package/dist/browser/index.d.ts.map +1 -0
  4. package/dist/browser/index.js +13 -0
  5. package/dist/browser/index.js.map +1 -0
  6. package/dist/browser/lroImpl.js.map +1 -0
  7. package/dist/browser/models/index.js.map +1 -0
  8. package/dist/browser/models/mappers.js.map +1 -0
  9. package/dist/browser/models/parameters.js +374 -0
  10. package/dist/browser/models/parameters.js.map +1 -0
  11. package/dist/browser/operations/autonomousDatabaseBackups.d.ts +100 -0
  12. package/dist/browser/operations/autonomousDatabaseBackups.d.ts.map +1 -0
  13. package/dist/browser/operations/autonomousDatabaseBackups.js +460 -0
  14. package/dist/browser/operations/autonomousDatabaseBackups.js.map +1 -0
  15. package/dist/browser/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
  16. package/dist/browser/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  17. package/dist/browser/operations/autonomousDatabaseCharacterSets.js +175 -0
  18. package/dist/browser/operations/autonomousDatabaseCharacterSets.js.map +1 -0
  19. package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
  20. package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  21. package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.js +175 -0
  22. package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  23. package/dist/browser/operations/autonomousDatabaseVersions.d.ts +42 -0
  24. package/dist/browser/operations/autonomousDatabaseVersions.d.ts.map +1 -0
  25. package/dist/browser/operations/autonomousDatabaseVersions.js +175 -0
  26. package/dist/browser/operations/autonomousDatabaseVersions.js.map +1 -0
  27. package/dist/browser/operations/autonomousDatabases.d.ts +177 -0
  28. package/dist/browser/operations/autonomousDatabases.d.ts.map +1 -0
  29. package/dist/browser/operations/autonomousDatabases.js +915 -0
  30. package/dist/browser/operations/autonomousDatabases.js.map +1 -0
  31. package/dist/browser/operations/cloudExadataInfrastructures.d.ts +121 -0
  32. package/dist/browser/operations/cloudExadataInfrastructures.d.ts.map +1 -0
  33. package/dist/browser/operations/cloudExadataInfrastructures.js +634 -0
  34. package/dist/browser/operations/cloudExadataInfrastructures.js.map +1 -0
  35. package/dist/browser/operations/cloudVmClusters.d.ts +147 -0
  36. package/dist/browser/operations/cloudVmClusters.d.ts.map +1 -0
  37. package/dist/browser/operations/cloudVmClusters.js +757 -0
  38. package/dist/browser/operations/cloudVmClusters.js.map +1 -0
  39. package/dist/browser/operations/dbNodes.d.ts +65 -0
  40. package/dist/browser/operations/dbNodes.d.ts.map +1 -0
  41. package/dist/browser/operations/dbNodes.js +279 -0
  42. package/dist/browser/operations/dbNodes.js.map +1 -0
  43. package/dist/browser/operations/dbServers.d.ts +47 -0
  44. package/dist/browser/operations/dbServers.d.ts.map +1 -0
  45. package/dist/browser/operations/dbServers.js +188 -0
  46. package/dist/browser/operations/dbServers.js.map +1 -0
  47. package/dist/browser/operations/dbSystemShapes.d.ts +42 -0
  48. package/dist/browser/operations/dbSystemShapes.d.ts.map +1 -0
  49. package/dist/browser/operations/dbSystemShapes.js +175 -0
  50. package/dist/browser/operations/dbSystemShapes.js.map +1 -0
  51. package/dist/browser/operations/dnsPrivateViews.d.ts +42 -0
  52. package/dist/browser/operations/dnsPrivateViews.d.ts.map +1 -0
  53. package/dist/browser/operations/dnsPrivateViews.js +175 -0
  54. package/dist/browser/operations/dnsPrivateViews.js.map +1 -0
  55. package/dist/browser/operations/dnsPrivateZones.d.ts +42 -0
  56. package/dist/browser/operations/dnsPrivateZones.d.ts.map +1 -0
  57. package/dist/browser/operations/dnsPrivateZones.js +175 -0
  58. package/dist/browser/operations/dnsPrivateZones.js.map +1 -0
  59. package/dist/browser/operations/giVersions.d.ts +42 -0
  60. package/dist/browser/operations/giVersions.d.ts.map +1 -0
  61. package/dist/browser/operations/giVersions.js +175 -0
  62. package/dist/browser/operations/giVersions.js.map +1 -0
  63. package/dist/browser/operations/index.d.ts +18 -0
  64. package/dist/browser/operations/index.d.ts.map +1 -0
  65. package/dist/browser/operations/index.js +25 -0
  66. package/dist/browser/operations/index.js.map +1 -0
  67. package/dist/browser/operations/operations.d.ts +32 -0
  68. package/dist/browser/operations/operations.d.ts.map +1 -0
  69. package/dist/browser/operations/operations.js +133 -0
  70. package/dist/browser/operations/operations.js.map +1 -0
  71. package/dist/browser/operations/oracleSubscriptions.d.ts +102 -0
  72. package/dist/browser/operations/oracleSubscriptions.d.ts.map +1 -0
  73. package/dist/browser/operations/oracleSubscriptions.js +608 -0
  74. package/dist/browser/operations/oracleSubscriptions.js.map +1 -0
  75. package/dist/browser/operations/systemVersions.d.ts +42 -0
  76. package/dist/browser/operations/systemVersions.d.ts.map +1 -0
  77. package/dist/browser/operations/systemVersions.js +175 -0
  78. package/dist/browser/operations/systemVersions.js.map +1 -0
  79. package/dist/browser/operations/virtualNetworkAddresses.d.ts +81 -0
  80. package/dist/browser/operations/virtualNetworkAddresses.d.ts.map +1 -0
  81. package/dist/browser/operations/virtualNetworkAddresses.js +374 -0
  82. package/dist/browser/operations/virtualNetworkAddresses.js.map +1 -0
  83. package/dist/browser/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
  84. package/dist/browser/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
  85. package/dist/browser/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
  86. package/dist/browser/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
  87. package/dist/browser/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  88. package/dist/browser/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
  89. package/dist/browser/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
  90. package/dist/browser/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  91. package/dist/browser/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  92. package/dist/browser/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
  93. package/dist/browser/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
  94. package/dist/browser/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
  95. package/dist/browser/operationsInterfaces/autonomousDatabases.d.ts +141 -0
  96. package/dist/browser/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
  97. package/dist/browser/operationsInterfaces/autonomousDatabases.js.map +1 -0
  98. package/dist/browser/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
  99. package/dist/browser/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
  100. package/dist/browser/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
  101. package/dist/browser/operationsInterfaces/cloudVmClusters.d.ts +111 -0
  102. package/dist/browser/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
  103. package/dist/browser/operationsInterfaces/cloudVmClusters.js.map +1 -0
  104. package/dist/browser/operationsInterfaces/dbNodes.d.ts +40 -0
  105. package/dist/browser/operationsInterfaces/dbNodes.d.ts.map +1 -0
  106. package/dist/browser/operationsInterfaces/dbNodes.js.map +1 -0
  107. package/dist/browser/operationsInterfaces/dbServers.d.ts +21 -0
  108. package/dist/browser/operationsInterfaces/dbServers.d.ts.map +1 -0
  109. package/dist/browser/operationsInterfaces/dbServers.js.map +1 -0
  110. package/dist/browser/operationsInterfaces/dbSystemShapes.d.ts +19 -0
  111. package/dist/browser/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
  112. package/dist/browser/operationsInterfaces/dbSystemShapes.js.map +1 -0
  113. package/dist/browser/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
  114. package/dist/browser/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
  115. package/dist/browser/operationsInterfaces/dnsPrivateViews.js.map +1 -0
  116. package/dist/browser/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
  117. package/dist/browser/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
  118. package/dist/browser/operationsInterfaces/dnsPrivateZones.js.map +1 -0
  119. package/dist/browser/operationsInterfaces/giVersions.d.ts +19 -0
  120. package/dist/browser/operationsInterfaces/giVersions.d.ts.map +1 -0
  121. package/dist/browser/operationsInterfaces/giVersions.js.map +1 -0
  122. package/dist/browser/operationsInterfaces/index.d.ts +18 -0
  123. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  124. package/dist/browser/operationsInterfaces/index.js +25 -0
  125. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  126. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  127. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  128. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  129. package/dist/browser/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
  130. package/dist/browser/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
  131. package/dist/browser/operationsInterfaces/oracleSubscriptions.js.map +1 -0
  132. package/dist/browser/operationsInterfaces/systemVersions.d.ts +19 -0
  133. package/dist/browser/operationsInterfaces/systemVersions.d.ts.map +1 -0
  134. package/dist/browser/operationsInterfaces/systemVersions.js.map +1 -0
  135. package/dist/browser/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
  136. package/dist/browser/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
  137. package/dist/browser/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
  138. package/dist/browser/oracleDatabaseManagementClient.d.ts +36 -0
  139. package/dist/browser/oracleDatabaseManagementClient.d.ts.map +1 -0
  140. package/dist/browser/oracleDatabaseManagementClient.js +115 -0
  141. package/dist/browser/oracleDatabaseManagementClient.js.map +1 -0
  142. package/dist/browser/package.json +3 -0
  143. package/dist/browser/pagingHelper.js.map +1 -0
  144. package/dist/commonjs/index.d.ts +5 -0
  145. package/dist/commonjs/index.d.ts.map +1 -0
  146. package/dist/commonjs/index.js +19 -0
  147. package/dist/commonjs/index.js.map +1 -0
  148. package/dist/commonjs/lroImpl.d.ts +11 -0
  149. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  150. package/dist/commonjs/lroImpl.js +17 -0
  151. package/dist/commonjs/lroImpl.js.map +1 -0
  152. package/dist/commonjs/models/index.d.ts +4114 -0
  153. package/dist/commonjs/models/index.d.ts.map +1 -0
  154. package/dist/commonjs/models/index.js +668 -0
  155. package/dist/commonjs/models/index.js.map +1 -0
  156. package/dist/commonjs/models/mappers.d.ts +142 -0
  157. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  158. package/dist/commonjs/models/mappers.js +5743 -0
  159. package/dist/commonjs/models/mappers.js.map +1 -0
  160. package/dist/commonjs/models/parameters.d.ts +42 -0
  161. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  162. package/dist/commonjs/models/parameters.js +377 -0
  163. package/dist/commonjs/models/parameters.js.map +1 -0
  164. package/dist/commonjs/operations/autonomousDatabaseBackups.d.ts +100 -0
  165. package/dist/commonjs/operations/autonomousDatabaseBackups.d.ts.map +1 -0
  166. package/dist/commonjs/operations/autonomousDatabaseBackups.js +464 -0
  167. package/dist/commonjs/operations/autonomousDatabaseBackups.js.map +1 -0
  168. package/dist/commonjs/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
  169. package/dist/commonjs/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  170. package/dist/commonjs/operations/autonomousDatabaseCharacterSets.js +179 -0
  171. package/dist/commonjs/operations/autonomousDatabaseCharacterSets.js.map +1 -0
  172. package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
  173. package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  174. package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.js +179 -0
  175. package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  176. package/dist/commonjs/operations/autonomousDatabaseVersions.d.ts +42 -0
  177. package/dist/commonjs/operations/autonomousDatabaseVersions.d.ts.map +1 -0
  178. package/dist/commonjs/operations/autonomousDatabaseVersions.js +179 -0
  179. package/dist/commonjs/operations/autonomousDatabaseVersions.js.map +1 -0
  180. package/dist/commonjs/operations/autonomousDatabases.d.ts +177 -0
  181. package/dist/commonjs/operations/autonomousDatabases.d.ts.map +1 -0
  182. package/dist/commonjs/operations/autonomousDatabases.js +919 -0
  183. package/dist/commonjs/operations/autonomousDatabases.js.map +1 -0
  184. package/dist/commonjs/operations/cloudExadataInfrastructures.d.ts +121 -0
  185. package/dist/commonjs/operations/cloudExadataInfrastructures.d.ts.map +1 -0
  186. package/dist/commonjs/operations/cloudExadataInfrastructures.js +638 -0
  187. package/dist/commonjs/operations/cloudExadataInfrastructures.js.map +1 -0
  188. package/dist/commonjs/operations/cloudVmClusters.d.ts +147 -0
  189. package/dist/commonjs/operations/cloudVmClusters.d.ts.map +1 -0
  190. package/dist/commonjs/operations/cloudVmClusters.js +761 -0
  191. package/dist/commonjs/operations/cloudVmClusters.js.map +1 -0
  192. package/dist/commonjs/operations/dbNodes.d.ts +65 -0
  193. package/dist/commonjs/operations/dbNodes.d.ts.map +1 -0
  194. package/dist/commonjs/operations/dbNodes.js +283 -0
  195. package/dist/commonjs/operations/dbNodes.js.map +1 -0
  196. package/dist/commonjs/operations/dbServers.d.ts +47 -0
  197. package/dist/commonjs/operations/dbServers.d.ts.map +1 -0
  198. package/dist/commonjs/operations/dbServers.js +192 -0
  199. package/dist/commonjs/operations/dbServers.js.map +1 -0
  200. package/dist/commonjs/operations/dbSystemShapes.d.ts +42 -0
  201. package/dist/commonjs/operations/dbSystemShapes.d.ts.map +1 -0
  202. package/dist/commonjs/operations/dbSystemShapes.js +179 -0
  203. package/dist/commonjs/operations/dbSystemShapes.js.map +1 -0
  204. package/dist/commonjs/operations/dnsPrivateViews.d.ts +42 -0
  205. package/dist/commonjs/operations/dnsPrivateViews.d.ts.map +1 -0
  206. package/dist/commonjs/operations/dnsPrivateViews.js +179 -0
  207. package/dist/commonjs/operations/dnsPrivateViews.js.map +1 -0
  208. package/dist/commonjs/operations/dnsPrivateZones.d.ts +42 -0
  209. package/dist/commonjs/operations/dnsPrivateZones.d.ts.map +1 -0
  210. package/dist/commonjs/operations/dnsPrivateZones.js +179 -0
  211. package/dist/commonjs/operations/dnsPrivateZones.js.map +1 -0
  212. package/dist/commonjs/operations/giVersions.d.ts +42 -0
  213. package/dist/commonjs/operations/giVersions.d.ts.map +1 -0
  214. package/dist/commonjs/operations/giVersions.js +179 -0
  215. package/dist/commonjs/operations/giVersions.js.map +1 -0
  216. package/dist/commonjs/operations/index.d.ts +18 -0
  217. package/dist/commonjs/operations/index.d.ts.map +1 -0
  218. package/dist/commonjs/operations/index.js +28 -0
  219. package/dist/commonjs/operations/index.js.map +1 -0
  220. package/dist/commonjs/operations/operations.d.ts +32 -0
  221. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  222. package/dist/commonjs/operations/operations.js +137 -0
  223. package/dist/commonjs/operations/operations.js.map +1 -0
  224. package/dist/commonjs/operations/oracleSubscriptions.d.ts +102 -0
  225. package/dist/commonjs/operations/oracleSubscriptions.d.ts.map +1 -0
  226. package/dist/commonjs/operations/oracleSubscriptions.js +612 -0
  227. package/dist/commonjs/operations/oracleSubscriptions.js.map +1 -0
  228. package/dist/commonjs/operations/systemVersions.d.ts +42 -0
  229. package/dist/commonjs/operations/systemVersions.d.ts.map +1 -0
  230. package/dist/commonjs/operations/systemVersions.js +179 -0
  231. package/dist/commonjs/operations/systemVersions.js.map +1 -0
  232. package/dist/commonjs/operations/virtualNetworkAddresses.d.ts +81 -0
  233. package/dist/commonjs/operations/virtualNetworkAddresses.d.ts.map +1 -0
  234. package/dist/commonjs/operations/virtualNetworkAddresses.js +378 -0
  235. package/dist/commonjs/operations/virtualNetworkAddresses.js.map +1 -0
  236. package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
  237. package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
  238. package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.js +10 -0
  239. package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
  240. package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
  241. package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  242. package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.js +10 -0
  243. package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
  244. package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
  245. package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  246. package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +10 -0
  247. package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  248. package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
  249. package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
  250. package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.js +10 -0
  251. package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
  252. package/dist/commonjs/operationsInterfaces/autonomousDatabases.d.ts +141 -0
  253. package/dist/commonjs/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
  254. package/dist/commonjs/operationsInterfaces/autonomousDatabases.js +10 -0
  255. package/dist/commonjs/operationsInterfaces/autonomousDatabases.js.map +1 -0
  256. package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
  257. package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
  258. package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.js +10 -0
  259. package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
  260. package/dist/commonjs/operationsInterfaces/cloudVmClusters.d.ts +111 -0
  261. package/dist/commonjs/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
  262. package/dist/commonjs/operationsInterfaces/cloudVmClusters.js +10 -0
  263. package/dist/commonjs/operationsInterfaces/cloudVmClusters.js.map +1 -0
  264. package/dist/commonjs/operationsInterfaces/dbNodes.d.ts +40 -0
  265. package/dist/commonjs/operationsInterfaces/dbNodes.d.ts.map +1 -0
  266. package/dist/commonjs/operationsInterfaces/dbNodes.js +10 -0
  267. package/dist/commonjs/operationsInterfaces/dbNodes.js.map +1 -0
  268. package/dist/commonjs/operationsInterfaces/dbServers.d.ts +21 -0
  269. package/dist/commonjs/operationsInterfaces/dbServers.d.ts.map +1 -0
  270. package/dist/commonjs/operationsInterfaces/dbServers.js +10 -0
  271. package/dist/commonjs/operationsInterfaces/dbServers.js.map +1 -0
  272. package/dist/commonjs/operationsInterfaces/dbSystemShapes.d.ts +19 -0
  273. package/dist/commonjs/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
  274. package/dist/commonjs/operationsInterfaces/dbSystemShapes.js +10 -0
  275. package/dist/commonjs/operationsInterfaces/dbSystemShapes.js.map +1 -0
  276. package/dist/commonjs/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
  277. package/dist/commonjs/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
  278. package/dist/commonjs/operationsInterfaces/dnsPrivateViews.js +10 -0
  279. package/dist/commonjs/operationsInterfaces/dnsPrivateViews.js.map +1 -0
  280. package/dist/commonjs/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
  281. package/dist/commonjs/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
  282. package/dist/commonjs/operationsInterfaces/dnsPrivateZones.js +10 -0
  283. package/dist/commonjs/operationsInterfaces/dnsPrivateZones.js.map +1 -0
  284. package/dist/commonjs/operationsInterfaces/giVersions.d.ts +19 -0
  285. package/dist/commonjs/operationsInterfaces/giVersions.d.ts.map +1 -0
  286. package/dist/commonjs/operationsInterfaces/giVersions.js +10 -0
  287. package/dist/commonjs/operationsInterfaces/giVersions.js.map +1 -0
  288. package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
  289. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  290. package/dist/commonjs/operationsInterfaces/index.js +28 -0
  291. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  292. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  293. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  294. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  295. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  296. package/dist/commonjs/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
  297. package/dist/commonjs/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
  298. package/dist/commonjs/operationsInterfaces/oracleSubscriptions.js +10 -0
  299. package/dist/commonjs/operationsInterfaces/oracleSubscriptions.js.map +1 -0
  300. package/dist/commonjs/operationsInterfaces/systemVersions.d.ts +19 -0
  301. package/dist/commonjs/operationsInterfaces/systemVersions.d.ts.map +1 -0
  302. package/dist/commonjs/operationsInterfaces/systemVersions.js +10 -0
  303. package/dist/commonjs/operationsInterfaces/systemVersions.js.map +1 -0
  304. package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
  305. package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
  306. package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.js +10 -0
  307. package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
  308. package/dist/commonjs/oracleDatabaseManagementClient.d.ts +36 -0
  309. package/dist/commonjs/oracleDatabaseManagementClient.d.ts.map +1 -0
  310. package/dist/commonjs/oracleDatabaseManagementClient.js +120 -0
  311. package/dist/commonjs/oracleDatabaseManagementClient.js.map +1 -0
  312. package/dist/commonjs/package.json +3 -0
  313. package/dist/commonjs/pagingHelper.d.ts +13 -0
  314. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  315. package/dist/commonjs/pagingHelper.js +36 -0
  316. package/dist/commonjs/pagingHelper.js.map +1 -0
  317. package/dist/commonjs/tsdoc-metadata.json +11 -0
  318. package/dist/esm/index.d.ts +5 -0
  319. package/dist/esm/index.d.ts.map +1 -0
  320. package/dist/esm/index.js +13 -0
  321. package/dist/esm/index.js.map +1 -0
  322. package/dist/esm/lroImpl.d.ts +11 -0
  323. package/dist/esm/lroImpl.d.ts.map +1 -0
  324. package/dist/esm/lroImpl.js +14 -0
  325. package/dist/esm/lroImpl.js.map +1 -0
  326. package/dist/esm/models/index.d.ts +4114 -0
  327. package/dist/esm/models/index.d.ts.map +1 -0
  328. package/dist/esm/models/index.js +664 -0
  329. package/dist/esm/models/index.js.map +1 -0
  330. package/dist/esm/models/mappers.d.ts +142 -0
  331. package/dist/esm/models/mappers.d.ts.map +1 -0
  332. package/dist/esm/models/mappers.js +5738 -0
  333. package/dist/esm/models/mappers.js.map +1 -0
  334. package/dist/esm/models/parameters.d.ts +42 -0
  335. package/dist/esm/models/parameters.d.ts.map +1 -0
  336. package/dist/esm/models/parameters.js +374 -0
  337. package/dist/esm/models/parameters.js.map +1 -0
  338. package/dist/esm/operations/autonomousDatabaseBackups.d.ts +100 -0
  339. package/dist/esm/operations/autonomousDatabaseBackups.d.ts.map +1 -0
  340. package/dist/esm/operations/autonomousDatabaseBackups.js +460 -0
  341. package/dist/esm/operations/autonomousDatabaseBackups.js.map +1 -0
  342. package/dist/esm/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
  343. package/dist/esm/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  344. package/dist/esm/operations/autonomousDatabaseCharacterSets.js +175 -0
  345. package/dist/esm/operations/autonomousDatabaseCharacterSets.js.map +1 -0
  346. package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
  347. package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  348. package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.js +175 -0
  349. package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  350. package/dist/esm/operations/autonomousDatabaseVersions.d.ts +42 -0
  351. package/dist/esm/operations/autonomousDatabaseVersions.d.ts.map +1 -0
  352. package/dist/esm/operations/autonomousDatabaseVersions.js +175 -0
  353. package/dist/esm/operations/autonomousDatabaseVersions.js.map +1 -0
  354. package/dist/esm/operations/autonomousDatabases.d.ts +177 -0
  355. package/dist/esm/operations/autonomousDatabases.d.ts.map +1 -0
  356. package/dist/esm/operations/autonomousDatabases.js +915 -0
  357. package/dist/esm/operations/autonomousDatabases.js.map +1 -0
  358. package/dist/esm/operations/cloudExadataInfrastructures.d.ts +121 -0
  359. package/dist/esm/operations/cloudExadataInfrastructures.d.ts.map +1 -0
  360. package/dist/esm/operations/cloudExadataInfrastructures.js +634 -0
  361. package/dist/esm/operations/cloudExadataInfrastructures.js.map +1 -0
  362. package/dist/esm/operations/cloudVmClusters.d.ts +147 -0
  363. package/dist/esm/operations/cloudVmClusters.d.ts.map +1 -0
  364. package/dist/esm/operations/cloudVmClusters.js +757 -0
  365. package/dist/esm/operations/cloudVmClusters.js.map +1 -0
  366. package/dist/esm/operations/dbNodes.d.ts +65 -0
  367. package/dist/esm/operations/dbNodes.d.ts.map +1 -0
  368. package/dist/esm/operations/dbNodes.js +279 -0
  369. package/dist/esm/operations/dbNodes.js.map +1 -0
  370. package/dist/esm/operations/dbServers.d.ts +47 -0
  371. package/dist/esm/operations/dbServers.d.ts.map +1 -0
  372. package/dist/esm/operations/dbServers.js +188 -0
  373. package/dist/esm/operations/dbServers.js.map +1 -0
  374. package/dist/esm/operations/dbSystemShapes.d.ts +42 -0
  375. package/dist/esm/operations/dbSystemShapes.d.ts.map +1 -0
  376. package/dist/esm/operations/dbSystemShapes.js +175 -0
  377. package/dist/esm/operations/dbSystemShapes.js.map +1 -0
  378. package/dist/esm/operations/dnsPrivateViews.d.ts +42 -0
  379. package/dist/esm/operations/dnsPrivateViews.d.ts.map +1 -0
  380. package/dist/esm/operations/dnsPrivateViews.js +175 -0
  381. package/dist/esm/operations/dnsPrivateViews.js.map +1 -0
  382. package/dist/esm/operations/dnsPrivateZones.d.ts +42 -0
  383. package/dist/esm/operations/dnsPrivateZones.d.ts.map +1 -0
  384. package/dist/esm/operations/dnsPrivateZones.js +175 -0
  385. package/dist/esm/operations/dnsPrivateZones.js.map +1 -0
  386. package/dist/esm/operations/giVersions.d.ts +42 -0
  387. package/dist/esm/operations/giVersions.d.ts.map +1 -0
  388. package/dist/esm/operations/giVersions.js +175 -0
  389. package/dist/esm/operations/giVersions.js.map +1 -0
  390. package/dist/esm/operations/index.d.ts +18 -0
  391. package/dist/esm/operations/index.d.ts.map +1 -0
  392. package/dist/esm/operations/index.js +25 -0
  393. package/dist/esm/operations/index.js.map +1 -0
  394. package/dist/esm/operations/operations.d.ts +32 -0
  395. package/dist/esm/operations/operations.d.ts.map +1 -0
  396. package/dist/esm/operations/operations.js +133 -0
  397. package/dist/esm/operations/operations.js.map +1 -0
  398. package/dist/esm/operations/oracleSubscriptions.d.ts +102 -0
  399. package/dist/esm/operations/oracleSubscriptions.d.ts.map +1 -0
  400. package/dist/esm/operations/oracleSubscriptions.js +608 -0
  401. package/dist/esm/operations/oracleSubscriptions.js.map +1 -0
  402. package/dist/esm/operations/systemVersions.d.ts +42 -0
  403. package/dist/esm/operations/systemVersions.d.ts.map +1 -0
  404. package/dist/esm/operations/systemVersions.js +175 -0
  405. package/dist/esm/operations/systemVersions.js.map +1 -0
  406. package/dist/esm/operations/virtualNetworkAddresses.d.ts +81 -0
  407. package/dist/esm/operations/virtualNetworkAddresses.d.ts.map +1 -0
  408. package/dist/esm/operations/virtualNetworkAddresses.js +374 -0
  409. package/dist/esm/operations/virtualNetworkAddresses.js.map +1 -0
  410. package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
  411. package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
  412. package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.js +9 -0
  413. package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
  414. package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
  415. package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  416. package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.js +9 -0
  417. package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
  418. package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
  419. package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  420. package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +9 -0
  421. package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  422. package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
  423. package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
  424. package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.js +9 -0
  425. package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
  426. package/dist/esm/operationsInterfaces/autonomousDatabases.d.ts +141 -0
  427. package/dist/esm/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
  428. package/dist/esm/operationsInterfaces/autonomousDatabases.js +9 -0
  429. package/dist/esm/operationsInterfaces/autonomousDatabases.js.map +1 -0
  430. package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
  431. package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
  432. package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.js +9 -0
  433. package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
  434. package/dist/esm/operationsInterfaces/cloudVmClusters.d.ts +111 -0
  435. package/dist/esm/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
  436. package/dist/esm/operationsInterfaces/cloudVmClusters.js +9 -0
  437. package/dist/esm/operationsInterfaces/cloudVmClusters.js.map +1 -0
  438. package/dist/esm/operationsInterfaces/dbNodes.d.ts +40 -0
  439. package/dist/esm/operationsInterfaces/dbNodes.d.ts.map +1 -0
  440. package/dist/esm/operationsInterfaces/dbNodes.js +9 -0
  441. package/dist/esm/operationsInterfaces/dbNodes.js.map +1 -0
  442. package/dist/esm/operationsInterfaces/dbServers.d.ts +21 -0
  443. package/dist/esm/operationsInterfaces/dbServers.d.ts.map +1 -0
  444. package/dist/esm/operationsInterfaces/dbServers.js +9 -0
  445. package/dist/esm/operationsInterfaces/dbServers.js.map +1 -0
  446. package/dist/esm/operationsInterfaces/dbSystemShapes.d.ts +19 -0
  447. package/dist/esm/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
  448. package/dist/esm/operationsInterfaces/dbSystemShapes.js +9 -0
  449. package/dist/esm/operationsInterfaces/dbSystemShapes.js.map +1 -0
  450. package/dist/esm/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
  451. package/dist/esm/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
  452. package/dist/esm/operationsInterfaces/dnsPrivateViews.js +9 -0
  453. package/dist/esm/operationsInterfaces/dnsPrivateViews.js.map +1 -0
  454. package/dist/esm/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
  455. package/dist/esm/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
  456. package/dist/esm/operationsInterfaces/dnsPrivateZones.js +9 -0
  457. package/dist/esm/operationsInterfaces/dnsPrivateZones.js.map +1 -0
  458. package/dist/esm/operationsInterfaces/giVersions.d.ts +19 -0
  459. package/dist/esm/operationsInterfaces/giVersions.d.ts.map +1 -0
  460. package/dist/esm/operationsInterfaces/giVersions.js +9 -0
  461. package/dist/esm/operationsInterfaces/giVersions.js.map +1 -0
  462. package/dist/esm/operationsInterfaces/index.d.ts +18 -0
  463. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  464. package/dist/esm/operationsInterfaces/index.js +25 -0
  465. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  466. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  467. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  468. package/dist/esm/operationsInterfaces/operations.js +9 -0
  469. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  470. package/dist/esm/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
  471. package/dist/esm/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
  472. package/dist/esm/operationsInterfaces/oracleSubscriptions.js +9 -0
  473. package/dist/esm/operationsInterfaces/oracleSubscriptions.js.map +1 -0
  474. package/dist/esm/operationsInterfaces/systemVersions.d.ts +19 -0
  475. package/dist/esm/operationsInterfaces/systemVersions.d.ts.map +1 -0
  476. package/dist/esm/operationsInterfaces/systemVersions.js +9 -0
  477. package/dist/esm/operationsInterfaces/systemVersions.js.map +1 -0
  478. package/dist/esm/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
  479. package/dist/esm/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
  480. package/dist/esm/operationsInterfaces/virtualNetworkAddresses.js +9 -0
  481. package/dist/esm/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
  482. package/dist/esm/oracleDatabaseManagementClient.d.ts +36 -0
  483. package/dist/esm/oracleDatabaseManagementClient.d.ts.map +1 -0
  484. package/dist/esm/oracleDatabaseManagementClient.js +115 -0
  485. package/dist/esm/oracleDatabaseManagementClient.js.map +1 -0
  486. package/dist/esm/package.json +3 -0
  487. package/dist/esm/pagingHelper.d.ts +13 -0
  488. package/dist/esm/pagingHelper.d.ts.map +1 -0
  489. package/dist/esm/pagingHelper.js +32 -0
  490. package/dist/esm/pagingHelper.js.map +1 -0
  491. package/dist/react-native/index.d.ts +5 -0
  492. package/dist/react-native/index.d.ts.map +1 -0
  493. package/dist/react-native/index.js +13 -0
  494. package/dist/react-native/index.js.map +1 -0
  495. package/dist/react-native/lroImpl.d.ts +11 -0
  496. package/dist/react-native/lroImpl.d.ts.map +1 -0
  497. package/dist/react-native/lroImpl.js +14 -0
  498. package/dist/react-native/lroImpl.js.map +1 -0
  499. package/dist/react-native/models/index.d.ts +4114 -0
  500. package/dist/react-native/models/index.d.ts.map +1 -0
  501. package/dist/react-native/models/index.js +664 -0
  502. package/dist/react-native/models/index.js.map +1 -0
  503. package/dist/react-native/models/mappers.d.ts +142 -0
  504. package/dist/react-native/models/mappers.d.ts.map +1 -0
  505. package/dist/react-native/models/mappers.js +5738 -0
  506. package/dist/react-native/models/mappers.js.map +1 -0
  507. package/dist/react-native/models/parameters.d.ts +42 -0
  508. package/dist/react-native/models/parameters.d.ts.map +1 -0
  509. package/dist/react-native/models/parameters.js +374 -0
  510. package/dist/react-native/models/parameters.js.map +1 -0
  511. package/dist/react-native/operations/autonomousDatabaseBackups.d.ts +100 -0
  512. package/dist/react-native/operations/autonomousDatabaseBackups.d.ts.map +1 -0
  513. package/dist/react-native/operations/autonomousDatabaseBackups.js +460 -0
  514. package/dist/react-native/operations/autonomousDatabaseBackups.js.map +1 -0
  515. package/dist/react-native/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
  516. package/dist/react-native/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  517. package/dist/react-native/operations/autonomousDatabaseCharacterSets.js +175 -0
  518. package/dist/react-native/operations/autonomousDatabaseCharacterSets.js.map +1 -0
  519. package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
  520. package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  521. package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.js +175 -0
  522. package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  523. package/dist/react-native/operations/autonomousDatabaseVersions.d.ts +42 -0
  524. package/dist/react-native/operations/autonomousDatabaseVersions.d.ts.map +1 -0
  525. package/dist/react-native/operations/autonomousDatabaseVersions.js +175 -0
  526. package/dist/react-native/operations/autonomousDatabaseVersions.js.map +1 -0
  527. package/dist/react-native/operations/autonomousDatabases.d.ts +177 -0
  528. package/dist/react-native/operations/autonomousDatabases.d.ts.map +1 -0
  529. package/dist/react-native/operations/autonomousDatabases.js +915 -0
  530. package/dist/react-native/operations/autonomousDatabases.js.map +1 -0
  531. package/dist/react-native/operations/cloudExadataInfrastructures.d.ts +121 -0
  532. package/dist/react-native/operations/cloudExadataInfrastructures.d.ts.map +1 -0
  533. package/dist/react-native/operations/cloudExadataInfrastructures.js +634 -0
  534. package/dist/react-native/operations/cloudExadataInfrastructures.js.map +1 -0
  535. package/dist/react-native/operations/cloudVmClusters.d.ts +147 -0
  536. package/dist/react-native/operations/cloudVmClusters.d.ts.map +1 -0
  537. package/dist/react-native/operations/cloudVmClusters.js +757 -0
  538. package/dist/react-native/operations/cloudVmClusters.js.map +1 -0
  539. package/dist/react-native/operations/dbNodes.d.ts +65 -0
  540. package/dist/react-native/operations/dbNodes.d.ts.map +1 -0
  541. package/dist/react-native/operations/dbNodes.js +279 -0
  542. package/dist/react-native/operations/dbNodes.js.map +1 -0
  543. package/dist/react-native/operations/dbServers.d.ts +47 -0
  544. package/dist/react-native/operations/dbServers.d.ts.map +1 -0
  545. package/dist/react-native/operations/dbServers.js +188 -0
  546. package/dist/react-native/operations/dbServers.js.map +1 -0
  547. package/dist/react-native/operations/dbSystemShapes.d.ts +42 -0
  548. package/dist/react-native/operations/dbSystemShapes.d.ts.map +1 -0
  549. package/dist/react-native/operations/dbSystemShapes.js +175 -0
  550. package/dist/react-native/operations/dbSystemShapes.js.map +1 -0
  551. package/dist/react-native/operations/dnsPrivateViews.d.ts +42 -0
  552. package/dist/react-native/operations/dnsPrivateViews.d.ts.map +1 -0
  553. package/dist/react-native/operations/dnsPrivateViews.js +175 -0
  554. package/dist/react-native/operations/dnsPrivateViews.js.map +1 -0
  555. package/dist/react-native/operations/dnsPrivateZones.d.ts +42 -0
  556. package/dist/react-native/operations/dnsPrivateZones.d.ts.map +1 -0
  557. package/dist/react-native/operations/dnsPrivateZones.js +175 -0
  558. package/dist/react-native/operations/dnsPrivateZones.js.map +1 -0
  559. package/dist/react-native/operations/giVersions.d.ts +42 -0
  560. package/dist/react-native/operations/giVersions.d.ts.map +1 -0
  561. package/dist/react-native/operations/giVersions.js +175 -0
  562. package/dist/react-native/operations/giVersions.js.map +1 -0
  563. package/dist/react-native/operations/index.d.ts +18 -0
  564. package/dist/react-native/operations/index.d.ts.map +1 -0
  565. package/dist/react-native/operations/index.js +25 -0
  566. package/dist/react-native/operations/index.js.map +1 -0
  567. package/dist/react-native/operations/operations.d.ts +32 -0
  568. package/dist/react-native/operations/operations.d.ts.map +1 -0
  569. package/dist/react-native/operations/operations.js +133 -0
  570. package/dist/react-native/operations/operations.js.map +1 -0
  571. package/dist/react-native/operations/oracleSubscriptions.d.ts +102 -0
  572. package/dist/react-native/operations/oracleSubscriptions.d.ts.map +1 -0
  573. package/dist/react-native/operations/oracleSubscriptions.js +608 -0
  574. package/dist/react-native/operations/oracleSubscriptions.js.map +1 -0
  575. package/dist/react-native/operations/systemVersions.d.ts +42 -0
  576. package/dist/react-native/operations/systemVersions.d.ts.map +1 -0
  577. package/dist/react-native/operations/systemVersions.js +175 -0
  578. package/dist/react-native/operations/systemVersions.js.map +1 -0
  579. package/dist/react-native/operations/virtualNetworkAddresses.d.ts +81 -0
  580. package/dist/react-native/operations/virtualNetworkAddresses.d.ts.map +1 -0
  581. package/dist/react-native/operations/virtualNetworkAddresses.js +374 -0
  582. package/dist/react-native/operations/virtualNetworkAddresses.js.map +1 -0
  583. package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
  584. package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
  585. package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.js +9 -0
  586. package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
  587. package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
  588. package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  589. package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.js +9 -0
  590. package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
  591. package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
  592. package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  593. package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +9 -0
  594. package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  595. package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
  596. package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
  597. package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.js +9 -0
  598. package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
  599. package/dist/react-native/operationsInterfaces/autonomousDatabases.d.ts +141 -0
  600. package/dist/react-native/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
  601. package/dist/react-native/operationsInterfaces/autonomousDatabases.js +9 -0
  602. package/dist/react-native/operationsInterfaces/autonomousDatabases.js.map +1 -0
  603. package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
  604. package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
  605. package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.js +9 -0
  606. package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
  607. package/dist/react-native/operationsInterfaces/cloudVmClusters.d.ts +111 -0
  608. package/dist/react-native/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
  609. package/dist/react-native/operationsInterfaces/cloudVmClusters.js +9 -0
  610. package/dist/react-native/operationsInterfaces/cloudVmClusters.js.map +1 -0
  611. package/dist/react-native/operationsInterfaces/dbNodes.d.ts +40 -0
  612. package/dist/react-native/operationsInterfaces/dbNodes.d.ts.map +1 -0
  613. package/dist/react-native/operationsInterfaces/dbNodes.js +9 -0
  614. package/dist/react-native/operationsInterfaces/dbNodes.js.map +1 -0
  615. package/dist/react-native/operationsInterfaces/dbServers.d.ts +21 -0
  616. package/dist/react-native/operationsInterfaces/dbServers.d.ts.map +1 -0
  617. package/dist/react-native/operationsInterfaces/dbServers.js +9 -0
  618. package/dist/react-native/operationsInterfaces/dbServers.js.map +1 -0
  619. package/dist/react-native/operationsInterfaces/dbSystemShapes.d.ts +19 -0
  620. package/dist/react-native/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
  621. package/dist/react-native/operationsInterfaces/dbSystemShapes.js +9 -0
  622. package/dist/react-native/operationsInterfaces/dbSystemShapes.js.map +1 -0
  623. package/dist/react-native/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
  624. package/dist/react-native/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
  625. package/dist/react-native/operationsInterfaces/dnsPrivateViews.js +9 -0
  626. package/dist/react-native/operationsInterfaces/dnsPrivateViews.js.map +1 -0
  627. package/dist/react-native/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
  628. package/dist/react-native/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
  629. package/dist/react-native/operationsInterfaces/dnsPrivateZones.js +9 -0
  630. package/dist/react-native/operationsInterfaces/dnsPrivateZones.js.map +1 -0
  631. package/dist/react-native/operationsInterfaces/giVersions.d.ts +19 -0
  632. package/dist/react-native/operationsInterfaces/giVersions.d.ts.map +1 -0
  633. package/dist/react-native/operationsInterfaces/giVersions.js +9 -0
  634. package/dist/react-native/operationsInterfaces/giVersions.js.map +1 -0
  635. package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
  636. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  637. package/dist/react-native/operationsInterfaces/index.js +25 -0
  638. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  639. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  640. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  641. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  642. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  643. package/dist/react-native/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
  644. package/dist/react-native/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
  645. package/dist/react-native/operationsInterfaces/oracleSubscriptions.js +9 -0
  646. package/dist/react-native/operationsInterfaces/oracleSubscriptions.js.map +1 -0
  647. package/dist/react-native/operationsInterfaces/systemVersions.d.ts +19 -0
  648. package/dist/react-native/operationsInterfaces/systemVersions.d.ts.map +1 -0
  649. package/dist/react-native/operationsInterfaces/systemVersions.js +9 -0
  650. package/dist/react-native/operationsInterfaces/systemVersions.js.map +1 -0
  651. package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
  652. package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
  653. package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.js +9 -0
  654. package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
  655. package/dist/react-native/oracleDatabaseManagementClient.d.ts +36 -0
  656. package/dist/react-native/oracleDatabaseManagementClient.d.ts.map +1 -0
  657. package/dist/react-native/oracleDatabaseManagementClient.js +115 -0
  658. package/dist/react-native/oracleDatabaseManagementClient.js.map +1 -0
  659. package/dist/react-native/package.json +3 -0
  660. package/dist/react-native/pagingHelper.d.ts +13 -0
  661. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  662. package/dist/react-native/pagingHelper.js +32 -0
  663. package/dist/react-native/pagingHelper.js.map +1 -0
  664. package/package.json +70 -42
  665. package/dist/index.js +0 -12867
  666. package/dist/index.js.map +0 -1
  667. package/dist/index.min.js +0 -1
  668. package/dist/index.min.js.map +0 -1
  669. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.d.ts +0 -2
  670. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.d.ts.map +0 -1
  671. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js +0 -63
  672. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js.map +0 -1
  673. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.d.ts +0 -2
  674. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.d.ts.map +0 -1
  675. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js +0 -56
  676. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js.map +0 -1
  677. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.d.ts +0 -2
  678. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.d.ts.map +0 -1
  679. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js +0 -56
  680. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js.map +0 -1
  681. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.d.ts +0 -2
  682. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.d.ts.map +0 -1
  683. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js +0 -86
  684. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js.map +0 -1
  685. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.d.ts +0 -2
  686. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.d.ts.map +0 -1
  687. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js +0 -51
  688. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js.map +0 -1
  689. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.d.ts +0 -2
  690. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.d.ts.map +0 -1
  691. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.js +0 -36
  692. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.js.map +0 -1
  693. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.d.ts +0 -2
  694. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.d.ts.map +0 -1
  695. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.js +0 -51
  696. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.js.map +0 -1
  697. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.d.ts +0 -2
  698. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.d.ts.map +0 -1
  699. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.js +0 -36
  700. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.js.map +0 -1
  701. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.d.ts +0 -2
  702. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.d.ts.map +0 -1
  703. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.js +0 -51
  704. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.js.map +0 -1
  705. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.d.ts +0 -2
  706. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.d.ts.map +0 -1
  707. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.js +0 -36
  708. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.js.map +0 -1
  709. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.d.ts +0 -2
  710. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.d.ts.map +0 -1
  711. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.js +0 -51
  712. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.js.map +0 -1
  713. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.d.ts +0 -2
  714. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.d.ts.map +0 -1
  715. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js +0 -153
  716. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js.map +0 -1
  717. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.d.ts +0 -2
  718. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.d.ts.map +0 -1
  719. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.js +0 -36
  720. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.js.map +0 -1
  721. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.d.ts +0 -2
  722. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.d.ts.map +0 -1
  723. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js +0 -49
  724. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js.map +0 -1
  725. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.d.ts +0 -2
  726. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.d.ts.map +0 -1
  727. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js +0 -34
  728. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js.map +0 -1
  729. package/dist-esm/samples-dev/autonomousDatabasesGetSample.d.ts +0 -2
  730. package/dist-esm/samples-dev/autonomousDatabasesGetSample.d.ts.map +0 -1
  731. package/dist-esm/samples-dev/autonomousDatabasesGetSample.js +0 -54
  732. package/dist-esm/samples-dev/autonomousDatabasesGetSample.js.map +0 -1
  733. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.d.ts +0 -2
  734. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.d.ts.map +0 -1
  735. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.js +0 -51
  736. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.js.map +0 -1
  737. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.d.ts +0 -2
  738. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.d.ts.map +0 -1
  739. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.js +0 -50
  740. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.js.map +0 -1
  741. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts +0 -2
  742. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts.map +0 -1
  743. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js +0 -53
  744. package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js.map +0 -1
  745. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts +0 -2
  746. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts.map +0 -1
  747. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js +0 -36
  748. package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js.map +0 -1
  749. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.d.ts +0 -2
  750. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.d.ts.map +0 -1
  751. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js +0 -49
  752. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js.map +0 -1
  753. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.d.ts +0 -2
  754. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.d.ts.map +0 -1
  755. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.js +0 -30
  756. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.js.map +0 -1
  757. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.d.ts +0 -2
  758. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.d.ts.map +0 -1
  759. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.js +0 -36
  760. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.js.map +0 -1
  761. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.d.ts +0 -2
  762. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.d.ts.map +0 -1
  763. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.js +0 -40
  764. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.js.map +0 -1
  765. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.d.ts +0 -2
  766. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.d.ts.map +0 -1
  767. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.js +0 -36
  768. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.js.map +0 -1
  769. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.d.ts +0 -2
  770. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.d.ts.map +0 -1
  771. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.js +0 -36
  772. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.js.map +0 -1
  773. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.d.ts +0 -2
  774. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.d.ts.map +0 -1
  775. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.js +0 -51
  776. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.js.map +0 -1
  777. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.d.ts +0 -2
  778. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.d.ts.map +0 -1
  779. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.js +0 -50
  780. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.js.map +0 -1
  781. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.d.ts +0 -2
  782. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.d.ts.map +0 -1
  783. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.js +0 -30
  784. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.js.map +0 -1
  785. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.d.ts +0 -2
  786. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.d.ts.map +0 -1
  787. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.js +0 -30
  788. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.js.map +0 -1
  789. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.d.ts +0 -2
  790. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.d.ts.map +0 -1
  791. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.js +0 -70
  792. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.js.map +0 -1
  793. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.d.ts +0 -2
  794. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.d.ts.map +0 -1
  795. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.js +0 -36
  796. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.js.map +0 -1
  797. package/dist-esm/samples-dev/cloudVMClustersGetSample.d.ts +0 -2
  798. package/dist-esm/samples-dev/cloudVMClustersGetSample.d.ts.map +0 -1
  799. package/dist-esm/samples-dev/cloudVMClustersGetSample.js +0 -36
  800. package/dist-esm/samples-dev/cloudVMClustersGetSample.js.map +0 -1
  801. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.d.ts +0 -2
  802. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.d.ts.map +0 -1
  803. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.js +0 -51
  804. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.js.map +0 -1
  805. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.d.ts +0 -2
  806. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.d.ts.map +0 -1
  807. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.js +0 -50
  808. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.js.map +0 -1
  809. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.d.ts +0 -2
  810. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.d.ts.map +0 -1
  811. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.js +0 -33
  812. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.js.map +0 -1
  813. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.d.ts +0 -2
  814. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.d.ts.map +0 -1
  815. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.js +0 -30
  816. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.js.map +0 -1
  817. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.d.ts +0 -2
  818. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.d.ts.map +0 -1
  819. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.js +0 -30
  820. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.js.map +0 -1
  821. package/dist-esm/samples-dev/dbNodesActionSample.d.ts +0 -2
  822. package/dist-esm/samples-dev/dbNodesActionSample.d.ts.map +0 -1
  823. package/dist-esm/samples-dev/dbNodesActionSample.js +0 -51
  824. package/dist-esm/samples-dev/dbNodesActionSample.js.map +0 -1
  825. package/dist-esm/samples-dev/dbNodesGetSample.d.ts +0 -2
  826. package/dist-esm/samples-dev/dbNodesGetSample.d.ts.map +0 -1
  827. package/dist-esm/samples-dev/dbNodesGetSample.js +0 -37
  828. package/dist-esm/samples-dev/dbNodesGetSample.js.map +0 -1
  829. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.d.ts +0 -2
  830. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.d.ts.map +0 -1
  831. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.js +0 -52
  832. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.js.map +0 -1
  833. package/dist-esm/samples-dev/dbServersGetSample.d.ts +0 -2
  834. package/dist-esm/samples-dev/dbServersGetSample.d.ts.map +0 -1
  835. package/dist-esm/samples-dev/dbServersGetSample.js +0 -37
  836. package/dist-esm/samples-dev/dbServersGetSample.js.map +0 -1
  837. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.d.ts +0 -2
  838. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.d.ts.map +0 -1
  839. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.js +0 -52
  840. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.js.map +0 -1
  841. package/dist-esm/samples-dev/dbSystemShapesGetSample.d.ts +0 -2
  842. package/dist-esm/samples-dev/dbSystemShapesGetSample.d.ts.map +0 -1
  843. package/dist-esm/samples-dev/dbSystemShapesGetSample.js +0 -36
  844. package/dist-esm/samples-dev/dbSystemShapesGetSample.js.map +0 -1
  845. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.d.ts +0 -2
  846. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.d.ts.map +0 -1
  847. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.js +0 -51
  848. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.js.map +0 -1
  849. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.d.ts +0 -2
  850. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.d.ts.map +0 -1
  851. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.js +0 -36
  852. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.js.map +0 -1
  853. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.d.ts +0 -2
  854. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.d.ts.map +0 -1
  855. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.js +0 -51
  856. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.js.map +0 -1
  857. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.d.ts +0 -2
  858. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.d.ts.map +0 -1
  859. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.js +0 -36
  860. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.js.map +0 -1
  861. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.d.ts +0 -2
  862. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.d.ts.map +0 -1
  863. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.js +0 -51
  864. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.js.map +0 -1
  865. package/dist-esm/samples-dev/giVersionsGetSample.d.ts +0 -2
  866. package/dist-esm/samples-dev/giVersionsGetSample.d.ts.map +0 -1
  867. package/dist-esm/samples-dev/giVersionsGetSample.js +0 -36
  868. package/dist-esm/samples-dev/giVersionsGetSample.js.map +0 -1
  869. package/dist-esm/samples-dev/giVersionsListByLocationSample.d.ts +0 -2
  870. package/dist-esm/samples-dev/giVersionsListByLocationSample.d.ts.map +0 -1
  871. package/dist-esm/samples-dev/giVersionsListByLocationSample.js +0 -51
  872. package/dist-esm/samples-dev/giVersionsListByLocationSample.js.map +0 -1
  873. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  874. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  875. package/dist-esm/samples-dev/operationsListSample.js +0 -50
  876. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  877. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.d.ts +0 -2
  878. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
  879. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.js +0 -37
  880. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.js.map +0 -1
  881. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.d.ts +0 -2
  882. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.d.ts.map +0 -1
  883. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.js +0 -34
  884. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.js.map +0 -1
  885. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.d.ts +0 -2
  886. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.d.ts.map +0 -1
  887. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.js +0 -34
  888. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.js.map +0 -1
  889. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.d.ts +0 -2
  890. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.d.ts.map +0 -1
  891. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.js +0 -34
  892. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.js.map +0 -1
  893. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.d.ts +0 -2
  894. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.d.ts.map +0 -1
  895. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.js +0 -50
  896. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.js.map +0 -1
  897. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.d.ts +0 -2
  898. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.d.ts.map +0 -1
  899. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.js +0 -34
  900. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.js.map +0 -1
  901. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.d.ts +0 -2
  902. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.d.ts.map +0 -1
  903. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.js +0 -34
  904. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.js.map +0 -1
  905. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.d.ts +0 -2
  906. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.d.ts.map +0 -1
  907. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.js +0 -28
  908. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.js.map +0 -1
  909. package/dist-esm/samples-dev/systemVersionsGetSample.d.ts +0 -2
  910. package/dist-esm/samples-dev/systemVersionsGetSample.d.ts.map +0 -1
  911. package/dist-esm/samples-dev/systemVersionsGetSample.js +0 -54
  912. package/dist-esm/samples-dev/systemVersionsGetSample.js.map +0 -1
  913. package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts +0 -2
  914. package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts.map +0 -1
  915. package/dist-esm/samples-dev/systemVersionsListByLocationSample.js +0 -84
  916. package/dist-esm/samples-dev/systemVersionsListByLocationSample.js.map +0 -1
  917. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.d.ts +0 -2
  918. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.d.ts.map +0 -1
  919. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.js +0 -33
  920. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.js.map +0 -1
  921. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.d.ts +0 -2
  922. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.d.ts.map +0 -1
  923. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.js +0 -37
  924. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.js.map +0 -1
  925. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.d.ts +0 -2
  926. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.d.ts.map +0 -1
  927. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.js +0 -37
  928. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.js.map +0 -1
  929. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.d.ts +0 -2
  930. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.d.ts.map +0 -1
  931. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.js +0 -52
  932. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.js.map +0 -1
  933. package/dist-esm/src/index.d.ts +0 -5
  934. package/dist-esm/src/index.d.ts.map +0 -1
  935. package/dist-esm/src/index.js +0 -13
  936. package/dist-esm/src/index.js.map +0 -1
  937. package/dist-esm/src/lroImpl.js.map +0 -1
  938. package/dist-esm/src/models/index.js.map +0 -1
  939. package/dist-esm/src/models/mappers.js.map +0 -1
  940. package/dist-esm/src/models/parameters.js +0 -374
  941. package/dist-esm/src/models/parameters.js.map +0 -1
  942. package/dist-esm/src/operations/autonomousDatabaseBackups.d.ts +0 -100
  943. package/dist-esm/src/operations/autonomousDatabaseBackups.d.ts.map +0 -1
  944. package/dist-esm/src/operations/autonomousDatabaseBackups.js +0 -472
  945. package/dist-esm/src/operations/autonomousDatabaseBackups.js.map +0 -1
  946. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.d.ts +0 -42
  947. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.d.ts.map +0 -1
  948. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.js +0 -175
  949. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.js.map +0 -1
  950. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.d.ts +0 -42
  951. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +0 -1
  952. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.js +0 -175
  953. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.js.map +0 -1
  954. package/dist-esm/src/operations/autonomousDatabaseVersions.d.ts +0 -42
  955. package/dist-esm/src/operations/autonomousDatabaseVersions.d.ts.map +0 -1
  956. package/dist-esm/src/operations/autonomousDatabaseVersions.js +0 -175
  957. package/dist-esm/src/operations/autonomousDatabaseVersions.js.map +0 -1
  958. package/dist-esm/src/operations/autonomousDatabases.d.ts +0 -177
  959. package/dist-esm/src/operations/autonomousDatabases.d.ts.map +0 -1
  960. package/dist-esm/src/operations/autonomousDatabases.js +0 -943
  961. package/dist-esm/src/operations/autonomousDatabases.js.map +0 -1
  962. package/dist-esm/src/operations/cloudExadataInfrastructures.d.ts +0 -121
  963. package/dist-esm/src/operations/cloudExadataInfrastructures.d.ts.map +0 -1
  964. package/dist-esm/src/operations/cloudExadataInfrastructures.js +0 -650
  965. package/dist-esm/src/operations/cloudExadataInfrastructures.js.map +0 -1
  966. package/dist-esm/src/operations/cloudVmClusters.d.ts +0 -147
  967. package/dist-esm/src/operations/cloudVmClusters.d.ts.map +0 -1
  968. package/dist-esm/src/operations/cloudVmClusters.js +0 -777
  969. package/dist-esm/src/operations/cloudVmClusters.js.map +0 -1
  970. package/dist-esm/src/operations/dbNodes.d.ts +0 -65
  971. package/dist-esm/src/operations/dbNodes.d.ts.map +0 -1
  972. package/dist-esm/src/operations/dbNodes.js +0 -283
  973. package/dist-esm/src/operations/dbNodes.js.map +0 -1
  974. package/dist-esm/src/operations/dbServers.d.ts +0 -47
  975. package/dist-esm/src/operations/dbServers.d.ts.map +0 -1
  976. package/dist-esm/src/operations/dbServers.js +0 -188
  977. package/dist-esm/src/operations/dbServers.js.map +0 -1
  978. package/dist-esm/src/operations/dbSystemShapes.d.ts +0 -42
  979. package/dist-esm/src/operations/dbSystemShapes.d.ts.map +0 -1
  980. package/dist-esm/src/operations/dbSystemShapes.js +0 -175
  981. package/dist-esm/src/operations/dbSystemShapes.js.map +0 -1
  982. package/dist-esm/src/operations/dnsPrivateViews.d.ts +0 -42
  983. package/dist-esm/src/operations/dnsPrivateViews.d.ts.map +0 -1
  984. package/dist-esm/src/operations/dnsPrivateViews.js +0 -175
  985. package/dist-esm/src/operations/dnsPrivateViews.js.map +0 -1
  986. package/dist-esm/src/operations/dnsPrivateZones.d.ts +0 -42
  987. package/dist-esm/src/operations/dnsPrivateZones.d.ts.map +0 -1
  988. package/dist-esm/src/operations/dnsPrivateZones.js +0 -175
  989. package/dist-esm/src/operations/dnsPrivateZones.js.map +0 -1
  990. package/dist-esm/src/operations/giVersions.d.ts +0 -42
  991. package/dist-esm/src/operations/giVersions.d.ts.map +0 -1
  992. package/dist-esm/src/operations/giVersions.js +0 -175
  993. package/dist-esm/src/operations/giVersions.js.map +0 -1
  994. package/dist-esm/src/operations/index.d.ts +0 -18
  995. package/dist-esm/src/operations/index.d.ts.map +0 -1
  996. package/dist-esm/src/operations/index.js +0 -25
  997. package/dist-esm/src/operations/index.js.map +0 -1
  998. package/dist-esm/src/operations/operations.d.ts +0 -32
  999. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1000. package/dist-esm/src/operations/operations.js +0 -133
  1001. package/dist-esm/src/operations/operations.js.map +0 -1
  1002. package/dist-esm/src/operations/oracleSubscriptions.d.ts +0 -102
  1003. package/dist-esm/src/operations/oracleSubscriptions.d.ts.map +0 -1
  1004. package/dist-esm/src/operations/oracleSubscriptions.js +0 -632
  1005. package/dist-esm/src/operations/oracleSubscriptions.js.map +0 -1
  1006. package/dist-esm/src/operations/systemVersions.d.ts +0 -42
  1007. package/dist-esm/src/operations/systemVersions.d.ts.map +0 -1
  1008. package/dist-esm/src/operations/systemVersions.js +0 -175
  1009. package/dist-esm/src/operations/systemVersions.js.map +0 -1
  1010. package/dist-esm/src/operations/virtualNetworkAddresses.d.ts +0 -81
  1011. package/dist-esm/src/operations/virtualNetworkAddresses.d.ts.map +0 -1
  1012. package/dist-esm/src/operations/virtualNetworkAddresses.js +0 -382
  1013. package/dist-esm/src/operations/virtualNetworkAddresses.js.map +0 -1
  1014. package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.d.ts +0 -74
  1015. package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +0 -1
  1016. package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.js.map +0 -1
  1017. package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +0 -19
  1018. package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +0 -1
  1019. package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +0 -1
  1020. package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +0 -19
  1021. package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +0 -1
  1022. package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +0 -1
  1023. package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.d.ts +0 -19
  1024. package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +0 -1
  1025. package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.js.map +0 -1
  1026. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts +0 -141
  1027. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts.map +0 -1
  1028. package/dist-esm/src/operationsInterfaces/autonomousDatabases.js.map +0 -1
  1029. package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.d.ts +0 -85
  1030. package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +0 -1
  1031. package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.js.map +0 -1
  1032. package/dist-esm/src/operationsInterfaces/cloudVmClusters.d.ts +0 -111
  1033. package/dist-esm/src/operationsInterfaces/cloudVmClusters.d.ts.map +0 -1
  1034. package/dist-esm/src/operationsInterfaces/cloudVmClusters.js.map +0 -1
  1035. package/dist-esm/src/operationsInterfaces/dbNodes.d.ts +0 -40
  1036. package/dist-esm/src/operationsInterfaces/dbNodes.d.ts.map +0 -1
  1037. package/dist-esm/src/operationsInterfaces/dbNodes.js.map +0 -1
  1038. package/dist-esm/src/operationsInterfaces/dbServers.d.ts +0 -21
  1039. package/dist-esm/src/operationsInterfaces/dbServers.d.ts.map +0 -1
  1040. package/dist-esm/src/operationsInterfaces/dbServers.js.map +0 -1
  1041. package/dist-esm/src/operationsInterfaces/dbSystemShapes.d.ts +0 -19
  1042. package/dist-esm/src/operationsInterfaces/dbSystemShapes.d.ts.map +0 -1
  1043. package/dist-esm/src/operationsInterfaces/dbSystemShapes.js.map +0 -1
  1044. package/dist-esm/src/operationsInterfaces/dnsPrivateViews.d.ts +0 -19
  1045. package/dist-esm/src/operationsInterfaces/dnsPrivateViews.d.ts.map +0 -1
  1046. package/dist-esm/src/operationsInterfaces/dnsPrivateViews.js.map +0 -1
  1047. package/dist-esm/src/operationsInterfaces/dnsPrivateZones.d.ts +0 -19
  1048. package/dist-esm/src/operationsInterfaces/dnsPrivateZones.d.ts.map +0 -1
  1049. package/dist-esm/src/operationsInterfaces/dnsPrivateZones.js.map +0 -1
  1050. package/dist-esm/src/operationsInterfaces/giVersions.d.ts +0 -19
  1051. package/dist-esm/src/operationsInterfaces/giVersions.d.ts.map +0 -1
  1052. package/dist-esm/src/operationsInterfaces/giVersions.js.map +0 -1
  1053. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -18
  1054. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1055. package/dist-esm/src/operationsInterfaces/index.js +0 -25
  1056. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1057. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1058. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1059. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1060. package/dist-esm/src/operationsInterfaces/oracleSubscriptions.d.ts +0 -81
  1061. package/dist-esm/src/operationsInterfaces/oracleSubscriptions.d.ts.map +0 -1
  1062. package/dist-esm/src/operationsInterfaces/oracleSubscriptions.js.map +0 -1
  1063. package/dist-esm/src/operationsInterfaces/systemVersions.d.ts +0 -19
  1064. package/dist-esm/src/operationsInterfaces/systemVersions.d.ts.map +0 -1
  1065. package/dist-esm/src/operationsInterfaces/systemVersions.js.map +0 -1
  1066. package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.d.ts +0 -56
  1067. package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.d.ts.map +0 -1
  1068. package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.js.map +0 -1
  1069. package/dist-esm/src/oracleDatabaseManagementClient.d.ts +0 -36
  1070. package/dist-esm/src/oracleDatabaseManagementClient.d.ts.map +0 -1
  1071. package/dist-esm/src/oracleDatabaseManagementClient.js +0 -118
  1072. package/dist-esm/src/oracleDatabaseManagementClient.js.map +0 -1
  1073. package/dist-esm/src/pagingHelper.js.map +0 -1
  1074. package/dist-esm/test/oracledatabase_operations_test.spec.d.ts +0 -4
  1075. package/dist-esm/test/oracledatabase_operations_test.spec.d.ts.map +0 -1
  1076. package/dist-esm/test/oracledatabase_operations_test.spec.js +0 -74
  1077. package/dist-esm/test/oracledatabase_operations_test.spec.js.map +0 -1
  1078. package/src/index.ts +0 -13
  1079. package/src/lroImpl.ts +0 -38
  1080. package/src/models/index.ts +0 -4608
  1081. package/src/models/mappers.ts +0 -5971
  1082. package/src/models/parameters.ts +0 -437
  1083. package/src/operations/autonomousDatabaseBackups.ts +0 -664
  1084. package/src/operations/autonomousDatabaseCharacterSets.ts +0 -215
  1085. package/src/operations/autonomousDatabaseNationalCharacterSets.ts +0 -215
  1086. package/src/operations/autonomousDatabaseVersions.ts +0 -215
  1087. package/src/operations/autonomousDatabases.ts +0 -1284
  1088. package/src/operations/cloudExadataInfrastructures.ts +0 -862
  1089. package/src/operations/cloudVmClusters.ts +0 -1042
  1090. package/src/operations/dbNodes.ts +0 -392
  1091. package/src/operations/dbServers.ts +0 -252
  1092. package/src/operations/dbSystemShapes.ts +0 -213
  1093. package/src/operations/dnsPrivateViews.ts +0 -213
  1094. package/src/operations/dnsPrivateZones.ts +0 -213
  1095. package/src/operations/giVersions.ts +0 -213
  1096. package/src/operations/index.ts +0 -25
  1097. package/src/operations/operations.ts +0 -149
  1098. package/src/operations/oracleSubscriptions.ts +0 -833
  1099. package/src/operations/systemVersions.ts +0 -213
  1100. package/src/operations/virtualNetworkAddresses.ts +0 -529
  1101. package/src/operationsInterfaces/autonomousDatabaseBackups.ts +0 -153
  1102. package/src/operationsInterfaces/autonomousDatabaseCharacterSets.ts +0 -40
  1103. package/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.ts +0 -40
  1104. package/src/operationsInterfaces/autonomousDatabaseVersions.ts +0 -40
  1105. package/src/operationsInterfaces/autonomousDatabases.ts +0 -291
  1106. package/src/operationsInterfaces/cloudExadataInfrastructures.ts +0 -174
  1107. package/src/operationsInterfaces/cloudVmClusters.ts +0 -228
  1108. package/src/operationsInterfaces/dbNodes.ts +0 -83
  1109. package/src/operationsInterfaces/dbServers.ts +0 -44
  1110. package/src/operationsInterfaces/dbSystemShapes.ts +0 -40
  1111. package/src/operationsInterfaces/dnsPrivateViews.ts +0 -40
  1112. package/src/operationsInterfaces/dnsPrivateZones.ts +0 -40
  1113. package/src/operationsInterfaces/giVersions.ts +0 -40
  1114. package/src/operationsInterfaces/index.ts +0 -25
  1115. package/src/operationsInterfaces/operations.ts +0 -22
  1116. package/src/operationsInterfaces/oracleSubscriptions.ts +0 -170
  1117. package/src/operationsInterfaces/systemVersions.ts +0 -40
  1118. package/src/operationsInterfaces/virtualNetworkAddresses.ts +0 -115
  1119. package/src/oracleDatabaseManagementClient.ts +0 -213
  1120. package/src/pagingHelper.ts +0 -39
  1121. package/tsconfig.json +0 -33
  1122. package/types/arm-oracledatabase.d.ts +0 -5310
  1123. package/types/tsdoc-metadata.json +0 -11
  1124. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1125. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1126. /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
  1127. /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
  1128. /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
  1129. /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
  1130. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
  1131. /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
  1132. /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
  1133. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
  1134. /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
  1135. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseBackups.js +0 -0
  1136. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseCharacterSets.js +0 -0
  1137. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +0 -0
  1138. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseVersions.js +0 -0
  1139. /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabases.js +0 -0
  1140. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudExadataInfrastructures.js +0 -0
  1141. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudVmClusters.js +0 -0
  1142. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dbNodes.js +0 -0
  1143. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dbServers.js +0 -0
  1144. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dbSystemShapes.js +0 -0
  1145. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsPrivateViews.js +0 -0
  1146. /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsPrivateZones.js +0 -0
  1147. /package/{dist-esm/src → dist/browser}/operationsInterfaces/giVersions.js +0 -0
  1148. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1149. /package/{dist-esm/src → dist/browser}/operationsInterfaces/oracleSubscriptions.js +0 -0
  1150. /package/{dist-esm/src → dist/browser}/operationsInterfaces/systemVersions.js +0 -0
  1151. /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkAddresses.js +0 -0
  1152. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1153. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1154. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n },\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabase\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseBaseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBaseProperties\",\n uberParent: \"AutonomousDatabaseBaseProperties\",\n polymorphicDiscriminator: {\n serializedName: \"dataBaseType\",\n clientName: \"dataBaseType\",\n },\n modelProperties: {\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\",\n },\n },\n dataBaseType: {\n serializedName: \"dataBaseType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n autonomousMaintenanceScheduleType: {\n serializedName: \"autonomousMaintenanceScheduleType\",\n type: {\n name: \"String\",\n },\n },\n characterSet: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"characterSet\",\n type: {\n name: \"String\",\n },\n },\n computeCount: {\n constraints: {\n InclusiveMaximum: 512,\n InclusiveMinimum: 0.1,\n },\n serializedName: \"computeCount\",\n type: {\n name: \"Number\",\n },\n },\n computeModel: {\n serializedName: \"computeModel\",\n type: {\n name: \"String\",\n },\n },\n cpuCoreCount: {\n constraints: {\n InclusiveMaximum: 128,\n InclusiveMinimum: 1,\n },\n serializedName: \"cpuCoreCount\",\n type: {\n name: \"Number\",\n },\n },\n customerContacts: {\n serializedName: \"customerContacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomerContact\",\n },\n },\n },\n },\n dataStorageSizeInTbs: {\n constraints: {\n InclusiveMaximum: 384,\n InclusiveMinimum: 1,\n },\n serializedName: \"dataStorageSizeInTbs\",\n type: {\n name: \"Number\",\n },\n },\n dataStorageSizeInGbs: {\n constraints: {\n InclusiveMaximum: 393216,\n InclusiveMinimum: 20,\n },\n serializedName: \"dataStorageSizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n dbVersion: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"dbVersion\",\n type: {\n name: \"String\",\n },\n },\n dbWorkload: {\n serializedName: \"dbWorkload\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n isAutoScalingEnabled: {\n serializedName: \"isAutoScalingEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isAutoScalingForStorageEnabled: {\n serializedName: \"isAutoScalingForStorageEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n peerDbIds: {\n serializedName: \"peerDbIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n peerDbId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"peerDbId\",\n type: {\n name: \"String\",\n },\n },\n isLocalDataGuardEnabled: {\n serializedName: \"isLocalDataGuardEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isRemoteDataGuardEnabled: {\n serializedName: \"isRemoteDataGuardEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n localDisasterRecoveryType: {\n serializedName: \"localDisasterRecoveryType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n localStandbyDb: {\n serializedName: \"localStandbyDb\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseStandbySummary\",\n },\n },\n failedDataRecoveryInSeconds: {\n serializedName: \"failedDataRecoveryInSeconds\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n isMtlsConnectionRequired: {\n serializedName: \"isMtlsConnectionRequired\",\n type: {\n name: \"Boolean\",\n },\n },\n isPreviewVersionWithServiceTermsAccepted: {\n serializedName: \"isPreviewVersionWithServiceTermsAccepted\",\n type: {\n name: \"Boolean\",\n },\n },\n licenseModel: {\n serializedName: \"licenseModel\",\n type: {\n name: \"String\",\n },\n },\n ncharacterSet: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ncharacterSet\",\n type: {\n name: \"String\",\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n scheduledOperations: {\n serializedName: \"scheduledOperations\",\n type: {\n name: \"Composite\",\n className: \"ScheduledOperationsType\",\n },\n },\n privateEndpointIp: {\n serializedName: \"privateEndpointIp\",\n type: {\n name: \"String\",\n },\n },\n privateEndpointLabel: {\n serializedName: \"privateEndpointLabel\",\n type: {\n name: \"String\",\n },\n },\n ociUrl: {\n serializedName: \"ociUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subnetId: {\n serializedName: \"subnetId\",\n type: {\n name: \"String\",\n },\n },\n vnetId: {\n serializedName: \"vnetId\",\n type: {\n name: \"String\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeMaintenanceBegin: {\n serializedName: \"timeMaintenanceBegin\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeMaintenanceEnd: {\n serializedName: \"timeMaintenanceEnd\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n actualUsedDataStorageSizeInTbs: {\n serializedName: \"actualUsedDataStorageSizeInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n allocatedStorageSizeInTbs: {\n serializedName: \"allocatedStorageSizeInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n apexDetails: {\n serializedName: \"apexDetails\",\n type: {\n name: \"Composite\",\n className: \"ApexDetailsType\",\n },\n },\n availableUpgradeVersions: {\n serializedName: \"availableUpgradeVersions\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n connectionStrings: {\n serializedName: \"connectionStrings\",\n type: {\n name: \"Composite\",\n className: \"ConnectionStringType\",\n },\n },\n connectionUrls: {\n serializedName: \"connectionUrls\",\n type: {\n name: \"Composite\",\n className: \"ConnectionUrlType\",\n },\n },\n dataSafeStatus: {\n serializedName: \"dataSafeStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseEdition: {\n serializedName: \"databaseEdition\",\n type: {\n name: \"String\",\n },\n },\n autonomousDatabaseId: {\n serializedName: \"autonomousDatabaseId\",\n type: {\n name: \"String\",\n },\n },\n inMemoryAreaInGbs: {\n serializedName: \"inMemoryAreaInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n nextLongTermBackupTimeStamp: {\n serializedName: \"nextLongTermBackupTimeStamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n longTermBackupSchedule: {\n serializedName: \"longTermBackupSchedule\",\n type: {\n name: \"Composite\",\n className: \"LongTermBackUpScheduleDetails\",\n },\n },\n isPreview: {\n serializedName: \"isPreview\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n localAdgAutoFailoverMaxDataLossLimit: {\n constraints: {\n InclusiveMaximum: 3600,\n InclusiveMinimum: 0,\n },\n serializedName: \"localAdgAutoFailoverMaxDataLossLimit\",\n type: {\n name: \"Number\",\n },\n },\n memoryPerOracleComputeUnitInGbs: {\n serializedName: \"memoryPerOracleComputeUnitInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n openMode: {\n serializedName: \"openMode\",\n type: {\n name: \"String\",\n },\n },\n operationsInsightsStatus: {\n serializedName: \"operationsInsightsStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n permissionLevel: {\n serializedName: \"permissionLevel\",\n type: {\n name: \"String\",\n },\n },\n privateEndpoint: {\n serializedName: \"privateEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisionableCpus: {\n serializedName: \"provisionableCpus\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\",\n },\n },\n serviceConsoleUrl: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"serviceConsoleUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n sqlWebDeveloperUrl: {\n constraints: {\n MaxLength: 2048,\n MinLength: 10,\n },\n serializedName: \"sqlWebDeveloperUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n supportedRegionsToCloneTo: {\n constraints: {\n MaxItems: 50,\n },\n serializedName: \"supportedRegionsToCloneTo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n timeDataGuardRoleChanged: {\n serializedName: \"timeDataGuardRoleChanged\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeDeletionOfFreeAutonomousDatabase: {\n serializedName: \"timeDeletionOfFreeAutonomousDatabase\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeLocalDataGuardEnabled: {\n serializedName: \"timeLocalDataGuardEnabled\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeOfLastFailover: {\n serializedName: \"timeOfLastFailover\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeOfLastRefresh: {\n serializedName: \"timeOfLastRefresh\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeOfLastRefreshPoint: {\n serializedName: \"timeOfLastRefreshPoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeOfLastSwitchover: {\n serializedName: \"timeOfLastSwitchover\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeReclamationOfFreeAutonomousDatabase: {\n serializedName: \"timeReclamationOfFreeAutonomousDatabase\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n usedDataStorageSizeInGbs: {\n serializedName: \"usedDataStorageSizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n usedDataStorageSizeInTbs: {\n serializedName: \"usedDataStorageSizeInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupRetentionPeriodInDays: {\n serializedName: \"backupRetentionPeriodInDays\",\n type: {\n name: \"Number\",\n },\n },\n whitelistedIps: {\n serializedName: \"whitelistedIps\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 1024,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CustomerContact: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomerContact\",\n modelProperties: {\n email: {\n constraints: {\n MaxLength: 320,\n MinLength: 1,\n },\n serializedName: \"email\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseStandbySummary: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseStandbySummary\",\n modelProperties: {\n lagTimeInSeconds: {\n serializedName: \"lagTimeInSeconds\",\n type: {\n name: \"Number\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n type: {\n name: \"String\",\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n type: {\n name: \"String\",\n },\n },\n timeDataGuardRoleChanged: {\n serializedName: \"timeDataGuardRoleChanged\",\n type: {\n name: \"String\",\n },\n },\n timeDisasterRecoveryRoleChanged: {\n serializedName: \"timeDisasterRecoveryRoleChanged\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScheduledOperationsType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledOperationsType\",\n modelProperties: {\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Composite\",\n className: \"DayOfWeek\",\n },\n },\n scheduledStartTime: {\n constraints: {\n MaxLength: 50,\n MinLength: 1,\n },\n serializedName: \"scheduledStartTime\",\n type: {\n name: \"String\",\n },\n },\n scheduledStopTime: {\n constraints: {\n MaxLength: 50,\n MinLength: 1,\n },\n serializedName: \"scheduledStopTime\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DayOfWeek: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DayOfWeek\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ApexDetailsType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ApexDetailsType\",\n modelProperties: {\n apexVersion: {\n serializedName: \"apexVersion\",\n type: {\n name: \"String\",\n },\n },\n ordsVersion: {\n serializedName: \"ordsVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectionStringType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionStringType\",\n modelProperties: {\n allConnectionStrings: {\n serializedName: \"allConnectionStrings\",\n type: {\n name: \"Composite\",\n className: \"AllConnectionStringType\",\n },\n },\n dedicated: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"dedicated\",\n type: {\n name: \"String\",\n },\n },\n high: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"high\",\n type: {\n name: \"String\",\n },\n },\n low: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"low\",\n type: {\n name: \"String\",\n },\n },\n medium: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"medium\",\n type: {\n name: \"String\",\n },\n },\n profiles: {\n serializedName: \"profiles\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ProfileType\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AllConnectionStringType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AllConnectionStringType\",\n modelProperties: {\n high: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"high\",\n type: {\n name: \"String\",\n },\n },\n low: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"low\",\n type: {\n name: \"String\",\n },\n },\n medium: {\n constraints: {\n MaxLength: 255,\n MinLength: 10,\n },\n serializedName: \"medium\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProfileType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProfileType\",\n modelProperties: {\n consumerGroup: {\n serializedName: \"consumerGroup\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n hostFormat: {\n serializedName: \"hostFormat\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isRegional: {\n serializedName: \"isRegional\",\n type: {\n name: \"Boolean\",\n },\n },\n protocol: {\n serializedName: \"protocol\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n sessionMode: {\n serializedName: \"sessionMode\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n syntaxFormat: {\n serializedName: \"syntaxFormat\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tlsAuthentication: {\n serializedName: \"tlsAuthentication\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectionUrlType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectionUrlType\",\n modelProperties: {\n apexUrl: {\n constraints: {\n MaxLength: 512,\n MinLength: 10,\n },\n serializedName: \"apexUrl\",\n type: {\n name: \"String\",\n },\n },\n databaseTransformsUrl: {\n constraints: {\n MaxLength: 512,\n MinLength: 10,\n },\n serializedName: \"databaseTransformsUrl\",\n type: {\n name: \"String\",\n },\n },\n graphStudioUrl: {\n constraints: {\n MaxLength: 512,\n MinLength: 10,\n },\n serializedName: \"graphStudioUrl\",\n type: {\n name: \"String\",\n },\n },\n machineLearningNotebookUrl: {\n constraints: {\n MaxLength: 512,\n MinLength: 10,\n },\n serializedName: \"machineLearningNotebookUrl\",\n type: {\n name: \"String\",\n },\n },\n mongoDbUrl: {\n constraints: {\n MaxLength: 512,\n MinLength: 10,\n },\n serializedName: \"mongoDbUrl\",\n type: {\n name: \"String\",\n },\n },\n ordsUrl: {\n constraints: {\n MaxLength: 512,\n MinLength: 10,\n },\n serializedName: \"ordsUrl\",\n type: {\n name: \"String\",\n },\n },\n sqlDevWebUrl: {\n constraints: {\n MaxLength: 512,\n MinLength: 10,\n },\n serializedName: \"sqlDevWebUrl\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LongTermBackUpScheduleDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LongTermBackUpScheduleDetails\",\n modelProperties: {\n repeatCadence: {\n serializedName: \"repeatCadence\",\n type: {\n name: \"String\",\n },\n },\n timeOfBackup: {\n serializedName: \"timeOfBackup\",\n type: {\n name: \"DateTime\",\n },\n },\n retentionPeriodInDays: {\n constraints: {\n InclusiveMaximum: 2558,\n InclusiveMinimum: 90,\n },\n serializedName: \"retentionPeriodInDays\",\n type: {\n name: \"Number\",\n },\n },\n isDisabled: {\n serializedName: \"isDisabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CloudExadataInfrastructureListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructureListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructure\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CloudExadataInfrastructureProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructureProperties\",\n modelProperties: {\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n computeCount: {\n serializedName: \"computeCount\",\n type: {\n name: \"Number\",\n },\n },\n storageCount: {\n serializedName: \"storageCount\",\n type: {\n name: \"Number\",\n },\n },\n totalStorageSizeInGbs: {\n serializedName: \"totalStorageSizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableStorageSizeInGbs: {\n serializedName: \"availableStorageSizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n maintenanceWindow: {\n serializedName: \"maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n },\n },\n estimatedPatchingTime: {\n serializedName: \"estimatedPatchingTime\",\n type: {\n name: \"Composite\",\n className: \"EstimatedPatchingTime\",\n },\n },\n customerContacts: {\n serializedName: \"customerContacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomerContact\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n shape: {\n serializedName: \"shape\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ociUrl: {\n serializedName: \"ociUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cpuCount: {\n serializedName: \"cpuCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxCpuCount: {\n serializedName: \"maxCpuCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n memorySizeInGbs: {\n serializedName: \"memorySizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxMemoryInGbs: {\n serializedName: \"maxMemoryInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dbNodeStorageSizeInGbs: {\n serializedName: \"dbNodeStorageSizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxDbNodeStorageSizeInGbs: {\n serializedName: \"maxDbNodeStorageSizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dataStorageSizeInTbs: {\n serializedName: \"dataStorageSizeInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxDataStorageInTbs: {\n serializedName: \"maxDataStorageInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dbServerVersion: {\n serializedName: \"dbServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n storageServerVersion: {\n serializedName: \"storageServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n activatedStorageCount: {\n serializedName: \"activatedStorageCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n additionalStorageCount: {\n serializedName: \"additionalStorageCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n lastMaintenanceRunId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"lastMaintenanceRunId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nextMaintenanceRunId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"nextMaintenanceRunId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n monthlyDbServerVersion: {\n serializedName: \"monthlyDbServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n monthlyStorageServerVersion: {\n serializedName: \"monthlyStorageServerVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const MaintenanceWindow: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n modelProperties: {\n preference: {\n serializedName: \"preference\",\n type: {\n name: \"String\",\n },\n },\n months: {\n serializedName: \"months\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Month\",\n },\n },\n },\n },\n weeksOfMonth: {\n serializedName: \"weeksOfMonth\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n daysOfWeek: {\n serializedName: \"daysOfWeek\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DayOfWeek\",\n },\n },\n },\n },\n hoursOfDay: {\n serializedName: \"hoursOfDay\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Number\",\n },\n },\n },\n },\n leadTimeInWeeks: {\n serializedName: \"leadTimeInWeeks\",\n type: {\n name: \"Number\",\n },\n },\n patchingMode: {\n serializedName: \"patchingMode\",\n type: {\n name: \"String\",\n },\n },\n customActionTimeoutInMins: {\n constraints: {\n InclusiveMaximum: 120,\n InclusiveMinimum: 0,\n },\n serializedName: \"customActionTimeoutInMins\",\n type: {\n name: \"Number\",\n },\n },\n isCustomActionTimeoutEnabled: {\n serializedName: \"isCustomActionTimeoutEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isMonthlyPatchingEnabled: {\n serializedName: \"isMonthlyPatchingEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Month: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Month\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EstimatedPatchingTime: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EstimatedPatchingTime\",\n modelProperties: {\n estimatedDbServerPatchingTime: {\n constraints: {\n InclusiveMaximum: 3000,\n InclusiveMinimum: 1,\n },\n serializedName: \"estimatedDbServerPatchingTime\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n estimatedNetworkSwitchesPatchingTime: {\n constraints: {\n InclusiveMaximum: 3000,\n InclusiveMinimum: 1,\n },\n serializedName: \"estimatedNetworkSwitchesPatchingTime\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n estimatedStorageServerPatchingTime: {\n constraints: {\n InclusiveMaximum: 3000,\n InclusiveMinimum: 1,\n },\n serializedName: \"estimatedStorageServerPatchingTime\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n totalEstimatedPatchingTime: {\n constraints: {\n InclusiveMaximum: 3000,\n InclusiveMinimum: 1,\n },\n serializedName: \"totalEstimatedPatchingTime\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudVmClusterListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClusterListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CloudVmCluster\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudVmClusterProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClusterProperties\",\n modelProperties: {\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n listenerPort: {\n serializedName: \"listenerPort\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n nodeCount: {\n serializedName: \"nodeCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n storageSizeInGbs: {\n serializedName: \"storageSizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n dataStorageSizeInTbs: {\n serializedName: \"dataStorageSizeInTbs\",\n type: {\n name: \"Number\",\n },\n },\n dbNodeStorageSizeInGbs: {\n serializedName: \"dbNodeStorageSizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n memorySizeInGbs: {\n serializedName: \"memorySizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeZone: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"timeZone\",\n type: {\n name: \"String\",\n },\n },\n zoneId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"zoneId\",\n type: {\n name: \"String\",\n },\n },\n hostname: {\n constraints: {\n MaxLength: 23,\n MinLength: 1,\n },\n serializedName: \"hostname\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n domain: {\n serializedName: \"domain\",\n type: {\n name: \"String\",\n },\n },\n cpuCoreCount: {\n serializedName: \"cpuCoreCount\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n ocpuCount: {\n serializedName: \"ocpuCount\",\n type: {\n name: \"Number\",\n },\n },\n clusterName: {\n constraints: {\n MaxLength: 11,\n MinLength: 1,\n },\n serializedName: \"clusterName\",\n type: {\n name: \"String\",\n },\n },\n dataStoragePercentage: {\n serializedName: \"dataStoragePercentage\",\n type: {\n name: \"Number\",\n },\n },\n isLocalBackupEnabled: {\n defaultValue: false,\n serializedName: \"isLocalBackupEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n cloudExadataInfrastructureId: {\n serializedName: \"cloudExadataInfrastructureId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isSparseDiskgroupEnabled: {\n defaultValue: false,\n serializedName: \"isSparseDiskgroupEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n systemVersion: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"systemVersion\",\n type: {\n name: \"String\",\n },\n },\n sshPublicKeys: {\n serializedName: \"sshPublicKeys\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n licenseModel: {\n serializedName: \"licenseModel\",\n type: {\n name: \"String\",\n },\n },\n diskRedundancy: {\n serializedName: \"diskRedundancy\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n scanIpIds: {\n serializedName: \"scanIpIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n vipIds: {\n serializedName: \"vipIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n scanDnsName: {\n constraints: {\n MaxLength: 72,\n MinLength: 1,\n },\n serializedName: \"scanDnsName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n scanListenerPortTcp: {\n serializedName: \"scanListenerPortTcp\",\n type: {\n name: \"Number\",\n },\n },\n scanListenerPortTcpSsl: {\n serializedName: \"scanListenerPortTcpSsl\",\n type: {\n name: \"Number\",\n },\n },\n scanDnsRecordId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"scanDnsRecordId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n shape: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"shape\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vnetId: {\n serializedName: \"vnetId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n giVersion: {\n serializedName: \"giVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ociUrl: {\n serializedName: \"ociUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n nsgUrl: {\n serializedName: \"nsgUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subnetId: {\n serializedName: \"subnetId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n backupSubnetCidr: {\n constraints: {\n MaxLength: 32,\n MinLength: 1,\n },\n serializedName: \"backupSubnetCidr\",\n type: {\n name: \"String\",\n },\n },\n nsgCidrs: {\n serializedName: \"nsgCidrs\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"NsgCidr\",\n },\n },\n },\n },\n dataCollectionOptions: {\n serializedName: \"dataCollectionOptions\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionOptions\",\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n computeNodes: {\n serializedName: \"computeNodes\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n iormConfigCache: {\n serializedName: \"iormConfigCache\",\n type: {\n name: \"Composite\",\n className: \"ExadataIormConfig\",\n },\n },\n lastUpdateHistoryEntryId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"lastUpdateHistoryEntryId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dbServers: {\n serializedName: \"dbServers\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n compartmentId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"compartmentId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subnetOcid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"subnetOcid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const NsgCidr: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NsgCidr\",\n modelProperties: {\n source: {\n constraints: {\n MaxLength: 128,\n MinLength: 1,\n },\n serializedName: \"source\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n destinationPortRange: {\n serializedName: \"destinationPortRange\",\n type: {\n name: \"Composite\",\n className: \"PortRange\",\n },\n },\n },\n },\n};\n\nexport const PortRange: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PortRange\",\n modelProperties: {\n min: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"min\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n max: {\n constraints: {\n InclusiveMaximum: 65535,\n InclusiveMinimum: 1,\n },\n serializedName: \"max\",\n required: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DataCollectionOptions: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataCollectionOptions\",\n modelProperties: {\n isDiagnosticsEventsEnabled: {\n defaultValue: false,\n serializedName: \"isDiagnosticsEventsEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isHealthMonitoringEnabled: {\n defaultValue: false,\n serializedName: \"isHealthMonitoringEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isIncidentLogsEnabled: {\n defaultValue: false,\n serializedName: \"isIncidentLogsEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ExadataIormConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExadataIormConfig\",\n modelProperties: {\n dbPlans: {\n serializedName: \"dbPlans\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DbIormConfig\",\n },\n },\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n type: {\n name: \"String\",\n },\n },\n objective: {\n serializedName: \"objective\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbIormConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbIormConfig\",\n modelProperties: {\n dbName: {\n serializedName: \"dbName\",\n type: {\n name: \"String\",\n },\n },\n flashCacheLimit: {\n serializedName: \"flashCacheLimit\",\n type: {\n name: \"String\",\n },\n },\n share: {\n constraints: {\n InclusiveMaximum: 32,\n InclusiveMinimum: 1,\n },\n serializedName: \"share\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseCharacterSetListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseCharacterSetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseCharacterSet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabaseCharacterSetProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseCharacterSetProperties\",\n modelProperties: {\n characterSet: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"characterSet\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabaseNationalCharacterSetListResult: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseNationalCharacterSetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseNationalCharacterSet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabaseNationalCharacterSetProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseNationalCharacterSetProperties\",\n modelProperties: {\n characterSet: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"characterSet\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDbVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDbVersionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutonomousDbVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDbVersionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDbVersionProperties\",\n modelProperties: {\n version: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"version\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dbWorkload: {\n serializedName: \"dbWorkload\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isDefaultForFree: {\n serializedName: \"isDefaultForFree\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isDefaultForPaid: {\n serializedName: \"isDefaultForPaid\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isFreeTierEnabled: {\n serializedName: \"isFreeTierEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isPaidEnabled: {\n serializedName: \"isPaidEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const DbSystemShapeListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbSystemShapeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DbSystemShape\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbSystemShapeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbSystemShapeProperties\",\n modelProperties: {\n shapeFamily: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"shapeFamily\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n availableCoreCount: {\n serializedName: \"availableCoreCount\",\n required: true,\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minimumCoreCount: {\n serializedName: \"minimumCoreCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n runtimeMinimumCoreCount: {\n serializedName: \"runtimeMinimumCoreCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n coreCountIncrement: {\n serializedName: \"coreCountIncrement\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minStorageCount: {\n serializedName: \"minStorageCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maxStorageCount: {\n serializedName: \"maxStorageCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableDataStoragePerServerInTbs: {\n serializedName: \"availableDataStoragePerServerInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableMemoryPerNodeInGbs: {\n serializedName: \"availableMemoryPerNodeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableDbNodePerNodeInGbs: {\n serializedName: \"availableDbNodePerNodeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minCoreCountPerNode: {\n serializedName: \"minCoreCountPerNode\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableMemoryInGbs: {\n serializedName: \"availableMemoryInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minMemoryPerNodeInGbs: {\n serializedName: \"minMemoryPerNodeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableDbNodeStorageInGbs: {\n serializedName: \"availableDbNodeStorageInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minDbNodeStoragePerNodeInGbs: {\n serializedName: \"minDbNodeStoragePerNodeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableDataStorageInTbs: {\n serializedName: \"availableDataStorageInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minDataStorageInTbs: {\n serializedName: \"minDataStorageInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n minimumNodeCount: {\n serializedName: \"minimumNodeCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n maximumNodeCount: {\n serializedName: \"maximumNodeCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n availableCoreCountPerNode: {\n serializedName: \"availableCoreCountPerNode\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const DnsPrivateViewListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateViewListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateView\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DnsPrivateViewProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateViewProperties\",\n modelProperties: {\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isProtected: {\n serializedName: \"isProtected\",\n required: true,\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n self: {\n serializedName: \"self\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n required: true,\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeUpdated: {\n serializedName: \"timeUpdated\",\n required: true,\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DnsPrivateZoneListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateZoneListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateZone\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DnsPrivateZoneProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateZoneProperties\",\n modelProperties: {\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isProtected: {\n serializedName: \"isProtected\",\n required: true,\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n self: {\n serializedName: \"self\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n serial: {\n serializedName: \"serial\",\n required: true,\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n version: {\n serializedName: \"version\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n viewId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"viewId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n zoneType: {\n serializedName: \"zoneType\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n required: true,\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GiVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GiVersionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GiVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GiVersionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GiVersionProperties\",\n modelProperties: {\n version: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"version\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemVersionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SystemVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SystemVersionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemVersionProperties\",\n modelProperties: {\n systemVersion: {\n serializedName: \"systemVersion\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscriptionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OracleSubscription\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscriptionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionProperties\",\n modelProperties: {\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n saasSubscriptionId: {\n serializedName: \"saasSubscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cloudAccountId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"cloudAccountId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cloudAccountState: {\n serializedName: \"cloudAccountState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n termUnit: {\n serializedName: \"termUnit\",\n type: {\n name: \"String\",\n },\n },\n productCode: {\n serializedName: \"productCode\",\n type: {\n name: \"String\",\n },\n },\n intent: {\n serializedName: \"intent\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Plan: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Plan\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"publisher\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n product: {\n serializedName: \"product\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n promotionCode: {\n serializedName: \"promotionCode\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscriptionUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionUpdate\",\n modelProperties: {\n plan: {\n serializedName: \"plan\",\n type: {\n name: \"Composite\",\n className: \"PlanUpdate\",\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionUpdateProperties\",\n },\n },\n },\n },\n};\n\nexport const PlanUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlanUpdate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n publisher: {\n serializedName: \"publisher\",\n type: {\n name: \"String\",\n },\n },\n product: {\n serializedName: \"product\",\n type: {\n name: \"String\",\n },\n },\n promotionCode: {\n serializedName: \"promotionCode\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscriptionUpdateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionUpdateProperties\",\n modelProperties: {\n productCode: {\n serializedName: \"productCode\",\n type: {\n name: \"String\",\n },\n },\n intent: {\n serializedName: \"intent\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActivationLinks: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivationLinks\",\n modelProperties: {\n newCloudAccountActivationLink: {\n serializedName: \"newCloudAccountActivationLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n existingCloudAccountActivationLink: {\n serializedName: \"existingCloudAccountActivationLink\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CloudAccountDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudAccountDetails\",\n modelProperties: {\n cloudAccountName: {\n serializedName: \"cloudAccountName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cloudAccountHomeRegion: {\n serializedName: \"cloudAccountHomeRegion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SaasSubscriptionDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SaasSubscriptionDetails\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionName: {\n serializedName: \"subscriptionName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n offerId: {\n serializedName: \"offerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n planId: {\n serializedName: \"planId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n saasSubscriptionStatus: {\n serializedName: \"saasSubscriptionStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n publisherId: {\n serializedName: \"publisherId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n purchaserEmailId: {\n serializedName: \"purchaserEmailId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n purchaserTenantId: {\n serializedName: \"purchaserTenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n termUnit: {\n serializedName: \"termUnit\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isAutoRenew: {\n serializedName: \"isAutoRenew\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isFreeTrial: {\n serializedName: \"isFreeTrial\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseUpdateProperties\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseUpdateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseUpdateProperties\",\n modelProperties: {\n adminPassword: {\n serializedName: \"adminPassword\",\n type: {\n name: \"String\",\n },\n },\n autonomousMaintenanceScheduleType: {\n serializedName: \"autonomousMaintenanceScheduleType\",\n type: {\n name: \"String\",\n },\n },\n computeCount: {\n constraints: {\n InclusiveMaximum: 512,\n InclusiveMinimum: 0.1,\n },\n serializedName: \"computeCount\",\n type: {\n name: \"Number\",\n },\n },\n cpuCoreCount: {\n constraints: {\n InclusiveMaximum: 128,\n InclusiveMinimum: 1,\n },\n serializedName: \"cpuCoreCount\",\n type: {\n name: \"Number\",\n },\n },\n customerContacts: {\n serializedName: \"customerContacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomerContact\",\n },\n },\n },\n },\n dataStorageSizeInTbs: {\n constraints: {\n InclusiveMaximum: 384,\n InclusiveMinimum: 1,\n },\n serializedName: \"dataStorageSizeInTbs\",\n type: {\n name: \"Number\",\n },\n },\n dataStorageSizeInGbs: {\n constraints: {\n InclusiveMaximum: 393216,\n InclusiveMinimum: 20,\n },\n serializedName: \"dataStorageSizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n isAutoScalingEnabled: {\n serializedName: \"isAutoScalingEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isAutoScalingForStorageEnabled: {\n serializedName: \"isAutoScalingForStorageEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n peerDbId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"peerDbId\",\n type: {\n name: \"String\",\n },\n },\n isLocalDataGuardEnabled: {\n serializedName: \"isLocalDataGuardEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n isMtlsConnectionRequired: {\n serializedName: \"isMtlsConnectionRequired\",\n type: {\n name: \"Boolean\",\n },\n },\n licenseModel: {\n serializedName: \"licenseModel\",\n type: {\n name: \"String\",\n },\n },\n scheduledOperations: {\n serializedName: \"scheduledOperations\",\n type: {\n name: \"Composite\",\n className: \"ScheduledOperationsTypeUpdate\",\n },\n },\n databaseEdition: {\n serializedName: \"databaseEdition\",\n type: {\n name: \"String\",\n },\n },\n longTermBackupSchedule: {\n serializedName: \"longTermBackupSchedule\",\n type: {\n name: \"Composite\",\n className: \"LongTermBackUpScheduleDetails\",\n },\n },\n localAdgAutoFailoverMaxDataLossLimit: {\n constraints: {\n InclusiveMaximum: 3600,\n InclusiveMinimum: 0,\n },\n serializedName: \"localAdgAutoFailoverMaxDataLossLimit\",\n type: {\n name: \"Number\",\n },\n },\n openMode: {\n serializedName: \"openMode\",\n type: {\n name: \"String\",\n },\n },\n permissionLevel: {\n serializedName: \"permissionLevel\",\n type: {\n name: \"String\",\n },\n },\n role: {\n serializedName: \"role\",\n type: {\n name: \"String\",\n },\n },\n backupRetentionPeriodInDays: {\n serializedName: \"backupRetentionPeriodInDays\",\n type: {\n name: \"Number\",\n },\n },\n whitelistedIps: {\n serializedName: \"whitelistedIps\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 1024,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ScheduledOperationsTypeUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScheduledOperationsTypeUpdate\",\n modelProperties: {\n dayOfWeek: {\n serializedName: \"dayOfWeek\",\n type: {\n name: \"Composite\",\n className: \"DayOfWeekUpdate\",\n },\n },\n scheduledStartTime: {\n constraints: {\n MaxLength: 50,\n MinLength: 1,\n },\n serializedName: \"scheduledStartTime\",\n type: {\n name: \"String\",\n },\n },\n scheduledStopTime: {\n constraints: {\n MaxLength: 50,\n MinLength: 1,\n },\n serializedName: \"scheduledStopTime\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DayOfWeekUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DayOfWeekUpdate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseBackupListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackup\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseBackupProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupProperties\",\n modelProperties: {\n autonomousDatabaseOcid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"autonomousDatabaseOcid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n databaseSizeInTbs: {\n serializedName: \"databaseSizeInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dbVersion: {\n serializedName: \"dbVersion\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n isAutomatic: {\n serializedName: \"isAutomatic\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isRestorable: {\n serializedName: \"isRestorable\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n retentionPeriodInDays: {\n constraints: {\n InclusiveMaximum: 3650,\n InclusiveMinimum: 60,\n },\n serializedName: \"retentionPeriodInDays\",\n type: {\n name: \"Number\",\n },\n },\n sizeInTbs: {\n serializedName: \"sizeInTbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n timeAvailableTil: {\n serializedName: \"timeAvailableTil\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeStarted: {\n serializedName: \"timeStarted\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeEnded: {\n serializedName: \"timeEnded\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupType: {\n serializedName: \"backupType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseBackupUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupUpdate\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupUpdateProperties\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseBackupUpdateProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupUpdateProperties\",\n modelProperties: {\n retentionPeriodInDays: {\n constraints: {\n InclusiveMaximum: 3650,\n InclusiveMinimum: 60,\n },\n serializedName: \"retentionPeriodInDays\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const PeerDbDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PeerDbDetails\",\n modelProperties: {\n peerDbId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"peerDbId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GenerateAutonomousDatabaseWalletDetails: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"GenerateAutonomousDatabaseWalletDetails\",\n modelProperties: {\n generateType: {\n serializedName: \"generateType\",\n type: {\n name: \"String\",\n },\n },\n isRegional: {\n serializedName: \"isRegional\",\n type: {\n name: \"Boolean\",\n },\n },\n password: {\n serializedName: \"password\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabaseWalletFile: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseWalletFile\",\n modelProperties: {\n walletFiles: {\n serializedName: \"walletFiles\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RestoreAutonomousDatabaseDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RestoreAutonomousDatabaseDetails\",\n modelProperties: {\n timestamp: {\n serializedName: \"timestamp\",\n required: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CloudExadataInfrastructureUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructureUpdate\",\n modelProperties: {\n zones: {\n serializedName: \"zones\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructureUpdateProperties\",\n },\n },\n },\n },\n};\n\nexport const CloudExadataInfrastructureUpdateProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructureUpdateProperties\",\n modelProperties: {\n computeCount: {\n serializedName: \"computeCount\",\n type: {\n name: \"Number\",\n },\n },\n storageCount: {\n serializedName: \"storageCount\",\n type: {\n name: \"Number\",\n },\n },\n maintenanceWindow: {\n serializedName: \"maintenanceWindow\",\n type: {\n name: \"Composite\",\n className: \"MaintenanceWindow\",\n },\n },\n customerContacts: {\n serializedName: \"customerContacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CustomerContact\",\n },\n },\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const DbServerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbServerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DbServer\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbServerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbServerProperties\",\n modelProperties: {\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n compartmentId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"compartmentId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n exadataInfrastructureId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"exadataInfrastructureId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cpuCoreCount: {\n serializedName: \"cpuCoreCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dbServerPatchingDetails: {\n serializedName: \"dbServerPatchingDetails\",\n type: {\n name: \"Composite\",\n className: \"DbServerPatchingDetails\",\n },\n },\n maxMemoryInGbs: {\n serializedName: \"maxMemoryInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dbNodeStorageSizeInGbs: {\n serializedName: \"dbNodeStorageSizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n vmClusterIds: {\n serializedName: \"vmClusterIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n dbNodeIds: {\n serializedName: \"dbNodeIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n maxCpuCount: {\n serializedName: \"maxCpuCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n autonomousVmClusterIds: {\n serializedName: \"autonomousVmClusterIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n autonomousVirtualMachineIds: {\n serializedName: \"autonomousVirtualMachineIds\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n maxDbNodeStorageInGbs: {\n serializedName: \"maxDbNodeStorageInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n memorySizeInGbs: {\n serializedName: \"memorySizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n shape: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"shape\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbServerPatchingDetails: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbServerPatchingDetails\",\n modelProperties: {\n estimatedPatchDuration: {\n constraints: {\n InclusiveMaximum: 3000,\n InclusiveMinimum: 1,\n },\n serializedName: \"estimatedPatchDuration\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n patchingStatus: {\n serializedName: \"patchingStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timePatchingEnded: {\n serializedName: \"timePatchingEnded\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timePatchingStarted: {\n serializedName: \"timePatchingStarted\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const CloudVmClusterUpdate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClusterUpdate\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CloudVmClusterUpdateProperties\",\n },\n },\n },\n },\n};\n\nexport const CloudVmClusterUpdateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClusterUpdateProperties\",\n modelProperties: {\n storageSizeInGbs: {\n serializedName: \"storageSizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n dataStorageSizeInTbs: {\n serializedName: \"dataStorageSizeInTbs\",\n type: {\n name: \"Number\",\n },\n },\n dbNodeStorageSizeInGbs: {\n serializedName: \"dbNodeStorageSizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n memorySizeInGbs: {\n serializedName: \"memorySizeInGbs\",\n type: {\n name: \"Number\",\n },\n },\n cpuCoreCount: {\n serializedName: \"cpuCoreCount\",\n type: {\n name: \"Number\",\n },\n },\n ocpuCount: {\n serializedName: \"ocpuCount\",\n type: {\n name: \"Number\",\n },\n },\n sshPublicKeys: {\n serializedName: \"sshPublicKeys\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n licenseModel: {\n serializedName: \"licenseModel\",\n type: {\n name: \"String\",\n },\n },\n dataCollectionOptions: {\n serializedName: \"dataCollectionOptions\",\n type: {\n name: \"Composite\",\n className: \"DataCollectionOptions\",\n },\n },\n displayName: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n computeNodes: {\n serializedName: \"computeNodes\",\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const AddRemoveDbNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddRemoveDbNode\",\n modelProperties: {\n dbServers: {\n serializedName: \"dbServers\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DbNodeListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbNodeListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DbNode\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbNodeProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbNodeProperties\",\n modelProperties: {\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n additionalDetails: {\n serializedName: \"additionalDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupIpId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"backupIpId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupVnic2Id: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"backupVnic2Id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n backupVnicId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"backupVnicId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n cpuCoreCount: {\n serializedName: \"cpuCoreCount\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dbNodeStorageSizeInGbs: {\n serializedName: \"dbNodeStorageSizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n dbServerId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"dbServerId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n dbSystemId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"dbSystemId\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n faultDomain: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"faultDomain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hostIpId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"hostIpId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n hostname: {\n serializedName: \"hostname\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n maintenanceType: {\n serializedName: \"maintenanceType\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n memorySizeInGbs: {\n serializedName: \"memorySizeInGbs\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n softwareStorageSizeInGb: {\n serializedName: \"softwareStorageSizeInGb\",\n readOnly: true,\n type: {\n name: \"Number\",\n },\n },\n timeCreated: {\n serializedName: \"timeCreated\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeMaintenanceWindowEnd: {\n serializedName: \"timeMaintenanceWindowEnd\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n timeMaintenanceWindowStart: {\n serializedName: \"timeMaintenanceWindowStart\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n vnic2Id: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"vnic2Id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n vnicId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"vnicId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DbNodeAction: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbNodeAction\",\n modelProperties: {\n action: {\n serializedName: \"action\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateIpAddressesFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateIpAddressesFilter\",\n modelProperties: {\n subnetId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"subnetId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n vnicId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"vnicId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateIpAddressProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateIpAddressProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n hostnameLabel: {\n serializedName: \"hostnameLabel\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ipAddress: {\n serializedName: \"ipAddress\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n subnetId: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"subnetId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkAddressListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkAddressListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkAddress\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkAddressProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkAddressProperties\",\n modelProperties: {\n ipAddress: {\n serializedName: \"ipAddress\",\n type: {\n name: \"String\",\n },\n },\n vmOcid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"vmOcid\",\n type: {\n name: \"String\",\n },\n },\n ocid: {\n constraints: {\n MaxLength: 255,\n MinLength: 1,\n },\n serializedName: \"ocid\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n domain: {\n serializedName: \"domain\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleDetails: {\n serializedName: \"lifecycleDetails\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lifecycleState: {\n serializedName: \"lifecycleState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeAssigned: {\n serializedName: \"timeAssigned\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SystemVersionsFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemVersionsFilter\",\n modelProperties: {\n giVersion: {\n serializedName: \"giVersion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n shape: {\n serializedName: \"shape\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isLatestVersion: {\n serializedName: \"isLatestVersion\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ValidationError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ValidationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ValidationResult\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n required: true,\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ValidationError\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseCloneProperties: coreClient.CompositeMapper = {\n serializedName: \"Clone\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseCloneProperties\",\n uberParent: \"AutonomousDatabaseBaseProperties\",\n polymorphicDiscriminator:\n AutonomousDatabaseBaseProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutonomousDatabaseBaseProperties.type.modelProperties,\n source: {\n serializedName: \"source\",\n type: {\n name: \"String\",\n },\n },\n sourceId: {\n serializedName: \"sourceId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n cloneType: {\n serializedName: \"cloneType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isReconnectCloneEnabled: {\n serializedName: \"isReconnectCloneEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n isRefreshableClone: {\n serializedName: \"isRefreshableClone\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n refreshableModel: {\n serializedName: \"refreshableModel\",\n type: {\n name: \"String\",\n },\n },\n refreshableStatus: {\n serializedName: \"refreshableStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timeUntilReconnectCloneEnabled: {\n serializedName: \"timeUntilReconnectCloneEnabled\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseProperties: coreClient.CompositeMapper = {\n serializedName: \"Regular\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseProperties\",\n uberParent: \"AutonomousDatabaseBaseProperties\",\n polymorphicDiscriminator:\n AutonomousDatabaseBaseProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...AutonomousDatabaseBaseProperties.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const AutonomousDatabase: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabase\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBaseProperties\",\n },\n },\n },\n },\n};\n\nexport const CloudExadataInfrastructure: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructure\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructureProperties\",\n },\n },\n zones: {\n serializedName: \"zones\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const CloudVmCluster: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmCluster\",\n modelProperties: {\n ...TrackedResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"CloudVmClusterProperties\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseCharacterSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseCharacterSet\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseCharacterSetProperties\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseNationalCharacterSet: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseNationalCharacterSet\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseNationalCharacterSetProperties\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDbVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDbVersion\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDbVersionProperties\",\n },\n },\n },\n },\n};\n\nexport const DbSystemShape: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbSystemShape\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DbSystemShapeProperties\",\n },\n },\n },\n },\n};\n\nexport const DnsPrivateView: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateView\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DnsPrivateViewProperties\",\n },\n },\n },\n },\n};\n\nexport const DnsPrivateZone: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DnsPrivateZone\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DnsPrivateZoneProperties\",\n },\n },\n },\n },\n};\n\nexport const GiVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GiVersion\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"GiVersionProperties\",\n },\n },\n },\n },\n};\n\nexport const SystemVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemVersion\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SystemVersionProperties\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleSubscription\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionProperties\",\n },\n },\n plan: {\n serializedName: \"plan\",\n type: {\n name: \"Composite\",\n className: \"Plan\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabaseBackup: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackup\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupProperties\",\n },\n },\n },\n },\n};\n\nexport const DbServer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbServer\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DbServerProperties\",\n },\n },\n },\n },\n};\n\nexport const DbNode: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbNode\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"DbNodeProperties\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkAddress: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkAddress\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkAddressProperties\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabasesCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabasesCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabasesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabasesUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabasesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabasesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabasesFailoverHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabasesFailoverHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabasesRestoreHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabasesRestoreHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabasesShrinkHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabasesShrinkHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AutonomousDatabasesSwitchoverHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabasesSwitchoverHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const CloudExadataInfrastructuresCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructuresCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const CloudExadataInfrastructuresUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructuresUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const CloudExadataInfrastructuresDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructuresDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const CloudExadataInfrastructuresAddStorageCapacityHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudExadataInfrastructuresAddStorageCapacityHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const CloudVmClustersCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"CloudVmClustersCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const CloudVmClustersUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClustersUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudVmClustersDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClustersDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudVmClustersAddVmsHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClustersAddVmsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const CloudVmClustersRemoveVmsHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudVmClustersRemoveVmsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscriptionsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionsCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const OracleSubscriptionsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscriptionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const OracleSubscriptionsListActivationLinksHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionsListActivationLinksHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const OracleSubscriptionsListCloudAccountDetailsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionsListCloudAccountDetailsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const OracleSubscriptionsListSaasSubscriptionDetailsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OracleSubscriptionsListSaasSubscriptionDetailsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabaseBackupsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupsCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabaseBackupsUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupsUpdateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const AutonomousDatabaseBackupsDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"AutonomousDatabaseBackupsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const DbNodesActionHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DbNodesActionHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const VirtualNetworkAddressesCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkAddressesCreateOrUpdateHeaders\",\n modelProperties: {\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport const VirtualNetworkAddressesDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkAddressesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n };\n\nexport let discriminators = {\n AutonomousDatabaseBaseProperties: AutonomousDatabaseBaseProperties,\n \"AutonomousDatabaseBaseProperties.Clone\": AutonomousDatabaseCloneProperties,\n \"AutonomousDatabaseBaseProperties.Regular\": AutonomousDatabaseProperties,\n};\n"]}