@azure/arm-oracledatabase 1.0.1-alpha.20250214.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
@@ -1,4608 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
-
9
- import * as coreClient from "@azure/core-client";
10
-
11
- export type AutonomousDatabaseBasePropertiesUnion =
12
- | AutonomousDatabaseBaseProperties
13
- | AutonomousDatabaseCloneProperties
14
- | AutonomousDatabaseProperties;
15
-
16
- /** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
17
- export interface OperationListResult {
18
- /**
19
- * List of operations supported by the resource provider
20
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
- */
22
- readonly value?: Operation[];
23
- /**
24
- * URL to get the next set of operation list results (if there are any).
25
- * NOTE: This property will not be serialized. It can only be populated by the server.
26
- */
27
- readonly nextLink?: string;
28
- }
29
-
30
- /** Details of a REST API operation, returned from the Resource Provider Operations API */
31
- export interface Operation {
32
- /**
33
- * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action"
34
- * NOTE: This property will not be serialized. It can only be populated by the server.
35
- */
36
- readonly name?: string;
37
- /**
38
- * Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for ARM/control-plane operations.
39
- * NOTE: This property will not be serialized. It can only be populated by the server.
40
- */
41
- readonly isDataAction?: boolean;
42
- /** Localized display information for this particular operation. */
43
- display?: OperationDisplay;
44
- /**
45
- * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"
46
- * NOTE: This property will not be serialized. It can only be populated by the server.
47
- */
48
- readonly origin?: Origin;
49
- /**
50
- * Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
51
- * NOTE: This property will not be serialized. It can only be populated by the server.
52
- */
53
- readonly actionType?: ActionType;
54
- }
55
-
56
- /** Localized display information for this particular operation. */
57
- export interface OperationDisplay {
58
- /**
59
- * The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute".
60
- * NOTE: This property will not be serialized. It can only be populated by the server.
61
- */
62
- readonly provider?: string;
63
- /**
64
- * The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections".
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly resource?: string;
68
- /**
69
- * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine".
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly operation?: string;
73
- /**
74
- * The short, localized friendly description of the operation; suitable for tool tips and detailed views.
75
- * NOTE: This property will not be serialized. It can only be populated by the server.
76
- */
77
- readonly description?: string;
78
- }
79
-
80
- /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
81
- export interface ErrorResponse {
82
- /** The error object. */
83
- error?: ErrorDetail;
84
- }
85
-
86
- /** The error detail. */
87
- export interface ErrorDetail {
88
- /**
89
- * The error code.
90
- * NOTE: This property will not be serialized. It can only be populated by the server.
91
- */
92
- readonly code?: string;
93
- /**
94
- * The error message.
95
- * NOTE: This property will not be serialized. It can only be populated by the server.
96
- */
97
- readonly message?: string;
98
- /**
99
- * The error target.
100
- * NOTE: This property will not be serialized. It can only be populated by the server.
101
- */
102
- readonly target?: string;
103
- /**
104
- * The error details.
105
- * NOTE: This property will not be serialized. It can only be populated by the server.
106
- */
107
- readonly details?: ErrorDetail[];
108
- /**
109
- * The error additional info.
110
- * NOTE: This property will not be serialized. It can only be populated by the server.
111
- */
112
- readonly additionalInfo?: ErrorAdditionalInfo[];
113
- }
114
-
115
- /** The resource management error additional info. */
116
- export interface ErrorAdditionalInfo {
117
- /**
118
- * The additional info type.
119
- * NOTE: This property will not be serialized. It can only be populated by the server.
120
- */
121
- readonly type?: string;
122
- /**
123
- * The additional info.
124
- * NOTE: This property will not be serialized. It can only be populated by the server.
125
- */
126
- readonly info?: Record<string, unknown>;
127
- }
128
-
129
- /** The response of a AutonomousDatabase list operation. */
130
- export interface AutonomousDatabaseListResult {
131
- /** The AutonomousDatabase items on this page */
132
- value: AutonomousDatabase[];
133
- /** The link to the next page of items */
134
- nextLink?: string;
135
- }
136
-
137
- /** Autonomous Database base resource model. */
138
- export interface AutonomousDatabaseBaseProperties {
139
- /** Polymorphic discriminator, which specifies the different types this object can be */
140
- dataBaseType: "Clone" | "Regular";
141
- /**
142
- * Admin password.
143
- * This value contains a credential. Consider obscuring before showing to users
144
- */
145
- adminPassword?: string;
146
- /** The maintenance schedule type of the Autonomous Database Serverless. */
147
- autonomousMaintenanceScheduleType?: AutonomousMaintenanceScheduleType;
148
- /** The character set for the autonomous database. */
149
- characterSet?: string;
150
- /** The compute amount (CPUs) available to the database. */
151
- computeCount?: number;
152
- /** The compute model of the Autonomous Database. */
153
- computeModel?: ComputeModel;
154
- /** The number of CPU cores to be made available to the database. */
155
- cpuCoreCount?: number;
156
- /** Customer Contacts. */
157
- customerContacts?: CustomerContact[];
158
- /** The quantity of data in the database, in terabytes. */
159
- dataStorageSizeInTbs?: number;
160
- /** The size, in gigabytes, of the data volume that will be created and attached to the database. */
161
- dataStorageSizeInGbs?: number;
162
- /** A valid Oracle Database version for Autonomous Database. */
163
- dbVersion?: string;
164
- /** The Autonomous Database workload type */
165
- dbWorkload?: WorkloadType;
166
- /** The user-friendly name for the Autonomous Database. */
167
- displayName?: string;
168
- /** Indicates if auto scaling is enabled for the Autonomous Database CPU core count. */
169
- isAutoScalingEnabled?: boolean;
170
- /** Indicates if auto scaling is enabled for the Autonomous Database storage. */
171
- isAutoScalingForStorageEnabled?: boolean;
172
- /**
173
- * The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
174
- * NOTE: This property will not be serialized. It can only be populated by the server.
175
- */
176
- readonly peerDbIds?: string[];
177
- /** The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database. */
178
- peerDbId?: string;
179
- /** Indicates whether the Autonomous Database has local or called in-region Data Guard enabled. */
180
- isLocalDataGuardEnabled?: boolean;
181
- /**
182
- * Indicates whether the Autonomous Database has Cross Region Data Guard enabled.
183
- * NOTE: This property will not be serialized. It can only be populated by the server.
184
- */
185
- readonly isRemoteDataGuardEnabled?: boolean;
186
- /**
187
- * Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance.Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover.Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
188
- * NOTE: This property will not be serialized. It can only be populated by the server.
189
- */
190
- readonly localDisasterRecoveryType?: DisasterRecoveryType;
191
- /**
192
- * Local Autonomous Disaster Recovery standby database details.
193
- * NOTE: This property will not be serialized. It can only be populated by the server.
194
- */
195
- readonly localStandbyDb?: AutonomousDatabaseStandbySummary;
196
- /**
197
- * Indicates the number of seconds of data loss for a Data Guard failover.
198
- * NOTE: This property will not be serialized. It can only be populated by the server.
199
- */
200
- readonly failedDataRecoveryInSeconds?: number;
201
- /** Specifies if the Autonomous Database requires mTLS connections. */
202
- isMtlsConnectionRequired?: boolean;
203
- /** Specifies if the Autonomous Database preview version is being provisioned. */
204
- isPreviewVersionWithServiceTermsAccepted?: boolean;
205
- /** The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED. */
206
- licenseModel?: LicenseModel;
207
- /** The character set for the Autonomous Database. */
208
- ncharacterSet?: string;
209
- /**
210
- * Additional information about the current lifecycle state.
211
- * NOTE: This property will not be serialized. It can only be populated by the server.
212
- */
213
- readonly lifecycleDetails?: string;
214
- /**
215
- * Azure resource provisioning state.
216
- * NOTE: This property will not be serialized. It can only be populated by the server.
217
- */
218
- readonly provisioningState?: AzureResourceProvisioningState;
219
- /**
220
- * Views lifecycleState
221
- * NOTE: This property will not be serialized. It can only be populated by the server.
222
- */
223
- readonly lifecycleState?: AutonomousDatabaseLifecycleState;
224
- /** The list of scheduled operations. */
225
- scheduledOperations?: ScheduledOperationsType;
226
- /** The private endpoint Ip address for the resource. */
227
- privateEndpointIp?: string;
228
- /** The resource's private endpoint label. */
229
- privateEndpointLabel?: string;
230
- /**
231
- * HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.
232
- * NOTE: This property will not be serialized. It can only be populated by the server.
233
- */
234
- readonly ociUrl?: string;
235
- /** Client subnet */
236
- subnetId?: string;
237
- /** VNET for network connectivity */
238
- vnetId?: string;
239
- /**
240
- * The date and time that the database was created.
241
- * NOTE: This property will not be serialized. It can only be populated by the server.
242
- */
243
- readonly timeCreated?: Date;
244
- /**
245
- * The date and time when maintenance will begin.
246
- * NOTE: This property will not be serialized. It can only be populated by the server.
247
- */
248
- readonly timeMaintenanceBegin?: Date;
249
- /**
250
- * The date and time when maintenance will end.
251
- * NOTE: This property will not be serialized. It can only be populated by the server.
252
- */
253
- readonly timeMaintenanceEnd?: Date;
254
- /**
255
- * The current amount of storage in use for user and system data, in terabytes (TB).
256
- * NOTE: This property will not be serialized. It can only be populated by the server.
257
- */
258
- readonly actualUsedDataStorageSizeInTbs?: number;
259
- /**
260
- * The amount of storage currently allocated for the database tables and billed for, rounded up.
261
- * NOTE: This property will not be serialized. It can only be populated by the server.
262
- */
263
- readonly allocatedStorageSizeInTbs?: number;
264
- /**
265
- * Information about Oracle APEX Application Development.
266
- * NOTE: This property will not be serialized. It can only be populated by the server.
267
- */
268
- readonly apexDetails?: ApexDetailsType;
269
- /**
270
- * List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
271
- * NOTE: This property will not be serialized. It can only be populated by the server.
272
- */
273
- readonly availableUpgradeVersions?: string[];
274
- /**
275
- * The connection string used to connect to the Autonomous Database.
276
- * NOTE: This property will not be serialized. It can only be populated by the server.
277
- */
278
- readonly connectionStrings?: ConnectionStringType;
279
- /**
280
- * The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
281
- * NOTE: This property will not be serialized. It can only be populated by the server.
282
- */
283
- readonly connectionUrls?: ConnectionUrlType;
284
- /**
285
- * Status of the Data Safe registration for this Autonomous Database.
286
- * NOTE: This property will not be serialized. It can only be populated by the server.
287
- */
288
- readonly dataSafeStatus?: DataSafeStatusType;
289
- /** The Oracle Database Edition that applies to the Autonomous databases. */
290
- databaseEdition?: DatabaseEditionType;
291
- /** Autonomous Database ID */
292
- autonomousDatabaseId?: string;
293
- /**
294
- * The area assigned to In-Memory tables in Autonomous Database.
295
- * NOTE: This property will not be serialized. It can only be populated by the server.
296
- */
297
- readonly inMemoryAreaInGbs?: number;
298
- /**
299
- * The date and time when the next long-term backup would be created.
300
- * NOTE: This property will not be serialized. It can only be populated by the server.
301
- */
302
- readonly nextLongTermBackupTimeStamp?: Date;
303
- /** Details for the long-term backup schedule. */
304
- longTermBackupSchedule?: LongTermBackUpScheduleDetails;
305
- /**
306
- * Indicates if the Autonomous Database version is a preview version.
307
- * NOTE: This property will not be serialized. It can only be populated by the server.
308
- */
309
- readonly isPreview?: boolean;
310
- /** Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard */
311
- localAdgAutoFailoverMaxDataLossLimit?: number;
312
- /**
313
- * The amount of memory (in GBs) enabled per ECPU or OCPU.
314
- * NOTE: This property will not be serialized. It can only be populated by the server.
315
- */
316
- readonly memoryPerOracleComputeUnitInGbs?: number;
317
- /** Indicates the Autonomous Database mode. */
318
- openMode?: OpenModeType;
319
- /**
320
- * Status of Operations Insights for this Autonomous Database.
321
- * NOTE: This property will not be serialized. It can only be populated by the server.
322
- */
323
- readonly operationsInsightsStatus?: OperationsInsightsStatusType;
324
- /** The Autonomous Database permission level. */
325
- permissionLevel?: PermissionLevelType;
326
- /**
327
- * The private endpoint for the resource.
328
- * NOTE: This property will not be serialized. It can only be populated by the server.
329
- */
330
- readonly privateEndpoint?: string;
331
- /**
332
- * An array of CPU values that an Autonomous Database can be scaled to.
333
- * NOTE: This property will not be serialized. It can only be populated by the server.
334
- */
335
- readonly provisionableCpus?: number[];
336
- /** The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled. */
337
- role?: RoleType;
338
- /**
339
- * The URL of the Service Console for the Autonomous Database.
340
- * NOTE: This property will not be serialized. It can only be populated by the server.
341
- */
342
- readonly serviceConsoleUrl?: string;
343
- /**
344
- * The SQL Web Developer URL for the Oracle Autonomous Database.
345
- * NOTE: This property will not be serialized. It can only be populated by the server.
346
- */
347
- readonly sqlWebDeveloperUrl?: string;
348
- /**
349
- * The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
350
- * NOTE: This property will not be serialized. It can only be populated by the server.
351
- */
352
- readonly supportedRegionsToCloneTo?: string[];
353
- /**
354
- * The date and time the Autonomous Data Guard role was switched for the Autonomous Database.
355
- * NOTE: This property will not be serialized. It can only be populated by the server.
356
- */
357
- readonly timeDataGuardRoleChanged?: string;
358
- /**
359
- * The date and time the Always Free database will be automatically deleted because of inactivity.
360
- * NOTE: This property will not be serialized. It can only be populated by the server.
361
- */
362
- readonly timeDeletionOfFreeAutonomousDatabase?: string;
363
- /**
364
- * The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
365
- * NOTE: This property will not be serialized. It can only be populated by the server.
366
- */
367
- readonly timeLocalDataGuardEnabled?: string;
368
- /**
369
- * The timestamp of the last failover operation.
370
- * NOTE: This property will not be serialized. It can only be populated by the server.
371
- */
372
- readonly timeOfLastFailover?: string;
373
- /**
374
- * The date and time when last refresh happened.
375
- * NOTE: This property will not be serialized. It can only be populated by the server.
376
- */
377
- readonly timeOfLastRefresh?: string;
378
- /**
379
- * The refresh point timestamp (UTC).
380
- * NOTE: This property will not be serialized. It can only be populated by the server.
381
- */
382
- readonly timeOfLastRefreshPoint?: string;
383
- /**
384
- * The timestamp of the last switchover operation for the Autonomous Database.
385
- * NOTE: This property will not be serialized. It can only be populated by the server.
386
- */
387
- readonly timeOfLastSwitchover?: string;
388
- /**
389
- * The date and time the Always Free database will be stopped because of inactivity.
390
- * NOTE: This property will not be serialized. It can only be populated by the server.
391
- */
392
- readonly timeReclamationOfFreeAutonomousDatabase?: string;
393
- /**
394
- * The storage space consumed by Autonomous Database in GBs.
395
- * NOTE: This property will not be serialized. It can only be populated by the server.
396
- */
397
- readonly usedDataStorageSizeInGbs?: number;
398
- /**
399
- * The amount of storage that has been used, in terabytes.
400
- * NOTE: This property will not be serialized. It can only be populated by the server.
401
- */
402
- readonly usedDataStorageSizeInTbs?: number;
403
- /**
404
- * Database ocid
405
- * NOTE: This property will not be serialized. It can only be populated by the server.
406
- */
407
- readonly ocid?: string;
408
- /** Retention period, in days, for long-term backups */
409
- backupRetentionPeriodInDays?: number;
410
- /** The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25'] */
411
- whitelistedIps?: string[];
412
- }
413
-
414
- /** CustomerContact resource properties */
415
- export interface CustomerContact {
416
- /** The email address used by Oracle to send notifications regarding databases and infrastructure. */
417
- email: string;
418
- }
419
-
420
- /** Autonomous Disaster Recovery standby database details. */
421
- export interface AutonomousDatabaseStandbySummary {
422
- /** The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover. */
423
- lagTimeInSeconds?: number;
424
- /** The current state of the Autonomous Database. */
425
- lifecycleState?: AutonomousDatabaseLifecycleState;
426
- /** Additional information about the current lifecycle state. */
427
- lifecycleDetails?: string;
428
- /** The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database. */
429
- timeDataGuardRoleChanged?: string;
430
- /** The date and time the Disaster Recovery role was switched for the standby Autonomous Database. */
431
- timeDisasterRecoveryRoleChanged?: string;
432
- }
433
-
434
- /** The list of scheduled operations. */
435
- export interface ScheduledOperationsType {
436
- /** Day of week */
437
- dayOfWeek: DayOfWeek;
438
- /** auto start time. value must be of ISO-8601 format HH:mm */
439
- scheduledStartTime?: string;
440
- /** auto stop time. value must be of ISO-8601 format HH:mm */
441
- scheduledStopTime?: string;
442
- }
443
-
444
- /** DayOfWeek resource properties */
445
- export interface DayOfWeek {
446
- /** Name of the day of the week. */
447
- name: DayOfWeekName;
448
- }
449
-
450
- /** Information about Oracle APEX Application Development. */
451
- export interface ApexDetailsType {
452
- /** The Oracle APEX Application Development version. */
453
- apexVersion?: string;
454
- /** The Oracle REST Data Services (ORDS) version. */
455
- ordsVersion?: string;
456
- }
457
-
458
- /** Connection strings to connect to an Oracle Autonomous Database. */
459
- export interface ConnectionStringType {
460
- /** Returns all connection strings that can be used to connect to the Autonomous Database. */
461
- allConnectionStrings?: AllConnectionStringType;
462
- /** The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. */
463
- dedicated?: string;
464
- /** The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements. */
465
- high?: string;
466
- /** The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. */
467
- low?: string;
468
- /** The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements. */
469
- medium?: string;
470
- /** A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata. */
471
- profiles?: ProfileType[];
472
- }
473
-
474
- /** The connection string profile to allow clients to group, filter and select connection string values based on structured metadata. */
475
- export interface AllConnectionStringType {
476
- /** The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements. */
477
- high?: string;
478
- /** The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. */
479
- low?: string;
480
- /** The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements. */
481
- medium?: string;
482
- }
483
-
484
- /** The connection string profile to allow clients to group, filter and select connection string values based on structured metadata. */
485
- export interface ProfileType {
486
- /** Consumer group used by the connection. */
487
- consumerGroup?: ConsumerGroup;
488
- /** A user-friendly name for the connection. */
489
- displayName: string;
490
- /** Host format used in connection string. */
491
- hostFormat: HostFormatType;
492
- /** True for a regional connection string, applicable to cross-region DG only. */
493
- isRegional?: boolean;
494
- /** Protocol used by the connection. */
495
- protocol: ProtocolType;
496
- /** Specifies whether the listener performs a direct hand-off of the session, or redirects the session. */
497
- sessionMode: SessionModeType;
498
- /** Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. */
499
- syntaxFormat: SyntaxFormatType;
500
- /** Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication. */
501
- tlsAuthentication?: TlsAuthenticationType;
502
- /** Connection string value. */
503
- value: string;
504
- }
505
-
506
- /** The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. */
507
- export interface ConnectionUrlType {
508
- /** Oracle Application Express (APEX) URL. */
509
- apexUrl?: string;
510
- /** The URL of the Database Transforms for the Autonomous Database. */
511
- databaseTransformsUrl?: string;
512
- /** The URL of the Graph Studio for the Autonomous Database. */
513
- graphStudioUrl?: string;
514
- /** The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database. */
515
- machineLearningNotebookUrl?: string;
516
- /** The URL of the MongoDB API for the Autonomous Database. */
517
- mongoDbUrl?: string;
518
- /** The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database. */
519
- ordsUrl?: string;
520
- /** Oracle SQL Developer Web URL. */
521
- sqlDevWebUrl?: string;
522
- }
523
-
524
- /** Details for the long-term backup schedule. */
525
- export interface LongTermBackUpScheduleDetails {
526
- /** The frequency of the long-term backup schedule */
527
- repeatCadence?: RepeatCadenceType;
528
- /** The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month. */
529
- timeOfBackup?: Date;
530
- /** Retention period, in days, for backups. */
531
- retentionPeriodInDays?: number;
532
- /** Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`. */
533
- isDisabled?: boolean;
534
- }
535
-
536
- /** Common fields that are returned in the response for all Azure Resource Manager resources */
537
- export interface Resource {
538
- /**
539
- * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
540
- * NOTE: This property will not be serialized. It can only be populated by the server.
541
- */
542
- readonly id?: string;
543
- /**
544
- * The name of the resource
545
- * NOTE: This property will not be serialized. It can only be populated by the server.
546
- */
547
- readonly name?: string;
548
- /**
549
- * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
550
- * NOTE: This property will not be serialized. It can only be populated by the server.
551
- */
552
- readonly type?: string;
553
- /**
554
- * Azure Resource Manager metadata containing createdBy and modifiedBy information.
555
- * NOTE: This property will not be serialized. It can only be populated by the server.
556
- */
557
- readonly systemData?: SystemData;
558
- }
559
-
560
- /** Metadata pertaining to creation and last modification of the resource. */
561
- export interface SystemData {
562
- /** The identity that created the resource. */
563
- createdBy?: string;
564
- /** The type of identity that created the resource. */
565
- createdByType?: CreatedByType;
566
- /** The timestamp of resource creation (UTC). */
567
- createdAt?: Date;
568
- /** The identity that last modified the resource. */
569
- lastModifiedBy?: string;
570
- /** The type of identity that last modified the resource. */
571
- lastModifiedByType?: CreatedByType;
572
- /** The timestamp of resource last modification (UTC) */
573
- lastModifiedAt?: Date;
574
- }
575
-
576
- /** The response of a CloudExadataInfrastructure list operation. */
577
- export interface CloudExadataInfrastructureListResult {
578
- /** The CloudExadataInfrastructure items on this page */
579
- value: CloudExadataInfrastructure[];
580
- /** The link to the next page of items */
581
- nextLink?: string;
582
- }
583
-
584
- /** CloudExadataInfrastructure resource model */
585
- export interface CloudExadataInfrastructureProperties {
586
- /**
587
- * Exadata infra ocid
588
- * NOTE: This property will not be serialized. It can only be populated by the server.
589
- */
590
- readonly ocid?: string;
591
- /** The number of compute servers for the cloud Exadata infrastructure. */
592
- computeCount?: number;
593
- /** The number of storage servers for the cloud Exadata infrastructure. */
594
- storageCount?: number;
595
- /**
596
- * The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
597
- * NOTE: This property will not be serialized. It can only be populated by the server.
598
- */
599
- readonly totalStorageSizeInGbs?: number;
600
- /**
601
- * The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).
602
- * NOTE: This property will not be serialized. It can only be populated by the server.
603
- */
604
- readonly availableStorageSizeInGbs?: number;
605
- /**
606
- * The date and time the cloud Exadata infrastructure resource was created.
607
- * NOTE: This property will not be serialized. It can only be populated by the server.
608
- */
609
- readonly timeCreated?: string;
610
- /**
611
- * Additional information about the current lifecycle state.
612
- * NOTE: This property will not be serialized. It can only be populated by the server.
613
- */
614
- readonly lifecycleDetails?: string;
615
- /** maintenanceWindow property */
616
- maintenanceWindow?: MaintenanceWindow;
617
- /**
618
- * The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
619
- * NOTE: This property will not be serialized. It can only be populated by the server.
620
- */
621
- readonly estimatedPatchingTime?: EstimatedPatchingTime;
622
- /** The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance. */
623
- customerContacts?: CustomerContact[];
624
- /**
625
- * CloudExadataInfrastructure provisioning state
626
- * NOTE: This property will not be serialized. It can only be populated by the server.
627
- */
628
- readonly provisioningState?: AzureResourceProvisioningState;
629
- /**
630
- * CloudExadataInfrastructure lifecycle state
631
- * NOTE: This property will not be serialized. It can only be populated by the server.
632
- */
633
- readonly lifecycleState?: CloudExadataInfrastructureLifecycleState;
634
- /** The model name of the cloud Exadata infrastructure resource. */
635
- shape: string;
636
- /**
637
- * HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.
638
- * NOTE: This property will not be serialized. It can only be populated by the server.
639
- */
640
- readonly ociUrl?: string;
641
- /**
642
- * The total number of CPU cores allocated.
643
- * NOTE: This property will not be serialized. It can only be populated by the server.
644
- */
645
- readonly cpuCount?: number;
646
- /**
647
- * The total number of CPU cores available.
648
- * NOTE: This property will not be serialized. It can only be populated by the server.
649
- */
650
- readonly maxCpuCount?: number;
651
- /**
652
- * The memory allocated in GBs.
653
- * NOTE: This property will not be serialized. It can only be populated by the server.
654
- */
655
- readonly memorySizeInGbs?: number;
656
- /**
657
- * The total memory available in GBs.
658
- * NOTE: This property will not be serialized. It can only be populated by the server.
659
- */
660
- readonly maxMemoryInGbs?: number;
661
- /**
662
- * The local node storage to be allocated in GBs.
663
- * NOTE: This property will not be serialized. It can only be populated by the server.
664
- */
665
- readonly dbNodeStorageSizeInGbs?: number;
666
- /**
667
- * The total local node storage available in GBs.
668
- * NOTE: This property will not be serialized. It can only be populated by the server.
669
- */
670
- readonly maxDbNodeStorageSizeInGbs?: number;
671
- /**
672
- * The quantity of data in the database, in terabytes.
673
- * NOTE: This property will not be serialized. It can only be populated by the server.
674
- */
675
- readonly dataStorageSizeInTbs?: number;
676
- /**
677
- * The total available DATA disk group size.
678
- * NOTE: This property will not be serialized. It can only be populated by the server.
679
- */
680
- readonly maxDataStorageInTbs?: number;
681
- /**
682
- * The software version of the database servers (dom0) in the Exadata infrastructure.
683
- * NOTE: This property will not be serialized. It can only be populated by the server.
684
- */
685
- readonly dbServerVersion?: string;
686
- /**
687
- * The software version of the storage servers (cells) in the Exadata infrastructure.
688
- * NOTE: This property will not be serialized. It can only be populated by the server.
689
- */
690
- readonly storageServerVersion?: string;
691
- /**
692
- * The requested number of additional storage servers activated for the Exadata infrastructure.
693
- * NOTE: This property will not be serialized. It can only be populated by the server.
694
- */
695
- readonly activatedStorageCount?: number;
696
- /**
697
- * The requested number of additional storage servers for the Exadata infrastructure.
698
- * NOTE: This property will not be serialized. It can only be populated by the server.
699
- */
700
- readonly additionalStorageCount?: number;
701
- /** The name for the Exadata infrastructure. */
702
- displayName: string;
703
- /**
704
- * The OCID of the last maintenance run.
705
- * NOTE: This property will not be serialized. It can only be populated by the server.
706
- */
707
- readonly lastMaintenanceRunId?: string;
708
- /**
709
- * The OCID of the next maintenance run.
710
- * NOTE: This property will not be serialized. It can only be populated by the server.
711
- */
712
- readonly nextMaintenanceRunId?: string;
713
- /**
714
- * Monthly Db Server version
715
- * NOTE: This property will not be serialized. It can only be populated by the server.
716
- */
717
- readonly monthlyDbServerVersion?: string;
718
- /**
719
- * Monthly Storage Server version
720
- * NOTE: This property will not be serialized. It can only be populated by the server.
721
- */
722
- readonly monthlyStorageServerVersion?: string;
723
- }
724
-
725
- /** MaintenanceWindow resource properties */
726
- export interface MaintenanceWindow {
727
- /** The maintenance window scheduling preference. */
728
- preference?: Preference;
729
- /** Months during the year when maintenance should be performed. */
730
- months?: Month[];
731
- /** Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed. */
732
- weeksOfMonth?: number[];
733
- /** Days during the week when maintenance should be performed. */
734
- daysOfWeek?: DayOfWeek[];
735
- /** The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC */
736
- hoursOfDay?: number[];
737
- /** Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4. */
738
- leadTimeInWeeks?: number;
739
- /** Cloud Exadata infrastructure node patching method. */
740
- patchingMode?: PatchingMode;
741
- /** Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive). */
742
- customActionTimeoutInMins?: number;
743
- /** If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations. */
744
- isCustomActionTimeoutEnabled?: boolean;
745
- /** is Monthly Patching Enabled */
746
- isMonthlyPatchingEnabled?: boolean;
747
- }
748
-
749
- /** Month resource properties */
750
- export interface Month {
751
- /** Name of the month of the year. */
752
- name: MonthName;
753
- }
754
-
755
- /** The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching). */
756
- export interface EstimatedPatchingTime {
757
- /**
758
- * The estimated time required in minutes for database server patching.
759
- * NOTE: This property will not be serialized. It can only be populated by the server.
760
- */
761
- readonly estimatedDbServerPatchingTime?: number;
762
- /**
763
- * The estimated time required in minutes for network switch patching.
764
- * NOTE: This property will not be serialized. It can only be populated by the server.
765
- */
766
- readonly estimatedNetworkSwitchesPatchingTime?: number;
767
- /**
768
- * The estimated time required in minutes for storage server patching.
769
- * NOTE: This property will not be serialized. It can only be populated by the server.
770
- */
771
- readonly estimatedStorageServerPatchingTime?: number;
772
- /**
773
- * The estimated total time required in minutes for all patching operations.
774
- * NOTE: This property will not be serialized. It can only be populated by the server.
775
- */
776
- readonly totalEstimatedPatchingTime?: number;
777
- }
778
-
779
- /** The response of a CloudVmCluster list operation. */
780
- export interface CloudVmClusterListResult {
781
- /** The CloudVmCluster items on this page */
782
- value: CloudVmCluster[];
783
- /** The link to the next page of items */
784
- nextLink?: string;
785
- }
786
-
787
- /** CloudVmCluster resource model */
788
- export interface CloudVmClusterProperties {
789
- /**
790
- * Cloud VM Cluster ocid
791
- * NOTE: This property will not be serialized. It can only be populated by the server.
792
- */
793
- readonly ocid?: string;
794
- /**
795
- * The port number configured for the listener on the cloud VM cluster.
796
- * NOTE: This property will not be serialized. It can only be populated by the server.
797
- */
798
- readonly listenerPort?: number;
799
- /**
800
- * The number of nodes in the cloud VM cluster.
801
- * NOTE: This property will not be serialized. It can only be populated by the server.
802
- */
803
- readonly nodeCount?: number;
804
- /** The data disk group size to be allocated in GBs per VM. */
805
- storageSizeInGbs?: number;
806
- /** The data disk group size to be allocated in TBs. */
807
- dataStorageSizeInTbs?: number;
808
- /** The local node storage to be allocated in GBs. */
809
- dbNodeStorageSizeInGbs?: number;
810
- /** The memory to be allocated in GBs. */
811
- memorySizeInGbs?: number;
812
- /**
813
- * The date and time that the cloud VM cluster was created.
814
- * NOTE: This property will not be serialized. It can only be populated by the server.
815
- */
816
- readonly timeCreated?: Date;
817
- /**
818
- * Additional information about the current lifecycle state.
819
- * NOTE: This property will not be serialized. It can only be populated by the server.
820
- */
821
- readonly lifecycleDetails?: string;
822
- /** The time zone of the cloud VM cluster. For details, see [Exadata Infrastructure Time Zones](/Content/Database/References/timezones.htm). */
823
- timeZone?: string;
824
- /** The OCID of the zone the cloud VM cluster is associated with. */
825
- zoneId?: string;
826
- /** The hostname for the cloud VM cluster. */
827
- hostname: string;
828
- /** The domain name for the cloud VM cluster. */
829
- domain?: string;
830
- /** The number of CPU cores enabled on the cloud VM cluster. */
831
- cpuCoreCount: number;
832
- /** The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part. */
833
- ocpuCount?: number;
834
- /** The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive. */
835
- clusterName?: string;
836
- /** The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See [Storage Configuration](/Content/Database/Concepts/exaoverview.htm#Exadata) in the Exadata documentation for details on the impact of the configuration settings on storage. */
837
- dataStoragePercentage?: number;
838
- /** If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster. */
839
- isLocalBackupEnabled?: boolean;
840
- /** Cloud Exadata Infrastructure ID */
841
- cloudExadataInfrastructureId: string;
842
- /** If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created. */
843
- isSparseDiskgroupEnabled?: boolean;
844
- /** Operating system version of the image. */
845
- systemVersion?: string;
846
- /** The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */
847
- sshPublicKeys: string[];
848
- /** The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */
849
- licenseModel?: LicenseModel;
850
- /**
851
- * The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
852
- * NOTE: This property will not be serialized. It can only be populated by the server.
853
- */
854
- readonly diskRedundancy?: DiskRedundancy;
855
- /**
856
- * The Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. **Note:** For a single-node DB system, this list is empty.
857
- * NOTE: This property will not be serialized. It can only be populated by the server.
858
- */
859
- readonly scanIpIds?: string[];
860
- /**
861
- * The virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster. **Note:** For a single-node DB system, this list is empty.
862
- * NOTE: This property will not be serialized. It can only be populated by the server.
863
- */
864
- readonly vipIds?: string[];
865
- /**
866
- * The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
867
- * NOTE: This property will not be serialized. It can only be populated by the server.
868
- */
869
- readonly scanDnsName?: string;
870
- /** The TCP Single Client Access Name (SCAN) port. The default port is 1521. */
871
- scanListenerPortTcp?: number;
872
- /** The TCPS Single Client Access Name (SCAN) port. The default port is 2484. */
873
- scanListenerPortTcpSsl?: number;
874
- /**
875
- * The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.
876
- * NOTE: This property will not be serialized. It can only be populated by the server.
877
- */
878
- readonly scanDnsRecordId?: string;
879
- /**
880
- * The model name of the Exadata hardware running the cloud VM cluster.
881
- * NOTE: This property will not be serialized. It can only be populated by the server.
882
- */
883
- readonly shape?: string;
884
- /**
885
- * CloudVmCluster provisioning state
886
- * NOTE: This property will not be serialized. It can only be populated by the server.
887
- */
888
- readonly provisioningState?: AzureResourceProvisioningState;
889
- /**
890
- * CloudVmCluster lifecycle state
891
- * NOTE: This property will not be serialized. It can only be populated by the server.
892
- */
893
- readonly lifecycleState?: CloudVmClusterLifecycleState;
894
- /** VNET for network connectivity */
895
- vnetId: string;
896
- /** Oracle Grid Infrastructure (GI) software version */
897
- giVersion: string;
898
- /**
899
- * HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.
900
- * NOTE: This property will not be serialized. It can only be populated by the server.
901
- */
902
- readonly ociUrl?: string;
903
- /**
904
- * HTTPS link to OCI Network Security Group exposed to Azure Customer via the Azure Interface.
905
- * NOTE: This property will not be serialized. It can only be populated by the server.
906
- */
907
- readonly nsgUrl?: string;
908
- /** Client subnet */
909
- subnetId: string;
910
- /** Client OCI backup subnet CIDR, default is 192.168.252.0/22 */
911
- backupSubnetCidr?: string;
912
- /** CIDR blocks for additional NSG ingress rules. The VNET CIDRs used to provision the VM Cluster will be added by default. */
913
- nsgCidrs?: NsgCidr[];
914
- /** Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */
915
- dataCollectionOptions?: DataCollectionOptions;
916
- /** Display Name */
917
- displayName: string;
918
- /** The list of compute servers to be added to the cloud VM cluster. */
919
- computeNodes?: string[];
920
- /**
921
- * iormConfigCache details for cloud VM cluster.
922
- * NOTE: This property will not be serialized. It can only be populated by the server.
923
- */
924
- readonly iormConfigCache?: ExadataIormConfig;
925
- /**
926
- * The OCID of the last maintenance update history entry.
927
- * NOTE: This property will not be serialized. It can only be populated by the server.
928
- */
929
- readonly lastUpdateHistoryEntryId?: string;
930
- /** The list of DB servers. */
931
- dbServers?: string[];
932
- /**
933
- * Cluster compartmentId
934
- * NOTE: This property will not be serialized. It can only be populated by the server.
935
- */
936
- readonly compartmentId?: string;
937
- /**
938
- * Cluster subnet ocid
939
- * NOTE: This property will not be serialized. It can only be populated by the server.
940
- */
941
- readonly subnetOcid?: string;
942
- }
943
-
944
- /** A rule for allowing inbound (INGRESS) IP packets */
945
- export interface NsgCidr {
946
- /** Conceptually, this is the range of IP addresses that a packet coming into the instance can come from. */
947
- source: string;
948
- /** Destination port range to specify particular destination ports for TCP rules. */
949
- destinationPortRange?: PortRange;
950
- }
951
-
952
- /** Port Range to specify particular destination ports for TCP rules. */
953
- export interface PortRange {
954
- /** The minimum port number, which must not be greater than the maximum port number. */
955
- min: number;
956
- /** The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value. */
957
- max: number;
958
- }
959
-
960
- /** DataCollectionOptions resource properties */
961
- export interface DataCollectionOptions {
962
- /** Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. */
963
- isDiagnosticsEventsEnabled?: boolean;
964
- /** Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. */
965
- isHealthMonitoringEnabled?: boolean;
966
- /** Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. */
967
- isIncidentLogsEnabled?: boolean;
968
- }
969
-
970
- /** ExadataIormConfig for cloud vm cluster */
971
- export interface ExadataIormConfig {
972
- /** An array of IORM settings for all the database in the Exadata DB system. */
973
- dbPlans?: DbIormConfig[];
974
- /** Additional information about the current lifecycleState. */
975
- lifecycleDetails?: string;
976
- /** The current state of IORM configuration for the Exadata DB system. */
977
- lifecycleState?: IormLifecycleState;
978
- /** The current value for the IORM objective. The default is AUTO. */
979
- objective?: Objective;
980
- }
981
-
982
- /** DbIormConfig for cloud vm cluster */
983
- export interface DbIormConfig {
984
- /** The database name. For the default DbPlan, the dbName is default. */
985
- dbName?: string;
986
- /** The flash cache limit for this database. This value is internally configured based on the share value assigned to the database. */
987
- flashCacheLimit?: string;
988
- /** The relative priority of this database. */
989
- share?: number;
990
- }
991
-
992
- /** The response of a AutonomousDatabaseCharacterSet list operation. */
993
- export interface AutonomousDatabaseCharacterSetListResult {
994
- /** The AutonomousDatabaseCharacterSet items on this page */
995
- value: AutonomousDatabaseCharacterSet[];
996
- /** The link to the next page of items */
997
- nextLink?: string;
998
- }
999
-
1000
- /** AutonomousDatabaseCharacterSet resource model */
1001
- export interface AutonomousDatabaseCharacterSetProperties {
1002
- /**
1003
- * The Oracle Autonomous Database supported character sets.
1004
- * NOTE: This property will not be serialized. It can only be populated by the server.
1005
- */
1006
- readonly characterSet: string;
1007
- }
1008
-
1009
- /** The response of a AutonomousDatabaseNationalCharacterSet list operation. */
1010
- export interface AutonomousDatabaseNationalCharacterSetListResult {
1011
- /** The AutonomousDatabaseNationalCharacterSet items on this page */
1012
- value: AutonomousDatabaseNationalCharacterSet[];
1013
- /** The link to the next page of items */
1014
- nextLink?: string;
1015
- }
1016
-
1017
- /** AutonomousDatabaseNationalCharacterSet resource model */
1018
- export interface AutonomousDatabaseNationalCharacterSetProperties {
1019
- /**
1020
- * The Oracle Autonomous Database supported national character sets.
1021
- * NOTE: This property will not be serialized. It can only be populated by the server.
1022
- */
1023
- readonly characterSet: string;
1024
- }
1025
-
1026
- /** The response of a AutonomousDbVersion list operation. */
1027
- export interface AutonomousDbVersionListResult {
1028
- /** The AutonomousDbVersion items on this page */
1029
- value: AutonomousDbVersion[];
1030
- /** The link to the next page of items */
1031
- nextLink?: string;
1032
- }
1033
-
1034
- /** AutonomousDbVersion resource model */
1035
- export interface AutonomousDbVersionProperties {
1036
- /**
1037
- * Supported Autonomous Db versions.
1038
- * NOTE: This property will not be serialized. It can only be populated by the server.
1039
- */
1040
- readonly version: string;
1041
- /**
1042
- * The Autonomous Database workload type
1043
- * NOTE: This property will not be serialized. It can only be populated by the server.
1044
- */
1045
- readonly dbWorkload?: WorkloadType;
1046
- /**
1047
- * True if this version of the Oracle Database software's default is free.
1048
- * NOTE: This property will not be serialized. It can only be populated by the server.
1049
- */
1050
- readonly isDefaultForFree?: boolean;
1051
- /**
1052
- * True if this version of the Oracle Database software's default is paid.
1053
- * NOTE: This property will not be serialized. It can only be populated by the server.
1054
- */
1055
- readonly isDefaultForPaid?: boolean;
1056
- /**
1057
- * True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.
1058
- * NOTE: This property will not be serialized. It can only be populated by the server.
1059
- */
1060
- readonly isFreeTierEnabled?: boolean;
1061
- /**
1062
- * True if this version of the Oracle Database software has payments enabled.
1063
- * NOTE: This property will not be serialized. It can only be populated by the server.
1064
- */
1065
- readonly isPaidEnabled?: boolean;
1066
- }
1067
-
1068
- /** The response of a DbSystemShape list operation. */
1069
- export interface DbSystemShapeListResult {
1070
- /** The DbSystemShape items on this page */
1071
- value: DbSystemShape[];
1072
- /** The link to the next page of items */
1073
- nextLink?: string;
1074
- }
1075
-
1076
- /** DbSystemShape resource model */
1077
- export interface DbSystemShapeProperties {
1078
- /**
1079
- * The family of the shape used for the DB system.
1080
- * NOTE: This property will not be serialized. It can only be populated by the server.
1081
- */
1082
- readonly shapeFamily?: string;
1083
- /**
1084
- * The maximum number of CPU cores that can be enabled on the DB system for this shape.
1085
- * NOTE: This property will not be serialized. It can only be populated by the server.
1086
- */
1087
- readonly availableCoreCount: number;
1088
- /**
1089
- * The minimum number of CPU cores that can be enabled on the DB system for this shape.
1090
- * NOTE: This property will not be serialized. It can only be populated by the server.
1091
- */
1092
- readonly minimumCoreCount?: number;
1093
- /**
1094
- * The runtime minimum number of CPU cores that can be enabled on the DB system for this shape.
1095
- * NOTE: This property will not be serialized. It can only be populated by the server.
1096
- */
1097
- readonly runtimeMinimumCoreCount?: number;
1098
- /**
1099
- * The discrete number by which the CPU core count for this shape can be increased or decreased.
1100
- * NOTE: This property will not be serialized. It can only be populated by the server.
1101
- */
1102
- readonly coreCountIncrement?: number;
1103
- /**
1104
- * The minimum number of Exadata storage servers available for the Exadata infrastructure.
1105
- * NOTE: This property will not be serialized. It can only be populated by the server.
1106
- */
1107
- readonly minStorageCount?: number;
1108
- /**
1109
- * The maximum number of Exadata storage servers available for the Exadata infrastructure.
1110
- * NOTE: This property will not be serialized. It can only be populated by the server.
1111
- */
1112
- readonly maxStorageCount?: number;
1113
- /**
1114
- * The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
1115
- * NOTE: This property will not be serialized. It can only be populated by the server.
1116
- */
1117
- readonly availableDataStoragePerServerInTbs?: number;
1118
- /**
1119
- * The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
1120
- * NOTE: This property will not be serialized. It can only be populated by the server.
1121
- */
1122
- readonly availableMemoryPerNodeInGbs?: number;
1123
- /**
1124
- * The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
1125
- * NOTE: This property will not be serialized. It can only be populated by the server.
1126
- */
1127
- readonly availableDbNodePerNodeInGbs?: number;
1128
- /**
1129
- * The minimum number of CPU cores that can be enabled per node for this shape.
1130
- * NOTE: This property will not be serialized. It can only be populated by the server.
1131
- */
1132
- readonly minCoreCountPerNode?: number;
1133
- /**
1134
- * The maximum memory that can be enabled for this shape.
1135
- * NOTE: This property will not be serialized. It can only be populated by the server.
1136
- */
1137
- readonly availableMemoryInGbs?: number;
1138
- /**
1139
- * The minimum memory that need be allocated per node for this shape.
1140
- * NOTE: This property will not be serialized. It can only be populated by the server.
1141
- */
1142
- readonly minMemoryPerNodeInGbs?: number;
1143
- /**
1144
- * The maximum Db Node storage that can be enabled for this shape.
1145
- * NOTE: This property will not be serialized. It can only be populated by the server.
1146
- */
1147
- readonly availableDbNodeStorageInGbs?: number;
1148
- /**
1149
- * The minimum Db Node storage that need be allocated per node for this shape.
1150
- * NOTE: This property will not be serialized. It can only be populated by the server.
1151
- */
1152
- readonly minDbNodeStoragePerNodeInGbs?: number;
1153
- /**
1154
- * The maximum DATA storage that can be enabled for this shape.
1155
- * NOTE: This property will not be serialized. It can only be populated by the server.
1156
- */
1157
- readonly availableDataStorageInTbs?: number;
1158
- /**
1159
- * The minimum data storage that need be allocated for this shape.
1160
- * NOTE: This property will not be serialized. It can only be populated by the server.
1161
- */
1162
- readonly minDataStorageInTbs?: number;
1163
- /**
1164
- * The minimum number of database nodes available for this shape.
1165
- * NOTE: This property will not be serialized. It can only be populated by the server.
1166
- */
1167
- readonly minimumNodeCount?: number;
1168
- /**
1169
- * The maximum number of database nodes available for this shape.
1170
- * NOTE: This property will not be serialized. It can only be populated by the server.
1171
- */
1172
- readonly maximumNodeCount?: number;
1173
- /**
1174
- * The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape and ExaCC Elastic shapes.
1175
- * NOTE: This property will not be serialized. It can only be populated by the server.
1176
- */
1177
- readonly availableCoreCountPerNode?: number;
1178
- }
1179
-
1180
- /** The response of a DnsPrivateView list operation. */
1181
- export interface DnsPrivateViewListResult {
1182
- /** The DnsPrivateView items on this page */
1183
- value: DnsPrivateView[];
1184
- /** The link to the next page of items */
1185
- nextLink?: string;
1186
- }
1187
-
1188
- /** Views resource model */
1189
- export interface DnsPrivateViewProperties {
1190
- /**
1191
- * The OCID of the view
1192
- * NOTE: This property will not be serialized. It can only be populated by the server.
1193
- */
1194
- readonly ocid: string;
1195
- /**
1196
- * The display name of the view resource
1197
- * NOTE: This property will not be serialized. It can only be populated by the server.
1198
- */
1199
- readonly displayName?: string;
1200
- /**
1201
- * A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.
1202
- * NOTE: This property will not be serialized. It can only be populated by the server.
1203
- */
1204
- readonly isProtected: boolean;
1205
- /**
1206
- * Views lifecycleState
1207
- * NOTE: This property will not be serialized. It can only be populated by the server.
1208
- */
1209
- readonly lifecycleState?: DnsPrivateViewsLifecycleState;
1210
- /**
1211
- * The canonical absolute URL of the resource.
1212
- * NOTE: This property will not be serialized. It can only be populated by the server.
1213
- */
1214
- readonly self: string;
1215
- /**
1216
- * views timeCreated
1217
- * NOTE: This property will not be serialized. It can only be populated by the server.
1218
- */
1219
- readonly timeCreated: Date;
1220
- /**
1221
- * views timeCreated
1222
- * NOTE: This property will not be serialized. It can only be populated by the server.
1223
- */
1224
- readonly timeUpdated: Date;
1225
- /**
1226
- * Azure resource provisioning state.
1227
- * NOTE: This property will not be serialized. It can only be populated by the server.
1228
- */
1229
- readonly provisioningState?: ResourceProvisioningState;
1230
- }
1231
-
1232
- /** The response of a DnsPrivateZone list operation. */
1233
- export interface DnsPrivateZoneListResult {
1234
- /** The DnsPrivateZone items on this page */
1235
- value: DnsPrivateZone[];
1236
- /** The link to the next page of items */
1237
- nextLink?: string;
1238
- }
1239
-
1240
- /** Zones resource model */
1241
- export interface DnsPrivateZoneProperties {
1242
- /**
1243
- * The OCID of the Zone
1244
- * NOTE: This property will not be serialized. It can only be populated by the server.
1245
- */
1246
- readonly ocid: string;
1247
- /**
1248
- * A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.
1249
- * NOTE: This property will not be serialized. It can only be populated by the server.
1250
- */
1251
- readonly isProtected: boolean;
1252
- /**
1253
- * Zones lifecycleState
1254
- * NOTE: This property will not be serialized. It can only be populated by the server.
1255
- */
1256
- readonly lifecycleState?: DnsPrivateZonesLifecycleState;
1257
- /**
1258
- * The canonical absolute URL of the resource.
1259
- * NOTE: This property will not be serialized. It can only be populated by the server.
1260
- */
1261
- readonly self: string;
1262
- /**
1263
- * The current serial of the zone. As seen in the zone's SOA record.
1264
- * NOTE: This property will not be serialized. It can only be populated by the server.
1265
- */
1266
- readonly serial: number;
1267
- /**
1268
- * Version is the never-repeating, totally-orderable, version of the zone, from which the serial field of the zone's SOA record is derived.
1269
- * NOTE: This property will not be serialized. It can only be populated by the server.
1270
- */
1271
- readonly version: string;
1272
- /**
1273
- * The OCID of the private view containing the zone. This value will be null for zones in the global DNS, which are publicly resolvable and not part of a private view.
1274
- * NOTE: This property will not be serialized. It can only be populated by the server.
1275
- */
1276
- readonly viewId?: string;
1277
- /**
1278
- * The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones.
1279
- * NOTE: This property will not be serialized. It can only be populated by the server.
1280
- */
1281
- readonly zoneType: ZoneType;
1282
- /**
1283
- * Zones timeCreated
1284
- * NOTE: This property will not be serialized. It can only be populated by the server.
1285
- */
1286
- readonly timeCreated: Date;
1287
- /**
1288
- * Azure resource provisioning state.
1289
- * NOTE: This property will not be serialized. It can only be populated by the server.
1290
- */
1291
- readonly provisioningState?: ResourceProvisioningState;
1292
- }
1293
-
1294
- /** The response of a GiVersion list operation. */
1295
- export interface GiVersionListResult {
1296
- /** The GiVersion items on this page */
1297
- value: GiVersion[];
1298
- /** The link to the next page of items */
1299
- nextLink?: string;
1300
- }
1301
-
1302
- /** GiVersion resource model */
1303
- export interface GiVersionProperties {
1304
- /**
1305
- * A valid Oracle Grid Infrastructure (GI) software version.
1306
- * NOTE: This property will not be serialized. It can only be populated by the server.
1307
- */
1308
- readonly version: string;
1309
- }
1310
-
1311
- /** The response of a SystemVersion list operation. */
1312
- export interface SystemVersionListResult {
1313
- /** The SystemVersion items on this page */
1314
- value: SystemVersion[];
1315
- /** The link to the next page of items */
1316
- nextLink?: string;
1317
- }
1318
-
1319
- /** System Version Resource model */
1320
- export interface SystemVersionProperties {
1321
- /**
1322
- * A valid Oracle System Version
1323
- * NOTE: This property will not be serialized. It can only be populated by the server.
1324
- */
1325
- readonly systemVersion: string;
1326
- }
1327
-
1328
- /** The response of a OracleSubscription list operation. */
1329
- export interface OracleSubscriptionListResult {
1330
- /** The OracleSubscription items on this page */
1331
- value: OracleSubscription[];
1332
- /** The link to the next page of items */
1333
- nextLink?: string;
1334
- }
1335
-
1336
- /** Oracle Subscription resource model */
1337
- export interface OracleSubscriptionProperties {
1338
- /**
1339
- * OracleSubscriptionProvisioningState provisioning state
1340
- * NOTE: This property will not be serialized. It can only be populated by the server.
1341
- */
1342
- readonly provisioningState?: OracleSubscriptionProvisioningState;
1343
- /**
1344
- * SAAS subscription ID generated by Marketplace
1345
- * NOTE: This property will not be serialized. It can only be populated by the server.
1346
- */
1347
- readonly saasSubscriptionId?: string;
1348
- /**
1349
- * Cloud Account Id
1350
- * NOTE: This property will not be serialized. It can only be populated by the server.
1351
- */
1352
- readonly cloudAccountId?: string;
1353
- /**
1354
- * Cloud Account provisioning state.
1355
- * NOTE: This property will not be serialized. It can only be populated by the server.
1356
- */
1357
- readonly cloudAccountState?: CloudAccountProvisioningState;
1358
- /** Term Unit. P1Y, P3Y, etc, see Durations https://en.wikipedia.org/wiki/ISO_8601 */
1359
- termUnit?: string;
1360
- /** Product code for the term unit */
1361
- productCode?: string;
1362
- /** Intent for the update operation */
1363
- intent?: Intent;
1364
- }
1365
-
1366
- /** Plan for the resource. */
1367
- export interface Plan {
1368
- /** A user defined name of the 3rd Party Artifact that is being procured. */
1369
- name: string;
1370
- /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
1371
- publisher: string;
1372
- /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
1373
- product: string;
1374
- /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
1375
- promotionCode?: string;
1376
- /** The version of the desired product/artifact. */
1377
- version?: string;
1378
- }
1379
-
1380
- /** The type used for update operations of the OracleSubscription. */
1381
- export interface OracleSubscriptionUpdate {
1382
- /** Details of the resource plan. */
1383
- plan?: PlanUpdate;
1384
- /** The updatable properties of the OracleSubscription. */
1385
- properties?: OracleSubscriptionUpdateProperties;
1386
- }
1387
-
1388
- /** ResourcePlanTypeUpdate model definition */
1389
- export interface PlanUpdate {
1390
- /** A user defined name of the 3rd Party Artifact that is being procured. */
1391
- name?: string;
1392
- /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */
1393
- publisher?: string;
1394
- /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */
1395
- product?: string;
1396
- /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */
1397
- promotionCode?: string;
1398
- /** The version of the desired product/artifact. */
1399
- version?: string;
1400
- }
1401
-
1402
- /** The updatable properties of the OracleSubscription. */
1403
- export interface OracleSubscriptionUpdateProperties {
1404
- /** Product code for the term unit */
1405
- productCode?: string;
1406
- /** Intent for the update operation */
1407
- intent?: Intent;
1408
- }
1409
-
1410
- /** Activation Links model */
1411
- export interface ActivationLinks {
1412
- /**
1413
- * New Cloud Account Activation Link
1414
- * NOTE: This property will not be serialized. It can only be populated by the server.
1415
- */
1416
- readonly newCloudAccountActivationLink?: string;
1417
- /**
1418
- * Existing Cloud Account Activation Link
1419
- * NOTE: This property will not be serialized. It can only be populated by the server.
1420
- */
1421
- readonly existingCloudAccountActivationLink?: string;
1422
- }
1423
-
1424
- /** Cloud Account Details model */
1425
- export interface CloudAccountDetails {
1426
- /**
1427
- * Cloud Account name
1428
- * NOTE: This property will not be serialized. It can only be populated by the server.
1429
- */
1430
- readonly cloudAccountName?: string;
1431
- /**
1432
- * Cloud Account Home region
1433
- * NOTE: This property will not be serialized. It can only be populated by the server.
1434
- */
1435
- readonly cloudAccountHomeRegion?: string;
1436
- }
1437
-
1438
- /** SaaS Subscription Details model */
1439
- export interface SaasSubscriptionDetails {
1440
- /**
1441
- * Purchased SaaS subscription ID
1442
- * NOTE: This property will not be serialized. It can only be populated by the server.
1443
- */
1444
- readonly id?: string;
1445
- /**
1446
- * SaaS subscription name
1447
- * NOTE: This property will not be serialized. It can only be populated by the server.
1448
- */
1449
- readonly subscriptionName?: string;
1450
- /**
1451
- * Creation Date and Time
1452
- * NOTE: This property will not be serialized. It can only be populated by the server.
1453
- */
1454
- readonly timeCreated?: Date;
1455
- /**
1456
- * Purchased offer ID
1457
- * NOTE: This property will not be serialized. It can only be populated by the server.
1458
- */
1459
- readonly offerId?: string;
1460
- /**
1461
- * Purchased offer's plan ID
1462
- * NOTE: This property will not be serialized. It can only be populated by the server.
1463
- */
1464
- readonly planId?: string;
1465
- /**
1466
- * Indicates the status of the Subscription.
1467
- * NOTE: This property will not be serialized. It can only be populated by the server.
1468
- */
1469
- readonly saasSubscriptionStatus?: string;
1470
- /**
1471
- * Publisher ID
1472
- * NOTE: This property will not be serialized. It can only be populated by the server.
1473
- */
1474
- readonly publisherId?: string;
1475
- /**
1476
- * Purchaser Email ID
1477
- * NOTE: This property will not be serialized. It can only be populated by the server.
1478
- */
1479
- readonly purchaserEmailId?: string;
1480
- /**
1481
- * Purchaser Tenant ID
1482
- * NOTE: This property will not be serialized. It can only be populated by the server.
1483
- */
1484
- readonly purchaserTenantId?: string;
1485
- /**
1486
- * Purchase Term Unit
1487
- * NOTE: This property will not be serialized. It can only be populated by the server.
1488
- */
1489
- readonly termUnit?: string;
1490
- /**
1491
- * AutoRenew flag
1492
- * NOTE: This property will not be serialized. It can only be populated by the server.
1493
- */
1494
- readonly isAutoRenew?: boolean;
1495
- /**
1496
- * FreeTrial flag
1497
- * NOTE: This property will not be serialized. It can only be populated by the server.
1498
- */
1499
- readonly isFreeTrial?: boolean;
1500
- }
1501
-
1502
- /** The type used for update operations of the AutonomousDatabase. */
1503
- export interface AutonomousDatabaseUpdate {
1504
- /** Resource tags. */
1505
- tags?: { [propertyName: string]: string };
1506
- /** The updatable properties of the AutonomousDatabase. */
1507
- properties?: AutonomousDatabaseUpdateProperties;
1508
- }
1509
-
1510
- /** The updatable properties of the AutonomousDatabase. */
1511
- export interface AutonomousDatabaseUpdateProperties {
1512
- /**
1513
- * Admin password.
1514
- * This value contains a credential. Consider obscuring before showing to users
1515
- */
1516
- adminPassword?: string;
1517
- /** The maintenance schedule type of the Autonomous Database Serverless. */
1518
- autonomousMaintenanceScheduleType?: AutonomousMaintenanceScheduleType;
1519
- /** The compute amount (CPUs) available to the database. */
1520
- computeCount?: number;
1521
- /** The number of CPU cores to be made available to the database. */
1522
- cpuCoreCount?: number;
1523
- /** Customer Contacts. */
1524
- customerContacts?: CustomerContact[];
1525
- /** The quantity of data in the database, in terabytes. */
1526
- dataStorageSizeInTbs?: number;
1527
- /** The size, in gigabytes, of the data volume that will be created and attached to the database. */
1528
- dataStorageSizeInGbs?: number;
1529
- /** The user-friendly name for the Autonomous Database. */
1530
- displayName?: string;
1531
- /** Indicates if auto scaling is enabled for the Autonomous Database CPU core count. */
1532
- isAutoScalingEnabled?: boolean;
1533
- /** Indicates if auto scaling is enabled for the Autonomous Database storage. */
1534
- isAutoScalingForStorageEnabled?: boolean;
1535
- /** The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database. */
1536
- peerDbId?: string;
1537
- /** Indicates whether the Autonomous Database has local or called in-region Data Guard enabled. */
1538
- isLocalDataGuardEnabled?: boolean;
1539
- /** Specifies if the Autonomous Database requires mTLS connections. */
1540
- isMtlsConnectionRequired?: boolean;
1541
- /** The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED. */
1542
- licenseModel?: LicenseModel;
1543
- /** The list of scheduled operations. */
1544
- scheduledOperations?: ScheduledOperationsTypeUpdate;
1545
- /** The Oracle Database Edition that applies to the Autonomous databases. */
1546
- databaseEdition?: DatabaseEditionType;
1547
- /** Details for the long-term backup schedule. */
1548
- longTermBackupSchedule?: LongTermBackUpScheduleDetails;
1549
- /** Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard */
1550
- localAdgAutoFailoverMaxDataLossLimit?: number;
1551
- /** Indicates the Autonomous Database mode. */
1552
- openMode?: OpenModeType;
1553
- /** The Autonomous Database permission level. */
1554
- permissionLevel?: PermissionLevelType;
1555
- /** The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled. */
1556
- role?: RoleType;
1557
- /** Retention period, in days, for long-term backups */
1558
- backupRetentionPeriodInDays?: number;
1559
- /** The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25'] */
1560
- whitelistedIps?: string[];
1561
- }
1562
-
1563
- /** The list of scheduled operations. */
1564
- export interface ScheduledOperationsTypeUpdate {
1565
- /** Day of week */
1566
- dayOfWeek?: DayOfWeekUpdate;
1567
- /** auto start time. value must be of ISO-8601 format HH:mm */
1568
- scheduledStartTime?: string;
1569
- /** auto stop time. value must be of ISO-8601 format HH:mm */
1570
- scheduledStopTime?: string;
1571
- }
1572
-
1573
- /** DayOfWeek resource properties */
1574
- export interface DayOfWeekUpdate {
1575
- /** Name of the day of the week. */
1576
- name?: DayOfWeekName;
1577
- }
1578
-
1579
- /** The response of a AutonomousDatabaseBackup list operation. */
1580
- export interface AutonomousDatabaseBackupListResult {
1581
- /** The AutonomousDatabaseBackup items on this page */
1582
- value: AutonomousDatabaseBackup[];
1583
- /** The link to the next page of items */
1584
- nextLink?: string;
1585
- }
1586
-
1587
- /** AutonomousDatabaseBackup resource model */
1588
- export interface AutonomousDatabaseBackupProperties {
1589
- /**
1590
- * The OCID of the Autonomous Database.
1591
- * NOTE: This property will not be serialized. It can only be populated by the server.
1592
- */
1593
- readonly autonomousDatabaseOcid?: string;
1594
- /**
1595
- * The size of the database in terabytes at the time the backup was taken.
1596
- * NOTE: This property will not be serialized. It can only be populated by the server.
1597
- */
1598
- readonly databaseSizeInTbs?: number;
1599
- /**
1600
- * A valid Oracle Database version for Autonomous Database.
1601
- * NOTE: This property will not be serialized. It can only be populated by the server.
1602
- */
1603
- readonly dbVersion?: string;
1604
- /** The user-friendly name for the backup. The name does not have to be unique. */
1605
- displayName?: string;
1606
- /**
1607
- * The OCID of the Autonomous Database backup.
1608
- * NOTE: This property will not be serialized. It can only be populated by the server.
1609
- */
1610
- readonly ocid?: string;
1611
- /**
1612
- * Indicates whether the backup is user-initiated or automatic.
1613
- * NOTE: This property will not be serialized. It can only be populated by the server.
1614
- */
1615
- readonly isAutomatic?: boolean;
1616
- /**
1617
- * Indicates whether the backup can be used to restore the associated Autonomous Database.
1618
- * NOTE: This property will not be serialized. It can only be populated by the server.
1619
- */
1620
- readonly isRestorable?: boolean;
1621
- /**
1622
- * Additional information about the current lifecycle state.
1623
- * NOTE: This property will not be serialized. It can only be populated by the server.
1624
- */
1625
- readonly lifecycleDetails?: string;
1626
- /**
1627
- * The current state of the backup.
1628
- * NOTE: This property will not be serialized. It can only be populated by the server.
1629
- */
1630
- readonly lifecycleState?: AutonomousDatabaseBackupLifecycleState;
1631
- /** Retention period, in days, for long-term backups. */
1632
- retentionPeriodInDays?: number;
1633
- /**
1634
- * The backup size in terabytes (TB).
1635
- * NOTE: This property will not be serialized. It can only be populated by the server.
1636
- */
1637
- readonly sizeInTbs?: number;
1638
- /**
1639
- * Timestamp until when the backup will be available.
1640
- * NOTE: This property will not be serialized. It can only be populated by the server.
1641
- */
1642
- readonly timeAvailableTil?: Date;
1643
- /**
1644
- * The date and time the backup started.
1645
- * NOTE: This property will not be serialized. It can only be populated by the server.
1646
- */
1647
- readonly timeStarted?: string;
1648
- /**
1649
- * The date and time the backup completed.
1650
- * NOTE: This property will not be serialized. It can only be populated by the server.
1651
- */
1652
- readonly timeEnded?: string;
1653
- /**
1654
- * The type of backup.
1655
- * NOTE: This property will not be serialized. It can only be populated by the server.
1656
- */
1657
- readonly backupType?: AutonomousDatabaseBackupType;
1658
- /**
1659
- * Azure resource provisioning state.
1660
- * NOTE: This property will not be serialized. It can only be populated by the server.
1661
- */
1662
- readonly provisioningState?: AzureResourceProvisioningState;
1663
- }
1664
-
1665
- /** The type used for update operations of the AutonomousDatabaseBackup. */
1666
- export interface AutonomousDatabaseBackupUpdate {
1667
- /** The updatable properties of the AutonomousDatabaseBackup. */
1668
- properties?: AutonomousDatabaseBackupUpdateProperties;
1669
- }
1670
-
1671
- /** The updatable properties of the AutonomousDatabaseBackup. */
1672
- export interface AutonomousDatabaseBackupUpdateProperties {
1673
- /** Retention period, in days, for long-term backups. */
1674
- retentionPeriodInDays?: number;
1675
- }
1676
-
1677
- /** PeerDb Details */
1678
- export interface PeerDbDetails {
1679
- /** The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database. */
1680
- peerDbId?: string;
1681
- }
1682
-
1683
- /** Autonomous Database Generate Wallet resource model. */
1684
- export interface GenerateAutonomousDatabaseWalletDetails {
1685
- /** The type of wallet to generate. */
1686
- generateType?: GenerateType;
1687
- /** True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only. */
1688
- isRegional?: boolean;
1689
- /**
1690
- * The password to encrypt the keys inside the wallet
1691
- * This value contains a credential. Consider obscuring before showing to users
1692
- */
1693
- password: string;
1694
- }
1695
-
1696
- /** Autonomous Database Wallet File resource model. */
1697
- export interface AutonomousDatabaseWalletFile {
1698
- /** The base64 encoded wallet files */
1699
- walletFiles: string;
1700
- }
1701
-
1702
- /** Details to restore an Oracle Autonomous Database. */
1703
- export interface RestoreAutonomousDatabaseDetails {
1704
- /** The time to restore the database to. */
1705
- timestamp: Date;
1706
- }
1707
-
1708
- /** The type used for update operations of the CloudExadataInfrastructure. */
1709
- export interface CloudExadataInfrastructureUpdate {
1710
- /** CloudExadataInfrastructure zones */
1711
- zones?: string[];
1712
- /** Resource tags. */
1713
- tags?: { [propertyName: string]: string };
1714
- /** The updatable properties of the CloudExadataInfrastructure. */
1715
- properties?: CloudExadataInfrastructureUpdateProperties;
1716
- }
1717
-
1718
- /** The updatable properties of the CloudExadataInfrastructure. */
1719
- export interface CloudExadataInfrastructureUpdateProperties {
1720
- /** The number of compute servers for the cloud Exadata infrastructure. */
1721
- computeCount?: number;
1722
- /** The number of storage servers for the cloud Exadata infrastructure. */
1723
- storageCount?: number;
1724
- /** maintenanceWindow property */
1725
- maintenanceWindow?: MaintenanceWindow;
1726
- /** The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance. */
1727
- customerContacts?: CustomerContact[];
1728
- /** The name for the Exadata infrastructure. */
1729
- displayName?: string;
1730
- }
1731
-
1732
- /** The response of a DbServer list operation. */
1733
- export interface DbServerListResult {
1734
- /** The DbServer items on this page */
1735
- value: DbServer[];
1736
- /** The link to the next page of items */
1737
- nextLink?: string;
1738
- }
1739
-
1740
- /** DbServer resource properties */
1741
- export interface DbServerProperties {
1742
- /**
1743
- * Db server name.
1744
- * NOTE: This property will not be serialized. It can only be populated by the server.
1745
- */
1746
- readonly ocid?: string;
1747
- /**
1748
- * The name for the Db Server.
1749
- * NOTE: This property will not be serialized. It can only be populated by the server.
1750
- */
1751
- readonly displayName?: string;
1752
- /**
1753
- * The OCID of the compartment.
1754
- * NOTE: This property will not be serialized. It can only be populated by the server.
1755
- */
1756
- readonly compartmentId?: string;
1757
- /**
1758
- * The OCID of the Exadata infrastructure.
1759
- * NOTE: This property will not be serialized. It can only be populated by the server.
1760
- */
1761
- readonly exadataInfrastructureId?: string;
1762
- /**
1763
- * The number of CPU cores enabled on the Db server.
1764
- * NOTE: This property will not be serialized. It can only be populated by the server.
1765
- */
1766
- readonly cpuCoreCount?: number;
1767
- /**
1768
- * dbServerPatching details of the Db server.
1769
- * NOTE: This property will not be serialized. It can only be populated by the server.
1770
- */
1771
- readonly dbServerPatchingDetails?: DbServerPatchingDetails;
1772
- /**
1773
- * The total memory available in GBs.
1774
- * NOTE: This property will not be serialized. It can only be populated by the server.
1775
- */
1776
- readonly maxMemoryInGbs?: number;
1777
- /**
1778
- * The allocated local node storage in GBs on the Db server.
1779
- * NOTE: This property will not be serialized. It can only be populated by the server.
1780
- */
1781
- readonly dbNodeStorageSizeInGbs?: number;
1782
- /**
1783
- * The OCID of the VM Clusters associated with the Db server.
1784
- * NOTE: This property will not be serialized. It can only be populated by the server.
1785
- */
1786
- readonly vmClusterIds?: string[];
1787
- /**
1788
- * The OCID of the Db nodes associated with the Db server.
1789
- * NOTE: This property will not be serialized. It can only be populated by the server.
1790
- */
1791
- readonly dbNodeIds?: string[];
1792
- /**
1793
- * Lifecycle details of dbServer.
1794
- * NOTE: This property will not be serialized. It can only be populated by the server.
1795
- */
1796
- readonly lifecycleDetails?: string;
1797
- /**
1798
- * DbServer provisioning state.
1799
- * NOTE: This property will not be serialized. It can only be populated by the server.
1800
- */
1801
- readonly lifecycleState?: DbServerProvisioningState;
1802
- /**
1803
- * The total number of CPU cores available.
1804
- * NOTE: This property will not be serialized. It can only be populated by the server.
1805
- */
1806
- readonly maxCpuCount?: number;
1807
- /**
1808
- * The list of OCIDs of the Autonomous VM Clusters associated with the Db server.
1809
- * NOTE: This property will not be serialized. It can only be populated by the server.
1810
- */
1811
- readonly autonomousVmClusterIds?: string[];
1812
- /**
1813
- * The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.
1814
- * NOTE: This property will not be serialized. It can only be populated by the server.
1815
- */
1816
- readonly autonomousVirtualMachineIds?: string[];
1817
- /**
1818
- * The total max dbNode storage in GBs.
1819
- * NOTE: This property will not be serialized. It can only be populated by the server.
1820
- */
1821
- readonly maxDbNodeStorageInGbs?: number;
1822
- /**
1823
- * The total memory size in GBs.
1824
- * NOTE: This property will not be serialized. It can only be populated by the server.
1825
- */
1826
- readonly memorySizeInGbs?: number;
1827
- /**
1828
- * The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.
1829
- * NOTE: This property will not be serialized. It can only be populated by the server.
1830
- */
1831
- readonly shape?: string;
1832
- /**
1833
- * The date and time that the Db Server was created.
1834
- * NOTE: This property will not be serialized. It can only be populated by the server.
1835
- */
1836
- readonly timeCreated?: Date;
1837
- /**
1838
- * Azure resource provisioning state.
1839
- * NOTE: This property will not be serialized. It can only be populated by the server.
1840
- */
1841
- readonly provisioningState?: ResourceProvisioningState;
1842
- }
1843
-
1844
- /** DbServer Patching Properties */
1845
- export interface DbServerPatchingDetails {
1846
- /**
1847
- * Estimated Patch Duration
1848
- * NOTE: This property will not be serialized. It can only be populated by the server.
1849
- */
1850
- readonly estimatedPatchDuration?: number;
1851
- /**
1852
- * Patching Status
1853
- * NOTE: This property will not be serialized. It can only be populated by the server.
1854
- */
1855
- readonly patchingStatus?: DbServerPatchingStatus;
1856
- /**
1857
- * Time Patching Ended
1858
- * NOTE: This property will not be serialized. It can only be populated by the server.
1859
- */
1860
- readonly timePatchingEnded?: Date;
1861
- /**
1862
- * Time Patching Started
1863
- * NOTE: This property will not be serialized. It can only be populated by the server.
1864
- */
1865
- readonly timePatchingStarted?: Date;
1866
- }
1867
-
1868
- /** The type used for update operations of the CloudVmCluster. */
1869
- export interface CloudVmClusterUpdate {
1870
- /** Resource tags. */
1871
- tags?: { [propertyName: string]: string };
1872
- /** The updatable properties of the CloudVmCluster. */
1873
- properties?: CloudVmClusterUpdateProperties;
1874
- }
1875
-
1876
- /** The updatable properties of the CloudVmCluster. */
1877
- export interface CloudVmClusterUpdateProperties {
1878
- /** The data disk group size to be allocated in GBs per VM. */
1879
- storageSizeInGbs?: number;
1880
- /** The data disk group size to be allocated in TBs. */
1881
- dataStorageSizeInTbs?: number;
1882
- /** The local node storage to be allocated in GBs. */
1883
- dbNodeStorageSizeInGbs?: number;
1884
- /** The memory to be allocated in GBs. */
1885
- memorySizeInGbs?: number;
1886
- /** The number of CPU cores enabled on the cloud VM cluster. */
1887
- cpuCoreCount?: number;
1888
- /** The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part. */
1889
- ocpuCount?: number;
1890
- /** The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */
1891
- sshPublicKeys?: string[];
1892
- /** The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */
1893
- licenseModel?: LicenseModel;
1894
- /** Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */
1895
- dataCollectionOptions?: DataCollectionOptions;
1896
- /** Display Name */
1897
- displayName?: string;
1898
- /** The list of compute servers to be added to the cloud VM cluster. */
1899
- computeNodes?: string[];
1900
- }
1901
-
1902
- /** Add/Remove (Virtual Machine) DbNode model */
1903
- export interface AddRemoveDbNode {
1904
- /** Db servers ocids */
1905
- dbServers: string[];
1906
- }
1907
-
1908
- /** The response of a DbNode list operation. */
1909
- export interface DbNodeListResult {
1910
- /** The DbNode items on this page */
1911
- value: DbNode[];
1912
- /** The link to the next page of items */
1913
- nextLink?: string;
1914
- }
1915
-
1916
- /** The properties of DbNodeResource */
1917
- export interface DbNodeProperties {
1918
- /**
1919
- * DbNode OCID
1920
- * NOTE: This property will not be serialized. It can only be populated by the server.
1921
- */
1922
- readonly ocid: string;
1923
- /**
1924
- * Additional information about the planned maintenance.
1925
- * NOTE: This property will not be serialized. It can only be populated by the server.
1926
- */
1927
- readonly additionalDetails?: string;
1928
- /**
1929
- * The OCID of the backup IP address associated with the database node.
1930
- * NOTE: This property will not be serialized. It can only be populated by the server.
1931
- */
1932
- readonly backupIpId?: string;
1933
- /**
1934
- * The OCID of the second backup VNIC.
1935
- * NOTE: This property will not be serialized. It can only be populated by the server.
1936
- */
1937
- readonly backupVnic2Id?: string;
1938
- /**
1939
- * The OCID of the backup VNIC.
1940
- * NOTE: This property will not be serialized. It can only be populated by the server.
1941
- */
1942
- readonly backupVnicId?: string;
1943
- /**
1944
- * The number of CPU cores enabled on the Db node.
1945
- * NOTE: This property will not be serialized. It can only be populated by the server.
1946
- */
1947
- readonly cpuCoreCount?: number;
1948
- /**
1949
- * The allocated local node storage in GBs on the Db node.
1950
- * NOTE: This property will not be serialized. It can only be populated by the server.
1951
- */
1952
- readonly dbNodeStorageSizeInGbs?: number;
1953
- /**
1954
- * The OCID of the Exacc Db server associated with the database node.
1955
- * NOTE: This property will not be serialized. It can only be populated by the server.
1956
- */
1957
- readonly dbServerId?: string;
1958
- /**
1959
- * The OCID of the DB system.
1960
- * NOTE: This property will not be serialized. It can only be populated by the server.
1961
- */
1962
- readonly dbSystemId: string;
1963
- /**
1964
- * The name of the Fault Domain the instance is contained in.
1965
- * NOTE: This property will not be serialized. It can only be populated by the server.
1966
- */
1967
- readonly faultDomain?: string;
1968
- /**
1969
- * The OCID of the host IP address associated with the database node.
1970
- * NOTE: This property will not be serialized. It can only be populated by the server.
1971
- */
1972
- readonly hostIpId?: string;
1973
- /**
1974
- * The host name for the database node.
1975
- * NOTE: This property will not be serialized. It can only be populated by the server.
1976
- */
1977
- readonly hostname?: string;
1978
- /**
1979
- * The current state of the database node.
1980
- * NOTE: This property will not be serialized. It can only be populated by the server.
1981
- */
1982
- readonly lifecycleState?: DbNodeProvisioningState;
1983
- /**
1984
- * Lifecycle details of Db Node.
1985
- * NOTE: This property will not be serialized. It can only be populated by the server.
1986
- */
1987
- readonly lifecycleDetails?: string;
1988
- /**
1989
- * The type of database node maintenance.
1990
- * NOTE: This property will not be serialized. It can only be populated by the server.
1991
- */
1992
- readonly maintenanceType?: DbNodeMaintenanceType;
1993
- /**
1994
- * The allocated memory in GBs on the Db node.
1995
- * NOTE: This property will not be serialized. It can only be populated by the server.
1996
- */
1997
- readonly memorySizeInGbs?: number;
1998
- /**
1999
- * The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.
2000
- * NOTE: This property will not be serialized. It can only be populated by the server.
2001
- */
2002
- readonly softwareStorageSizeInGb?: number;
2003
- /**
2004
- * The date and time that the database node was created.
2005
- * NOTE: This property will not be serialized. It can only be populated by the server.
2006
- */
2007
- readonly timeCreated?: Date;
2008
- /**
2009
- * End date and time of maintenance window.
2010
- * NOTE: This property will not be serialized. It can only be populated by the server.
2011
- */
2012
- readonly timeMaintenanceWindowEnd?: Date;
2013
- /**
2014
- * Start date and time of maintenance window.
2015
- * NOTE: This property will not be serialized. It can only be populated by the server.
2016
- */
2017
- readonly timeMaintenanceWindowStart?: Date;
2018
- /**
2019
- * The OCID of the second VNIC.
2020
- * NOTE: This property will not be serialized. It can only be populated by the server.
2021
- */
2022
- readonly vnic2Id?: string;
2023
- /**
2024
- * The OCID of the VNIC.
2025
- * NOTE: This property will not be serialized. It can only be populated by the server.
2026
- */
2027
- readonly vnicId?: string;
2028
- /**
2029
- * Azure resource provisioning state.
2030
- * NOTE: This property will not be serialized. It can only be populated by the server.
2031
- */
2032
- readonly provisioningState?: ResourceProvisioningState;
2033
- }
2034
-
2035
- /** DbNode action object */
2036
- export interface DbNodeAction {
2037
- /** Db action */
2038
- action: DbNodeActionEnum;
2039
- }
2040
-
2041
- /** Private Ip Addresses filter */
2042
- export interface PrivateIpAddressesFilter {
2043
- /** Subnet OCID */
2044
- subnetId: string;
2045
- /** VCN OCID */
2046
- vnicId: string;
2047
- }
2048
-
2049
- /** PrivateIpAddress resource properties */
2050
- export interface PrivateIpAddressProperties {
2051
- /** PrivateIpAddresses displayName */
2052
- displayName: string;
2053
- /** PrivateIpAddresses hostnameLabel */
2054
- hostnameLabel: string;
2055
- /** PrivateIpAddresses Id */
2056
- ocid: string;
2057
- /** PrivateIpAddresses ipAddress */
2058
- ipAddress: string;
2059
- /** PrivateIpAddresses subnetId */
2060
- subnetId: string;
2061
- }
2062
-
2063
- /** The response of a VirtualNetworkAddress list operation. */
2064
- export interface VirtualNetworkAddressListResult {
2065
- /** The VirtualNetworkAddress items on this page */
2066
- value: VirtualNetworkAddress[];
2067
- /** The link to the next page of items */
2068
- nextLink?: string;
2069
- }
2070
-
2071
- /** virtualNetworkAddress resource properties */
2072
- export interface VirtualNetworkAddressProperties {
2073
- /** Virtual network Address address. */
2074
- ipAddress?: string;
2075
- /** Virtual Machine OCID. */
2076
- vmOcid?: string;
2077
- /**
2078
- * Application VIP OCID.
2079
- * NOTE: This property will not be serialized. It can only be populated by the server.
2080
- */
2081
- readonly ocid?: string;
2082
- /**
2083
- * Virtual network address fully qualified domain name.
2084
- * NOTE: This property will not be serialized. It can only be populated by the server.
2085
- */
2086
- readonly domain?: string;
2087
- /**
2088
- * Additional information about the current lifecycle state of the application virtual IP (VIP) address.
2089
- * NOTE: This property will not be serialized. It can only be populated by the server.
2090
- */
2091
- readonly lifecycleDetails?: string;
2092
- /**
2093
- * Azure resource provisioning state.
2094
- * NOTE: This property will not be serialized. It can only be populated by the server.
2095
- */
2096
- readonly provisioningState?: AzureResourceProvisioningState;
2097
- /**
2098
- * virtual network address lifecycle state.
2099
- * NOTE: This property will not be serialized. It can only be populated by the server.
2100
- */
2101
- readonly lifecycleState?: VirtualNetworkAddressLifecycleState;
2102
- /**
2103
- * The date and time when the create operation for the application virtual IP (VIP) address completed.
2104
- * NOTE: This property will not be serialized. It can only be populated by the server.
2105
- */
2106
- readonly timeAssigned?: Date;
2107
- }
2108
-
2109
- /** SystemVersions filter */
2110
- export interface SystemVersionsFilter {
2111
- /** Grid Infrastructure version */
2112
- giVersion: string;
2113
- /** Exadata shape */
2114
- shape: string;
2115
- /** Check If we have to list only latest versions */
2116
- isLatestVersion?: boolean;
2117
- }
2118
-
2119
- /** validation error */
2120
- export interface ValidationError {
2121
- /** error code */
2122
- code: string;
2123
- /** error message */
2124
- message: string;
2125
- }
2126
-
2127
- /** validation result */
2128
- export interface ValidationResult {
2129
- /**
2130
- * validation status
2131
- * NOTE: This property will not be serialized. It can only be populated by the server.
2132
- */
2133
- readonly status: ValidationStatus;
2134
- /** validation error */
2135
- error: ValidationError;
2136
- }
2137
-
2138
- /** Autonomous Database clone resource model. */
2139
- export interface AutonomousDatabaseCloneProperties
2140
- extends AutonomousDatabaseBaseProperties {
2141
- /** Polymorphic discriminator, which specifies the different types this object can be */
2142
- dataBaseType: "Clone";
2143
- /** The source of the database. */
2144
- source?: SourceType;
2145
- /** The Azure ID of the Autonomous Database that was cloned to create the current Autonomous Database. */
2146
- sourceId: string;
2147
- /** The Autonomous Database clone type. */
2148
- cloneType: CloneType;
2149
- /**
2150
- * Indicates if the refreshable clone can be reconnected to its source database.
2151
- * NOTE: This property will not be serialized. It can only be populated by the server.
2152
- */
2153
- readonly isReconnectCloneEnabled?: boolean;
2154
- /**
2155
- * Indicates if the Autonomous Database is a refreshable clone.
2156
- * NOTE: This property will not be serialized. It can only be populated by the server.
2157
- */
2158
- readonly isRefreshableClone?: boolean;
2159
- /** The refresh mode of the clone. */
2160
- refreshableModel?: RefreshableModelType;
2161
- /**
2162
- * The refresh status of the clone.
2163
- * NOTE: This property will not be serialized. It can only be populated by the server.
2164
- */
2165
- readonly refreshableStatus?: RefreshableStatusType;
2166
- /** The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database. */
2167
- timeUntilReconnectCloneEnabled?: string;
2168
- }
2169
-
2170
- /** Autonomous Database resource model. */
2171
- export interface AutonomousDatabaseProperties
2172
- extends AutonomousDatabaseBaseProperties {
2173
- /** Polymorphic discriminator, which specifies the different types this object can be */
2174
- dataBaseType: "Regular";
2175
- }
2176
-
2177
- /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
2178
- export interface TrackedResource extends Resource {
2179
- /** Resource tags. */
2180
- tags?: { [propertyName: string]: string };
2181
- /** The geo-location where the resource lives */
2182
- location: string;
2183
- }
2184
-
2185
- /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
2186
- export interface ProxyResource extends Resource {}
2187
-
2188
- /** Autonomous Database resource model. */
2189
- export interface AutonomousDatabase extends TrackedResource {
2190
- /** The resource-specific properties for this resource. */
2191
- properties?: AutonomousDatabaseBasePropertiesUnion;
2192
- }
2193
-
2194
- /** CloudExadataInfrastructure resource definition */
2195
- export interface CloudExadataInfrastructure extends TrackedResource {
2196
- /** The resource-specific properties for this resource. */
2197
- properties?: CloudExadataInfrastructureProperties;
2198
- /** CloudExadataInfrastructure zones */
2199
- zones: string[];
2200
- }
2201
-
2202
- /** CloudVmCluster resource definition */
2203
- export interface CloudVmCluster extends TrackedResource {
2204
- /** The resource-specific properties for this resource. */
2205
- properties?: CloudVmClusterProperties;
2206
- }
2207
-
2208
- /** AutonomousDatabaseCharacterSets resource definition */
2209
- export interface AutonomousDatabaseCharacterSet extends ProxyResource {
2210
- /** The resource-specific properties for this resource. */
2211
- properties?: AutonomousDatabaseCharacterSetProperties;
2212
- }
2213
-
2214
- /** AutonomousDatabaseNationalCharacterSets resource definition */
2215
- export interface AutonomousDatabaseNationalCharacterSet extends ProxyResource {
2216
- /** The resource-specific properties for this resource. */
2217
- properties?: AutonomousDatabaseNationalCharacterSetProperties;
2218
- }
2219
-
2220
- /** AutonomousDbVersion resource definition */
2221
- export interface AutonomousDbVersion extends ProxyResource {
2222
- /** The resource-specific properties for this resource. */
2223
- properties?: AutonomousDbVersionProperties;
2224
- }
2225
-
2226
- /** DbSystemShape resource definition */
2227
- export interface DbSystemShape extends ProxyResource {
2228
- /** The resource-specific properties for this resource. */
2229
- properties?: DbSystemShapeProperties;
2230
- }
2231
-
2232
- /** DnsPrivateView resource definition */
2233
- export interface DnsPrivateView extends ProxyResource {
2234
- /** The resource-specific properties for this resource. */
2235
- properties?: DnsPrivateViewProperties;
2236
- }
2237
-
2238
- /** DnsPrivateZone resource definition */
2239
- export interface DnsPrivateZone extends ProxyResource {
2240
- /** The resource-specific properties for this resource. */
2241
- properties?: DnsPrivateZoneProperties;
2242
- }
2243
-
2244
- /** GiVersion resource definition */
2245
- export interface GiVersion extends ProxyResource {
2246
- /** The resource-specific properties for this resource. */
2247
- properties?: GiVersionProperties;
2248
- }
2249
-
2250
- /** SystemVersion resource Definition */
2251
- export interface SystemVersion extends ProxyResource {
2252
- /** The resource-specific properties for this resource. */
2253
- properties?: SystemVersionProperties;
2254
- }
2255
-
2256
- /** OracleSubscription resource definition */
2257
- export interface OracleSubscription extends ProxyResource {
2258
- /** The resource-specific properties for this resource. */
2259
- properties?: OracleSubscriptionProperties;
2260
- /** Details of the resource plan. */
2261
- plan?: Plan;
2262
- }
2263
-
2264
- /** AutonomousDatabaseBackup resource definition */
2265
- export interface AutonomousDatabaseBackup extends ProxyResource {
2266
- /** The resource-specific properties for this resource. */
2267
- properties?: AutonomousDatabaseBackupProperties;
2268
- }
2269
-
2270
- /** DbServer resource model */
2271
- export interface DbServer extends ProxyResource {
2272
- /** The resource-specific properties for this resource. */
2273
- properties?: DbServerProperties;
2274
- }
2275
-
2276
- /** The DbNode resource belonging to vmCluster */
2277
- export interface DbNode extends ProxyResource {
2278
- /** The resource-specific properties for this resource. */
2279
- properties?: DbNodeProperties;
2280
- }
2281
-
2282
- /** Virtual IP resource belonging to a vm cluster resource. */
2283
- export interface VirtualNetworkAddress extends ProxyResource {
2284
- /** The resource-specific properties for this resource. */
2285
- properties?: VirtualNetworkAddressProperties;
2286
- }
2287
-
2288
- /** Defines headers for AutonomousDatabases_createOrUpdate operation. */
2289
- export interface AutonomousDatabasesCreateOrUpdateHeaders {
2290
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2291
- retryAfter?: number;
2292
- }
2293
-
2294
- /** Defines headers for AutonomousDatabases_update operation. */
2295
- export interface AutonomousDatabasesUpdateHeaders {
2296
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2297
- location?: string;
2298
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2299
- retryAfter?: number;
2300
- }
2301
-
2302
- /** Defines headers for AutonomousDatabases_delete operation. */
2303
- export interface AutonomousDatabasesDeleteHeaders {
2304
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2305
- location?: string;
2306
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2307
- retryAfter?: number;
2308
- }
2309
-
2310
- /** Defines headers for AutonomousDatabases_failover operation. */
2311
- export interface AutonomousDatabasesFailoverHeaders {
2312
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2313
- location?: string;
2314
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2315
- retryAfter?: number;
2316
- }
2317
-
2318
- /** Defines headers for AutonomousDatabases_restore operation. */
2319
- export interface AutonomousDatabasesRestoreHeaders {
2320
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2321
- location?: string;
2322
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2323
- retryAfter?: number;
2324
- }
2325
-
2326
- /** Defines headers for AutonomousDatabases_shrink operation. */
2327
- export interface AutonomousDatabasesShrinkHeaders {
2328
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2329
- location?: string;
2330
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2331
- retryAfter?: number;
2332
- }
2333
-
2334
- /** Defines headers for AutonomousDatabases_switchover operation. */
2335
- export interface AutonomousDatabasesSwitchoverHeaders {
2336
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2337
- location?: string;
2338
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2339
- retryAfter?: number;
2340
- }
2341
-
2342
- /** Defines headers for CloudExadataInfrastructures_createOrUpdate operation. */
2343
- export interface CloudExadataInfrastructuresCreateOrUpdateHeaders {
2344
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2345
- retryAfter?: number;
2346
- }
2347
-
2348
- /** Defines headers for CloudExadataInfrastructures_update operation. */
2349
- export interface CloudExadataInfrastructuresUpdateHeaders {
2350
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2351
- location?: string;
2352
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2353
- retryAfter?: number;
2354
- }
2355
-
2356
- /** Defines headers for CloudExadataInfrastructures_delete operation. */
2357
- export interface CloudExadataInfrastructuresDeleteHeaders {
2358
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2359
- location?: string;
2360
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2361
- retryAfter?: number;
2362
- }
2363
-
2364
- /** Defines headers for CloudExadataInfrastructures_addStorageCapacity operation. */
2365
- export interface CloudExadataInfrastructuresAddStorageCapacityHeaders {
2366
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2367
- location?: string;
2368
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2369
- retryAfter?: number;
2370
- }
2371
-
2372
- /** Defines headers for CloudVmClusters_createOrUpdate operation. */
2373
- export interface CloudVmClustersCreateOrUpdateHeaders {
2374
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2375
- retryAfter?: number;
2376
- }
2377
-
2378
- /** Defines headers for CloudVmClusters_update operation. */
2379
- export interface CloudVmClustersUpdateHeaders {
2380
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2381
- location?: string;
2382
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2383
- retryAfter?: number;
2384
- }
2385
-
2386
- /** Defines headers for CloudVmClusters_delete operation. */
2387
- export interface CloudVmClustersDeleteHeaders {
2388
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2389
- location?: string;
2390
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2391
- retryAfter?: number;
2392
- }
2393
-
2394
- /** Defines headers for CloudVmClusters_addVms operation. */
2395
- export interface CloudVmClustersAddVmsHeaders {
2396
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2397
- location?: string;
2398
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2399
- retryAfter?: number;
2400
- }
2401
-
2402
- /** Defines headers for CloudVmClusters_removeVms operation. */
2403
- export interface CloudVmClustersRemoveVmsHeaders {
2404
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2405
- location?: string;
2406
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2407
- retryAfter?: number;
2408
- }
2409
-
2410
- /** Defines headers for OracleSubscriptions_createOrUpdate operation. */
2411
- export interface OracleSubscriptionsCreateOrUpdateHeaders {
2412
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2413
- retryAfter?: number;
2414
- }
2415
-
2416
- /** Defines headers for OracleSubscriptions_update operation. */
2417
- export interface OracleSubscriptionsUpdateHeaders {
2418
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2419
- location?: string;
2420
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2421
- retryAfter?: number;
2422
- }
2423
-
2424
- /** Defines headers for OracleSubscriptions_delete operation. */
2425
- export interface OracleSubscriptionsDeleteHeaders {
2426
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2427
- location?: string;
2428
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2429
- retryAfter?: number;
2430
- }
2431
-
2432
- /** Defines headers for OracleSubscriptions_listActivationLinks operation. */
2433
- export interface OracleSubscriptionsListActivationLinksHeaders {
2434
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2435
- location?: string;
2436
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2437
- retryAfter?: number;
2438
- }
2439
-
2440
- /** Defines headers for OracleSubscriptions_listCloudAccountDetails operation. */
2441
- export interface OracleSubscriptionsListCloudAccountDetailsHeaders {
2442
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2443
- location?: string;
2444
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2445
- retryAfter?: number;
2446
- }
2447
-
2448
- /** Defines headers for OracleSubscriptions_listSaasSubscriptionDetails operation. */
2449
- export interface OracleSubscriptionsListSaasSubscriptionDetailsHeaders {
2450
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2451
- location?: string;
2452
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2453
- retryAfter?: number;
2454
- }
2455
-
2456
- /** Defines headers for AutonomousDatabaseBackups_createOrUpdate operation. */
2457
- export interface AutonomousDatabaseBackupsCreateOrUpdateHeaders {
2458
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2459
- retryAfter?: number;
2460
- }
2461
-
2462
- /** Defines headers for AutonomousDatabaseBackups_update operation. */
2463
- export interface AutonomousDatabaseBackupsUpdateHeaders {
2464
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2465
- location?: string;
2466
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2467
- retryAfter?: number;
2468
- }
2469
-
2470
- /** Defines headers for AutonomousDatabaseBackups_delete operation. */
2471
- export interface AutonomousDatabaseBackupsDeleteHeaders {
2472
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2473
- location?: string;
2474
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2475
- retryAfter?: number;
2476
- }
2477
-
2478
- /** Defines headers for DbNodes_action operation. */
2479
- export interface DbNodesActionHeaders {
2480
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2481
- location?: string;
2482
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2483
- retryAfter?: number;
2484
- }
2485
-
2486
- /** Defines headers for VirtualNetworkAddresses_createOrUpdate operation. */
2487
- export interface VirtualNetworkAddressesCreateOrUpdateHeaders {
2488
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2489
- retryAfter?: number;
2490
- }
2491
-
2492
- /** Defines headers for VirtualNetworkAddresses_delete operation. */
2493
- export interface VirtualNetworkAddressesDeleteHeaders {
2494
- /** The Location header contains the URL where the status of the long running operation can be checked. */
2495
- location?: string;
2496
- /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2497
- retryAfter?: number;
2498
- }
2499
-
2500
- /** Known values of {@link Origin} that the service accepts. */
2501
- export enum KnownOrigin {
2502
- /** User */
2503
- User = "user",
2504
- /** System */
2505
- System = "system",
2506
- /** UserSystem */
2507
- UserSystem = "user,system",
2508
- }
2509
-
2510
- /**
2511
- * Defines values for Origin. \
2512
- * {@link KnownOrigin} can be used interchangeably with Origin,
2513
- * this enum contains the known values that the service supports.
2514
- * ### Known values supported by the service
2515
- * **user** \
2516
- * **system** \
2517
- * **user,system**
2518
- */
2519
- export type Origin = string;
2520
-
2521
- /** Known values of {@link ActionType} that the service accepts. */
2522
- export enum KnownActionType {
2523
- /** Internal */
2524
- Internal = "Internal",
2525
- }
2526
-
2527
- /**
2528
- * Defines values for ActionType. \
2529
- * {@link KnownActionType} can be used interchangeably with ActionType,
2530
- * this enum contains the known values that the service supports.
2531
- * ### Known values supported by the service
2532
- * **Internal**
2533
- */
2534
- export type ActionType = string;
2535
-
2536
- /** Known values of {@link DataBaseType} that the service accepts. */
2537
- export enum KnownDataBaseType {
2538
- /** Regular DB */
2539
- Regular = "Regular",
2540
- /** Clone DB */
2541
- Clone = "Clone",
2542
- }
2543
-
2544
- /**
2545
- * Defines values for DataBaseType. \
2546
- * {@link KnownDataBaseType} can be used interchangeably with DataBaseType,
2547
- * this enum contains the known values that the service supports.
2548
- * ### Known values supported by the service
2549
- * **Regular**: Regular DB \
2550
- * **Clone**: Clone DB
2551
- */
2552
- export type DataBaseType = string;
2553
-
2554
- /** Known values of {@link AutonomousMaintenanceScheduleType} that the service accepts. */
2555
- export enum KnownAutonomousMaintenanceScheduleType {
2556
- /** Early maintenance schedule */
2557
- Early = "Early",
2558
- /** Regular maintenance schedule */
2559
- Regular = "Regular",
2560
- }
2561
-
2562
- /**
2563
- * Defines values for AutonomousMaintenanceScheduleType. \
2564
- * {@link KnownAutonomousMaintenanceScheduleType} can be used interchangeably with AutonomousMaintenanceScheduleType,
2565
- * this enum contains the known values that the service supports.
2566
- * ### Known values supported by the service
2567
- * **Early**: Early maintenance schedule \
2568
- * **Regular**: Regular maintenance schedule
2569
- */
2570
- export type AutonomousMaintenanceScheduleType = string;
2571
-
2572
- /** Known values of {@link ComputeModel} that the service accepts. */
2573
- export enum KnownComputeModel {
2574
- /** ECPU model type */
2575
- Ecpu = "ECPU",
2576
- /** OCPU model type */
2577
- Ocpu = "OCPU",
2578
- }
2579
-
2580
- /**
2581
- * Defines values for ComputeModel. \
2582
- * {@link KnownComputeModel} can be used interchangeably with ComputeModel,
2583
- * this enum contains the known values that the service supports.
2584
- * ### Known values supported by the service
2585
- * **ECPU**: ECPU model type \
2586
- * **OCPU**: OCPU model type
2587
- */
2588
- export type ComputeModel = string;
2589
-
2590
- /** Known values of {@link WorkloadType} that the service accepts. */
2591
- export enum KnownWorkloadType {
2592
- /** OLTP - indicates an Autonomous Transaction Processing database */
2593
- Oltp = "OLTP",
2594
- /** DW - indicates an Autonomous Data Warehouse database */
2595
- DW = "DW",
2596
- /** AJD - indicates an Autonomous JSON Database */
2597
- AJD = "AJD",
2598
- /** APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type. */
2599
- Apex = "APEX",
2600
- }
2601
-
2602
- /**
2603
- * Defines values for WorkloadType. \
2604
- * {@link KnownWorkloadType} can be used interchangeably with WorkloadType,
2605
- * this enum contains the known values that the service supports.
2606
- * ### Known values supported by the service
2607
- * **OLTP**: OLTP - indicates an Autonomous Transaction Processing database \
2608
- * **DW**: DW - indicates an Autonomous Data Warehouse database \
2609
- * **AJD**: AJD - indicates an Autonomous JSON Database \
2610
- * **APEX**: APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
2611
- */
2612
- export type WorkloadType = string;
2613
-
2614
- /** Known values of {@link DisasterRecoveryType} that the service accepts. */
2615
- export enum KnownDisasterRecoveryType {
2616
- /** ADG type */
2617
- Adg = "Adg",
2618
- /** Backup based type */
2619
- BackupBased = "BackupBased",
2620
- }
2621
-
2622
- /**
2623
- * Defines values for DisasterRecoveryType. \
2624
- * {@link KnownDisasterRecoveryType} can be used interchangeably with DisasterRecoveryType,
2625
- * this enum contains the known values that the service supports.
2626
- * ### Known values supported by the service
2627
- * **Adg**: ADG type \
2628
- * **BackupBased**: Backup based type
2629
- */
2630
- export type DisasterRecoveryType = string;
2631
-
2632
- /** Known values of {@link AutonomousDatabaseLifecycleState} that the service accepts. */
2633
- export enum KnownAutonomousDatabaseLifecycleState {
2634
- /** Indicates that resource in Provisioning state */
2635
- Provisioning = "Provisioning",
2636
- /** Indicates that resource in Available state */
2637
- Available = "Available",
2638
- /** Indicates that resource in Stopping state */
2639
- Stopping = "Stopping",
2640
- /** Indicates that resource in Stopped state */
2641
- Stopped = "Stopped",
2642
- /** Indicates that resource in Starting state */
2643
- Starting = "Starting",
2644
- /** Indicates that resource in Terminating state */
2645
- Terminating = "Terminating",
2646
- /** Indicates that resource in Terminated state */
2647
- Terminated = "Terminated",
2648
- /** Indicates that resource in Unavailable state */
2649
- Unavailable = "Unavailable",
2650
- /** Indicates that resource in RestoreInProgress state */
2651
- RestoreInProgress = "RestoreInProgress",
2652
- /** Indicates that resource in RestoreFailed state */
2653
- RestoreFailed = "RestoreFailed",
2654
- /** Indicates that resource in BackupInProgress state */
2655
- BackupInProgress = "BackupInProgress",
2656
- /** Indicates that resource in ScaleInProgress state */
2657
- ScaleInProgress = "ScaleInProgress",
2658
- /** Indicates that resource is available but needs attention */
2659
- AvailableNeedsAttention = "AvailableNeedsAttention",
2660
- /** Indicates that resource in Updating state */
2661
- Updating = "Updating",
2662
- /** Indicates that resource maintenance in progress state */
2663
- MaintenanceInProgress = "MaintenanceInProgress",
2664
- /** Indicates that resource in Restarting state */
2665
- Restarting = "Restarting",
2666
- /** Indicates that resource in Recreating state */
2667
- Recreating = "Recreating",
2668
- /** Indicates that resource role change in progress state */
2669
- RoleChangeInProgress = "RoleChangeInProgress",
2670
- /** Indicates that resource in Upgrading state */
2671
- Upgrading = "Upgrading",
2672
- /** IIndicates that resource in Inaccessible state */
2673
- Inaccessible = "Inaccessible",
2674
- /** Indicates that resource in Standby state */
2675
- Standby = "Standby",
2676
- }
2677
-
2678
- /**
2679
- * Defines values for AutonomousDatabaseLifecycleState. \
2680
- * {@link KnownAutonomousDatabaseLifecycleState} can be used interchangeably with AutonomousDatabaseLifecycleState,
2681
- * this enum contains the known values that the service supports.
2682
- * ### Known values supported by the service
2683
- * **Provisioning**: Indicates that resource in Provisioning state \
2684
- * **Available**: Indicates that resource in Available state \
2685
- * **Stopping**: Indicates that resource in Stopping state \
2686
- * **Stopped**: Indicates that resource in Stopped state \
2687
- * **Starting**: Indicates that resource in Starting state \
2688
- * **Terminating**: Indicates that resource in Terminating state \
2689
- * **Terminated**: Indicates that resource in Terminated state \
2690
- * **Unavailable**: Indicates that resource in Unavailable state \
2691
- * **RestoreInProgress**: Indicates that resource in RestoreInProgress state \
2692
- * **RestoreFailed**: Indicates that resource in RestoreFailed state \
2693
- * **BackupInProgress**: Indicates that resource in BackupInProgress state \
2694
- * **ScaleInProgress**: Indicates that resource in ScaleInProgress state \
2695
- * **AvailableNeedsAttention**: Indicates that resource is available but needs attention \
2696
- * **Updating**: Indicates that resource in Updating state \
2697
- * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
2698
- * **Restarting**: Indicates that resource in Restarting state \
2699
- * **Recreating**: Indicates that resource in Recreating state \
2700
- * **RoleChangeInProgress**: Indicates that resource role change in progress state \
2701
- * **Upgrading**: Indicates that resource in Upgrading state \
2702
- * **Inaccessible**: IIndicates that resource in Inaccessible state \
2703
- * **Standby**: Indicates that resource in Standby state
2704
- */
2705
- export type AutonomousDatabaseLifecycleState = string;
2706
-
2707
- /** Known values of {@link LicenseModel} that the service accepts. */
2708
- export enum KnownLicenseModel {
2709
- /** License included */
2710
- LicenseIncluded = "LicenseIncluded",
2711
- /** Bring Your Own License */
2712
- BringYourOwnLicense = "BringYourOwnLicense",
2713
- }
2714
-
2715
- /**
2716
- * Defines values for LicenseModel. \
2717
- * {@link KnownLicenseModel} can be used interchangeably with LicenseModel,
2718
- * this enum contains the known values that the service supports.
2719
- * ### Known values supported by the service
2720
- * **LicenseIncluded**: License included \
2721
- * **BringYourOwnLicense**: Bring Your Own License
2722
- */
2723
- export type LicenseModel = string;
2724
-
2725
- /** Known values of {@link AzureResourceProvisioningState} that the service accepts. */
2726
- export enum KnownAzureResourceProvisioningState {
2727
- /** Resource has been created. */
2728
- Succeeded = "Succeeded",
2729
- /** Resource creation failed. */
2730
- Failed = "Failed",
2731
- /** Resource creation was canceled. */
2732
- Canceled = "Canceled",
2733
- /** Indicates that resource in Provisioning state */
2734
- Provisioning = "Provisioning",
2735
- }
2736
-
2737
- /**
2738
- * Defines values for AzureResourceProvisioningState. \
2739
- * {@link KnownAzureResourceProvisioningState} can be used interchangeably with AzureResourceProvisioningState,
2740
- * this enum contains the known values that the service supports.
2741
- * ### Known values supported by the service
2742
- * **Succeeded**: Resource has been created. \
2743
- * **Failed**: Resource creation failed. \
2744
- * **Canceled**: Resource creation was canceled. \
2745
- * **Provisioning**: Indicates that resource in Provisioning state
2746
- */
2747
- export type AzureResourceProvisioningState = string;
2748
-
2749
- /** Known values of {@link DayOfWeekName} that the service accepts. */
2750
- export enum KnownDayOfWeekName {
2751
- /** Monday value */
2752
- Monday = "Monday",
2753
- /** Tuesday value */
2754
- Tuesday = "Tuesday",
2755
- /** Wednesday value */
2756
- Wednesday = "Wednesday",
2757
- /** Thursday value */
2758
- Thursday = "Thursday",
2759
- /** Friday value */
2760
- Friday = "Friday",
2761
- /** Saturday value */
2762
- Saturday = "Saturday",
2763
- /** Sunday value */
2764
- Sunday = "Sunday",
2765
- }
2766
-
2767
- /**
2768
- * Defines values for DayOfWeekName. \
2769
- * {@link KnownDayOfWeekName} can be used interchangeably with DayOfWeekName,
2770
- * this enum contains the known values that the service supports.
2771
- * ### Known values supported by the service
2772
- * **Monday**: Monday value \
2773
- * **Tuesday**: Tuesday value \
2774
- * **Wednesday**: Wednesday value \
2775
- * **Thursday**: Thursday value \
2776
- * **Friday**: Friday value \
2777
- * **Saturday**: Saturday value \
2778
- * **Sunday**: Sunday value
2779
- */
2780
- export type DayOfWeekName = string;
2781
-
2782
- /** Known values of {@link ConsumerGroup} that the service accepts. */
2783
- export enum KnownConsumerGroup {
2784
- /** High group */
2785
- High = "High",
2786
- /** Medium group */
2787
- Medium = "Medium",
2788
- /** Low group */
2789
- Low = "Low",
2790
- /** TP group */
2791
- Tp = "Tp",
2792
- /** TPurgent group */
2793
- Tpurgent = "Tpurgent",
2794
- }
2795
-
2796
- /**
2797
- * Defines values for ConsumerGroup. \
2798
- * {@link KnownConsumerGroup} can be used interchangeably with ConsumerGroup,
2799
- * this enum contains the known values that the service supports.
2800
- * ### Known values supported by the service
2801
- * **High**: High group \
2802
- * **Medium**: Medium group \
2803
- * **Low**: Low group \
2804
- * **Tp**: TP group \
2805
- * **Tpurgent**: TPurgent group
2806
- */
2807
- export type ConsumerGroup = string;
2808
-
2809
- /** Known values of {@link HostFormatType} that the service accepts. */
2810
- export enum KnownHostFormatType {
2811
- /** FQDN format */
2812
- Fqdn = "Fqdn",
2813
- /** IP format */
2814
- Ip = "Ip",
2815
- }
2816
-
2817
- /**
2818
- * Defines values for HostFormatType. \
2819
- * {@link KnownHostFormatType} can be used interchangeably with HostFormatType,
2820
- * this enum contains the known values that the service supports.
2821
- * ### Known values supported by the service
2822
- * **Fqdn**: FQDN format \
2823
- * **Ip**: IP format
2824
- */
2825
- export type HostFormatType = string;
2826
-
2827
- /** Known values of {@link ProtocolType} that the service accepts. */
2828
- export enum KnownProtocolType {
2829
- /** TCP protocol */
2830
- TCP = "TCP",
2831
- /** TCPS protocol */
2832
- Tcps = "TCPS",
2833
- }
2834
-
2835
- /**
2836
- * Defines values for ProtocolType. \
2837
- * {@link KnownProtocolType} can be used interchangeably with ProtocolType,
2838
- * this enum contains the known values that the service supports.
2839
- * ### Known values supported by the service
2840
- * **TCP**: TCP protocol \
2841
- * **TCPS**: TCPS protocol
2842
- */
2843
- export type ProtocolType = string;
2844
-
2845
- /** Known values of {@link SessionModeType} that the service accepts. */
2846
- export enum KnownSessionModeType {
2847
- /** Direct session mode */
2848
- Direct = "Direct",
2849
- /** Redirect session mode */
2850
- Redirect = "Redirect",
2851
- }
2852
-
2853
- /**
2854
- * Defines values for SessionModeType. \
2855
- * {@link KnownSessionModeType} can be used interchangeably with SessionModeType,
2856
- * this enum contains the known values that the service supports.
2857
- * ### Known values supported by the service
2858
- * **Direct**: Direct session mode \
2859
- * **Redirect**: Redirect session mode
2860
- */
2861
- export type SessionModeType = string;
2862
-
2863
- /** Known values of {@link SyntaxFormatType} that the service accepts. */
2864
- export enum KnownSyntaxFormatType {
2865
- /** Long format */
2866
- Long = "Long",
2867
- /** Ezconnect format */
2868
- Ezconnect = "Ezconnect",
2869
- /** Ezconnectplus format */
2870
- Ezconnectplus = "Ezconnectplus",
2871
- }
2872
-
2873
- /**
2874
- * Defines values for SyntaxFormatType. \
2875
- * {@link KnownSyntaxFormatType} can be used interchangeably with SyntaxFormatType,
2876
- * this enum contains the known values that the service supports.
2877
- * ### Known values supported by the service
2878
- * **Long**: Long format \
2879
- * **Ezconnect**: Ezconnect format \
2880
- * **Ezconnectplus**: Ezconnectplus format
2881
- */
2882
- export type SyntaxFormatType = string;
2883
-
2884
- /** Known values of {@link TlsAuthenticationType} that the service accepts. */
2885
- export enum KnownTlsAuthenticationType {
2886
- /** Server authentication */
2887
- Server = "Server",
2888
- /** Mutual TLS */
2889
- Mutual = "Mutual",
2890
- }
2891
-
2892
- /**
2893
- * Defines values for TlsAuthenticationType. \
2894
- * {@link KnownTlsAuthenticationType} can be used interchangeably with TlsAuthenticationType,
2895
- * this enum contains the known values that the service supports.
2896
- * ### Known values supported by the service
2897
- * **Server**: Server authentication \
2898
- * **Mutual**: Mutual TLS
2899
- */
2900
- export type TlsAuthenticationType = string;
2901
-
2902
- /** Known values of {@link DataSafeStatusType} that the service accepts. */
2903
- export enum KnownDataSafeStatusType {
2904
- /** Registering status */
2905
- Registering = "Registering",
2906
- /** Registered status */
2907
- Registered = "Registered",
2908
- /** Deregistering status */
2909
- Deregistering = "Deregistering",
2910
- /** NotRegistered status */
2911
- NotRegistered = "NotRegistered",
2912
- /** Failed status */
2913
- Failed = "Failed",
2914
- }
2915
-
2916
- /**
2917
- * Defines values for DataSafeStatusType. \
2918
- * {@link KnownDataSafeStatusType} can be used interchangeably with DataSafeStatusType,
2919
- * this enum contains the known values that the service supports.
2920
- * ### Known values supported by the service
2921
- * **Registering**: Registering status \
2922
- * **Registered**: Registered status \
2923
- * **Deregistering**: Deregistering status \
2924
- * **NotRegistered**: NotRegistered status \
2925
- * **Failed**: Failed status
2926
- */
2927
- export type DataSafeStatusType = string;
2928
-
2929
- /** Known values of {@link DatabaseEditionType} that the service accepts. */
2930
- export enum KnownDatabaseEditionType {
2931
- /** Standard edition */
2932
- StandardEdition = "StandardEdition",
2933
- /** Enterprise edition */
2934
- EnterpriseEdition = "EnterpriseEdition",
2935
- }
2936
-
2937
- /**
2938
- * Defines values for DatabaseEditionType. \
2939
- * {@link KnownDatabaseEditionType} can be used interchangeably with DatabaseEditionType,
2940
- * this enum contains the known values that the service supports.
2941
- * ### Known values supported by the service
2942
- * **StandardEdition**: Standard edition \
2943
- * **EnterpriseEdition**: Enterprise edition
2944
- */
2945
- export type DatabaseEditionType = string;
2946
-
2947
- /** Known values of {@link RepeatCadenceType} that the service accepts. */
2948
- export enum KnownRepeatCadenceType {
2949
- /** Repeat one time */
2950
- OneTime = "OneTime",
2951
- /** Repeat weekly */
2952
- Weekly = "Weekly",
2953
- /** Repeat monthly */
2954
- Monthly = "Monthly",
2955
- /** Repeat yearly */
2956
- Yearly = "Yearly",
2957
- }
2958
-
2959
- /**
2960
- * Defines values for RepeatCadenceType. \
2961
- * {@link KnownRepeatCadenceType} can be used interchangeably with RepeatCadenceType,
2962
- * this enum contains the known values that the service supports.
2963
- * ### Known values supported by the service
2964
- * **OneTime**: Repeat one time \
2965
- * **Weekly**: Repeat weekly \
2966
- * **Monthly**: Repeat monthly \
2967
- * **Yearly**: Repeat yearly
2968
- */
2969
- export type RepeatCadenceType = string;
2970
-
2971
- /** Known values of {@link OpenModeType} that the service accepts. */
2972
- export enum KnownOpenModeType {
2973
- /** ReadOnly mode */
2974
- ReadOnly = "ReadOnly",
2975
- /** ReadWrite mode */
2976
- ReadWrite = "ReadWrite",
2977
- }
2978
-
2979
- /**
2980
- * Defines values for OpenModeType. \
2981
- * {@link KnownOpenModeType} can be used interchangeably with OpenModeType,
2982
- * this enum contains the known values that the service supports.
2983
- * ### Known values supported by the service
2984
- * **ReadOnly**: ReadOnly mode \
2985
- * **ReadWrite**: ReadWrite mode
2986
- */
2987
- export type OpenModeType = string;
2988
-
2989
- /** Known values of {@link OperationsInsightsStatusType} that the service accepts. */
2990
- export enum KnownOperationsInsightsStatusType {
2991
- /** Enabling status */
2992
- Enabling = "Enabling",
2993
- /** Enabled status */
2994
- Enabled = "Enabled",
2995
- /** Disabling status */
2996
- Disabling = "Disabling",
2997
- /** NotEnabled status */
2998
- NotEnabled = "NotEnabled",
2999
- /** FailedEnabling status */
3000
- FailedEnabling = "FailedEnabling",
3001
- /** FailedDisabling status */
3002
- FailedDisabling = "FailedDisabling",
3003
- }
3004
-
3005
- /**
3006
- * Defines values for OperationsInsightsStatusType. \
3007
- * {@link KnownOperationsInsightsStatusType} can be used interchangeably with OperationsInsightsStatusType,
3008
- * this enum contains the known values that the service supports.
3009
- * ### Known values supported by the service
3010
- * **Enabling**: Enabling status \
3011
- * **Enabled**: Enabled status \
3012
- * **Disabling**: Disabling status \
3013
- * **NotEnabled**: NotEnabled status \
3014
- * **FailedEnabling**: FailedEnabling status \
3015
- * **FailedDisabling**: FailedDisabling status
3016
- */
3017
- export type OperationsInsightsStatusType = string;
3018
-
3019
- /** Known values of {@link PermissionLevelType} that the service accepts. */
3020
- export enum KnownPermissionLevelType {
3021
- /** Restricted permission level */
3022
- Restricted = "Restricted",
3023
- /** Unrestricted permission level */
3024
- Unrestricted = "Unrestricted",
3025
- }
3026
-
3027
- /**
3028
- * Defines values for PermissionLevelType. \
3029
- * {@link KnownPermissionLevelType} can be used interchangeably with PermissionLevelType,
3030
- * this enum contains the known values that the service supports.
3031
- * ### Known values supported by the service
3032
- * **Restricted**: Restricted permission level \
3033
- * **Unrestricted**: Unrestricted permission level
3034
- */
3035
- export type PermissionLevelType = string;
3036
-
3037
- /** Known values of {@link RoleType} that the service accepts. */
3038
- export enum KnownRoleType {
3039
- /** Primary role */
3040
- Primary = "Primary",
3041
- /** Standby role */
3042
- Standby = "Standby",
3043
- /** DisabledStandby role */
3044
- DisabledStandby = "DisabledStandby",
3045
- /** BackupCopy role */
3046
- BackupCopy = "BackupCopy",
3047
- /** SnapshotStandby role */
3048
- SnapshotStandby = "SnapshotStandby",
3049
- }
3050
-
3051
- /**
3052
- * Defines values for RoleType. \
3053
- * {@link KnownRoleType} can be used interchangeably with RoleType,
3054
- * this enum contains the known values that the service supports.
3055
- * ### Known values supported by the service
3056
- * **Primary**: Primary role \
3057
- * **Standby**: Standby role \
3058
- * **DisabledStandby**: DisabledStandby role \
3059
- * **BackupCopy**: BackupCopy role \
3060
- * **SnapshotStandby**: SnapshotStandby role
3061
- */
3062
- export type RoleType = string;
3063
-
3064
- /** Known values of {@link CreatedByType} that the service accepts. */
3065
- export enum KnownCreatedByType {
3066
- /** User */
3067
- User = "User",
3068
- /** Application */
3069
- Application = "Application",
3070
- /** ManagedIdentity */
3071
- ManagedIdentity = "ManagedIdentity",
3072
- /** Key */
3073
- Key = "Key",
3074
- }
3075
-
3076
- /**
3077
- * Defines values for CreatedByType. \
3078
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
3079
- * this enum contains the known values that the service supports.
3080
- * ### Known values supported by the service
3081
- * **User** \
3082
- * **Application** \
3083
- * **ManagedIdentity** \
3084
- * **Key**
3085
- */
3086
- export type CreatedByType = string;
3087
-
3088
- /** Known values of {@link Preference} that the service accepts. */
3089
- export enum KnownPreference {
3090
- /** No preference */
3091
- NoPreference = "NoPreference",
3092
- /** Custom preference */
3093
- CustomPreference = "CustomPreference",
3094
- }
3095
-
3096
- /**
3097
- * Defines values for Preference. \
3098
- * {@link KnownPreference} can be used interchangeably with Preference,
3099
- * this enum contains the known values that the service supports.
3100
- * ### Known values supported by the service
3101
- * **NoPreference**: No preference \
3102
- * **CustomPreference**: Custom preference
3103
- */
3104
- export type Preference = string;
3105
-
3106
- /** Known values of {@link MonthName} that the service accepts. */
3107
- export enum KnownMonthName {
3108
- /** January value */
3109
- January = "January",
3110
- /** February value */
3111
- February = "February",
3112
- /** March value */
3113
- March = "March",
3114
- /** April value */
3115
- April = "April",
3116
- /** May value */
3117
- May = "May",
3118
- /** June value */
3119
- June = "June",
3120
- /** July value */
3121
- July = "July",
3122
- /** August value */
3123
- August = "August",
3124
- /** September value */
3125
- September = "September",
3126
- /** October value */
3127
- October = "October",
3128
- /** November value */
3129
- November = "November",
3130
- /** December value */
3131
- December = "December",
3132
- }
3133
-
3134
- /**
3135
- * Defines values for MonthName. \
3136
- * {@link KnownMonthName} can be used interchangeably with MonthName,
3137
- * this enum contains the known values that the service supports.
3138
- * ### Known values supported by the service
3139
- * **January**: January value \
3140
- * **February**: February value \
3141
- * **March**: March value \
3142
- * **April**: April value \
3143
- * **May**: May value \
3144
- * **June**: June value \
3145
- * **July**: July value \
3146
- * **August**: August value \
3147
- * **September**: September value \
3148
- * **October**: October value \
3149
- * **November**: November value \
3150
- * **December**: December value
3151
- */
3152
- export type MonthName = string;
3153
-
3154
- /** Known values of {@link PatchingMode} that the service accepts. */
3155
- export enum KnownPatchingMode {
3156
- /** Rolling patching */
3157
- Rolling = "Rolling",
3158
- /** Non Rolling patching */
3159
- NonRolling = "NonRolling",
3160
- }
3161
-
3162
- /**
3163
- * Defines values for PatchingMode. \
3164
- * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,
3165
- * this enum contains the known values that the service supports.
3166
- * ### Known values supported by the service
3167
- * **Rolling**: Rolling patching \
3168
- * **NonRolling**: Non Rolling patching
3169
- */
3170
- export type PatchingMode = string;
3171
-
3172
- /** Known values of {@link CloudExadataInfrastructureLifecycleState} that the service accepts. */
3173
- export enum KnownCloudExadataInfrastructureLifecycleState {
3174
- /** Indicates that resource in Provisioning state */
3175
- Provisioning = "Provisioning",
3176
- /** Indicates that resource in Available state */
3177
- Available = "Available",
3178
- /** Indicates that resource in Updating state */
3179
- Updating = "Updating",
3180
- /** Indicates that resource in Terminating state */
3181
- Terminating = "Terminating",
3182
- /** Indicates that resource in Terminated state */
3183
- Terminated = "Terminated",
3184
- /** Indicates that resource maintenance in progress state */
3185
- MaintenanceInProgress = "MaintenanceInProgress",
3186
- /** Indicates that resource in Failed state */
3187
- Failed = "Failed",
3188
- }
3189
-
3190
- /**
3191
- * Defines values for CloudExadataInfrastructureLifecycleState. \
3192
- * {@link KnownCloudExadataInfrastructureLifecycleState} can be used interchangeably with CloudExadataInfrastructureLifecycleState,
3193
- * this enum contains the known values that the service supports.
3194
- * ### Known values supported by the service
3195
- * **Provisioning**: Indicates that resource in Provisioning state \
3196
- * **Available**: Indicates that resource in Available state \
3197
- * **Updating**: Indicates that resource in Updating state \
3198
- * **Terminating**: Indicates that resource in Terminating state \
3199
- * **Terminated**: Indicates that resource in Terminated state \
3200
- * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \
3201
- * **Failed**: Indicates that resource in Failed state
3202
- */
3203
- export type CloudExadataInfrastructureLifecycleState = string;
3204
-
3205
- /** Known values of {@link DiskRedundancy} that the service accepts. */
3206
- export enum KnownDiskRedundancy {
3207
- /** High redundancy */
3208
- High = "High",
3209
- /** Normal redundancy */
3210
- Normal = "Normal",
3211
- }
3212
-
3213
- /**
3214
- * Defines values for DiskRedundancy. \
3215
- * {@link KnownDiskRedundancy} can be used interchangeably with DiskRedundancy,
3216
- * this enum contains the known values that the service supports.
3217
- * ### Known values supported by the service
3218
- * **High**: High redundancy \
3219
- * **Normal**: Normal redundancy
3220
- */
3221
- export type DiskRedundancy = string;
3222
-
3223
- /** Known values of {@link CloudVmClusterLifecycleState} that the service accepts. */
3224
- export enum KnownCloudVmClusterLifecycleState {
3225
- /** Indicates that resource in Provisioning state */
3226
- Provisioning = "Provisioning",
3227
- /** Indicates that resource in Available state */
3228
- Available = "Available",
3229
- /** Indicates that resource in Updating state */
3230
- Updating = "Updating",
3231
- /** Indicates that resource in Terminating state */
3232
- Terminating = "Terminating",
3233
- /** Indicates that resource in Terminated state */
3234
- Terminated = "Terminated",
3235
- /** Indicates that resource Maintenance in progress state */
3236
- MaintenanceInProgress = "MaintenanceInProgress",
3237
- /** Indicates that resource in Failed state */
3238
- Failed = "Failed",
3239
- }
3240
-
3241
- /**
3242
- * Defines values for CloudVmClusterLifecycleState. \
3243
- * {@link KnownCloudVmClusterLifecycleState} can be used interchangeably with CloudVmClusterLifecycleState,
3244
- * this enum contains the known values that the service supports.
3245
- * ### Known values supported by the service
3246
- * **Provisioning**: Indicates that resource in Provisioning state \
3247
- * **Available**: Indicates that resource in Available state \
3248
- * **Updating**: Indicates that resource in Updating state \
3249
- * **Terminating**: Indicates that resource in Terminating state \
3250
- * **Terminated**: Indicates that resource in Terminated state \
3251
- * **MaintenanceInProgress**: Indicates that resource Maintenance in progress state \
3252
- * **Failed**: Indicates that resource in Failed state
3253
- */
3254
- export type CloudVmClusterLifecycleState = string;
3255
-
3256
- /** Known values of {@link IormLifecycleState} that the service accepts. */
3257
- export enum KnownIormLifecycleState {
3258
- /** Indicates that resource in Provisioning state */
3259
- BootStrapping = "BootStrapping",
3260
- /** Indicates that resource in Enabled state */
3261
- Enabled = "Enabled",
3262
- /** Indicates that resource in Disabled state */
3263
- Disabled = "Disabled",
3264
- /** Indicates that resource in Updating state */
3265
- Updating = "Updating",
3266
- /** Indicates that resource in Failed state */
3267
- Failed = "Failed",
3268
- }
3269
-
3270
- /**
3271
- * Defines values for IormLifecycleState. \
3272
- * {@link KnownIormLifecycleState} can be used interchangeably with IormLifecycleState,
3273
- * this enum contains the known values that the service supports.
3274
- * ### Known values supported by the service
3275
- * **BootStrapping**: Indicates that resource in Provisioning state \
3276
- * **Enabled**: Indicates that resource in Enabled state \
3277
- * **Disabled**: Indicates that resource in Disabled state \
3278
- * **Updating**: Indicates that resource in Updating state \
3279
- * **Failed**: Indicates that resource in Failed state
3280
- */
3281
- export type IormLifecycleState = string;
3282
-
3283
- /** Known values of {@link Objective} that the service accepts. */
3284
- export enum KnownObjective {
3285
- /** Low latency objective */
3286
- LowLatency = "LowLatency",
3287
- /** High throughput objective */
3288
- HighThroughput = "HighThroughput",
3289
- /** Balanced objective */
3290
- Balanced = "Balanced",
3291
- /** Auto objective */
3292
- Auto = "Auto",
3293
- /** Basic objective */
3294
- Basic = "Basic",
3295
- }
3296
-
3297
- /**
3298
- * Defines values for Objective. \
3299
- * {@link KnownObjective} can be used interchangeably with Objective,
3300
- * this enum contains the known values that the service supports.
3301
- * ### Known values supported by the service
3302
- * **LowLatency**: Low latency objective \
3303
- * **HighThroughput**: High throughput objective \
3304
- * **Balanced**: Balanced objective \
3305
- * **Auto**: Auto objective \
3306
- * **Basic**: Basic objective
3307
- */
3308
- export type Objective = string;
3309
-
3310
- /** Known values of {@link DnsPrivateViewsLifecycleState} that the service accepts. */
3311
- export enum KnownDnsPrivateViewsLifecycleState {
3312
- /** DNS Private View is active */
3313
- Active = "Active",
3314
- /** DNS Private View is deleted */
3315
- Deleted = "Deleted",
3316
- /** DNS Private View is deleting */
3317
- Deleting = "Deleting",
3318
- /** DNS Private View is updating */
3319
- Updating = "Updating",
3320
- }
3321
-
3322
- /**
3323
- * Defines values for DnsPrivateViewsLifecycleState. \
3324
- * {@link KnownDnsPrivateViewsLifecycleState} can be used interchangeably with DnsPrivateViewsLifecycleState,
3325
- * this enum contains the known values that the service supports.
3326
- * ### Known values supported by the service
3327
- * **Active**: DNS Private View is active \
3328
- * **Deleted**: DNS Private View is deleted \
3329
- * **Deleting**: DNS Private View is deleting \
3330
- * **Updating**: DNS Private View is updating
3331
- */
3332
- export type DnsPrivateViewsLifecycleState = string;
3333
-
3334
- /** Known values of {@link ResourceProvisioningState} that the service accepts. */
3335
- export enum KnownResourceProvisioningState {
3336
- /** Resource has been created. */
3337
- Succeeded = "Succeeded",
3338
- /** Resource creation failed. */
3339
- Failed = "Failed",
3340
- /** Resource creation was canceled. */
3341
- Canceled = "Canceled",
3342
- }
3343
-
3344
- /**
3345
- * Defines values for ResourceProvisioningState. \
3346
- * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,
3347
- * this enum contains the known values that the service supports.
3348
- * ### Known values supported by the service
3349
- * **Succeeded**: Resource has been created. \
3350
- * **Failed**: Resource creation failed. \
3351
- * **Canceled**: Resource creation was canceled.
3352
- */
3353
- export type ResourceProvisioningState = string;
3354
-
3355
- /** Known values of {@link DnsPrivateZonesLifecycleState} that the service accepts. */
3356
- export enum KnownDnsPrivateZonesLifecycleState {
3357
- /** DNS Private Zones is active */
3358
- Active = "Active",
3359
- /** DNS Private Zones is creating */
3360
- Creating = "Creating",
3361
- /** DNS Private Zones is deleted */
3362
- Deleted = "Deleted",
3363
- /** DNS Private Zones is deleting */
3364
- Deleting = "Deleting",
3365
- /** DNS Private Zones is updating */
3366
- Updating = "Updating",
3367
- }
3368
-
3369
- /**
3370
- * Defines values for DnsPrivateZonesLifecycleState. \
3371
- * {@link KnownDnsPrivateZonesLifecycleState} can be used interchangeably with DnsPrivateZonesLifecycleState,
3372
- * this enum contains the known values that the service supports.
3373
- * ### Known values supported by the service
3374
- * **Active**: DNS Private Zones is active \
3375
- * **Creating**: DNS Private Zones is creating \
3376
- * **Deleted**: DNS Private Zones is deleted \
3377
- * **Deleting**: DNS Private Zones is deleting \
3378
- * **Updating**: DNS Private Zones is updating
3379
- */
3380
- export type DnsPrivateZonesLifecycleState = string;
3381
-
3382
- /** Known values of {@link ZoneType} that the service accepts. */
3383
- export enum KnownZoneType {
3384
- /** Primary zone */
3385
- Primary = "Primary",
3386
- /** Secondary zone */
3387
- Secondary = "Secondary",
3388
- }
3389
-
3390
- /**
3391
- * Defines values for ZoneType. \
3392
- * {@link KnownZoneType} can be used interchangeably with ZoneType,
3393
- * this enum contains the known values that the service supports.
3394
- * ### Known values supported by the service
3395
- * **Primary**: Primary zone \
3396
- * **Secondary**: Secondary zone
3397
- */
3398
- export type ZoneType = string;
3399
-
3400
- /** Known values of {@link OracleSubscriptionProvisioningState} that the service accepts. */
3401
- export enum KnownOracleSubscriptionProvisioningState {
3402
- /** Resource has been created. */
3403
- Succeeded = "Succeeded",
3404
- /** Resource creation failed. */
3405
- Failed = "Failed",
3406
- /** Resource creation was canceled. */
3407
- Canceled = "Canceled",
3408
- }
3409
-
3410
- /**
3411
- * Defines values for OracleSubscriptionProvisioningState. \
3412
- * {@link KnownOracleSubscriptionProvisioningState} can be used interchangeably with OracleSubscriptionProvisioningState,
3413
- * this enum contains the known values that the service supports.
3414
- * ### Known values supported by the service
3415
- * **Succeeded**: Resource has been created. \
3416
- * **Failed**: Resource creation failed. \
3417
- * **Canceled**: Resource creation was canceled.
3418
- */
3419
- export type OracleSubscriptionProvisioningState = string;
3420
-
3421
- /** Known values of {@link CloudAccountProvisioningState} that the service accepts. */
3422
- export enum KnownCloudAccountProvisioningState {
3423
- /** Pending - Initial state when Oracle cloud account is not configured */
3424
- Pending = "Pending",
3425
- /** Provisioning - State when Oracle cloud account is being provisioned */
3426
- Provisioning = "Provisioning",
3427
- /** Available - State when Oracle cloud account cloud linking is complete and it is available */
3428
- Available = "Available",
3429
- }
3430
-
3431
- /**
3432
- * Defines values for CloudAccountProvisioningState. \
3433
- * {@link KnownCloudAccountProvisioningState} can be used interchangeably with CloudAccountProvisioningState,
3434
- * this enum contains the known values that the service supports.
3435
- * ### Known values supported by the service
3436
- * **Pending**: Pending - Initial state when Oracle cloud account is not configured \
3437
- * **Provisioning**: Provisioning - State when Oracle cloud account is being provisioned \
3438
- * **Available**: Available - State when Oracle cloud account cloud linking is complete and it is available
3439
- */
3440
- export type CloudAccountProvisioningState = string;
3441
-
3442
- /** Known values of {@link Intent} that the service accepts. */
3443
- export enum KnownIntent {
3444
- /** Retain intent */
3445
- Retain = "Retain",
3446
- /** Reset intent */
3447
- Reset = "Reset",
3448
- }
3449
-
3450
- /**
3451
- * Defines values for Intent. \
3452
- * {@link KnownIntent} can be used interchangeably with Intent,
3453
- * this enum contains the known values that the service supports.
3454
- * ### Known values supported by the service
3455
- * **Retain**: Retain intent \
3456
- * **Reset**: Reset intent
3457
- */
3458
- export type Intent = string;
3459
-
3460
- /** Known values of {@link AutonomousDatabaseBackupLifecycleState} that the service accepts. */
3461
- export enum KnownAutonomousDatabaseBackupLifecycleState {
3462
- /** AutonomousDatabase backup is creating */
3463
- Creating = "Creating",
3464
- /** AutonomousDatabase backup is active */
3465
- Active = "Active",
3466
- /** AutonomousDatabase backup is deleting */
3467
- Deleting = "Deleting",
3468
- /** AutonomousDatabase backup is failed */
3469
- Failed = "Failed",
3470
- /** AutonomousDatabase backup is updating */
3471
- Updating = "Updating",
3472
- }
3473
-
3474
- /**
3475
- * Defines values for AutonomousDatabaseBackupLifecycleState. \
3476
- * {@link KnownAutonomousDatabaseBackupLifecycleState} can be used interchangeably with AutonomousDatabaseBackupLifecycleState,
3477
- * this enum contains the known values that the service supports.
3478
- * ### Known values supported by the service
3479
- * **Creating**: AutonomousDatabase backup is creating \
3480
- * **Active**: AutonomousDatabase backup is active \
3481
- * **Deleting**: AutonomousDatabase backup is deleting \
3482
- * **Failed**: AutonomousDatabase backup is failed \
3483
- * **Updating**: AutonomousDatabase backup is updating
3484
- */
3485
- export type AutonomousDatabaseBackupLifecycleState = string;
3486
-
3487
- /** Known values of {@link AutonomousDatabaseBackupType} that the service accepts. */
3488
- export enum KnownAutonomousDatabaseBackupType {
3489
- /** Incremental backup */
3490
- Incremental = "Incremental",
3491
- /** Full backup */
3492
- Full = "Full",
3493
- /** LongTerm backup */
3494
- LongTerm = "LongTerm",
3495
- }
3496
-
3497
- /**
3498
- * Defines values for AutonomousDatabaseBackupType. \
3499
- * {@link KnownAutonomousDatabaseBackupType} can be used interchangeably with AutonomousDatabaseBackupType,
3500
- * this enum contains the known values that the service supports.
3501
- * ### Known values supported by the service
3502
- * **Incremental**: Incremental backup \
3503
- * **Full**: Full backup \
3504
- * **LongTerm**: LongTerm backup
3505
- */
3506
- export type AutonomousDatabaseBackupType = string;
3507
-
3508
- /** Known values of {@link GenerateType} that the service accepts. */
3509
- export enum KnownGenerateType {
3510
- /** Generate single */
3511
- Single = "Single",
3512
- /** Generate all */
3513
- All = "All",
3514
- }
3515
-
3516
- /**
3517
- * Defines values for GenerateType. \
3518
- * {@link KnownGenerateType} can be used interchangeably with GenerateType,
3519
- * this enum contains the known values that the service supports.
3520
- * ### Known values supported by the service
3521
- * **Single**: Generate single \
3522
- * **All**: Generate all
3523
- */
3524
- export type GenerateType = string;
3525
-
3526
- /** Known values of {@link DbServerPatchingStatus} that the service accepts. */
3527
- export enum KnownDbServerPatchingStatus {
3528
- /** Patching scheduled */
3529
- Scheduled = "Scheduled",
3530
- /** Patching in progress */
3531
- MaintenanceInProgress = "MaintenanceInProgress",
3532
- /** Patching failed */
3533
- Failed = "Failed",
3534
- /** Patching completed */
3535
- Complete = "Complete",
3536
- }
3537
-
3538
- /**
3539
- * Defines values for DbServerPatchingStatus. \
3540
- * {@link KnownDbServerPatchingStatus} can be used interchangeably with DbServerPatchingStatus,
3541
- * this enum contains the known values that the service supports.
3542
- * ### Known values supported by the service
3543
- * **Scheduled**: Patching scheduled \
3544
- * **MaintenanceInProgress**: Patching in progress \
3545
- * **Failed**: Patching failed \
3546
- * **Complete**: Patching completed
3547
- */
3548
- export type DbServerPatchingStatus = string;
3549
-
3550
- /** Known values of {@link DbServerProvisioningState} that the service accepts. */
3551
- export enum KnownDbServerProvisioningState {
3552
- /** Indicates that resource in Creating state */
3553
- Creating = "Creating",
3554
- /** Indicates that resource in Available state */
3555
- Available = "Available",
3556
- /** Indicates that resource in Unavailable state */
3557
- Unavailable = "Unavailable",
3558
- /** Indicates that resource in Deleting state */
3559
- Deleting = "Deleting",
3560
- /** Indicates that resource in Deleted state */
3561
- Deleted = "Deleted",
3562
- /** Indicates that resource maintenance in progress state */
3563
- MaintenanceInProgress = "MaintenanceInProgress",
3564
- }
3565
-
3566
- /**
3567
- * Defines values for DbServerProvisioningState. \
3568
- * {@link KnownDbServerProvisioningState} can be used interchangeably with DbServerProvisioningState,
3569
- * this enum contains the known values that the service supports.
3570
- * ### Known values supported by the service
3571
- * **Creating**: Indicates that resource in Creating state \
3572
- * **Available**: Indicates that resource in Available state \
3573
- * **Unavailable**: Indicates that resource in Unavailable state \
3574
- * **Deleting**: Indicates that resource in Deleting state \
3575
- * **Deleted**: Indicates that resource in Deleted state \
3576
- * **MaintenanceInProgress**: Indicates that resource maintenance in progress state
3577
- */
3578
- export type DbServerProvisioningState = string;
3579
-
3580
- /** Known values of {@link DbNodeProvisioningState} that the service accepts. */
3581
- export enum KnownDbNodeProvisioningState {
3582
- /** Indicates that resource in Provisioning state */
3583
- Provisioning = "Provisioning",
3584
- /** Indicates that resource in Available state */
3585
- Available = "Available",
3586
- /** Indicates that resource in Updating state */
3587
- Updating = "Updating",
3588
- /** Indicates that resource in Stopping state */
3589
- Stopping = "Stopping",
3590
- /** Indicates that resource in Stopped state */
3591
- Stopped = "Stopped",
3592
- /** Indicates that resource in Starting state */
3593
- Starting = "Starting",
3594
- /** Indicates that resource in Terminating state */
3595
- Terminating = "Terminating",
3596
- /** Indicates that resource in Terminated state */
3597
- Terminated = "Terminated",
3598
- /** Indicates that resource in Failed state */
3599
- Failed = "Failed",
3600
- }
3601
-
3602
- /**
3603
- * Defines values for DbNodeProvisioningState. \
3604
- * {@link KnownDbNodeProvisioningState} can be used interchangeably with DbNodeProvisioningState,
3605
- * this enum contains the known values that the service supports.
3606
- * ### Known values supported by the service
3607
- * **Provisioning**: Indicates that resource in Provisioning state \
3608
- * **Available**: Indicates that resource in Available state \
3609
- * **Updating**: Indicates that resource in Updating state \
3610
- * **Stopping**: Indicates that resource in Stopping state \
3611
- * **Stopped**: Indicates that resource in Stopped state \
3612
- * **Starting**: Indicates that resource in Starting state \
3613
- * **Terminating**: Indicates that resource in Terminating state \
3614
- * **Terminated**: Indicates that resource in Terminated state \
3615
- * **Failed**: Indicates that resource in Failed state
3616
- */
3617
- export type DbNodeProvisioningState = string;
3618
-
3619
- /** Known values of {@link DbNodeMaintenanceType} that the service accepts. */
3620
- export enum KnownDbNodeMaintenanceType {
3621
- /** VMDB reboot migration maintenance type */
3622
- VmdbRebootMigration = "VmdbRebootMigration",
3623
- }
3624
-
3625
- /**
3626
- * Defines values for DbNodeMaintenanceType. \
3627
- * {@link KnownDbNodeMaintenanceType} can be used interchangeably with DbNodeMaintenanceType,
3628
- * this enum contains the known values that the service supports.
3629
- * ### Known values supported by the service
3630
- * **VmdbRebootMigration**: VMDB reboot migration maintenance type
3631
- */
3632
- export type DbNodeMaintenanceType = string;
3633
-
3634
- /** Known values of {@link DbNodeActionEnum} that the service accepts. */
3635
- export enum KnownDbNodeActionEnum {
3636
- /** Start DbNode */
3637
- Start = "Start",
3638
- /** Stop DbNode */
3639
- Stop = "Stop",
3640
- /** Soft reset DbNode */
3641
- SoftReset = "SoftReset",
3642
- /** Reset DbNode */
3643
- Reset = "Reset",
3644
- }
3645
-
3646
- /**
3647
- * Defines values for DbNodeActionEnum. \
3648
- * {@link KnownDbNodeActionEnum} can be used interchangeably with DbNodeActionEnum,
3649
- * this enum contains the known values that the service supports.
3650
- * ### Known values supported by the service
3651
- * **Start**: Start DbNode \
3652
- * **Stop**: Stop DbNode \
3653
- * **SoftReset**: Soft reset DbNode \
3654
- * **Reset**: Reset DbNode
3655
- */
3656
- export type DbNodeActionEnum = string;
3657
-
3658
- /** Known values of {@link VirtualNetworkAddressLifecycleState} that the service accepts. */
3659
- export enum KnownVirtualNetworkAddressLifecycleState {
3660
- /** Indicates that resource in Provisioning state */
3661
- Provisioning = "Provisioning",
3662
- /** Indicates that resource in Available state */
3663
- Available = "Available",
3664
- /** Indicates that resource in Terminating state */
3665
- Terminating = "Terminating",
3666
- /** Indicates that resource in Terminated state */
3667
- Terminated = "Terminated",
3668
- /** Indicates that resource in Failed state */
3669
- Failed = "Failed",
3670
- }
3671
-
3672
- /**
3673
- * Defines values for VirtualNetworkAddressLifecycleState. \
3674
- * {@link KnownVirtualNetworkAddressLifecycleState} can be used interchangeably with VirtualNetworkAddressLifecycleState,
3675
- * this enum contains the known values that the service supports.
3676
- * ### Known values supported by the service
3677
- * **Provisioning**: Indicates that resource in Provisioning state \
3678
- * **Available**: Indicates that resource in Available state \
3679
- * **Terminating**: Indicates that resource in Terminating state \
3680
- * **Terminated**: Indicates that resource in Terminated state \
3681
- * **Failed**: Indicates that resource in Failed state
3682
- */
3683
- export type VirtualNetworkAddressLifecycleState = string;
3684
-
3685
- /** Known values of {@link SourceType} that the service accepts. */
3686
- export enum KnownSourceType {
3687
- /** None source */
3688
- None = "None",
3689
- /** Database source */
3690
- Database = "Database",
3691
- /** Backup from ID source */
3692
- BackupFromId = "BackupFromId",
3693
- /** Backup from timestamp source */
3694
- BackupFromTimestamp = "BackupFromTimestamp",
3695
- /** Clone to refreshable source */
3696
- CloneToRefreshable = "CloneToRefreshable",
3697
- /** Cross region dataguard source */
3698
- CrossRegionDataguard = "CrossRegionDataguard",
3699
- /** cross region disaster recovery source */
3700
- CrossRegionDisasterRecovery = "CrossRegionDisasterRecovery",
3701
- }
3702
-
3703
- /**
3704
- * Defines values for SourceType. \
3705
- * {@link KnownSourceType} can be used interchangeably with SourceType,
3706
- * this enum contains the known values that the service supports.
3707
- * ### Known values supported by the service
3708
- * **None**: None source \
3709
- * **Database**: Database source \
3710
- * **BackupFromId**: Backup from ID source \
3711
- * **BackupFromTimestamp**: Backup from timestamp source \
3712
- * **CloneToRefreshable**: Clone to refreshable source \
3713
- * **CrossRegionDataguard**: Cross region dataguard source \
3714
- * **CrossRegionDisasterRecovery**: cross region disaster recovery source
3715
- */
3716
- export type SourceType = string;
3717
-
3718
- /** Known values of {@link CloneType} that the service accepts. */
3719
- export enum KnownCloneType {
3720
- /** Full clone */
3721
- Full = "Full",
3722
- /** Metadata only */
3723
- Metadata = "Metadata",
3724
- }
3725
-
3726
- /**
3727
- * Defines values for CloneType. \
3728
- * {@link KnownCloneType} can be used interchangeably with CloneType,
3729
- * this enum contains the known values that the service supports.
3730
- * ### Known values supported by the service
3731
- * **Full**: Full clone \
3732
- * **Metadata**: Metadata only
3733
- */
3734
- export type CloneType = string;
3735
-
3736
- /** Known values of {@link RefreshableModelType} that the service accepts. */
3737
- export enum KnownRefreshableModelType {
3738
- /** Automatic refreshable model type */
3739
- Automatic = "Automatic",
3740
- /** Manual refreshable model type */
3741
- Manual = "Manual",
3742
- }
3743
-
3744
- /**
3745
- * Defines values for RefreshableModelType. \
3746
- * {@link KnownRefreshableModelType} can be used interchangeably with RefreshableModelType,
3747
- * this enum contains the known values that the service supports.
3748
- * ### Known values supported by the service
3749
- * **Automatic**: Automatic refreshable model type \
3750
- * **Manual**: Manual refreshable model type
3751
- */
3752
- export type RefreshableModelType = string;
3753
-
3754
- /** Known values of {@link RefreshableStatusType} that the service accepts. */
3755
- export enum KnownRefreshableStatusType {
3756
- /** Refreshing status */
3757
- Refreshing = "Refreshing",
3758
- /** NotRefreshing status */
3759
- NotRefreshing = "NotRefreshing",
3760
- }
3761
-
3762
- /**
3763
- * Defines values for RefreshableStatusType. \
3764
- * {@link KnownRefreshableStatusType} can be used interchangeably with RefreshableStatusType,
3765
- * this enum contains the known values that the service supports.
3766
- * ### Known values supported by the service
3767
- * **Refreshing**: Refreshing status \
3768
- * **NotRefreshing**: NotRefreshing status
3769
- */
3770
- export type RefreshableStatusType = string;
3771
-
3772
- /** Known values of {@link ValidationStatus} that the service accepts. */
3773
- export enum KnownValidationStatus {
3774
- /** Validation succeeded */
3775
- Succeeded = "Succeeded",
3776
- /** Validation failed */
3777
- Failed = "Failed",
3778
- }
3779
-
3780
- /**
3781
- * Defines values for ValidationStatus. \
3782
- * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,
3783
- * this enum contains the known values that the service supports.
3784
- * ### Known values supported by the service
3785
- * **Succeeded**: Validation succeeded \
3786
- * **Failed**: Validation failed
3787
- */
3788
- export type ValidationStatus = string;
3789
-
3790
- /** Known values of {@link UpdateAction} that the service accepts. */
3791
- export enum KnownUpdateAction {
3792
- /** Rolling apply action */
3793
- RollingApply = "RollingApply",
3794
- /** Non rolling apply action */
3795
- NonRollingApply = "NonRollingApply",
3796
- /** Pre-check action */
3797
- PreCheck = "PreCheck",
3798
- /** Rollback action */
3799
- RollBack = "RollBack",
3800
- }
3801
-
3802
- /**
3803
- * Defines values for UpdateAction. \
3804
- * {@link KnownUpdateAction} can be used interchangeably with UpdateAction,
3805
- * this enum contains the known values that the service supports.
3806
- * ### Known values supported by the service
3807
- * **RollingApply**: Rolling apply action \
3808
- * **NonRollingApply**: Non rolling apply action \
3809
- * **PreCheck**: Pre-check action \
3810
- * **RollBack**: Rollback action
3811
- */
3812
- export type UpdateAction = string;
3813
-
3814
- /** Optional parameters. */
3815
- export interface OperationsListOptionalParams
3816
- extends coreClient.OperationOptions {}
3817
-
3818
- /** Contains response data for the list operation. */
3819
- export type OperationsListResponse = OperationListResult;
3820
-
3821
- /** Optional parameters. */
3822
- export interface OperationsListNextOptionalParams
3823
- extends coreClient.OperationOptions {}
3824
-
3825
- /** Contains response data for the listNext operation. */
3826
- export type OperationsListNextResponse = OperationListResult;
3827
-
3828
- /** Optional parameters. */
3829
- export interface AutonomousDatabasesListBySubscriptionOptionalParams
3830
- extends coreClient.OperationOptions {}
3831
-
3832
- /** Contains response data for the listBySubscription operation. */
3833
- export type AutonomousDatabasesListBySubscriptionResponse =
3834
- AutonomousDatabaseListResult;
3835
-
3836
- /** Optional parameters. */
3837
- export interface AutonomousDatabasesListByResourceGroupOptionalParams
3838
- extends coreClient.OperationOptions {}
3839
-
3840
- /** Contains response data for the listByResourceGroup operation. */
3841
- export type AutonomousDatabasesListByResourceGroupResponse =
3842
- AutonomousDatabaseListResult;
3843
-
3844
- /** Optional parameters. */
3845
- export interface AutonomousDatabasesGetOptionalParams
3846
- extends coreClient.OperationOptions {}
3847
-
3848
- /** Contains response data for the get operation. */
3849
- export type AutonomousDatabasesGetResponse = AutonomousDatabase;
3850
-
3851
- /** Optional parameters. */
3852
- export interface AutonomousDatabasesCreateOrUpdateOptionalParams
3853
- extends coreClient.OperationOptions {
3854
- /** Delay to wait until next poll, in milliseconds. */
3855
- updateIntervalInMs?: number;
3856
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3857
- resumeFrom?: string;
3858
- }
3859
-
3860
- /** Contains response data for the createOrUpdate operation. */
3861
- export type AutonomousDatabasesCreateOrUpdateResponse = AutonomousDatabase;
3862
-
3863
- /** Optional parameters. */
3864
- export interface AutonomousDatabasesUpdateOptionalParams
3865
- extends coreClient.OperationOptions {
3866
- /** Delay to wait until next poll, in milliseconds. */
3867
- updateIntervalInMs?: number;
3868
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3869
- resumeFrom?: string;
3870
- }
3871
-
3872
- /** Contains response data for the update operation. */
3873
- export type AutonomousDatabasesUpdateResponse = AutonomousDatabase;
3874
-
3875
- /** Optional parameters. */
3876
- export interface AutonomousDatabasesDeleteOptionalParams
3877
- extends coreClient.OperationOptions {
3878
- /** Delay to wait until next poll, in milliseconds. */
3879
- updateIntervalInMs?: number;
3880
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3881
- resumeFrom?: string;
3882
- }
3883
-
3884
- /** Contains response data for the delete operation. */
3885
- export type AutonomousDatabasesDeleteResponse =
3886
- AutonomousDatabasesDeleteHeaders;
3887
-
3888
- /** Optional parameters. */
3889
- export interface AutonomousDatabasesFailoverOptionalParams
3890
- extends coreClient.OperationOptions {
3891
- /** Delay to wait until next poll, in milliseconds. */
3892
- updateIntervalInMs?: number;
3893
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3894
- resumeFrom?: string;
3895
- }
3896
-
3897
- /** Contains response data for the failover operation. */
3898
- export type AutonomousDatabasesFailoverResponse = AutonomousDatabase;
3899
-
3900
- /** Optional parameters. */
3901
- export interface AutonomousDatabasesGenerateWalletOptionalParams
3902
- extends coreClient.OperationOptions {}
3903
-
3904
- /** Contains response data for the generateWallet operation. */
3905
- export type AutonomousDatabasesGenerateWalletResponse =
3906
- AutonomousDatabaseWalletFile;
3907
-
3908
- /** Optional parameters. */
3909
- export interface AutonomousDatabasesRestoreOptionalParams
3910
- extends coreClient.OperationOptions {
3911
- /** Delay to wait until next poll, in milliseconds. */
3912
- updateIntervalInMs?: number;
3913
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3914
- resumeFrom?: string;
3915
- }
3916
-
3917
- /** Contains response data for the restore operation. */
3918
- export type AutonomousDatabasesRestoreResponse = AutonomousDatabase;
3919
-
3920
- /** Optional parameters. */
3921
- export interface AutonomousDatabasesShrinkOptionalParams
3922
- extends coreClient.OperationOptions {
3923
- /** Delay to wait until next poll, in milliseconds. */
3924
- updateIntervalInMs?: number;
3925
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3926
- resumeFrom?: string;
3927
- }
3928
-
3929
- /** Contains response data for the shrink operation. */
3930
- export type AutonomousDatabasesShrinkResponse = AutonomousDatabase;
3931
-
3932
- /** Optional parameters. */
3933
- export interface AutonomousDatabasesSwitchoverOptionalParams
3934
- extends coreClient.OperationOptions {
3935
- /** Delay to wait until next poll, in milliseconds. */
3936
- updateIntervalInMs?: number;
3937
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3938
- resumeFrom?: string;
3939
- }
3940
-
3941
- /** Contains response data for the switchover operation. */
3942
- export type AutonomousDatabasesSwitchoverResponse = AutonomousDatabase;
3943
-
3944
- /** Optional parameters. */
3945
- export interface AutonomousDatabasesListBySubscriptionNextOptionalParams
3946
- extends coreClient.OperationOptions {}
3947
-
3948
- /** Contains response data for the listBySubscriptionNext operation. */
3949
- export type AutonomousDatabasesListBySubscriptionNextResponse =
3950
- AutonomousDatabaseListResult;
3951
-
3952
- /** Optional parameters. */
3953
- export interface AutonomousDatabasesListByResourceGroupNextOptionalParams
3954
- extends coreClient.OperationOptions {}
3955
-
3956
- /** Contains response data for the listByResourceGroupNext operation. */
3957
- export type AutonomousDatabasesListByResourceGroupNextResponse =
3958
- AutonomousDatabaseListResult;
3959
-
3960
- /** Optional parameters. */
3961
- export interface CloudExadataInfrastructuresListBySubscriptionOptionalParams
3962
- extends coreClient.OperationOptions {}
3963
-
3964
- /** Contains response data for the listBySubscription operation. */
3965
- export type CloudExadataInfrastructuresListBySubscriptionResponse =
3966
- CloudExadataInfrastructureListResult;
3967
-
3968
- /** Optional parameters. */
3969
- export interface CloudExadataInfrastructuresListByResourceGroupOptionalParams
3970
- extends coreClient.OperationOptions {}
3971
-
3972
- /** Contains response data for the listByResourceGroup operation. */
3973
- export type CloudExadataInfrastructuresListByResourceGroupResponse =
3974
- CloudExadataInfrastructureListResult;
3975
-
3976
- /** Optional parameters. */
3977
- export interface CloudExadataInfrastructuresGetOptionalParams
3978
- extends coreClient.OperationOptions {}
3979
-
3980
- /** Contains response data for the get operation. */
3981
- export type CloudExadataInfrastructuresGetResponse = CloudExadataInfrastructure;
3982
-
3983
- /** Optional parameters. */
3984
- export interface CloudExadataInfrastructuresCreateOrUpdateOptionalParams
3985
- extends coreClient.OperationOptions {
3986
- /** Delay to wait until next poll, in milliseconds. */
3987
- updateIntervalInMs?: number;
3988
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3989
- resumeFrom?: string;
3990
- }
3991
-
3992
- /** Contains response data for the createOrUpdate operation. */
3993
- export type CloudExadataInfrastructuresCreateOrUpdateResponse =
3994
- CloudExadataInfrastructure;
3995
-
3996
- /** Optional parameters. */
3997
- export interface CloudExadataInfrastructuresUpdateOptionalParams
3998
- extends coreClient.OperationOptions {
3999
- /** Delay to wait until next poll, in milliseconds. */
4000
- updateIntervalInMs?: number;
4001
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4002
- resumeFrom?: string;
4003
- }
4004
-
4005
- /** Contains response data for the update operation. */
4006
- export type CloudExadataInfrastructuresUpdateResponse =
4007
- CloudExadataInfrastructure;
4008
-
4009
- /** Optional parameters. */
4010
- export interface CloudExadataInfrastructuresDeleteOptionalParams
4011
- extends coreClient.OperationOptions {
4012
- /** Delay to wait until next poll, in milliseconds. */
4013
- updateIntervalInMs?: number;
4014
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4015
- resumeFrom?: string;
4016
- }
4017
-
4018
- /** Contains response data for the delete operation. */
4019
- export type CloudExadataInfrastructuresDeleteResponse =
4020
- CloudExadataInfrastructuresDeleteHeaders;
4021
-
4022
- /** Optional parameters. */
4023
- export interface CloudExadataInfrastructuresAddStorageCapacityOptionalParams
4024
- extends coreClient.OperationOptions {
4025
- /** Delay to wait until next poll, in milliseconds. */
4026
- updateIntervalInMs?: number;
4027
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4028
- resumeFrom?: string;
4029
- }
4030
-
4031
- /** Contains response data for the addStorageCapacity operation. */
4032
- export type CloudExadataInfrastructuresAddStorageCapacityResponse =
4033
- CloudExadataInfrastructure;
4034
-
4035
- /** Optional parameters. */
4036
- export interface CloudExadataInfrastructuresListBySubscriptionNextOptionalParams
4037
- extends coreClient.OperationOptions {}
4038
-
4039
- /** Contains response data for the listBySubscriptionNext operation. */
4040
- export type CloudExadataInfrastructuresListBySubscriptionNextResponse =
4041
- CloudExadataInfrastructureListResult;
4042
-
4043
- /** Optional parameters. */
4044
- export interface CloudExadataInfrastructuresListByResourceGroupNextOptionalParams
4045
- extends coreClient.OperationOptions {}
4046
-
4047
- /** Contains response data for the listByResourceGroupNext operation. */
4048
- export type CloudExadataInfrastructuresListByResourceGroupNextResponse =
4049
- CloudExadataInfrastructureListResult;
4050
-
4051
- /** Optional parameters. */
4052
- export interface CloudVmClustersListBySubscriptionOptionalParams
4053
- extends coreClient.OperationOptions {}
4054
-
4055
- /** Contains response data for the listBySubscription operation. */
4056
- export type CloudVmClustersListBySubscriptionResponse =
4057
- CloudVmClusterListResult;
4058
-
4059
- /** Optional parameters. */
4060
- export interface CloudVmClustersListByResourceGroupOptionalParams
4061
- extends coreClient.OperationOptions {}
4062
-
4063
- /** Contains response data for the listByResourceGroup operation. */
4064
- export type CloudVmClustersListByResourceGroupResponse =
4065
- CloudVmClusterListResult;
4066
-
4067
- /** Optional parameters. */
4068
- export interface CloudVmClustersGetOptionalParams
4069
- extends coreClient.OperationOptions {}
4070
-
4071
- /** Contains response data for the get operation. */
4072
- export type CloudVmClustersGetResponse = CloudVmCluster;
4073
-
4074
- /** Optional parameters. */
4075
- export interface CloudVmClustersCreateOrUpdateOptionalParams
4076
- extends coreClient.OperationOptions {
4077
- /** Delay to wait until next poll, in milliseconds. */
4078
- updateIntervalInMs?: number;
4079
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4080
- resumeFrom?: string;
4081
- }
4082
-
4083
- /** Contains response data for the createOrUpdate operation. */
4084
- export type CloudVmClustersCreateOrUpdateResponse = CloudVmCluster;
4085
-
4086
- /** Optional parameters. */
4087
- export interface CloudVmClustersUpdateOptionalParams
4088
- extends coreClient.OperationOptions {
4089
- /** Delay to wait until next poll, in milliseconds. */
4090
- updateIntervalInMs?: number;
4091
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4092
- resumeFrom?: string;
4093
- }
4094
-
4095
- /** Contains response data for the update operation. */
4096
- export type CloudVmClustersUpdateResponse = CloudVmCluster;
4097
-
4098
- /** Optional parameters. */
4099
- export interface CloudVmClustersDeleteOptionalParams
4100
- extends coreClient.OperationOptions {
4101
- /** Delay to wait until next poll, in milliseconds. */
4102
- updateIntervalInMs?: number;
4103
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4104
- resumeFrom?: string;
4105
- }
4106
-
4107
- /** Contains response data for the delete operation. */
4108
- export type CloudVmClustersDeleteResponse = CloudVmClustersDeleteHeaders;
4109
-
4110
- /** Optional parameters. */
4111
- export interface CloudVmClustersAddVmsOptionalParams
4112
- extends coreClient.OperationOptions {
4113
- /** Delay to wait until next poll, in milliseconds. */
4114
- updateIntervalInMs?: number;
4115
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4116
- resumeFrom?: string;
4117
- }
4118
-
4119
- /** Contains response data for the addVms operation. */
4120
- export type CloudVmClustersAddVmsResponse = CloudVmCluster;
4121
-
4122
- /** Optional parameters. */
4123
- export interface CloudVmClustersListPrivateIpAddressesOptionalParams
4124
- extends coreClient.OperationOptions {}
4125
-
4126
- /** Contains response data for the listPrivateIpAddresses operation. */
4127
- export type CloudVmClustersListPrivateIpAddressesResponse =
4128
- PrivateIpAddressProperties[];
4129
-
4130
- /** Optional parameters. */
4131
- export interface CloudVmClustersRemoveVmsOptionalParams
4132
- extends coreClient.OperationOptions {
4133
- /** Delay to wait until next poll, in milliseconds. */
4134
- updateIntervalInMs?: number;
4135
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4136
- resumeFrom?: string;
4137
- }
4138
-
4139
- /** Contains response data for the removeVms operation. */
4140
- export type CloudVmClustersRemoveVmsResponse = CloudVmCluster;
4141
-
4142
- /** Optional parameters. */
4143
- export interface CloudVmClustersListBySubscriptionNextOptionalParams
4144
- extends coreClient.OperationOptions {}
4145
-
4146
- /** Contains response data for the listBySubscriptionNext operation. */
4147
- export type CloudVmClustersListBySubscriptionNextResponse =
4148
- CloudVmClusterListResult;
4149
-
4150
- /** Optional parameters. */
4151
- export interface CloudVmClustersListByResourceGroupNextOptionalParams
4152
- extends coreClient.OperationOptions {}
4153
-
4154
- /** Contains response data for the listByResourceGroupNext operation. */
4155
- export type CloudVmClustersListByResourceGroupNextResponse =
4156
- CloudVmClusterListResult;
4157
-
4158
- /** Optional parameters. */
4159
- export interface AutonomousDatabaseCharacterSetsListByLocationOptionalParams
4160
- extends coreClient.OperationOptions {}
4161
-
4162
- /** Contains response data for the listByLocation operation. */
4163
- export type AutonomousDatabaseCharacterSetsListByLocationResponse =
4164
- AutonomousDatabaseCharacterSetListResult;
4165
-
4166
- /** Optional parameters. */
4167
- export interface AutonomousDatabaseCharacterSetsGetOptionalParams
4168
- extends coreClient.OperationOptions {}
4169
-
4170
- /** Contains response data for the get operation. */
4171
- export type AutonomousDatabaseCharacterSetsGetResponse =
4172
- AutonomousDatabaseCharacterSet;
4173
-
4174
- /** Optional parameters. */
4175
- export interface AutonomousDatabaseCharacterSetsListByLocationNextOptionalParams
4176
- extends coreClient.OperationOptions {}
4177
-
4178
- /** Contains response data for the listByLocationNext operation. */
4179
- export type AutonomousDatabaseCharacterSetsListByLocationNextResponse =
4180
- AutonomousDatabaseCharacterSetListResult;
4181
-
4182
- /** Optional parameters. */
4183
- export interface AutonomousDatabaseNationalCharacterSetsListByLocationOptionalParams
4184
- extends coreClient.OperationOptions {}
4185
-
4186
- /** Contains response data for the listByLocation operation. */
4187
- export type AutonomousDatabaseNationalCharacterSetsListByLocationResponse =
4188
- AutonomousDatabaseNationalCharacterSetListResult;
4189
-
4190
- /** Optional parameters. */
4191
- export interface AutonomousDatabaseNationalCharacterSetsGetOptionalParams
4192
- extends coreClient.OperationOptions {}
4193
-
4194
- /** Contains response data for the get operation. */
4195
- export type AutonomousDatabaseNationalCharacterSetsGetResponse =
4196
- AutonomousDatabaseNationalCharacterSet;
4197
-
4198
- /** Optional parameters. */
4199
- export interface AutonomousDatabaseNationalCharacterSetsListByLocationNextOptionalParams
4200
- extends coreClient.OperationOptions {}
4201
-
4202
- /** Contains response data for the listByLocationNext operation. */
4203
- export type AutonomousDatabaseNationalCharacterSetsListByLocationNextResponse =
4204
- AutonomousDatabaseNationalCharacterSetListResult;
4205
-
4206
- /** Optional parameters. */
4207
- export interface AutonomousDatabaseVersionsListByLocationOptionalParams
4208
- extends coreClient.OperationOptions {}
4209
-
4210
- /** Contains response data for the listByLocation operation. */
4211
- export type AutonomousDatabaseVersionsListByLocationResponse =
4212
- AutonomousDbVersionListResult;
4213
-
4214
- /** Optional parameters. */
4215
- export interface AutonomousDatabaseVersionsGetOptionalParams
4216
- extends coreClient.OperationOptions {}
4217
-
4218
- /** Contains response data for the get operation. */
4219
- export type AutonomousDatabaseVersionsGetResponse = AutonomousDbVersion;
4220
-
4221
- /** Optional parameters. */
4222
- export interface AutonomousDatabaseVersionsListByLocationNextOptionalParams
4223
- extends coreClient.OperationOptions {}
4224
-
4225
- /** Contains response data for the listByLocationNext operation. */
4226
- export type AutonomousDatabaseVersionsListByLocationNextResponse =
4227
- AutonomousDbVersionListResult;
4228
-
4229
- /** Optional parameters. */
4230
- export interface DbSystemShapesListByLocationOptionalParams
4231
- extends coreClient.OperationOptions {}
4232
-
4233
- /** Contains response data for the listByLocation operation. */
4234
- export type DbSystemShapesListByLocationResponse = DbSystemShapeListResult;
4235
-
4236
- /** Optional parameters. */
4237
- export interface DbSystemShapesGetOptionalParams
4238
- extends coreClient.OperationOptions {}
4239
-
4240
- /** Contains response data for the get operation. */
4241
- export type DbSystemShapesGetResponse = DbSystemShape;
4242
-
4243
- /** Optional parameters. */
4244
- export interface DbSystemShapesListByLocationNextOptionalParams
4245
- extends coreClient.OperationOptions {}
4246
-
4247
- /** Contains response data for the listByLocationNext operation. */
4248
- export type DbSystemShapesListByLocationNextResponse = DbSystemShapeListResult;
4249
-
4250
- /** Optional parameters. */
4251
- export interface DnsPrivateViewsListByLocationOptionalParams
4252
- extends coreClient.OperationOptions {}
4253
-
4254
- /** Contains response data for the listByLocation operation. */
4255
- export type DnsPrivateViewsListByLocationResponse = DnsPrivateViewListResult;
4256
-
4257
- /** Optional parameters. */
4258
- export interface DnsPrivateViewsGetOptionalParams
4259
- extends coreClient.OperationOptions {}
4260
-
4261
- /** Contains response data for the get operation. */
4262
- export type DnsPrivateViewsGetResponse = DnsPrivateView;
4263
-
4264
- /** Optional parameters. */
4265
- export interface DnsPrivateViewsListByLocationNextOptionalParams
4266
- extends coreClient.OperationOptions {}
4267
-
4268
- /** Contains response data for the listByLocationNext operation. */
4269
- export type DnsPrivateViewsListByLocationNextResponse =
4270
- DnsPrivateViewListResult;
4271
-
4272
- /** Optional parameters. */
4273
- export interface DnsPrivateZonesListByLocationOptionalParams
4274
- extends coreClient.OperationOptions {}
4275
-
4276
- /** Contains response data for the listByLocation operation. */
4277
- export type DnsPrivateZonesListByLocationResponse = DnsPrivateZoneListResult;
4278
-
4279
- /** Optional parameters. */
4280
- export interface DnsPrivateZonesGetOptionalParams
4281
- extends coreClient.OperationOptions {}
4282
-
4283
- /** Contains response data for the get operation. */
4284
- export type DnsPrivateZonesGetResponse = DnsPrivateZone;
4285
-
4286
- /** Optional parameters. */
4287
- export interface DnsPrivateZonesListByLocationNextOptionalParams
4288
- extends coreClient.OperationOptions {}
4289
-
4290
- /** Contains response data for the listByLocationNext operation. */
4291
- export type DnsPrivateZonesListByLocationNextResponse =
4292
- DnsPrivateZoneListResult;
4293
-
4294
- /** Optional parameters. */
4295
- export interface GiVersionsListByLocationOptionalParams
4296
- extends coreClient.OperationOptions {}
4297
-
4298
- /** Contains response data for the listByLocation operation. */
4299
- export type GiVersionsListByLocationResponse = GiVersionListResult;
4300
-
4301
- /** Optional parameters. */
4302
- export interface GiVersionsGetOptionalParams
4303
- extends coreClient.OperationOptions {}
4304
-
4305
- /** Contains response data for the get operation. */
4306
- export type GiVersionsGetResponse = GiVersion;
4307
-
4308
- /** Optional parameters. */
4309
- export interface GiVersionsListByLocationNextOptionalParams
4310
- extends coreClient.OperationOptions {}
4311
-
4312
- /** Contains response data for the listByLocationNext operation. */
4313
- export type GiVersionsListByLocationNextResponse = GiVersionListResult;
4314
-
4315
- /** Optional parameters. */
4316
- export interface SystemVersionsListByLocationOptionalParams
4317
- extends coreClient.OperationOptions {}
4318
-
4319
- /** Contains response data for the listByLocation operation. */
4320
- export type SystemVersionsListByLocationResponse = SystemVersionListResult;
4321
-
4322
- /** Optional parameters. */
4323
- export interface SystemVersionsGetOptionalParams
4324
- extends coreClient.OperationOptions {}
4325
-
4326
- /** Contains response data for the get operation. */
4327
- export type SystemVersionsGetResponse = SystemVersion;
4328
-
4329
- /** Optional parameters. */
4330
- export interface SystemVersionsListByLocationNextOptionalParams
4331
- extends coreClient.OperationOptions {}
4332
-
4333
- /** Contains response data for the listByLocationNext operation. */
4334
- export type SystemVersionsListByLocationNextResponse = SystemVersionListResult;
4335
-
4336
- /** Optional parameters. */
4337
- export interface OracleSubscriptionsListBySubscriptionOptionalParams
4338
- extends coreClient.OperationOptions {}
4339
-
4340
- /** Contains response data for the listBySubscription operation. */
4341
- export type OracleSubscriptionsListBySubscriptionResponse =
4342
- OracleSubscriptionListResult;
4343
-
4344
- /** Optional parameters. */
4345
- export interface OracleSubscriptionsGetOptionalParams
4346
- extends coreClient.OperationOptions {}
4347
-
4348
- /** Contains response data for the get operation. */
4349
- export type OracleSubscriptionsGetResponse = OracleSubscription;
4350
-
4351
- /** Optional parameters. */
4352
- export interface OracleSubscriptionsCreateOrUpdateOptionalParams
4353
- extends coreClient.OperationOptions {
4354
- /** Delay to wait until next poll, in milliseconds. */
4355
- updateIntervalInMs?: number;
4356
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4357
- resumeFrom?: string;
4358
- }
4359
-
4360
- /** Contains response data for the createOrUpdate operation. */
4361
- export type OracleSubscriptionsCreateOrUpdateResponse = OracleSubscription;
4362
-
4363
- /** Optional parameters. */
4364
- export interface OracleSubscriptionsUpdateOptionalParams
4365
- extends coreClient.OperationOptions {
4366
- /** Delay to wait until next poll, in milliseconds. */
4367
- updateIntervalInMs?: number;
4368
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4369
- resumeFrom?: string;
4370
- }
4371
-
4372
- /** Contains response data for the update operation. */
4373
- export type OracleSubscriptionsUpdateResponse = OracleSubscription;
4374
-
4375
- /** Optional parameters. */
4376
- export interface OracleSubscriptionsDeleteOptionalParams
4377
- extends coreClient.OperationOptions {
4378
- /** Delay to wait until next poll, in milliseconds. */
4379
- updateIntervalInMs?: number;
4380
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4381
- resumeFrom?: string;
4382
- }
4383
-
4384
- /** Contains response data for the delete operation. */
4385
- export type OracleSubscriptionsDeleteResponse =
4386
- OracleSubscriptionsDeleteHeaders;
4387
-
4388
- /** Optional parameters. */
4389
- export interface OracleSubscriptionsListActivationLinksOptionalParams
4390
- extends coreClient.OperationOptions {
4391
- /** Delay to wait until next poll, in milliseconds. */
4392
- updateIntervalInMs?: number;
4393
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4394
- resumeFrom?: string;
4395
- }
4396
-
4397
- /** Contains response data for the listActivationLinks operation. */
4398
- export type OracleSubscriptionsListActivationLinksResponse = ActivationLinks;
4399
-
4400
- /** Optional parameters. */
4401
- export interface OracleSubscriptionsListCloudAccountDetailsOptionalParams
4402
- extends coreClient.OperationOptions {
4403
- /** Delay to wait until next poll, in milliseconds. */
4404
- updateIntervalInMs?: number;
4405
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4406
- resumeFrom?: string;
4407
- }
4408
-
4409
- /** Contains response data for the listCloudAccountDetails operation. */
4410
- export type OracleSubscriptionsListCloudAccountDetailsResponse =
4411
- CloudAccountDetails;
4412
-
4413
- /** Optional parameters. */
4414
- export interface OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams
4415
- extends coreClient.OperationOptions {
4416
- /** Delay to wait until next poll, in milliseconds. */
4417
- updateIntervalInMs?: number;
4418
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4419
- resumeFrom?: string;
4420
- }
4421
-
4422
- /** Contains response data for the listSaasSubscriptionDetails operation. */
4423
- export type OracleSubscriptionsListSaasSubscriptionDetailsResponse =
4424
- SaasSubscriptionDetails;
4425
-
4426
- /** Optional parameters. */
4427
- export interface OracleSubscriptionsListBySubscriptionNextOptionalParams
4428
- extends coreClient.OperationOptions {}
4429
-
4430
- /** Contains response data for the listBySubscriptionNext operation. */
4431
- export type OracleSubscriptionsListBySubscriptionNextResponse =
4432
- OracleSubscriptionListResult;
4433
-
4434
- /** Optional parameters. */
4435
- export interface AutonomousDatabaseBackupsListByAutonomousDatabaseOptionalParams
4436
- extends coreClient.OperationOptions {}
4437
-
4438
- /** Contains response data for the listByAutonomousDatabase operation. */
4439
- export type AutonomousDatabaseBackupsListByAutonomousDatabaseResponse =
4440
- AutonomousDatabaseBackupListResult;
4441
-
4442
- /** Optional parameters. */
4443
- export interface AutonomousDatabaseBackupsGetOptionalParams
4444
- extends coreClient.OperationOptions {}
4445
-
4446
- /** Contains response data for the get operation. */
4447
- export type AutonomousDatabaseBackupsGetResponse = AutonomousDatabaseBackup;
4448
-
4449
- /** Optional parameters. */
4450
- export interface AutonomousDatabaseBackupsCreateOrUpdateOptionalParams
4451
- extends coreClient.OperationOptions {
4452
- /** Delay to wait until next poll, in milliseconds. */
4453
- updateIntervalInMs?: number;
4454
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4455
- resumeFrom?: string;
4456
- }
4457
-
4458
- /** Contains response data for the createOrUpdate operation. */
4459
- export type AutonomousDatabaseBackupsCreateOrUpdateResponse =
4460
- AutonomousDatabaseBackup;
4461
-
4462
- /** Optional parameters. */
4463
- export interface AutonomousDatabaseBackupsUpdateOptionalParams
4464
- extends coreClient.OperationOptions {
4465
- /** Delay to wait until next poll, in milliseconds. */
4466
- updateIntervalInMs?: number;
4467
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4468
- resumeFrom?: string;
4469
- }
4470
-
4471
- /** Contains response data for the update operation. */
4472
- export type AutonomousDatabaseBackupsUpdateResponse = AutonomousDatabaseBackup;
4473
-
4474
- /** Optional parameters. */
4475
- export interface AutonomousDatabaseBackupsDeleteOptionalParams
4476
- extends coreClient.OperationOptions {
4477
- /** Delay to wait until next poll, in milliseconds. */
4478
- updateIntervalInMs?: number;
4479
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4480
- resumeFrom?: string;
4481
- }
4482
-
4483
- /** Contains response data for the delete operation. */
4484
- export type AutonomousDatabaseBackupsDeleteResponse =
4485
- AutonomousDatabaseBackupsDeleteHeaders;
4486
-
4487
- /** Optional parameters. */
4488
- export interface AutonomousDatabaseBackupsListByAutonomousDatabaseNextOptionalParams
4489
- extends coreClient.OperationOptions {}
4490
-
4491
- /** Contains response data for the listByAutonomousDatabaseNext operation. */
4492
- export type AutonomousDatabaseBackupsListByAutonomousDatabaseNextResponse =
4493
- AutonomousDatabaseBackupListResult;
4494
-
4495
- /** Optional parameters. */
4496
- export interface DbServersListByCloudExadataInfrastructureOptionalParams
4497
- extends coreClient.OperationOptions {}
4498
-
4499
- /** Contains response data for the listByCloudExadataInfrastructure operation. */
4500
- export type DbServersListByCloudExadataInfrastructureResponse =
4501
- DbServerListResult;
4502
-
4503
- /** Optional parameters. */
4504
- export interface DbServersGetOptionalParams
4505
- extends coreClient.OperationOptions {}
4506
-
4507
- /** Contains response data for the get operation. */
4508
- export type DbServersGetResponse = DbServer;
4509
-
4510
- /** Optional parameters. */
4511
- export interface DbServersListByCloudExadataInfrastructureNextOptionalParams
4512
- extends coreClient.OperationOptions {}
4513
-
4514
- /** Contains response data for the listByCloudExadataInfrastructureNext operation. */
4515
- export type DbServersListByCloudExadataInfrastructureNextResponse =
4516
- DbServerListResult;
4517
-
4518
- /** Optional parameters. */
4519
- export interface DbNodesListByCloudVmClusterOptionalParams
4520
- extends coreClient.OperationOptions {}
4521
-
4522
- /** Contains response data for the listByCloudVmCluster operation. */
4523
- export type DbNodesListByCloudVmClusterResponse = DbNodeListResult;
4524
-
4525
- /** Optional parameters. */
4526
- export interface DbNodesGetOptionalParams extends coreClient.OperationOptions {}
4527
-
4528
- /** Contains response data for the get operation. */
4529
- export type DbNodesGetResponse = DbNode;
4530
-
4531
- /** Optional parameters. */
4532
- export interface DbNodesActionOptionalParams
4533
- extends coreClient.OperationOptions {
4534
- /** Delay to wait until next poll, in milliseconds. */
4535
- updateIntervalInMs?: number;
4536
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4537
- resumeFrom?: string;
4538
- }
4539
-
4540
- /** Contains response data for the action operation. */
4541
- export type DbNodesActionResponse = DbNode;
4542
-
4543
- /** Optional parameters. */
4544
- export interface DbNodesListByCloudVmClusterNextOptionalParams
4545
- extends coreClient.OperationOptions {}
4546
-
4547
- /** Contains response data for the listByCloudVmClusterNext operation. */
4548
- export type DbNodesListByCloudVmClusterNextResponse = DbNodeListResult;
4549
-
4550
- /** Optional parameters. */
4551
- export interface VirtualNetworkAddressesListByCloudVmClusterOptionalParams
4552
- extends coreClient.OperationOptions {}
4553
-
4554
- /** Contains response data for the listByCloudVmCluster operation. */
4555
- export type VirtualNetworkAddressesListByCloudVmClusterResponse =
4556
- VirtualNetworkAddressListResult;
4557
-
4558
- /** Optional parameters. */
4559
- export interface VirtualNetworkAddressesGetOptionalParams
4560
- extends coreClient.OperationOptions {}
4561
-
4562
- /** Contains response data for the get operation. */
4563
- export type VirtualNetworkAddressesGetResponse = VirtualNetworkAddress;
4564
-
4565
- /** Optional parameters. */
4566
- export interface VirtualNetworkAddressesCreateOrUpdateOptionalParams
4567
- extends coreClient.OperationOptions {
4568
- /** Delay to wait until next poll, in milliseconds. */
4569
- updateIntervalInMs?: number;
4570
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4571
- resumeFrom?: string;
4572
- }
4573
-
4574
- /** Contains response data for the createOrUpdate operation. */
4575
- export type VirtualNetworkAddressesCreateOrUpdateResponse =
4576
- VirtualNetworkAddress;
4577
-
4578
- /** Optional parameters. */
4579
- export interface VirtualNetworkAddressesDeleteOptionalParams
4580
- extends coreClient.OperationOptions {
4581
- /** Delay to wait until next poll, in milliseconds. */
4582
- updateIntervalInMs?: number;
4583
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4584
- resumeFrom?: string;
4585
- }
4586
-
4587
- /** Contains response data for the delete operation. */
4588
- export type VirtualNetworkAddressesDeleteResponse =
4589
- VirtualNetworkAddressesDeleteHeaders;
4590
-
4591
- /** Optional parameters. */
4592
- export interface VirtualNetworkAddressesListByCloudVmClusterNextOptionalParams
4593
- extends coreClient.OperationOptions {}
4594
-
4595
- /** Contains response data for the listByCloudVmClusterNext operation. */
4596
- export type VirtualNetworkAddressesListByCloudVmClusterNextResponse =
4597
- VirtualNetworkAddressListResult;
4598
-
4599
- /** Optional parameters. */
4600
- export interface OracleDatabaseManagementClientOptionalParams
4601
- extends coreClient.ServiceClientOptions {
4602
- /** server parameter */
4603
- $host?: string;
4604
- /** Api Version */
4605
- apiVersion?: string;
4606
- /** Overrides client endpoint. */
4607
- endpoint?: string;
4608
- }