@azure/arm-oracledatabase 1.0.0-alpha.20240524.1

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 (469) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +21 -0
  3. package/README.md +109 -0
  4. package/dist/index.js +12276 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js +47 -0
  11. package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js +40 -0
  15. package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js +40 -0
  19. package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js +55 -0
  23. package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js.map +1 -0
  24. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js +41 -0
  27. package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js.map +1 -0
  28. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.js +39 -0
  31. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.js.map +1 -0
  32. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.js +54 -0
  35. package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.js.map +1 -0
  36. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.js +39 -0
  39. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.js.map +1 -0
  40. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.js +54 -0
  43. package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.js.map +1 -0
  44. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.js +39 -0
  47. package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.js.map +1 -0
  48. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.js +54 -0
  51. package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.js.map +1 -0
  52. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js +93 -0
  55. package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js.map +1 -0
  56. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.js +39 -0
  59. package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.js.map +1 -0
  60. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js +40 -0
  63. package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js.map +1 -0
  64. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js +44 -0
  67. package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js.map +1 -0
  68. package/dist-esm/samples-dev/autonomousDatabasesGetSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/autonomousDatabasesGetSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/autonomousDatabasesGetSample.js +39 -0
  71. package/dist-esm/samples-dev/autonomousDatabasesGetSample.js.map +1 -0
  72. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.js +54 -0
  75. package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.js.map +1 -0
  76. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.js +53 -0
  79. package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.js.map +1 -0
  80. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js +40 -0
  83. package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js.map +1 -0
  84. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.js +40 -0
  87. package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.js.map +1 -0
  88. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.d.ts +2 -0
  89. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.js +39 -0
  91. package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.js.map +1 -0
  92. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.js +50 -0
  95. package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.js.map +1 -0
  96. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.js +39 -0
  99. package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.js.map +1 -0
  100. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.js +39 -0
  103. package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.js.map +1 -0
  104. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.js +54 -0
  107. package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.js.map +1 -0
  108. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.js +53 -0
  111. package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.js.map +1 -0
  112. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.js +40 -0
  115. package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.js.map +1 -0
  116. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.js +40 -0
  119. package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.js.map +1 -0
  120. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.d.ts +2 -0
  121. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.d.ts.map +1 -0
  122. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.js +80 -0
  123. package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.js.map +1 -0
  124. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.d.ts +2 -0
  125. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.js +39 -0
  127. package/dist-esm/samples-dev/cloudVMClustersDeleteSample.js.map +1 -0
  128. package/dist-esm/samples-dev/cloudVMClustersGetSample.d.ts +2 -0
  129. package/dist-esm/samples-dev/cloudVMClustersGetSample.d.ts.map +1 -0
  130. package/dist-esm/samples-dev/cloudVMClustersGetSample.js +39 -0
  131. package/dist-esm/samples-dev/cloudVMClustersGetSample.js.map +1 -0
  132. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.d.ts +2 -0
  133. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.d.ts.map +1 -0
  134. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.js +54 -0
  135. package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.js.map +1 -0
  136. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.d.ts +2 -0
  137. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.d.ts.map +1 -0
  138. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.js +53 -0
  139. package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.js.map +1 -0
  140. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.js +43 -0
  143. package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.js.map +1 -0
  144. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.js +40 -0
  147. package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.js.map +1 -0
  148. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.js +40 -0
  151. package/dist-esm/samples-dev/cloudVMClustersUpdateSample.js.map +1 -0
  152. package/dist-esm/samples-dev/dbNodesActionSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/dbNodesActionSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/dbNodesActionSample.js +41 -0
  155. package/dist-esm/samples-dev/dbNodesActionSample.js.map +1 -0
  156. package/dist-esm/samples-dev/dbNodesGetSample.d.ts +2 -0
  157. package/dist-esm/samples-dev/dbNodesGetSample.d.ts.map +1 -0
  158. package/dist-esm/samples-dev/dbNodesGetSample.js +40 -0
  159. package/dist-esm/samples-dev/dbNodesGetSample.js.map +1 -0
  160. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.d.ts +2 -0
  161. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.d.ts.map +1 -0
  162. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.js +55 -0
  163. package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.js.map +1 -0
  164. package/dist-esm/samples-dev/dbServersGetSample.d.ts +2 -0
  165. package/dist-esm/samples-dev/dbServersGetSample.d.ts.map +1 -0
  166. package/dist-esm/samples-dev/dbServersGetSample.js +40 -0
  167. package/dist-esm/samples-dev/dbServersGetSample.js.map +1 -0
  168. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.d.ts +2 -0
  169. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.d.ts.map +1 -0
  170. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.js +55 -0
  171. package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.js.map +1 -0
  172. package/dist-esm/samples-dev/dbSystemShapesGetSample.d.ts +2 -0
  173. package/dist-esm/samples-dev/dbSystemShapesGetSample.d.ts.map +1 -0
  174. package/dist-esm/samples-dev/dbSystemShapesGetSample.js +39 -0
  175. package/dist-esm/samples-dev/dbSystemShapesGetSample.js.map +1 -0
  176. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.d.ts +2 -0
  177. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.d.ts.map +1 -0
  178. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.js +54 -0
  179. package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.js.map +1 -0
  180. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.d.ts +2 -0
  181. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.d.ts.map +1 -0
  182. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.js +39 -0
  183. package/dist-esm/samples-dev/dnsPrivateViewsGetSample.js.map +1 -0
  184. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.d.ts +2 -0
  185. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.d.ts.map +1 -0
  186. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.js +54 -0
  187. package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.js.map +1 -0
  188. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.d.ts +2 -0
  189. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.d.ts.map +1 -0
  190. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.js +39 -0
  191. package/dist-esm/samples-dev/dnsPrivateZonesGetSample.js.map +1 -0
  192. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.d.ts +2 -0
  193. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.d.ts.map +1 -0
  194. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.js +54 -0
  195. package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.js.map +1 -0
  196. package/dist-esm/samples-dev/giVersionsGetSample.d.ts +2 -0
  197. package/dist-esm/samples-dev/giVersionsGetSample.d.ts.map +1 -0
  198. package/dist-esm/samples-dev/giVersionsGetSample.js +39 -0
  199. package/dist-esm/samples-dev/giVersionsGetSample.js.map +1 -0
  200. package/dist-esm/samples-dev/giVersionsListByLocationSample.d.ts +2 -0
  201. package/dist-esm/samples-dev/giVersionsListByLocationSample.d.ts.map +1 -0
  202. package/dist-esm/samples-dev/giVersionsListByLocationSample.js +54 -0
  203. package/dist-esm/samples-dev/giVersionsListByLocationSample.js.map +1 -0
  204. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  205. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  206. package/dist-esm/samples-dev/operationsListSample.js +53 -0
  207. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  208. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.d.ts +2 -0
  209. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.d.ts.map +1 -0
  210. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.js +47 -0
  211. package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.js.map +1 -0
  212. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.d.ts +2 -0
  213. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.d.ts.map +1 -0
  214. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.js +37 -0
  215. package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.js.map +1 -0
  216. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.d.ts +2 -0
  217. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.d.ts.map +1 -0
  218. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.js +37 -0
  219. package/dist-esm/samples-dev/oracleSubscriptionsGetSample.js.map +1 -0
  220. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.d.ts +2 -0
  221. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.d.ts.map +1 -0
  222. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.js +37 -0
  223. package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.js.map +1 -0
  224. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.d.ts +2 -0
  225. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.d.ts.map +1 -0
  226. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.js +53 -0
  227. package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.js.map +1 -0
  228. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.d.ts +2 -0
  229. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.d.ts.map +1 -0
  230. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.js +37 -0
  231. package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.js.map +1 -0
  232. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.d.ts +2 -0
  233. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.d.ts.map +1 -0
  234. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.js +37 -0
  235. package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.js.map +1 -0
  236. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.d.ts +2 -0
  237. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.d.ts.map +1 -0
  238. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.js +38 -0
  239. package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.js.map +1 -0
  240. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.d.ts +2 -0
  241. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.d.ts.map +1 -0
  242. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.js +43 -0
  243. package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.js.map +1 -0
  244. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.d.ts +2 -0
  245. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.d.ts.map +1 -0
  246. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.js +40 -0
  247. package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.js.map +1 -0
  248. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.d.ts +2 -0
  249. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.d.ts.map +1 -0
  250. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.js +40 -0
  251. package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.js.map +1 -0
  252. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.d.ts +2 -0
  253. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.d.ts.map +1 -0
  254. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.js +55 -0
  255. package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.js.map +1 -0
  256. package/dist-esm/src/index.d.ts +6 -0
  257. package/dist-esm/src/index.d.ts.map +1 -0
  258. package/dist-esm/src/index.js +13 -0
  259. package/dist-esm/src/index.js.map +1 -0
  260. package/dist-esm/src/lroImpl.d.ts +11 -0
  261. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  262. package/dist-esm/src/lroImpl.js +21 -0
  263. package/dist-esm/src/lroImpl.js.map +1 -0
  264. package/dist-esm/src/models/index.d.ts +4050 -0
  265. package/dist-esm/src/models/index.d.ts.map +1 -0
  266. package/dist-esm/src/models/index.js +660 -0
  267. package/dist-esm/src/models/index.js.map +1 -0
  268. package/dist-esm/src/models/mappers.d.ts +134 -0
  269. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  270. package/dist-esm/src/models/mappers.js +5548 -0
  271. package/dist-esm/src/models/mappers.js.map +1 -0
  272. package/dist-esm/src/models/parameters.d.ts +40 -0
  273. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  274. package/dist-esm/src/models/parameters.js +325 -0
  275. package/dist-esm/src/models/parameters.js.map +1 -0
  276. package/dist-esm/src/operations/autonomousDatabaseBackups.d.ts +100 -0
  277. package/dist-esm/src/operations/autonomousDatabaseBackups.d.ts.map +1 -0
  278. package/dist-esm/src/operations/autonomousDatabaseBackups.js +472 -0
  279. package/dist-esm/src/operations/autonomousDatabaseBackups.js.map +1 -0
  280. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
  281. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  282. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.js +175 -0
  283. package/dist-esm/src/operations/autonomousDatabaseCharacterSets.js.map +1 -0
  284. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
  285. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  286. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.js +175 -0
  287. package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  288. package/dist-esm/src/operations/autonomousDatabaseVersions.d.ts +42 -0
  289. package/dist-esm/src/operations/autonomousDatabaseVersions.d.ts.map +1 -0
  290. package/dist-esm/src/operations/autonomousDatabaseVersions.js +175 -0
  291. package/dist-esm/src/operations/autonomousDatabaseVersions.js.map +1 -0
  292. package/dist-esm/src/operations/autonomousDatabases.d.ts +147 -0
  293. package/dist-esm/src/operations/autonomousDatabases.d.ts.map +1 -0
  294. package/dist-esm/src/operations/autonomousDatabases.js +767 -0
  295. package/dist-esm/src/operations/autonomousDatabases.js.map +1 -0
  296. package/dist-esm/src/operations/cloudExadataInfrastructures.d.ts +121 -0
  297. package/dist-esm/src/operations/cloudExadataInfrastructures.d.ts.map +1 -0
  298. package/dist-esm/src/operations/cloudExadataInfrastructures.js +650 -0
  299. package/dist-esm/src/operations/cloudExadataInfrastructures.js.map +1 -0
  300. package/dist-esm/src/operations/cloudVmClusters.d.ts +147 -0
  301. package/dist-esm/src/operations/cloudVmClusters.d.ts.map +1 -0
  302. package/dist-esm/src/operations/cloudVmClusters.js +777 -0
  303. package/dist-esm/src/operations/cloudVmClusters.js.map +1 -0
  304. package/dist-esm/src/operations/dbNodes.d.ts +65 -0
  305. package/dist-esm/src/operations/dbNodes.d.ts.map +1 -0
  306. package/dist-esm/src/operations/dbNodes.js +283 -0
  307. package/dist-esm/src/operations/dbNodes.js.map +1 -0
  308. package/dist-esm/src/operations/dbServers.d.ts +47 -0
  309. package/dist-esm/src/operations/dbServers.d.ts.map +1 -0
  310. package/dist-esm/src/operations/dbServers.js +188 -0
  311. package/dist-esm/src/operations/dbServers.js.map +1 -0
  312. package/dist-esm/src/operations/dbSystemShapes.d.ts +42 -0
  313. package/dist-esm/src/operations/dbSystemShapes.d.ts.map +1 -0
  314. package/dist-esm/src/operations/dbSystemShapes.js +175 -0
  315. package/dist-esm/src/operations/dbSystemShapes.js.map +1 -0
  316. package/dist-esm/src/operations/dnsPrivateViews.d.ts +42 -0
  317. package/dist-esm/src/operations/dnsPrivateViews.d.ts.map +1 -0
  318. package/dist-esm/src/operations/dnsPrivateViews.js +175 -0
  319. package/dist-esm/src/operations/dnsPrivateViews.js.map +1 -0
  320. package/dist-esm/src/operations/dnsPrivateZones.d.ts +42 -0
  321. package/dist-esm/src/operations/dnsPrivateZones.d.ts.map +1 -0
  322. package/dist-esm/src/operations/dnsPrivateZones.js +175 -0
  323. package/dist-esm/src/operations/dnsPrivateZones.js.map +1 -0
  324. package/dist-esm/src/operations/giVersions.d.ts +42 -0
  325. package/dist-esm/src/operations/giVersions.d.ts.map +1 -0
  326. package/dist-esm/src/operations/giVersions.js +175 -0
  327. package/dist-esm/src/operations/giVersions.js.map +1 -0
  328. package/dist-esm/src/operations/index.d.ts +17 -0
  329. package/dist-esm/src/operations/index.d.ts.map +1 -0
  330. package/dist-esm/src/operations/index.js +24 -0
  331. package/dist-esm/src/operations/index.js.map +1 -0
  332. package/dist-esm/src/operations/operations.d.ts +32 -0
  333. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  334. package/dist-esm/src/operations/operations.js +133 -0
  335. package/dist-esm/src/operations/operations.js.map +1 -0
  336. package/dist-esm/src/operations/oracleSubscriptions.d.ts +102 -0
  337. package/dist-esm/src/operations/oracleSubscriptions.d.ts.map +1 -0
  338. package/dist-esm/src/operations/oracleSubscriptions.js +632 -0
  339. package/dist-esm/src/operations/oracleSubscriptions.js.map +1 -0
  340. package/dist-esm/src/operations/virtualNetworkAddresses.d.ts +81 -0
  341. package/dist-esm/src/operations/virtualNetworkAddresses.d.ts.map +1 -0
  342. package/dist-esm/src/operations/virtualNetworkAddresses.js +382 -0
  343. package/dist-esm/src/operations/virtualNetworkAddresses.js.map +1 -0
  344. package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
  345. package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
  346. package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.js +9 -0
  347. package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
  348. package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
  349. package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
  350. package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.js +9 -0
  351. package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
  352. package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
  353. package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
  354. package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +9 -0
  355. package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
  356. package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
  357. package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
  358. package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.js +9 -0
  359. package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
  360. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts +111 -0
  361. package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
  362. package/dist-esm/src/operationsInterfaces/autonomousDatabases.js +9 -0
  363. package/dist-esm/src/operationsInterfaces/autonomousDatabases.js.map +1 -0
  364. package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
  365. package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
  366. package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.js +9 -0
  367. package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
  368. package/dist-esm/src/operationsInterfaces/cloudVmClusters.d.ts +111 -0
  369. package/dist-esm/src/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
  370. package/dist-esm/src/operationsInterfaces/cloudVmClusters.js +9 -0
  371. package/dist-esm/src/operationsInterfaces/cloudVmClusters.js.map +1 -0
  372. package/dist-esm/src/operationsInterfaces/dbNodes.d.ts +40 -0
  373. package/dist-esm/src/operationsInterfaces/dbNodes.d.ts.map +1 -0
  374. package/dist-esm/src/operationsInterfaces/dbNodes.js +9 -0
  375. package/dist-esm/src/operationsInterfaces/dbNodes.js.map +1 -0
  376. package/dist-esm/src/operationsInterfaces/dbServers.d.ts +21 -0
  377. package/dist-esm/src/operationsInterfaces/dbServers.d.ts.map +1 -0
  378. package/dist-esm/src/operationsInterfaces/dbServers.js +9 -0
  379. package/dist-esm/src/operationsInterfaces/dbServers.js.map +1 -0
  380. package/dist-esm/src/operationsInterfaces/dbSystemShapes.d.ts +19 -0
  381. package/dist-esm/src/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
  382. package/dist-esm/src/operationsInterfaces/dbSystemShapes.js +9 -0
  383. package/dist-esm/src/operationsInterfaces/dbSystemShapes.js.map +1 -0
  384. package/dist-esm/src/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
  385. package/dist-esm/src/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
  386. package/dist-esm/src/operationsInterfaces/dnsPrivateViews.js +9 -0
  387. package/dist-esm/src/operationsInterfaces/dnsPrivateViews.js.map +1 -0
  388. package/dist-esm/src/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
  389. package/dist-esm/src/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
  390. package/dist-esm/src/operationsInterfaces/dnsPrivateZones.js +9 -0
  391. package/dist-esm/src/operationsInterfaces/dnsPrivateZones.js.map +1 -0
  392. package/dist-esm/src/operationsInterfaces/giVersions.d.ts +19 -0
  393. package/dist-esm/src/operationsInterfaces/giVersions.d.ts.map +1 -0
  394. package/dist-esm/src/operationsInterfaces/giVersions.js +9 -0
  395. package/dist-esm/src/operationsInterfaces/giVersions.js.map +1 -0
  396. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  397. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  398. package/dist-esm/src/operationsInterfaces/index.js +24 -0
  399. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  400. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  401. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  402. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  403. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  404. package/dist-esm/src/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
  405. package/dist-esm/src/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
  406. package/dist-esm/src/operationsInterfaces/oracleSubscriptions.js +9 -0
  407. package/dist-esm/src/operationsInterfaces/oracleSubscriptions.js.map +1 -0
  408. package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
  409. package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
  410. package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.js +9 -0
  411. package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
  412. package/dist-esm/src/oracleDatabaseManagementClient.d.ts +35 -0
  413. package/dist-esm/src/oracleDatabaseManagementClient.d.ts.map +1 -0
  414. package/dist-esm/src/oracleDatabaseManagementClient.js +117 -0
  415. package/dist-esm/src/oracleDatabaseManagementClient.js.map +1 -0
  416. package/dist-esm/src/pagingHelper.d.ts +13 -0
  417. package/dist-esm/src/pagingHelper.d.ts.map +1 -0
  418. package/dist-esm/src/pagingHelper.js +32 -0
  419. package/dist-esm/src/pagingHelper.js.map +1 -0
  420. package/dist-esm/test/oracledatabase_operations_test.spec.d.ts +4 -0
  421. package/dist-esm/test/oracledatabase_operations_test.spec.d.ts.map +1 -0
  422. package/dist-esm/test/oracledatabase_operations_test.spec.js +70 -0
  423. package/dist-esm/test/oracledatabase_operations_test.spec.js.map +1 -0
  424. package/package.json +118 -0
  425. package/review/arm-oracledatabase.api.md +2534 -0
  426. package/src/index.ts +13 -0
  427. package/src/lroImpl.ts +42 -0
  428. package/src/models/index.ts +4524 -0
  429. package/src/models/mappers.ts +5770 -0
  430. package/src/models/parameters.ts +385 -0
  431. package/src/operations/autonomousDatabaseBackups.ts +664 -0
  432. package/src/operations/autonomousDatabaseCharacterSets.ts +215 -0
  433. package/src/operations/autonomousDatabaseNationalCharacterSets.ts +215 -0
  434. package/src/operations/autonomousDatabaseVersions.ts +215 -0
  435. package/src/operations/autonomousDatabases.ts +1032 -0
  436. package/src/operations/cloudExadataInfrastructures.ts +862 -0
  437. package/src/operations/cloudVmClusters.ts +1042 -0
  438. package/src/operations/dbNodes.ts +392 -0
  439. package/src/operations/dbServers.ts +252 -0
  440. package/src/operations/dbSystemShapes.ts +213 -0
  441. package/src/operations/dnsPrivateViews.ts +213 -0
  442. package/src/operations/dnsPrivateZones.ts +213 -0
  443. package/src/operations/giVersions.ts +213 -0
  444. package/src/operations/index.ts +24 -0
  445. package/src/operations/operations.ts +149 -0
  446. package/src/operations/oracleSubscriptions.ts +833 -0
  447. package/src/operations/virtualNetworkAddresses.ts +529 -0
  448. package/src/operationsInterfaces/autonomousDatabaseBackups.ts +153 -0
  449. package/src/operationsInterfaces/autonomousDatabaseCharacterSets.ts +40 -0
  450. package/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.ts +40 -0
  451. package/src/operationsInterfaces/autonomousDatabaseVersions.ts +40 -0
  452. package/src/operationsInterfaces/autonomousDatabases.ts +228 -0
  453. package/src/operationsInterfaces/cloudExadataInfrastructures.ts +174 -0
  454. package/src/operationsInterfaces/cloudVmClusters.ts +228 -0
  455. package/src/operationsInterfaces/dbNodes.ts +83 -0
  456. package/src/operationsInterfaces/dbServers.ts +44 -0
  457. package/src/operationsInterfaces/dbSystemShapes.ts +40 -0
  458. package/src/operationsInterfaces/dnsPrivateViews.ts +40 -0
  459. package/src/operationsInterfaces/dnsPrivateZones.ts +40 -0
  460. package/src/operationsInterfaces/giVersions.ts +40 -0
  461. package/src/operationsInterfaces/index.ts +24 -0
  462. package/src/operationsInterfaces/operations.ts +22 -0
  463. package/src/operationsInterfaces/oracleSubscriptions.ts +170 -0
  464. package/src/operationsInterfaces/virtualNetworkAddresses.ts +115 -0
  465. package/src/oracleDatabaseManagementClient.ts +209 -0
  466. package/src/pagingHelper.ts +39 -0
  467. package/tsconfig.json +33 -0
  468. package/types/arm-oracledatabase.d.ts +5180 -0
  469. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,2534 @@
1
+ ## API Report File for "@azure/arm-oracledatabase"
2
+
3
+ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
+
5
+ ```ts
6
+
7
+ import * as coreAuth from '@azure/core-auth';
8
+ import * as coreClient from '@azure/core-client';
9
+ import { OperationState } from '@azure/core-lro';
10
+ import { PagedAsyncIterableIterator } from '@azure/core-paging';
11
+ import { SimplePollerLike } from '@azure/core-lro';
12
+
13
+ // @public
14
+ export type ActionType = string;
15
+
16
+ // @public
17
+ export interface ActivationLinks {
18
+ readonly existingCloudAccountActivationLink?: string;
19
+ readonly newCloudAccountActivationLink?: string;
20
+ }
21
+
22
+ // @public
23
+ export interface AddRemoveDbNode {
24
+ dbServers: string[];
25
+ }
26
+
27
+ // @public
28
+ export interface AllConnectionStringType {
29
+ high?: string;
30
+ low?: string;
31
+ medium?: string;
32
+ }
33
+
34
+ // @public
35
+ export interface ApexDetailsType {
36
+ apexVersion?: string;
37
+ ordsVersion?: string;
38
+ }
39
+
40
+ // @public
41
+ export interface AutonomousDatabase extends TrackedResource {
42
+ properties?: AutonomousDatabaseBasePropertiesUnion;
43
+ }
44
+
45
+ // @public
46
+ export interface AutonomousDatabaseBackup extends ProxyResource {
47
+ properties?: AutonomousDatabaseBackupProperties;
48
+ }
49
+
50
+ // @public
51
+ export type AutonomousDatabaseBackupLifecycleState = string;
52
+
53
+ // @public
54
+ export interface AutonomousDatabaseBackupListResult {
55
+ readonly nextLink?: string;
56
+ value: AutonomousDatabaseBackup[];
57
+ }
58
+
59
+ // @public
60
+ export interface AutonomousDatabaseBackupProperties {
61
+ readonly autonomousDatabaseId: string;
62
+ readonly databaseSizeInTBs?: number;
63
+ readonly dbVersion?: string;
64
+ displayName?: string;
65
+ readonly isAutomatic?: boolean;
66
+ readonly isRestorable?: boolean;
67
+ readonly lifecycleDetails?: string;
68
+ readonly lifecycleState?: AutonomousDatabaseBackupLifecycleState;
69
+ readonly ocid?: string;
70
+ readonly provisioningState?: AzureResourceProvisioningState;
71
+ retentionPeriodInDays?: number;
72
+ readonly sizeInTBs?: number;
73
+ readonly timeAvailableTil?: Date;
74
+ readonly timeEnded?: string;
75
+ readonly type?: AutonomousDatabaseBackupType;
76
+ }
77
+
78
+ // @public
79
+ export interface AutonomousDatabaseBackups {
80
+ beginCreateOrUpdate(resourceGroupName: string, autonomousdatabasename: string, adbbackupid: string, resource: AutonomousDatabaseBackup, options?: AutonomousDatabaseBackupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabaseBackupsCreateOrUpdateResponse>, AutonomousDatabaseBackupsCreateOrUpdateResponse>>;
81
+ beginCreateOrUpdateAndWait(resourceGroupName: string, autonomousdatabasename: string, adbbackupid: string, resource: AutonomousDatabaseBackup, options?: AutonomousDatabaseBackupsCreateOrUpdateOptionalParams): Promise<AutonomousDatabaseBackupsCreateOrUpdateResponse>;
82
+ beginDelete(resourceGroupName: string, autonomousdatabasename: string, adbbackupid: string, options?: AutonomousDatabaseBackupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabaseBackupsDeleteResponse>, AutonomousDatabaseBackupsDeleteResponse>>;
83
+ beginDeleteAndWait(resourceGroupName: string, autonomousdatabasename: string, adbbackupid: string, options?: AutonomousDatabaseBackupsDeleteOptionalParams): Promise<AutonomousDatabaseBackupsDeleteResponse>;
84
+ beginUpdate(resourceGroupName: string, autonomousdatabasename: string, adbbackupid: string, properties: AutonomousDatabaseBackupUpdate, options?: AutonomousDatabaseBackupsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabaseBackupsUpdateResponse>, AutonomousDatabaseBackupsUpdateResponse>>;
85
+ beginUpdateAndWait(resourceGroupName: string, autonomousdatabasename: string, adbbackupid: string, properties: AutonomousDatabaseBackupUpdate, options?: AutonomousDatabaseBackupsUpdateOptionalParams): Promise<AutonomousDatabaseBackupsUpdateResponse>;
86
+ get(resourceGroupName: string, autonomousdatabasename: string, adbbackupid: string, options?: AutonomousDatabaseBackupsGetOptionalParams): Promise<AutonomousDatabaseBackupsGetResponse>;
87
+ listByAutonomousDatabase(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabaseBackupsListByAutonomousDatabaseOptionalParams): PagedAsyncIterableIterator<AutonomousDatabaseBackup>;
88
+ }
89
+
90
+ // @public
91
+ export interface AutonomousDatabaseBackupsCreateOrUpdateHeaders {
92
+ retryAfter?: number;
93
+ }
94
+
95
+ // @public
96
+ export interface AutonomousDatabaseBackupsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
97
+ resumeFrom?: string;
98
+ updateIntervalInMs?: number;
99
+ }
100
+
101
+ // @public
102
+ export type AutonomousDatabaseBackupsCreateOrUpdateResponse = AutonomousDatabaseBackup;
103
+
104
+ // @public
105
+ export interface AutonomousDatabaseBackupsDeleteHeaders {
106
+ location?: string;
107
+ retryAfter?: number;
108
+ }
109
+
110
+ // @public
111
+ export interface AutonomousDatabaseBackupsDeleteOptionalParams extends coreClient.OperationOptions {
112
+ resumeFrom?: string;
113
+ updateIntervalInMs?: number;
114
+ }
115
+
116
+ // @public
117
+ export type AutonomousDatabaseBackupsDeleteResponse = AutonomousDatabaseBackupsDeleteHeaders;
118
+
119
+ // @public
120
+ export interface AutonomousDatabaseBackupsGetOptionalParams extends coreClient.OperationOptions {
121
+ }
122
+
123
+ // @public
124
+ export type AutonomousDatabaseBackupsGetResponse = AutonomousDatabaseBackup;
125
+
126
+ // @public
127
+ export interface AutonomousDatabaseBackupsListByAutonomousDatabaseNextOptionalParams extends coreClient.OperationOptions {
128
+ }
129
+
130
+ // @public
131
+ export type AutonomousDatabaseBackupsListByAutonomousDatabaseNextResponse = AutonomousDatabaseBackupListResult;
132
+
133
+ // @public
134
+ export interface AutonomousDatabaseBackupsListByAutonomousDatabaseOptionalParams extends coreClient.OperationOptions {
135
+ }
136
+
137
+ // @public
138
+ export type AutonomousDatabaseBackupsListByAutonomousDatabaseResponse = AutonomousDatabaseBackupListResult;
139
+
140
+ // @public
141
+ export interface AutonomousDatabaseBackupsUpdateHeaders {
142
+ location?: string;
143
+ retryAfter?: number;
144
+ }
145
+
146
+ // @public
147
+ export interface AutonomousDatabaseBackupsUpdateOptionalParams extends coreClient.OperationOptions {
148
+ resumeFrom?: string;
149
+ updateIntervalInMs?: number;
150
+ }
151
+
152
+ // @public
153
+ export type AutonomousDatabaseBackupsUpdateResponse = AutonomousDatabaseBackup;
154
+
155
+ // @public
156
+ export type AutonomousDatabaseBackupType = string;
157
+
158
+ // @public
159
+ export interface AutonomousDatabaseBackupUpdate {
160
+ properties?: AutonomousDatabaseBackupUpdateProperties;
161
+ }
162
+
163
+ // @public
164
+ export interface AutonomousDatabaseBackupUpdateProperties {
165
+ retentionPeriodInDays?: number;
166
+ }
167
+
168
+ // @public
169
+ export interface AutonomousDatabaseBaseProperties {
170
+ readonly actualUsedDataStorageSizeInTbs?: number;
171
+ adminPassword?: string;
172
+ readonly allocatedStorageSizeInTbs?: number;
173
+ readonly apexDetails?: ApexDetailsType;
174
+ autonomousDatabaseId?: string;
175
+ autonomousMaintenanceScheduleType?: AutonomousMaintenanceScheduleType;
176
+ readonly availableUpgradeVersions?: string[];
177
+ backupRetentionPeriodInDays?: number;
178
+ characterSet?: string;
179
+ computeCount?: number;
180
+ computeModel?: ComputeModel;
181
+ readonly connectionStrings?: ConnectionStringType;
182
+ readonly connectionUrls?: ConnectionUrlType;
183
+ cpuCoreCount?: number;
184
+ customerContacts?: CustomerContact[];
185
+ databaseEdition?: DatabaseEditionType;
186
+ dataBaseType: "Clone" | "Regular";
187
+ readonly dataSafeStatus?: DataSafeStatusType;
188
+ dataStorageSizeInGbs?: number;
189
+ dataStorageSizeInTbs?: number;
190
+ dbVersion?: string;
191
+ dbWorkload?: WorkloadType;
192
+ displayName?: string;
193
+ readonly failedDataRecoveryInSeconds?: number;
194
+ readonly inMemoryAreaInGbs?: number;
195
+ isAutoScalingEnabled?: boolean;
196
+ isAutoScalingForStorageEnabled?: boolean;
197
+ isLocalDataGuardEnabled?: boolean;
198
+ isMtlsConnectionRequired?: boolean;
199
+ readonly isPreview?: boolean;
200
+ isPreviewVersionWithServiceTermsAccepted?: boolean;
201
+ readonly isRemoteDataGuardEnabled?: boolean;
202
+ licenseModel?: LicenseModel;
203
+ readonly lifecycleDetails?: string;
204
+ readonly lifecycleState?: AutonomousDatabaseLifecycleState;
205
+ localAdgAutoFailoverMaxDataLossLimit?: number;
206
+ readonly localDisasterRecoveryType?: DisasterRecoveryType;
207
+ readonly localStandbyDb?: AutonomousDatabaseStandbySummary;
208
+ readonly memoryPerOracleComputeUnitInGbs?: number;
209
+ ncharacterSet?: string;
210
+ readonly ocid?: string;
211
+ readonly ociUrl?: string;
212
+ openMode?: OpenModeType;
213
+ readonly operationsInsightsStatus?: OperationsInsightsStatusType;
214
+ peerDbId?: string;
215
+ readonly peerDbIds?: string[];
216
+ permissionLevel?: PermissionLevelType;
217
+ readonly privateEndpoint?: string;
218
+ privateEndpointIp?: string;
219
+ privateEndpointLabel?: string;
220
+ readonly provisionableCpus?: number[];
221
+ readonly provisioningState?: AzureResourceProvisioningState;
222
+ role?: RoleType;
223
+ scheduledOperations?: ScheduledOperationsType;
224
+ readonly serviceConsoleUrl?: string;
225
+ readonly sqlWebDeveloperUrl?: string;
226
+ subnetId?: string;
227
+ readonly supportedRegionsToCloneTo?: string[];
228
+ readonly timeCreated?: Date;
229
+ readonly timeDataGuardRoleChanged?: string;
230
+ readonly timeDeletionOfFreeAutonomousDatabase?: string;
231
+ readonly timeLocalDataGuardEnabled?: string;
232
+ readonly timeMaintenanceBegin?: Date;
233
+ readonly timeMaintenanceEnd?: Date;
234
+ readonly timeOfLastFailover?: string;
235
+ readonly timeOfLastRefresh?: string;
236
+ readonly timeOfLastRefreshPoint?: string;
237
+ readonly timeOfLastSwitchover?: string;
238
+ readonly timeReclamationOfFreeAutonomousDatabase?: string;
239
+ readonly usedDataStorageSizeInGbs?: number;
240
+ readonly usedDataStorageSizeInTbs?: number;
241
+ vnetId?: string;
242
+ whitelistedIps?: string[];
243
+ }
244
+
245
+ // @public (undocumented)
246
+ export type AutonomousDatabaseBasePropertiesUnion = AutonomousDatabaseBaseProperties | AutonomousDatabaseCloneProperties | AutonomousDatabaseProperties;
247
+
248
+ // @public
249
+ export interface AutonomousDatabaseCharacterSet extends ProxyResource {
250
+ properties?: AutonomousDatabaseCharacterSetProperties;
251
+ }
252
+
253
+ // @public
254
+ export interface AutonomousDatabaseCharacterSetListResult {
255
+ readonly nextLink?: string;
256
+ value: AutonomousDatabaseCharacterSet[];
257
+ }
258
+
259
+ // @public
260
+ export interface AutonomousDatabaseCharacterSetProperties {
261
+ readonly characterSet: string;
262
+ }
263
+
264
+ // @public
265
+ export interface AutonomousDatabaseCharacterSets {
266
+ get(location: string, adbscharsetname: string, options?: AutonomousDatabaseCharacterSetsGetOptionalParams): Promise<AutonomousDatabaseCharacterSetsGetResponse>;
267
+ listByLocation(location: string, options?: AutonomousDatabaseCharacterSetsListByLocationOptionalParams): PagedAsyncIterableIterator<AutonomousDatabaseCharacterSet>;
268
+ }
269
+
270
+ // @public
271
+ export interface AutonomousDatabaseCharacterSetsGetOptionalParams extends coreClient.OperationOptions {
272
+ }
273
+
274
+ // @public
275
+ export type AutonomousDatabaseCharacterSetsGetResponse = AutonomousDatabaseCharacterSet;
276
+
277
+ // @public
278
+ export interface AutonomousDatabaseCharacterSetsListByLocationNextOptionalParams extends coreClient.OperationOptions {
279
+ }
280
+
281
+ // @public
282
+ export type AutonomousDatabaseCharacterSetsListByLocationNextResponse = AutonomousDatabaseCharacterSetListResult;
283
+
284
+ // @public
285
+ export interface AutonomousDatabaseCharacterSetsListByLocationOptionalParams extends coreClient.OperationOptions {
286
+ }
287
+
288
+ // @public
289
+ export type AutonomousDatabaseCharacterSetsListByLocationResponse = AutonomousDatabaseCharacterSetListResult;
290
+
291
+ // @public
292
+ export interface AutonomousDatabaseCloneProperties extends AutonomousDatabaseBaseProperties {
293
+ cloneType: CloneType;
294
+ dataBaseType: "Clone";
295
+ readonly isReconnectCloneEnabled?: boolean;
296
+ readonly isRefreshableClone?: boolean;
297
+ refreshableModel?: RefreshableModelType;
298
+ readonly refreshableStatus?: RefreshableStatusType;
299
+ source?: SourceType;
300
+ sourceId: string;
301
+ timeUntilReconnectCloneEnabled?: string;
302
+ }
303
+
304
+ // @public
305
+ export type AutonomousDatabaseLifecycleState = string;
306
+
307
+ // @public
308
+ export interface AutonomousDatabaseListResult {
309
+ readonly nextLink?: string;
310
+ value: AutonomousDatabase[];
311
+ }
312
+
313
+ // @public
314
+ export interface AutonomousDatabaseNationalCharacterSet extends ProxyResource {
315
+ properties?: AutonomousDatabaseNationalCharacterSetProperties;
316
+ }
317
+
318
+ // @public
319
+ export interface AutonomousDatabaseNationalCharacterSetListResult {
320
+ readonly nextLink?: string;
321
+ value: AutonomousDatabaseNationalCharacterSet[];
322
+ }
323
+
324
+ // @public
325
+ export interface AutonomousDatabaseNationalCharacterSetProperties {
326
+ readonly characterSet: string;
327
+ }
328
+
329
+ // @public
330
+ export interface AutonomousDatabaseNationalCharacterSets {
331
+ get(location: string, adbsncharsetname: string, options?: AutonomousDatabaseNationalCharacterSetsGetOptionalParams): Promise<AutonomousDatabaseNationalCharacterSetsGetResponse>;
332
+ listByLocation(location: string, options?: AutonomousDatabaseNationalCharacterSetsListByLocationOptionalParams): PagedAsyncIterableIterator<AutonomousDatabaseNationalCharacterSet>;
333
+ }
334
+
335
+ // @public
336
+ export interface AutonomousDatabaseNationalCharacterSetsGetOptionalParams extends coreClient.OperationOptions {
337
+ }
338
+
339
+ // @public
340
+ export type AutonomousDatabaseNationalCharacterSetsGetResponse = AutonomousDatabaseNationalCharacterSet;
341
+
342
+ // @public
343
+ export interface AutonomousDatabaseNationalCharacterSetsListByLocationNextOptionalParams extends coreClient.OperationOptions {
344
+ }
345
+
346
+ // @public
347
+ export type AutonomousDatabaseNationalCharacterSetsListByLocationNextResponse = AutonomousDatabaseNationalCharacterSetListResult;
348
+
349
+ // @public
350
+ export interface AutonomousDatabaseNationalCharacterSetsListByLocationOptionalParams extends coreClient.OperationOptions {
351
+ }
352
+
353
+ // @public
354
+ export type AutonomousDatabaseNationalCharacterSetsListByLocationResponse = AutonomousDatabaseNationalCharacterSetListResult;
355
+
356
+ // @public
357
+ export interface AutonomousDatabaseProperties extends AutonomousDatabaseBaseProperties {
358
+ dataBaseType: "Regular";
359
+ }
360
+
361
+ // @public
362
+ export interface AutonomousDatabases {
363
+ beginCreateOrUpdate(resourceGroupName: string, autonomousdatabasename: string, resource: AutonomousDatabase, options?: AutonomousDatabasesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesCreateOrUpdateResponse>, AutonomousDatabasesCreateOrUpdateResponse>>;
364
+ beginCreateOrUpdateAndWait(resourceGroupName: string, autonomousdatabasename: string, resource: AutonomousDatabase, options?: AutonomousDatabasesCreateOrUpdateOptionalParams): Promise<AutonomousDatabasesCreateOrUpdateResponse>;
365
+ beginDelete(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesDeleteResponse>, AutonomousDatabasesDeleteResponse>>;
366
+ beginDeleteAndWait(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesDeleteOptionalParams): Promise<AutonomousDatabasesDeleteResponse>;
367
+ beginFailover(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesFailoverOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesFailoverResponse>, AutonomousDatabasesFailoverResponse>>;
368
+ beginFailoverAndWait(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesFailoverOptionalParams): Promise<AutonomousDatabasesFailoverResponse>;
369
+ beginSwitchover(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesSwitchoverOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesSwitchoverResponse>, AutonomousDatabasesSwitchoverResponse>>;
370
+ beginSwitchoverAndWait(resourceGroupName: string, autonomousdatabasename: string, body: PeerDbDetails, options?: AutonomousDatabasesSwitchoverOptionalParams): Promise<AutonomousDatabasesSwitchoverResponse>;
371
+ beginUpdate(resourceGroupName: string, autonomousdatabasename: string, properties: AutonomousDatabaseUpdate, options?: AutonomousDatabasesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutonomousDatabasesUpdateResponse>, AutonomousDatabasesUpdateResponse>>;
372
+ beginUpdateAndWait(resourceGroupName: string, autonomousdatabasename: string, properties: AutonomousDatabaseUpdate, options?: AutonomousDatabasesUpdateOptionalParams): Promise<AutonomousDatabasesUpdateResponse>;
373
+ generateWallet(resourceGroupName: string, autonomousdatabasename: string, body: GenerateAutonomousDatabaseWalletDetails, options?: AutonomousDatabasesGenerateWalletOptionalParams): Promise<AutonomousDatabasesGenerateWalletResponse>;
374
+ get(resourceGroupName: string, autonomousdatabasename: string, options?: AutonomousDatabasesGetOptionalParams): Promise<AutonomousDatabasesGetResponse>;
375
+ listByResourceGroup(resourceGroupName: string, options?: AutonomousDatabasesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AutonomousDatabase>;
376
+ listBySubscription(options?: AutonomousDatabasesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AutonomousDatabase>;
377
+ }
378
+
379
+ // @public
380
+ export interface AutonomousDatabasesCreateOrUpdateHeaders {
381
+ retryAfter?: number;
382
+ }
383
+
384
+ // @public
385
+ export interface AutonomousDatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
386
+ resumeFrom?: string;
387
+ updateIntervalInMs?: number;
388
+ }
389
+
390
+ // @public
391
+ export type AutonomousDatabasesCreateOrUpdateResponse = AutonomousDatabase;
392
+
393
+ // @public
394
+ export interface AutonomousDatabasesDeleteHeaders {
395
+ location?: string;
396
+ retryAfter?: number;
397
+ }
398
+
399
+ // @public
400
+ export interface AutonomousDatabasesDeleteOptionalParams extends coreClient.OperationOptions {
401
+ resumeFrom?: string;
402
+ updateIntervalInMs?: number;
403
+ }
404
+
405
+ // @public
406
+ export type AutonomousDatabasesDeleteResponse = AutonomousDatabasesDeleteHeaders;
407
+
408
+ // @public
409
+ export interface AutonomousDatabasesFailoverHeaders {
410
+ location?: string;
411
+ retryAfter?: number;
412
+ }
413
+
414
+ // @public
415
+ export interface AutonomousDatabasesFailoverOptionalParams extends coreClient.OperationOptions {
416
+ resumeFrom?: string;
417
+ updateIntervalInMs?: number;
418
+ }
419
+
420
+ // @public
421
+ export type AutonomousDatabasesFailoverResponse = AutonomousDatabase;
422
+
423
+ // @public
424
+ export interface AutonomousDatabasesGenerateWalletOptionalParams extends coreClient.OperationOptions {
425
+ }
426
+
427
+ // @public
428
+ export type AutonomousDatabasesGenerateWalletResponse = AutonomousDatabaseWalletFile;
429
+
430
+ // @public
431
+ export interface AutonomousDatabasesGetOptionalParams extends coreClient.OperationOptions {
432
+ }
433
+
434
+ // @public
435
+ export type AutonomousDatabasesGetResponse = AutonomousDatabase;
436
+
437
+ // @public
438
+ export interface AutonomousDatabasesListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
439
+ }
440
+
441
+ // @public
442
+ export type AutonomousDatabasesListByResourceGroupNextResponse = AutonomousDatabaseListResult;
443
+
444
+ // @public
445
+ export interface AutonomousDatabasesListByResourceGroupOptionalParams extends coreClient.OperationOptions {
446
+ }
447
+
448
+ // @public
449
+ export type AutonomousDatabasesListByResourceGroupResponse = AutonomousDatabaseListResult;
450
+
451
+ // @public
452
+ export interface AutonomousDatabasesListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
453
+ }
454
+
455
+ // @public
456
+ export type AutonomousDatabasesListBySubscriptionNextResponse = AutonomousDatabaseListResult;
457
+
458
+ // @public
459
+ export interface AutonomousDatabasesListBySubscriptionOptionalParams extends coreClient.OperationOptions {
460
+ }
461
+
462
+ // @public
463
+ export type AutonomousDatabasesListBySubscriptionResponse = AutonomousDatabaseListResult;
464
+
465
+ // @public
466
+ export interface AutonomousDatabasesSwitchoverHeaders {
467
+ location?: string;
468
+ retryAfter?: number;
469
+ }
470
+
471
+ // @public
472
+ export interface AutonomousDatabasesSwitchoverOptionalParams extends coreClient.OperationOptions {
473
+ resumeFrom?: string;
474
+ updateIntervalInMs?: number;
475
+ }
476
+
477
+ // @public
478
+ export type AutonomousDatabasesSwitchoverResponse = AutonomousDatabase;
479
+
480
+ // @public
481
+ export interface AutonomousDatabaseStandbySummary {
482
+ lagTimeInSeconds?: number;
483
+ lifecycleDetails?: string;
484
+ lifecycleState?: AutonomousDatabaseLifecycleState;
485
+ timeDataGuardRoleChanged?: string;
486
+ timeDisasterRecoveryRoleChanged?: string;
487
+ }
488
+
489
+ // @public
490
+ export interface AutonomousDatabasesUpdateHeaders {
491
+ location?: string;
492
+ retryAfter?: number;
493
+ }
494
+
495
+ // @public
496
+ export interface AutonomousDatabasesUpdateOptionalParams extends coreClient.OperationOptions {
497
+ resumeFrom?: string;
498
+ updateIntervalInMs?: number;
499
+ }
500
+
501
+ // @public
502
+ export type AutonomousDatabasesUpdateResponse = AutonomousDatabase;
503
+
504
+ // @public
505
+ export interface AutonomousDatabaseUpdate {
506
+ properties?: AutonomousDatabaseUpdateProperties;
507
+ tags?: {
508
+ [propertyName: string]: string;
509
+ };
510
+ }
511
+
512
+ // @public
513
+ export interface AutonomousDatabaseUpdateProperties {
514
+ adminPassword?: string;
515
+ autonomousMaintenanceScheduleType?: AutonomousMaintenanceScheduleType;
516
+ backupRetentionPeriodInDays?: number;
517
+ computeCount?: number;
518
+ cpuCoreCount?: number;
519
+ customerContacts?: CustomerContact[];
520
+ databaseEdition?: DatabaseEditionType;
521
+ dataStorageSizeInGbs?: number;
522
+ dataStorageSizeInTbs?: number;
523
+ displayName?: string;
524
+ isAutoScalingEnabled?: boolean;
525
+ isAutoScalingForStorageEnabled?: boolean;
526
+ isLocalDataGuardEnabled?: boolean;
527
+ isMtlsConnectionRequired?: boolean;
528
+ licenseModel?: LicenseModel;
529
+ localAdgAutoFailoverMaxDataLossLimit?: number;
530
+ openMode?: OpenModeType;
531
+ peerDbId?: string;
532
+ permissionLevel?: PermissionLevelType;
533
+ role?: RoleType;
534
+ scheduledOperations?: ScheduledOperationsTypeUpdate;
535
+ whitelistedIps?: string[];
536
+ }
537
+
538
+ // @public
539
+ export interface AutonomousDatabaseVersions {
540
+ get(location: string, autonomousdbversionsname: string, options?: AutonomousDatabaseVersionsGetOptionalParams): Promise<AutonomousDatabaseVersionsGetResponse>;
541
+ listByLocation(location: string, options?: AutonomousDatabaseVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<AutonomousDbVersion>;
542
+ }
543
+
544
+ // @public
545
+ export interface AutonomousDatabaseVersionsGetOptionalParams extends coreClient.OperationOptions {
546
+ }
547
+
548
+ // @public
549
+ export type AutonomousDatabaseVersionsGetResponse = AutonomousDbVersion;
550
+
551
+ // @public
552
+ export interface AutonomousDatabaseVersionsListByLocationNextOptionalParams extends coreClient.OperationOptions {
553
+ }
554
+
555
+ // @public
556
+ export type AutonomousDatabaseVersionsListByLocationNextResponse = AutonomousDbVersionListResult;
557
+
558
+ // @public
559
+ export interface AutonomousDatabaseVersionsListByLocationOptionalParams extends coreClient.OperationOptions {
560
+ }
561
+
562
+ // @public
563
+ export type AutonomousDatabaseVersionsListByLocationResponse = AutonomousDbVersionListResult;
564
+
565
+ // @public
566
+ export interface AutonomousDatabaseWalletFile {
567
+ walletFiles: string;
568
+ }
569
+
570
+ // @public
571
+ export interface AutonomousDbVersion extends ProxyResource {
572
+ properties?: AutonomousDbVersionProperties;
573
+ }
574
+
575
+ // @public
576
+ export interface AutonomousDbVersionListResult {
577
+ readonly nextLink?: string;
578
+ value: AutonomousDbVersion[];
579
+ }
580
+
581
+ // @public
582
+ export interface AutonomousDbVersionProperties {
583
+ readonly dbWorkload?: WorkloadType;
584
+ readonly isDefaultForFree?: boolean;
585
+ readonly isDefaultForPaid?: boolean;
586
+ readonly isFreeTierEnabled?: boolean;
587
+ readonly isPaidEnabled?: boolean;
588
+ readonly version: string;
589
+ }
590
+
591
+ // @public
592
+ export type AutonomousMaintenanceScheduleType = string;
593
+
594
+ // @public
595
+ export type AzureResourceProvisioningState = string;
596
+
597
+ // @public
598
+ export type CloneType = string;
599
+
600
+ // @public
601
+ export interface CloudAccountDetails {
602
+ readonly cloudAccountHomeRegion?: string;
603
+ readonly cloudAccountName?: string;
604
+ }
605
+
606
+ // @public
607
+ export type CloudAccountProvisioningState = string;
608
+
609
+ // @public
610
+ export interface CloudExadataInfrastructure extends TrackedResource {
611
+ properties?: CloudExadataInfrastructureProperties;
612
+ zones: string[];
613
+ }
614
+
615
+ // @public
616
+ export type CloudExadataInfrastructureLifecycleState = string;
617
+
618
+ // @public
619
+ export interface CloudExadataInfrastructureListResult {
620
+ readonly nextLink?: string;
621
+ value: CloudExadataInfrastructure[];
622
+ }
623
+
624
+ // @public
625
+ export interface CloudExadataInfrastructureProperties {
626
+ readonly activatedStorageCount?: number;
627
+ readonly additionalStorageCount?: number;
628
+ readonly availableStorageSizeInGbs?: number;
629
+ computeCount?: number;
630
+ readonly cpuCount?: number;
631
+ customerContacts?: CustomerContact[];
632
+ readonly dataStorageSizeInTbs?: number;
633
+ readonly dbNodeStorageSizeInGbs?: number;
634
+ readonly dbServerVersion?: string;
635
+ displayName: string;
636
+ readonly estimatedPatchingTime?: EstimatedPatchingTime;
637
+ readonly lastMaintenanceRunId?: string;
638
+ readonly lifecycleDetails?: string;
639
+ readonly lifecycleState?: CloudExadataInfrastructureLifecycleState;
640
+ maintenanceWindow?: MaintenanceWindow;
641
+ readonly maxCpuCount?: number;
642
+ readonly maxDataStorageInTbs?: number;
643
+ readonly maxDbNodeStorageSizeInGbs?: number;
644
+ readonly maxMemoryInGbs?: number;
645
+ readonly memorySizeInGbs?: number;
646
+ readonly monthlyDbServerVersion?: string;
647
+ readonly monthlyStorageServerVersion?: string;
648
+ readonly nextMaintenanceRunId?: string;
649
+ readonly ocid?: string;
650
+ readonly ociUrl?: string;
651
+ readonly provisioningState?: AzureResourceProvisioningState;
652
+ shape: string;
653
+ storageCount?: number;
654
+ readonly storageServerVersion?: string;
655
+ readonly timeCreated?: string;
656
+ readonly totalStorageSizeInGbs?: number;
657
+ }
658
+
659
+ // @public
660
+ export interface CloudExadataInfrastructures {
661
+ beginAddStorageCapacity(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructuresAddStorageCapacityResponse>, CloudExadataInfrastructuresAddStorageCapacityResponse>>;
662
+ beginAddStorageCapacityAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresAddStorageCapacityOptionalParams): Promise<CloudExadataInfrastructuresAddStorageCapacityResponse>;
663
+ beginCreateOrUpdate(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructuresCreateOrUpdateResponse>, CloudExadataInfrastructuresCreateOrUpdateResponse>>;
664
+ beginCreateOrUpdateAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, resource: CloudExadataInfrastructure, options?: CloudExadataInfrastructuresCreateOrUpdateOptionalParams): Promise<CloudExadataInfrastructuresCreateOrUpdateResponse>;
665
+ beginDelete(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructuresDeleteResponse>, CloudExadataInfrastructuresDeleteResponse>>;
666
+ beginDeleteAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresDeleteOptionalParams): Promise<CloudExadataInfrastructuresDeleteResponse>;
667
+ beginUpdate(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudExadataInfrastructuresUpdateResponse>, CloudExadataInfrastructuresUpdateResponse>>;
668
+ beginUpdateAndWait(resourceGroupName: string, cloudexadatainfrastructurename: string, properties: CloudExadataInfrastructureUpdate, options?: CloudExadataInfrastructuresUpdateOptionalParams): Promise<CloudExadataInfrastructuresUpdateResponse>;
669
+ get(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: CloudExadataInfrastructuresGetOptionalParams): Promise<CloudExadataInfrastructuresGetResponse>;
670
+ listByResourceGroup(resourceGroupName: string, options?: CloudExadataInfrastructuresListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudExadataInfrastructure>;
671
+ listBySubscription(options?: CloudExadataInfrastructuresListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudExadataInfrastructure>;
672
+ }
673
+
674
+ // @public
675
+ export interface CloudExadataInfrastructuresAddStorageCapacityHeaders {
676
+ location?: string;
677
+ retryAfter?: number;
678
+ }
679
+
680
+ // @public
681
+ export interface CloudExadataInfrastructuresAddStorageCapacityOptionalParams extends coreClient.OperationOptions {
682
+ resumeFrom?: string;
683
+ updateIntervalInMs?: number;
684
+ }
685
+
686
+ // @public
687
+ export type CloudExadataInfrastructuresAddStorageCapacityResponse = CloudExadataInfrastructure;
688
+
689
+ // @public
690
+ export interface CloudExadataInfrastructuresCreateOrUpdateHeaders {
691
+ retryAfter?: number;
692
+ }
693
+
694
+ // @public
695
+ export interface CloudExadataInfrastructuresCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
696
+ resumeFrom?: string;
697
+ updateIntervalInMs?: number;
698
+ }
699
+
700
+ // @public
701
+ export type CloudExadataInfrastructuresCreateOrUpdateResponse = CloudExadataInfrastructure;
702
+
703
+ // @public
704
+ export interface CloudExadataInfrastructuresDeleteHeaders {
705
+ location?: string;
706
+ retryAfter?: number;
707
+ }
708
+
709
+ // @public
710
+ export interface CloudExadataInfrastructuresDeleteOptionalParams extends coreClient.OperationOptions {
711
+ resumeFrom?: string;
712
+ updateIntervalInMs?: number;
713
+ }
714
+
715
+ // @public
716
+ export type CloudExadataInfrastructuresDeleteResponse = CloudExadataInfrastructuresDeleteHeaders;
717
+
718
+ // @public
719
+ export interface CloudExadataInfrastructuresGetOptionalParams extends coreClient.OperationOptions {
720
+ }
721
+
722
+ // @public
723
+ export type CloudExadataInfrastructuresGetResponse = CloudExadataInfrastructure;
724
+
725
+ // @public
726
+ export interface CloudExadataInfrastructuresListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
727
+ }
728
+
729
+ // @public
730
+ export type CloudExadataInfrastructuresListByResourceGroupNextResponse = CloudExadataInfrastructureListResult;
731
+
732
+ // @public
733
+ export interface CloudExadataInfrastructuresListByResourceGroupOptionalParams extends coreClient.OperationOptions {
734
+ }
735
+
736
+ // @public
737
+ export type CloudExadataInfrastructuresListByResourceGroupResponse = CloudExadataInfrastructureListResult;
738
+
739
+ // @public
740
+ export interface CloudExadataInfrastructuresListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
741
+ }
742
+
743
+ // @public
744
+ export type CloudExadataInfrastructuresListBySubscriptionNextResponse = CloudExadataInfrastructureListResult;
745
+
746
+ // @public
747
+ export interface CloudExadataInfrastructuresListBySubscriptionOptionalParams extends coreClient.OperationOptions {
748
+ }
749
+
750
+ // @public
751
+ export type CloudExadataInfrastructuresListBySubscriptionResponse = CloudExadataInfrastructureListResult;
752
+
753
+ // @public
754
+ export interface CloudExadataInfrastructuresUpdateHeaders {
755
+ location?: string;
756
+ retryAfter?: number;
757
+ }
758
+
759
+ // @public
760
+ export interface CloudExadataInfrastructuresUpdateOptionalParams extends coreClient.OperationOptions {
761
+ resumeFrom?: string;
762
+ updateIntervalInMs?: number;
763
+ }
764
+
765
+ // @public
766
+ export type CloudExadataInfrastructuresUpdateResponse = CloudExadataInfrastructure;
767
+
768
+ // @public
769
+ export interface CloudExadataInfrastructureUpdate {
770
+ properties?: CloudExadataInfrastructureUpdateProperties;
771
+ tags?: {
772
+ [propertyName: string]: string;
773
+ };
774
+ zones?: string[];
775
+ }
776
+
777
+ // @public
778
+ export interface CloudExadataInfrastructureUpdateProperties {
779
+ computeCount?: number;
780
+ customerContacts?: CustomerContact[];
781
+ displayName?: string;
782
+ maintenanceWindow?: MaintenanceWindow;
783
+ storageCount?: number;
784
+ }
785
+
786
+ // @public
787
+ export interface CloudVmCluster extends TrackedResource {
788
+ properties?: CloudVmClusterProperties;
789
+ }
790
+
791
+ // @public
792
+ export type CloudVmClusterLifecycleState = string;
793
+
794
+ // @public
795
+ export interface CloudVmClusterListResult {
796
+ readonly nextLink?: string;
797
+ value: CloudVmCluster[];
798
+ }
799
+
800
+ // @public
801
+ export interface CloudVmClusterProperties {
802
+ backupSubnetCidr?: string;
803
+ cloudExadataInfrastructureId: string;
804
+ clusterName?: string;
805
+ readonly compartmentId?: string;
806
+ computeNodes?: string[];
807
+ cpuCoreCount: number;
808
+ dataCollectionOptions?: DataCollectionOptions;
809
+ dataStoragePercentage?: number;
810
+ dataStorageSizeInTbs?: number;
811
+ dbNodeStorageSizeInGbs?: number;
812
+ dbServers?: string[];
813
+ readonly diskRedundancy?: DiskRedundancy;
814
+ displayName: string;
815
+ domain?: string;
816
+ giVersion: string;
817
+ hostname: string;
818
+ readonly iormConfigCache?: ExadataIormConfig;
819
+ isLocalBackupEnabled?: boolean;
820
+ isSparseDiskgroupEnabled?: boolean;
821
+ readonly lastUpdateHistoryEntryId?: string;
822
+ licenseModel?: LicenseModel;
823
+ readonly lifecycleDetails?: string;
824
+ readonly lifecycleState?: CloudVmClusterLifecycleState;
825
+ readonly listenerPort?: number;
826
+ memorySizeInGbs?: number;
827
+ readonly nodeCount?: number;
828
+ nsgCidrs?: NSGCidr[];
829
+ readonly nsgUrl?: string;
830
+ readonly ocid?: string;
831
+ readonly ociUrl?: string;
832
+ ocpuCount?: number;
833
+ readonly provisioningState?: AzureResourceProvisioningState;
834
+ readonly scanDnsName?: string;
835
+ readonly scanDnsRecordId?: string;
836
+ readonly scanIpIds?: string[];
837
+ scanListenerPortTcp?: number;
838
+ scanListenerPortTcpSsl?: number;
839
+ readonly shape?: string;
840
+ sshPublicKeys: string[];
841
+ storageSizeInGbs?: number;
842
+ subnetId: string;
843
+ readonly subnetOcid?: string;
844
+ readonly systemVersion?: string;
845
+ readonly timeCreated?: Date;
846
+ timeZone?: string;
847
+ readonly vipIds?: string[];
848
+ vnetId: string;
849
+ zoneId?: string;
850
+ }
851
+
852
+ // @public
853
+ export interface CloudVmClusters {
854
+ beginAddVms(resourceGroupName: string, cloudvmclustername: string, body: AddRemoveDbNode, options?: CloudVmClustersAddVmsOptionalParams): Promise<SimplePollerLike<OperationState<CloudVmClustersAddVmsResponse>, CloudVmClustersAddVmsResponse>>;
855
+ beginAddVmsAndWait(resourceGroupName: string, cloudvmclustername: string, body: AddRemoveDbNode, options?: CloudVmClustersAddVmsOptionalParams): Promise<CloudVmClustersAddVmsResponse>;
856
+ beginCreateOrUpdate(resourceGroupName: string, cloudvmclustername: string, resource: CloudVmCluster, options?: CloudVmClustersCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudVmClustersCreateOrUpdateResponse>, CloudVmClustersCreateOrUpdateResponse>>;
857
+ beginCreateOrUpdateAndWait(resourceGroupName: string, cloudvmclustername: string, resource: CloudVmCluster, options?: CloudVmClustersCreateOrUpdateOptionalParams): Promise<CloudVmClustersCreateOrUpdateResponse>;
858
+ beginDelete(resourceGroupName: string, cloudvmclustername: string, options?: CloudVmClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<CloudVmClustersDeleteResponse>, CloudVmClustersDeleteResponse>>;
859
+ beginDeleteAndWait(resourceGroupName: string, cloudvmclustername: string, options?: CloudVmClustersDeleteOptionalParams): Promise<CloudVmClustersDeleteResponse>;
860
+ beginRemoveVms(resourceGroupName: string, cloudvmclustername: string, body: AddRemoveDbNode, options?: CloudVmClustersRemoveVmsOptionalParams): Promise<SimplePollerLike<OperationState<CloudVmClustersRemoveVmsResponse>, CloudVmClustersRemoveVmsResponse>>;
861
+ beginRemoveVmsAndWait(resourceGroupName: string, cloudvmclustername: string, body: AddRemoveDbNode, options?: CloudVmClustersRemoveVmsOptionalParams): Promise<CloudVmClustersRemoveVmsResponse>;
862
+ beginUpdate(resourceGroupName: string, cloudvmclustername: string, properties: CloudVmClusterUpdate, options?: CloudVmClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CloudVmClustersUpdateResponse>, CloudVmClustersUpdateResponse>>;
863
+ beginUpdateAndWait(resourceGroupName: string, cloudvmclustername: string, properties: CloudVmClusterUpdate, options?: CloudVmClustersUpdateOptionalParams): Promise<CloudVmClustersUpdateResponse>;
864
+ get(resourceGroupName: string, cloudvmclustername: string, options?: CloudVmClustersGetOptionalParams): Promise<CloudVmClustersGetResponse>;
865
+ listByResourceGroup(resourceGroupName: string, options?: CloudVmClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<CloudVmCluster>;
866
+ listBySubscription(options?: CloudVmClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<CloudVmCluster>;
867
+ listPrivateIpAddresses(resourceGroupName: string, cloudvmclustername: string, body: PrivateIpAddressesFilter, options?: CloudVmClustersListPrivateIpAddressesOptionalParams): Promise<CloudVmClustersListPrivateIpAddressesResponse>;
868
+ }
869
+
870
+ // @public
871
+ export interface CloudVmClustersAddVmsHeaders {
872
+ location?: string;
873
+ retryAfter?: number;
874
+ }
875
+
876
+ // @public
877
+ export interface CloudVmClustersAddVmsOptionalParams extends coreClient.OperationOptions {
878
+ resumeFrom?: string;
879
+ updateIntervalInMs?: number;
880
+ }
881
+
882
+ // @public
883
+ export type CloudVmClustersAddVmsResponse = CloudVmCluster;
884
+
885
+ // @public
886
+ export interface CloudVmClustersCreateOrUpdateHeaders {
887
+ retryAfter?: number;
888
+ }
889
+
890
+ // @public
891
+ export interface CloudVmClustersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
892
+ resumeFrom?: string;
893
+ updateIntervalInMs?: number;
894
+ }
895
+
896
+ // @public
897
+ export type CloudVmClustersCreateOrUpdateResponse = CloudVmCluster;
898
+
899
+ // @public
900
+ export interface CloudVmClustersDeleteHeaders {
901
+ location?: string;
902
+ retryAfter?: number;
903
+ }
904
+
905
+ // @public
906
+ export interface CloudVmClustersDeleteOptionalParams extends coreClient.OperationOptions {
907
+ resumeFrom?: string;
908
+ updateIntervalInMs?: number;
909
+ }
910
+
911
+ // @public
912
+ export type CloudVmClustersDeleteResponse = CloudVmClustersDeleteHeaders;
913
+
914
+ // @public
915
+ export interface CloudVmClustersGetOptionalParams extends coreClient.OperationOptions {
916
+ }
917
+
918
+ // @public
919
+ export type CloudVmClustersGetResponse = CloudVmCluster;
920
+
921
+ // @public
922
+ export interface CloudVmClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
923
+ }
924
+
925
+ // @public
926
+ export type CloudVmClustersListByResourceGroupNextResponse = CloudVmClusterListResult;
927
+
928
+ // @public
929
+ export interface CloudVmClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
930
+ }
931
+
932
+ // @public
933
+ export type CloudVmClustersListByResourceGroupResponse = CloudVmClusterListResult;
934
+
935
+ // @public
936
+ export interface CloudVmClustersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
937
+ }
938
+
939
+ // @public
940
+ export type CloudVmClustersListBySubscriptionNextResponse = CloudVmClusterListResult;
941
+
942
+ // @public
943
+ export interface CloudVmClustersListBySubscriptionOptionalParams extends coreClient.OperationOptions {
944
+ }
945
+
946
+ // @public
947
+ export type CloudVmClustersListBySubscriptionResponse = CloudVmClusterListResult;
948
+
949
+ // @public
950
+ export interface CloudVmClustersListPrivateIpAddressesOptionalParams extends coreClient.OperationOptions {
951
+ }
952
+
953
+ // @public
954
+ export type CloudVmClustersListPrivateIpAddressesResponse = PrivateIpAddressProperties[];
955
+
956
+ // @public
957
+ export interface CloudVmClustersRemoveVmsHeaders {
958
+ location?: string;
959
+ retryAfter?: number;
960
+ }
961
+
962
+ // @public
963
+ export interface CloudVmClustersRemoveVmsOptionalParams extends coreClient.OperationOptions {
964
+ resumeFrom?: string;
965
+ updateIntervalInMs?: number;
966
+ }
967
+
968
+ // @public
969
+ export type CloudVmClustersRemoveVmsResponse = CloudVmCluster;
970
+
971
+ // @public
972
+ export interface CloudVmClustersUpdateHeaders {
973
+ location?: string;
974
+ retryAfter?: number;
975
+ }
976
+
977
+ // @public
978
+ export interface CloudVmClustersUpdateOptionalParams extends coreClient.OperationOptions {
979
+ resumeFrom?: string;
980
+ updateIntervalInMs?: number;
981
+ }
982
+
983
+ // @public
984
+ export type CloudVmClustersUpdateResponse = CloudVmCluster;
985
+
986
+ // @public
987
+ export interface CloudVmClusterUpdate {
988
+ properties?: CloudVmClusterUpdateProperties;
989
+ tags?: {
990
+ [propertyName: string]: string;
991
+ };
992
+ }
993
+
994
+ // @public
995
+ export interface CloudVmClusterUpdateProperties {
996
+ computeNodes?: string[];
997
+ cpuCoreCount?: number;
998
+ dataCollectionOptions?: DataCollectionOptions;
999
+ dataStorageSizeInTbs?: number;
1000
+ dbNodeStorageSizeInGbs?: number;
1001
+ displayName?: string;
1002
+ licenseModel?: LicenseModel;
1003
+ memorySizeInGbs?: number;
1004
+ ocpuCount?: number;
1005
+ sshPublicKeys?: string[];
1006
+ storageSizeInGbs?: number;
1007
+ }
1008
+
1009
+ // @public
1010
+ export type ComputeModel = string;
1011
+
1012
+ // @public
1013
+ export interface ConnectionStringType {
1014
+ allConnectionStrings?: AllConnectionStringType;
1015
+ dedicated?: string;
1016
+ high?: string;
1017
+ low?: string;
1018
+ medium?: string;
1019
+ profiles?: ProfileType[];
1020
+ }
1021
+
1022
+ // @public
1023
+ export interface ConnectionUrlType {
1024
+ apexUrl?: string;
1025
+ databaseTransformsUrl?: string;
1026
+ graphStudioUrl?: string;
1027
+ machineLearningNotebookUrl?: string;
1028
+ mongoDbUrl?: string;
1029
+ ordsUrl?: string;
1030
+ sqlDevWebUrl?: string;
1031
+ }
1032
+
1033
+ // @public
1034
+ export type ConsumerGroup = string;
1035
+
1036
+ // @public
1037
+ export type CreatedByType = string;
1038
+
1039
+ // @public
1040
+ export interface CustomerContact {
1041
+ email: string;
1042
+ }
1043
+
1044
+ // @public
1045
+ export type DatabaseEditionType = string;
1046
+
1047
+ // @public
1048
+ export type DataBaseType = string;
1049
+
1050
+ // @public
1051
+ export interface DataCollectionOptions {
1052
+ isDiagnosticsEventsEnabled?: boolean;
1053
+ isHealthMonitoringEnabled?: boolean;
1054
+ isIncidentLogsEnabled?: boolean;
1055
+ }
1056
+
1057
+ // @public
1058
+ export type DataSafeStatusType = string;
1059
+
1060
+ // @public
1061
+ export interface DayOfWeek {
1062
+ name: DayOfWeekName;
1063
+ }
1064
+
1065
+ // @public
1066
+ export type DayOfWeekName = string;
1067
+
1068
+ // @public
1069
+ export interface DayOfWeekUpdate {
1070
+ name?: DayOfWeekName;
1071
+ }
1072
+
1073
+ // @public
1074
+ export interface DbIormConfig {
1075
+ dbName?: string;
1076
+ flashCacheLimit?: string;
1077
+ share?: number;
1078
+ }
1079
+
1080
+ // @public
1081
+ export interface DbNode extends ProxyResource {
1082
+ properties?: DbNodeProperties;
1083
+ }
1084
+
1085
+ // @public
1086
+ export interface DbNodeAction {
1087
+ action: DbNodeActionEnum;
1088
+ }
1089
+
1090
+ // @public
1091
+ export type DbNodeActionEnum = string;
1092
+
1093
+ // @public
1094
+ export interface DbNodeListResult {
1095
+ readonly nextLink?: string;
1096
+ value: DbNode[];
1097
+ }
1098
+
1099
+ // @public
1100
+ export type DbNodeMaintenanceType = string;
1101
+
1102
+ // @public
1103
+ export interface DbNodeProperties {
1104
+ readonly additionalDetails?: string;
1105
+ readonly backupIpId?: string;
1106
+ readonly backupVnic2Id?: string;
1107
+ readonly backupVnicId?: string;
1108
+ readonly cpuCoreCount?: number;
1109
+ readonly dbNodeStorageSizeInGbs?: number;
1110
+ readonly dbServerId?: string;
1111
+ readonly dbSystemId: string;
1112
+ readonly faultDomain?: string;
1113
+ readonly hostIpId?: string;
1114
+ readonly hostname?: string;
1115
+ readonly lifecycleDetails?: string;
1116
+ readonly lifecycleState?: DbNodeProvisioningState;
1117
+ readonly maintenanceType?: DbNodeMaintenanceType;
1118
+ readonly memorySizeInGbs?: number;
1119
+ readonly ocid: string;
1120
+ readonly provisioningState?: ResourceProvisioningState;
1121
+ readonly softwareStorageSizeInGb?: number;
1122
+ readonly timeCreated?: Date;
1123
+ readonly timeMaintenanceWindowEnd?: Date;
1124
+ readonly timeMaintenanceWindowStart?: Date;
1125
+ readonly vnic2Id?: string;
1126
+ readonly vnicId?: string;
1127
+ }
1128
+
1129
+ // @public
1130
+ export type DbNodeProvisioningState = string;
1131
+
1132
+ // @public
1133
+ export interface DbNodes {
1134
+ beginAction(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams): Promise<SimplePollerLike<OperationState<DbNodesActionResponse>, DbNodesActionResponse>>;
1135
+ beginActionAndWait(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams): Promise<DbNodesActionResponse>;
1136
+ get(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, options?: DbNodesGetOptionalParams): Promise<DbNodesGetResponse>;
1137
+ listByCloudVmCluster(resourceGroupName: string, cloudvmclustername: string, options?: DbNodesListByCloudVmClusterOptionalParams): PagedAsyncIterableIterator<DbNode>;
1138
+ }
1139
+
1140
+ // @public
1141
+ export interface DbNodesActionHeaders {
1142
+ location?: string;
1143
+ retryAfter?: number;
1144
+ }
1145
+
1146
+ // @public
1147
+ export interface DbNodesActionOptionalParams extends coreClient.OperationOptions {
1148
+ resumeFrom?: string;
1149
+ updateIntervalInMs?: number;
1150
+ }
1151
+
1152
+ // @public
1153
+ export type DbNodesActionResponse = DbNode;
1154
+
1155
+ // @public
1156
+ export interface DbNodesGetOptionalParams extends coreClient.OperationOptions {
1157
+ }
1158
+
1159
+ // @public
1160
+ export type DbNodesGetResponse = DbNode;
1161
+
1162
+ // @public
1163
+ export interface DbNodesListByCloudVmClusterNextOptionalParams extends coreClient.OperationOptions {
1164
+ }
1165
+
1166
+ // @public
1167
+ export type DbNodesListByCloudVmClusterNextResponse = DbNodeListResult;
1168
+
1169
+ // @public
1170
+ export interface DbNodesListByCloudVmClusterOptionalParams extends coreClient.OperationOptions {
1171
+ }
1172
+
1173
+ // @public
1174
+ export type DbNodesListByCloudVmClusterResponse = DbNodeListResult;
1175
+
1176
+ // @public
1177
+ export interface DbServer extends ProxyResource {
1178
+ properties?: DbServerProperties;
1179
+ }
1180
+
1181
+ // @public
1182
+ export interface DbServerListResult {
1183
+ readonly nextLink?: string;
1184
+ value: DbServer[];
1185
+ }
1186
+
1187
+ // @public
1188
+ export interface DbServerPatchingDetails {
1189
+ readonly estimatedPatchDuration?: number;
1190
+ readonly patchingStatus?: DbServerPatchingStatus;
1191
+ readonly timePatchingEnded?: Date;
1192
+ readonly timePatchingStarted?: Date;
1193
+ }
1194
+
1195
+ // @public
1196
+ export type DbServerPatchingStatus = string;
1197
+
1198
+ // @public
1199
+ export interface DbServerProperties {
1200
+ readonly autonomousVirtualMachineIds?: string[];
1201
+ readonly autonomousVmClusterIds?: string[];
1202
+ readonly compartmentId?: string;
1203
+ readonly cpuCoreCount?: number;
1204
+ readonly dbNodeIds?: string[];
1205
+ readonly dbNodeStorageSizeInGbs?: number;
1206
+ readonly dbServerPatchingDetails?: DbServerPatchingDetails;
1207
+ readonly displayName?: string;
1208
+ readonly exadataInfrastructureId?: string;
1209
+ readonly lifecycleDetails?: string;
1210
+ readonly lifecycleState?: DbServerProvisioningState;
1211
+ readonly maxCpuCount?: number;
1212
+ readonly maxDbNodeStorageInGbs?: number;
1213
+ readonly maxMemoryInGbs?: number;
1214
+ readonly memorySizeInGbs?: number;
1215
+ readonly ocid?: string;
1216
+ readonly provisioningState?: ResourceProvisioningState;
1217
+ readonly shape?: string;
1218
+ readonly timeCreated?: Date;
1219
+ readonly vmClusterIds?: string[];
1220
+ }
1221
+
1222
+ // @public
1223
+ export type DbServerProvisioningState = string;
1224
+
1225
+ // @public
1226
+ export interface DbServers {
1227
+ get(resourceGroupName: string, cloudexadatainfrastructurename: string, dbserverocid: string, options?: DbServersGetOptionalParams): Promise<DbServersGetResponse>;
1228
+ listByCloudExadataInfrastructure(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: DbServersListByCloudExadataInfrastructureOptionalParams): PagedAsyncIterableIterator<DbServer>;
1229
+ }
1230
+
1231
+ // @public
1232
+ export interface DbServersGetOptionalParams extends coreClient.OperationOptions {
1233
+ }
1234
+
1235
+ // @public
1236
+ export type DbServersGetResponse = DbServer;
1237
+
1238
+ // @public
1239
+ export interface DbServersListByCloudExadataInfrastructureNextOptionalParams extends coreClient.OperationOptions {
1240
+ }
1241
+
1242
+ // @public
1243
+ export type DbServersListByCloudExadataInfrastructureNextResponse = DbServerListResult;
1244
+
1245
+ // @public
1246
+ export interface DbServersListByCloudExadataInfrastructureOptionalParams extends coreClient.OperationOptions {
1247
+ }
1248
+
1249
+ // @public
1250
+ export type DbServersListByCloudExadataInfrastructureResponse = DbServerListResult;
1251
+
1252
+ // @public
1253
+ export interface DbSystemShape extends ProxyResource {
1254
+ properties?: DbSystemShapeProperties;
1255
+ }
1256
+
1257
+ // @public
1258
+ export interface DbSystemShapeListResult {
1259
+ readonly nextLink?: string;
1260
+ value: DbSystemShape[];
1261
+ }
1262
+
1263
+ // @public
1264
+ export interface DbSystemShapeProperties {
1265
+ readonly availableCoreCount: number;
1266
+ readonly availableCoreCountPerNode?: number;
1267
+ readonly availableDataStorageInTbs?: number;
1268
+ readonly availableDataStoragePerServerInTbs?: number;
1269
+ readonly availableDbNodePerNodeInGbs?: number;
1270
+ readonly availableDbNodeStorageInGbs?: number;
1271
+ readonly availableMemoryInGbs?: number;
1272
+ readonly availableMemoryPerNodeInGbs?: number;
1273
+ readonly coreCountIncrement?: number;
1274
+ readonly maximumNodeCount?: number;
1275
+ readonly maxStorageCount?: number;
1276
+ readonly minCoreCountPerNode?: number;
1277
+ readonly minDataStorageInTbs?: number;
1278
+ readonly minDbNodeStoragePerNodeInGbs?: number;
1279
+ readonly minimumCoreCount?: number;
1280
+ readonly minimumNodeCount?: number;
1281
+ readonly minMemoryPerNodeInGbs?: number;
1282
+ readonly minStorageCount?: number;
1283
+ readonly runtimeMinimumCoreCount?: number;
1284
+ readonly shapeFamily?: string;
1285
+ }
1286
+
1287
+ // @public
1288
+ export interface DbSystemShapes {
1289
+ get(location: string, dbsystemshapename: string, options?: DbSystemShapesGetOptionalParams): Promise<DbSystemShapesGetResponse>;
1290
+ listByLocation(location: string, options?: DbSystemShapesListByLocationOptionalParams): PagedAsyncIterableIterator<DbSystemShape>;
1291
+ }
1292
+
1293
+ // @public
1294
+ export interface DbSystemShapesGetOptionalParams extends coreClient.OperationOptions {
1295
+ }
1296
+
1297
+ // @public
1298
+ export type DbSystemShapesGetResponse = DbSystemShape;
1299
+
1300
+ // @public
1301
+ export interface DbSystemShapesListByLocationNextOptionalParams extends coreClient.OperationOptions {
1302
+ }
1303
+
1304
+ // @public
1305
+ export type DbSystemShapesListByLocationNextResponse = DbSystemShapeListResult;
1306
+
1307
+ // @public
1308
+ export interface DbSystemShapesListByLocationOptionalParams extends coreClient.OperationOptions {
1309
+ }
1310
+
1311
+ // @public
1312
+ export type DbSystemShapesListByLocationResponse = DbSystemShapeListResult;
1313
+
1314
+ // @public
1315
+ export type DisasterRecoveryType = string;
1316
+
1317
+ // @public
1318
+ export type DiskRedundancy = string;
1319
+
1320
+ // @public
1321
+ export interface DnsPrivateView extends ProxyResource {
1322
+ properties?: DnsPrivateViewProperties;
1323
+ }
1324
+
1325
+ // @public
1326
+ export interface DnsPrivateViewListResult {
1327
+ readonly nextLink?: string;
1328
+ value: DnsPrivateView[];
1329
+ }
1330
+
1331
+ // @public
1332
+ export interface DnsPrivateViewProperties {
1333
+ readonly displayName?: string;
1334
+ readonly isProtected: boolean;
1335
+ readonly lifecycleState?: DnsPrivateViewsLifecycleState;
1336
+ readonly ocid: string;
1337
+ readonly provisioningState?: ResourceProvisioningState;
1338
+ readonly self: string;
1339
+ readonly timeCreated: Date;
1340
+ readonly timeUpdated: Date;
1341
+ }
1342
+
1343
+ // @public
1344
+ export interface DnsPrivateViews {
1345
+ get(location: string, dnsprivateviewocid: string, options?: DnsPrivateViewsGetOptionalParams): Promise<DnsPrivateViewsGetResponse>;
1346
+ listByLocation(location: string, options?: DnsPrivateViewsListByLocationOptionalParams): PagedAsyncIterableIterator<DnsPrivateView>;
1347
+ }
1348
+
1349
+ // @public
1350
+ export interface DnsPrivateViewsGetOptionalParams extends coreClient.OperationOptions {
1351
+ }
1352
+
1353
+ // @public
1354
+ export type DnsPrivateViewsGetResponse = DnsPrivateView;
1355
+
1356
+ // @public
1357
+ export type DnsPrivateViewsLifecycleState = string;
1358
+
1359
+ // @public
1360
+ export interface DnsPrivateViewsListByLocationNextOptionalParams extends coreClient.OperationOptions {
1361
+ }
1362
+
1363
+ // @public
1364
+ export type DnsPrivateViewsListByLocationNextResponse = DnsPrivateViewListResult;
1365
+
1366
+ // @public
1367
+ export interface DnsPrivateViewsListByLocationOptionalParams extends coreClient.OperationOptions {
1368
+ }
1369
+
1370
+ // @public
1371
+ export type DnsPrivateViewsListByLocationResponse = DnsPrivateViewListResult;
1372
+
1373
+ // @public
1374
+ export interface DnsPrivateZone extends ProxyResource {
1375
+ properties?: DnsPrivateZoneProperties;
1376
+ }
1377
+
1378
+ // @public
1379
+ export interface DnsPrivateZoneListResult {
1380
+ readonly nextLink?: string;
1381
+ value: DnsPrivateZone[];
1382
+ }
1383
+
1384
+ // @public
1385
+ export interface DnsPrivateZoneProperties {
1386
+ readonly isProtected: boolean;
1387
+ readonly lifecycleState?: DnsPrivateZonesLifecycleState;
1388
+ readonly ocid: string;
1389
+ readonly provisioningState?: ResourceProvisioningState;
1390
+ readonly self: string;
1391
+ readonly serial: number;
1392
+ readonly timeCreated: Date;
1393
+ readonly version: string;
1394
+ readonly viewId?: string;
1395
+ readonly zoneType: ZoneType;
1396
+ }
1397
+
1398
+ // @public
1399
+ export interface DnsPrivateZones {
1400
+ get(location: string, dnsprivatezonename: string, options?: DnsPrivateZonesGetOptionalParams): Promise<DnsPrivateZonesGetResponse>;
1401
+ listByLocation(location: string, options?: DnsPrivateZonesListByLocationOptionalParams): PagedAsyncIterableIterator<DnsPrivateZone>;
1402
+ }
1403
+
1404
+ // @public
1405
+ export interface DnsPrivateZonesGetOptionalParams extends coreClient.OperationOptions {
1406
+ }
1407
+
1408
+ // @public
1409
+ export type DnsPrivateZonesGetResponse = DnsPrivateZone;
1410
+
1411
+ // @public
1412
+ export type DnsPrivateZonesLifecycleState = string;
1413
+
1414
+ // @public
1415
+ export interface DnsPrivateZonesListByLocationNextOptionalParams extends coreClient.OperationOptions {
1416
+ }
1417
+
1418
+ // @public
1419
+ export type DnsPrivateZonesListByLocationNextResponse = DnsPrivateZoneListResult;
1420
+
1421
+ // @public
1422
+ export interface DnsPrivateZonesListByLocationOptionalParams extends coreClient.OperationOptions {
1423
+ }
1424
+
1425
+ // @public
1426
+ export type DnsPrivateZonesListByLocationResponse = DnsPrivateZoneListResult;
1427
+
1428
+ // @public
1429
+ export interface ErrorAdditionalInfo {
1430
+ readonly info?: Record<string, unknown>;
1431
+ readonly type?: string;
1432
+ }
1433
+
1434
+ // @public
1435
+ export interface ErrorDetail {
1436
+ readonly additionalInfo?: ErrorAdditionalInfo[];
1437
+ readonly code?: string;
1438
+ readonly details?: ErrorDetail[];
1439
+ readonly message?: string;
1440
+ readonly target?: string;
1441
+ }
1442
+
1443
+ // @public
1444
+ export interface ErrorResponse {
1445
+ error?: ErrorDetail;
1446
+ }
1447
+
1448
+ // @public
1449
+ export interface EstimatedPatchingTime {
1450
+ readonly estimatedDbServerPatchingTime?: number;
1451
+ readonly estimatedNetworkSwitchesPatchingTime?: number;
1452
+ readonly estimatedStorageServerPatchingTime?: number;
1453
+ readonly totalEstimatedPatchingTime?: number;
1454
+ }
1455
+
1456
+ // @public
1457
+ export interface ExadataIormConfig {
1458
+ dbPlans?: DbIormConfig[];
1459
+ lifecycleDetails?: string;
1460
+ lifecycleState?: IormLifecycleState;
1461
+ objective?: Objective;
1462
+ }
1463
+
1464
+ // @public
1465
+ export interface GenerateAutonomousDatabaseWalletDetails {
1466
+ generateType?: GenerateType;
1467
+ isRegional?: boolean;
1468
+ password: string;
1469
+ }
1470
+
1471
+ // @public
1472
+ export type GenerateType = string;
1473
+
1474
+ // @public
1475
+ export function getContinuationToken(page: unknown): string | undefined;
1476
+
1477
+ // @public
1478
+ export interface GiVersion extends ProxyResource {
1479
+ properties?: GiVersionProperties;
1480
+ }
1481
+
1482
+ // @public
1483
+ export interface GiVersionListResult {
1484
+ readonly nextLink?: string;
1485
+ value: GiVersion[];
1486
+ }
1487
+
1488
+ // @public
1489
+ export interface GiVersionProperties {
1490
+ readonly version: string;
1491
+ }
1492
+
1493
+ // @public
1494
+ export interface GiVersions {
1495
+ get(location: string, giversionname: string, options?: GiVersionsGetOptionalParams): Promise<GiVersionsGetResponse>;
1496
+ listByLocation(location: string, options?: GiVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<GiVersion>;
1497
+ }
1498
+
1499
+ // @public
1500
+ export interface GiVersionsGetOptionalParams extends coreClient.OperationOptions {
1501
+ }
1502
+
1503
+ // @public
1504
+ export type GiVersionsGetResponse = GiVersion;
1505
+
1506
+ // @public
1507
+ export interface GiVersionsListByLocationNextOptionalParams extends coreClient.OperationOptions {
1508
+ }
1509
+
1510
+ // @public
1511
+ export type GiVersionsListByLocationNextResponse = GiVersionListResult;
1512
+
1513
+ // @public
1514
+ export interface GiVersionsListByLocationOptionalParams extends coreClient.OperationOptions {
1515
+ }
1516
+
1517
+ // @public
1518
+ export type GiVersionsListByLocationResponse = GiVersionListResult;
1519
+
1520
+ // @public
1521
+ export type HostFormatType = string;
1522
+
1523
+ // @public
1524
+ export type Intent = string;
1525
+
1526
+ // @public
1527
+ export type IormLifecycleState = string;
1528
+
1529
+ // @public
1530
+ export enum KnownActionType {
1531
+ Internal = "Internal"
1532
+ }
1533
+
1534
+ // @public
1535
+ export enum KnownAutonomousDatabaseBackupLifecycleState {
1536
+ Active = "Active",
1537
+ Creating = "Creating",
1538
+ Deleting = "Deleting",
1539
+ Failed = "Failed",
1540
+ Updating = "Updating"
1541
+ }
1542
+
1543
+ // @public
1544
+ export enum KnownAutonomousDatabaseBackupType {
1545
+ Full = "Full",
1546
+ Incremental = "Incremental",
1547
+ LongTerm = "LongTerm"
1548
+ }
1549
+
1550
+ // @public
1551
+ export enum KnownAutonomousDatabaseLifecycleState {
1552
+ Available = "Available",
1553
+ AvailableNeedsAttention = "AvailableNeedsAttention",
1554
+ BackupInProgress = "BackupInProgress",
1555
+ Inaccessible = "Inaccessible",
1556
+ MaintenanceInProgress = "MaintenanceInProgress",
1557
+ Provisioning = "Provisioning",
1558
+ Recreating = "Recreating",
1559
+ Restarting = "Restarting",
1560
+ RestoreFailed = "RestoreFailed",
1561
+ RestoreInProgress = "RestoreInProgress",
1562
+ RoleChangeInProgress = "RoleChangeInProgress",
1563
+ ScaleInProgress = "ScaleInProgress",
1564
+ Standby = "Standby",
1565
+ Starting = "Starting",
1566
+ Stopped = "Stopped",
1567
+ Stopping = "Stopping",
1568
+ Terminated = "Terminated",
1569
+ Terminating = "Terminating",
1570
+ Unavailable = "Unavailable",
1571
+ Updating = "Updating",
1572
+ Upgrading = "Upgrading"
1573
+ }
1574
+
1575
+ // @public
1576
+ export enum KnownAutonomousMaintenanceScheduleType {
1577
+ Early = "Early",
1578
+ Regular = "Regular"
1579
+ }
1580
+
1581
+ // @public
1582
+ export enum KnownAzureResourceProvisioningState {
1583
+ Canceled = "Canceled",
1584
+ Failed = "Failed",
1585
+ Provisioning = "Provisioning",
1586
+ Succeeded = "Succeeded"
1587
+ }
1588
+
1589
+ // @public
1590
+ export enum KnownCloneType {
1591
+ Full = "Full",
1592
+ Metadata = "Metadata"
1593
+ }
1594
+
1595
+ // @public
1596
+ export enum KnownCloudAccountProvisioningState {
1597
+ Available = "Available",
1598
+ Pending = "Pending",
1599
+ Provisioning = "Provisioning"
1600
+ }
1601
+
1602
+ // @public
1603
+ export enum KnownCloudExadataInfrastructureLifecycleState {
1604
+ Available = "Available",
1605
+ Failed = "Failed",
1606
+ MaintenanceInProgress = "MaintenanceInProgress",
1607
+ Provisioning = "Provisioning",
1608
+ Terminated = "Terminated",
1609
+ Terminating = "Terminating",
1610
+ Updating = "Updating"
1611
+ }
1612
+
1613
+ // @public
1614
+ export enum KnownCloudVmClusterLifecycleState {
1615
+ Available = "Available",
1616
+ Failed = "Failed",
1617
+ MaintenanceInProgress = "MaintenanceInProgress",
1618
+ Provisioning = "Provisioning",
1619
+ Terminated = "Terminated",
1620
+ Terminating = "Terminating",
1621
+ Updating = "Updating"
1622
+ }
1623
+
1624
+ // @public
1625
+ export enum KnownComputeModel {
1626
+ Ecpu = "ECPU",
1627
+ Ocpu = "OCPU"
1628
+ }
1629
+
1630
+ // @public
1631
+ export enum KnownConsumerGroup {
1632
+ High = "High",
1633
+ Low = "Low",
1634
+ Medium = "Medium",
1635
+ Tp = "Tp",
1636
+ Tpurgent = "Tpurgent"
1637
+ }
1638
+
1639
+ // @public
1640
+ export enum KnownCreatedByType {
1641
+ Application = "Application",
1642
+ Key = "Key",
1643
+ ManagedIdentity = "ManagedIdentity",
1644
+ User = "User"
1645
+ }
1646
+
1647
+ // @public
1648
+ export enum KnownDatabaseEditionType {
1649
+ EnterpriseEdition = "EnterpriseEdition",
1650
+ StandardEdition = "StandardEdition"
1651
+ }
1652
+
1653
+ // @public
1654
+ export enum KnownDataBaseType {
1655
+ Clone = "Clone",
1656
+ Regular = "Regular"
1657
+ }
1658
+
1659
+ // @public
1660
+ export enum KnownDataSafeStatusType {
1661
+ Deregistering = "Deregistering",
1662
+ Failed = "Failed",
1663
+ NotRegistered = "NotRegistered",
1664
+ Registered = "Registered",
1665
+ Registering = "Registering"
1666
+ }
1667
+
1668
+ // @public
1669
+ export enum KnownDayOfWeekName {
1670
+ Friday = "Friday",
1671
+ Monday = "Monday",
1672
+ Saturday = "Saturday",
1673
+ Sunday = "Sunday",
1674
+ Thursday = "Thursday",
1675
+ Tuesday = "Tuesday",
1676
+ Wednesday = "Wednesday"
1677
+ }
1678
+
1679
+ // @public
1680
+ export enum KnownDbNodeActionEnum {
1681
+ Reset = "Reset",
1682
+ SoftReset = "SoftReset",
1683
+ Start = "Start",
1684
+ Stop = "Stop"
1685
+ }
1686
+
1687
+ // @public
1688
+ export enum KnownDbNodeMaintenanceType {
1689
+ VmdbRebootMigration = "VmdbRebootMigration"
1690
+ }
1691
+
1692
+ // @public
1693
+ export enum KnownDbNodeProvisioningState {
1694
+ Available = "Available",
1695
+ Failed = "Failed",
1696
+ Provisioning = "Provisioning",
1697
+ Starting = "Starting",
1698
+ Stopped = "Stopped",
1699
+ Stopping = "Stopping",
1700
+ Terminated = "Terminated",
1701
+ Terminating = "Terminating",
1702
+ Updating = "Updating"
1703
+ }
1704
+
1705
+ // @public
1706
+ export enum KnownDbServerPatchingStatus {
1707
+ Complete = "Complete",
1708
+ Failed = "Failed",
1709
+ MaintenanceInProgress = "MaintenanceInProgress",
1710
+ Scheduled = "Scheduled"
1711
+ }
1712
+
1713
+ // @public
1714
+ export enum KnownDbServerProvisioningState {
1715
+ Available = "Available",
1716
+ Creating = "Creating",
1717
+ Deleted = "Deleted",
1718
+ Deleting = "Deleting",
1719
+ MaintenanceInProgress = "MaintenanceInProgress",
1720
+ Unavailable = "Unavailable"
1721
+ }
1722
+
1723
+ // @public
1724
+ export enum KnownDisasterRecoveryType {
1725
+ Adg = "Adg",
1726
+ BackupBased = "BackupBased"
1727
+ }
1728
+
1729
+ // @public
1730
+ export enum KnownDiskRedundancy {
1731
+ High = "High",
1732
+ Normal = "Normal"
1733
+ }
1734
+
1735
+ // @public
1736
+ export enum KnownDnsPrivateViewsLifecycleState {
1737
+ Active = "Active",
1738
+ Deleted = "Deleted",
1739
+ Deleting = "Deleting",
1740
+ Updating = "Updating"
1741
+ }
1742
+
1743
+ // @public
1744
+ export enum KnownDnsPrivateZonesLifecycleState {
1745
+ Active = "Active",
1746
+ Creating = "Creating",
1747
+ Deleted = "Deleted",
1748
+ Deleting = "Deleting",
1749
+ Updating = "Updating"
1750
+ }
1751
+
1752
+ // @public
1753
+ export enum KnownGenerateType {
1754
+ All = "All",
1755
+ Single = "Single"
1756
+ }
1757
+
1758
+ // @public
1759
+ export enum KnownHostFormatType {
1760
+ Fqdn = "Fqdn",
1761
+ Ip = "Ip"
1762
+ }
1763
+
1764
+ // @public
1765
+ export enum KnownIntent {
1766
+ Reset = "Reset",
1767
+ Retain = "Retain"
1768
+ }
1769
+
1770
+ // @public
1771
+ export enum KnownIormLifecycleState {
1772
+ BootStrapping = "BootStrapping",
1773
+ Disabled = "Disabled",
1774
+ Enabled = "Enabled",
1775
+ Failed = "Failed",
1776
+ Updating = "Updating"
1777
+ }
1778
+
1779
+ // @public
1780
+ export enum KnownLicenseModel {
1781
+ BringYourOwnLicense = "BringYourOwnLicense",
1782
+ LicenseIncluded = "LicenseIncluded"
1783
+ }
1784
+
1785
+ // @public
1786
+ export enum KnownMonthName {
1787
+ April = "April",
1788
+ August = "August",
1789
+ December = "December",
1790
+ February = "February",
1791
+ January = "January",
1792
+ July = "July",
1793
+ June = "June",
1794
+ March = "March",
1795
+ May = "May",
1796
+ November = "November",
1797
+ October = "October",
1798
+ September = "September"
1799
+ }
1800
+
1801
+ // @public
1802
+ export enum KnownObjective {
1803
+ Auto = "Auto",
1804
+ Balanced = "Balanced",
1805
+ Basic = "Basic",
1806
+ HighThroughput = "HighThroughput",
1807
+ LowLatency = "LowLatency"
1808
+ }
1809
+
1810
+ // @public
1811
+ export enum KnownOpenModeType {
1812
+ ReadOnly = "ReadOnly",
1813
+ ReadWrite = "ReadWrite"
1814
+ }
1815
+
1816
+ // @public
1817
+ export enum KnownOperationsInsightsStatusType {
1818
+ Disabling = "Disabling",
1819
+ Enabled = "Enabled",
1820
+ Enabling = "Enabling",
1821
+ FailedDisabling = "FailedDisabling",
1822
+ FailedEnabling = "FailedEnabling",
1823
+ NotEnabled = "NotEnabled"
1824
+ }
1825
+
1826
+ // @public
1827
+ export enum KnownOracleSubscriptionProvisioningState {
1828
+ Canceled = "Canceled",
1829
+ Failed = "Failed",
1830
+ Succeeded = "Succeeded"
1831
+ }
1832
+
1833
+ // @public
1834
+ export enum KnownOrigin {
1835
+ System = "system",
1836
+ User = "user",
1837
+ UserSystem = "user,system"
1838
+ }
1839
+
1840
+ // @public
1841
+ export enum KnownPatchingMode {
1842
+ NonRolling = "NonRolling",
1843
+ Rolling = "Rolling"
1844
+ }
1845
+
1846
+ // @public
1847
+ export enum KnownPermissionLevelType {
1848
+ Restricted = "Restricted",
1849
+ Unrestricted = "Unrestricted"
1850
+ }
1851
+
1852
+ // @public
1853
+ export enum KnownPreference {
1854
+ CustomPreference = "CustomPreference",
1855
+ NoPreference = "NoPreference"
1856
+ }
1857
+
1858
+ // @public
1859
+ export enum KnownProtocolType {
1860
+ TCP = "TCP",
1861
+ Tcps = "TCPS"
1862
+ }
1863
+
1864
+ // @public
1865
+ export enum KnownRefreshableModelType {
1866
+ Automatic = "Automatic",
1867
+ Manual = "Manual"
1868
+ }
1869
+
1870
+ // @public
1871
+ export enum KnownRefreshableStatusType {
1872
+ NotRefreshing = "NotRefreshing",
1873
+ Refreshing = "Refreshing"
1874
+ }
1875
+
1876
+ // @public
1877
+ export enum KnownResourceProvisioningState {
1878
+ Canceled = "Canceled",
1879
+ Failed = "Failed",
1880
+ Succeeded = "Succeeded"
1881
+ }
1882
+
1883
+ // @public
1884
+ export enum KnownRoleType {
1885
+ BackupCopy = "BackupCopy",
1886
+ DisabledStandby = "DisabledStandby",
1887
+ Primary = "Primary",
1888
+ SnapshotStandby = "SnapshotStandby",
1889
+ Standby = "Standby"
1890
+ }
1891
+
1892
+ // @public
1893
+ export enum KnownSessionModeType {
1894
+ Direct = "Direct",
1895
+ Redirect = "Redirect"
1896
+ }
1897
+
1898
+ // @public
1899
+ export enum KnownSourceType {
1900
+ BackupFromId = "BackupFromId",
1901
+ BackupFromTimestamp = "BackupFromTimestamp",
1902
+ CloneToRefreshable = "CloneToRefreshable",
1903
+ CrossRegionDataguard = "CrossRegionDataguard",
1904
+ CrossRegionDisasterRecovery = "CrossRegionDisasterRecovery",
1905
+ Database = "Database",
1906
+ None = "None"
1907
+ }
1908
+
1909
+ // @public
1910
+ export enum KnownSyntaxFormatType {
1911
+ Ezconnect = "Ezconnect",
1912
+ Ezconnectplus = "Ezconnectplus",
1913
+ Long = "Long"
1914
+ }
1915
+
1916
+ // @public
1917
+ export enum KnownTlsAuthenticationType {
1918
+ Mutual = "Mutual",
1919
+ Server = "Server"
1920
+ }
1921
+
1922
+ // @public
1923
+ export enum KnownUpdateAction {
1924
+ NonRollingApply = "NonRollingApply",
1925
+ PreCheck = "PreCheck",
1926
+ RollBack = "RollBack",
1927
+ RollingApply = "RollingApply"
1928
+ }
1929
+
1930
+ // @public
1931
+ export enum KnownValidationStatus {
1932
+ Failed = "Failed",
1933
+ Succeeded = "Succeeded"
1934
+ }
1935
+
1936
+ // @public
1937
+ export enum KnownVersions {
1938
+ V20230901 = "2023-09-01-preview",
1939
+ VInternalApi = "internal"
1940
+ }
1941
+
1942
+ // @public
1943
+ export enum KnownVirtualNetworkAddressLifecycleState {
1944
+ Available = "Available",
1945
+ Failed = "Failed",
1946
+ Provisioning = "Provisioning",
1947
+ Terminated = "Terminated",
1948
+ Terminating = "Terminating"
1949
+ }
1950
+
1951
+ // @public
1952
+ export enum KnownWorkloadType {
1953
+ AJD = "AJD",
1954
+ Apex = "APEX",
1955
+ DW = "DW",
1956
+ Oltp = "OLTP"
1957
+ }
1958
+
1959
+ // @public
1960
+ export enum KnownZoneType {
1961
+ Primary = "Primary",
1962
+ Secondary = "Secondary"
1963
+ }
1964
+
1965
+ // @public
1966
+ export type LicenseModel = string;
1967
+
1968
+ // @public
1969
+ export interface MaintenanceWindow {
1970
+ customActionTimeoutInMins?: number;
1971
+ daysOfWeek?: DayOfWeek[];
1972
+ hoursOfDay?: number[];
1973
+ isCustomActionTimeoutEnabled?: boolean;
1974
+ isMonthlyPatchingEnabled?: boolean;
1975
+ leadTimeInWeeks?: number;
1976
+ months?: Month[];
1977
+ patchingMode?: PatchingMode;
1978
+ preference?: Preference;
1979
+ weeksOfMonth?: number[];
1980
+ }
1981
+
1982
+ // @public
1983
+ export interface Month {
1984
+ name: MonthName;
1985
+ }
1986
+
1987
+ // @public
1988
+ export type MonthName = string;
1989
+
1990
+ // @public
1991
+ export interface NSGCidr {
1992
+ destinationPortRange?: PortRange;
1993
+ source: string;
1994
+ }
1995
+
1996
+ // @public
1997
+ export type Objective = string;
1998
+
1999
+ // @public
2000
+ export type OpenModeType = string;
2001
+
2002
+ // @public
2003
+ export interface Operation {
2004
+ readonly actionType?: ActionType;
2005
+ display?: OperationDisplay;
2006
+ readonly isDataAction?: boolean;
2007
+ readonly name?: string;
2008
+ readonly origin?: Origin;
2009
+ }
2010
+
2011
+ // @public
2012
+ export interface OperationDisplay {
2013
+ readonly description?: string;
2014
+ readonly operation?: string;
2015
+ readonly provider?: string;
2016
+ readonly resource?: string;
2017
+ }
2018
+
2019
+ // @public
2020
+ export interface OperationListResult {
2021
+ readonly nextLink?: string;
2022
+ readonly value?: Operation[];
2023
+ }
2024
+
2025
+ // @public
2026
+ export interface Operations {
2027
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
2028
+ }
2029
+
2030
+ // @public
2031
+ export type OperationsInsightsStatusType = string;
2032
+
2033
+ // @public
2034
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2035
+ }
2036
+
2037
+ // @public
2038
+ export type OperationsListNextResponse = OperationListResult;
2039
+
2040
+ // @public
2041
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2042
+ }
2043
+
2044
+ // @public
2045
+ export type OperationsListResponse = OperationListResult;
2046
+
2047
+ // @public (undocumented)
2048
+ export class OracleDatabaseManagementClient extends coreClient.ServiceClient {
2049
+ // (undocumented)
2050
+ $host: string;
2051
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: OracleDatabaseManagementClientOptionalParams);
2052
+ // (undocumented)
2053
+ apiVersion: string;
2054
+ // (undocumented)
2055
+ autonomousDatabaseBackups: AutonomousDatabaseBackups;
2056
+ // (undocumented)
2057
+ autonomousDatabaseCharacterSets: AutonomousDatabaseCharacterSets;
2058
+ // (undocumented)
2059
+ autonomousDatabaseNationalCharacterSets: AutonomousDatabaseNationalCharacterSets;
2060
+ // (undocumented)
2061
+ autonomousDatabases: AutonomousDatabases;
2062
+ // (undocumented)
2063
+ autonomousDatabaseVersions: AutonomousDatabaseVersions;
2064
+ // (undocumented)
2065
+ cloudExadataInfrastructures: CloudExadataInfrastructures;
2066
+ // (undocumented)
2067
+ cloudVmClusters: CloudVmClusters;
2068
+ // (undocumented)
2069
+ dbNodes: DbNodes;
2070
+ // (undocumented)
2071
+ dbServers: DbServers;
2072
+ // (undocumented)
2073
+ dbSystemShapes: DbSystemShapes;
2074
+ // (undocumented)
2075
+ dnsPrivateViews: DnsPrivateViews;
2076
+ // (undocumented)
2077
+ dnsPrivateZones: DnsPrivateZones;
2078
+ // (undocumented)
2079
+ giVersions: GiVersions;
2080
+ // (undocumented)
2081
+ operations: Operations;
2082
+ // (undocumented)
2083
+ oracleSubscriptions: OracleSubscriptions;
2084
+ // (undocumented)
2085
+ subscriptionId: string;
2086
+ // (undocumented)
2087
+ virtualNetworkAddresses: VirtualNetworkAddresses;
2088
+ }
2089
+
2090
+ // @public
2091
+ export interface OracleDatabaseManagementClientOptionalParams extends coreClient.ServiceClientOptions {
2092
+ $host?: string;
2093
+ apiVersion?: string;
2094
+ endpoint?: string;
2095
+ }
2096
+
2097
+ // @public
2098
+ export interface OracleSubscription extends ProxyResource {
2099
+ plan?: Plan;
2100
+ properties?: OracleSubscriptionProperties;
2101
+ }
2102
+
2103
+ // @public
2104
+ export interface OracleSubscriptionListResult {
2105
+ readonly nextLink?: string;
2106
+ value: OracleSubscription[];
2107
+ }
2108
+
2109
+ // @public
2110
+ export interface OracleSubscriptionProperties {
2111
+ readonly cloudAccountId?: string;
2112
+ readonly cloudAccountState?: CloudAccountProvisioningState;
2113
+ intent?: Intent;
2114
+ productCode?: string;
2115
+ readonly provisioningState?: OracleSubscriptionProvisioningState;
2116
+ readonly saasSubscriptionId?: string;
2117
+ termUnit?: string;
2118
+ }
2119
+
2120
+ // @public
2121
+ export type OracleSubscriptionProvisioningState = string;
2122
+
2123
+ // @public
2124
+ export interface OracleSubscriptions {
2125
+ beginCreateOrUpdate(resource: OracleSubscription, options?: OracleSubscriptionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsCreateOrUpdateResponse>, OracleSubscriptionsCreateOrUpdateResponse>>;
2126
+ beginCreateOrUpdateAndWait(resource: OracleSubscription, options?: OracleSubscriptionsCreateOrUpdateOptionalParams): Promise<OracleSubscriptionsCreateOrUpdateResponse>;
2127
+ beginDelete(options?: OracleSubscriptionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsDeleteResponse>, OracleSubscriptionsDeleteResponse>>;
2128
+ beginDeleteAndWait(options?: OracleSubscriptionsDeleteOptionalParams): Promise<OracleSubscriptionsDeleteResponse>;
2129
+ beginListActivationLinks(options?: OracleSubscriptionsListActivationLinksOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsListActivationLinksResponse>, OracleSubscriptionsListActivationLinksResponse>>;
2130
+ beginListActivationLinksAndWait(options?: OracleSubscriptionsListActivationLinksOptionalParams): Promise<OracleSubscriptionsListActivationLinksResponse>;
2131
+ beginListCloudAccountDetails(options?: OracleSubscriptionsListCloudAccountDetailsOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsListCloudAccountDetailsResponse>, OracleSubscriptionsListCloudAccountDetailsResponse>>;
2132
+ beginListCloudAccountDetailsAndWait(options?: OracleSubscriptionsListCloudAccountDetailsOptionalParams): Promise<OracleSubscriptionsListCloudAccountDetailsResponse>;
2133
+ beginListSaasSubscriptionDetails(options?: OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsListSaasSubscriptionDetailsResponse>, OracleSubscriptionsListSaasSubscriptionDetailsResponse>>;
2134
+ beginListSaasSubscriptionDetailsAndWait(options?: OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams): Promise<OracleSubscriptionsListSaasSubscriptionDetailsResponse>;
2135
+ beginUpdate(properties: OracleSubscriptionUpdate, options?: OracleSubscriptionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<OracleSubscriptionsUpdateResponse>, OracleSubscriptionsUpdateResponse>>;
2136
+ beginUpdateAndWait(properties: OracleSubscriptionUpdate, options?: OracleSubscriptionsUpdateOptionalParams): Promise<OracleSubscriptionsUpdateResponse>;
2137
+ get(options?: OracleSubscriptionsGetOptionalParams): Promise<OracleSubscriptionsGetResponse>;
2138
+ listBySubscription(options?: OracleSubscriptionsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<OracleSubscription>;
2139
+ }
2140
+
2141
+ // @public
2142
+ export interface OracleSubscriptionsCreateOrUpdateHeaders {
2143
+ retryAfter?: number;
2144
+ }
2145
+
2146
+ // @public
2147
+ export interface OracleSubscriptionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2148
+ resumeFrom?: string;
2149
+ updateIntervalInMs?: number;
2150
+ }
2151
+
2152
+ // @public
2153
+ export type OracleSubscriptionsCreateOrUpdateResponse = OracleSubscription;
2154
+
2155
+ // @public
2156
+ export interface OracleSubscriptionsDeleteHeaders {
2157
+ location?: string;
2158
+ retryAfter?: number;
2159
+ }
2160
+
2161
+ // @public
2162
+ export interface OracleSubscriptionsDeleteOptionalParams extends coreClient.OperationOptions {
2163
+ resumeFrom?: string;
2164
+ updateIntervalInMs?: number;
2165
+ }
2166
+
2167
+ // @public
2168
+ export type OracleSubscriptionsDeleteResponse = OracleSubscriptionsDeleteHeaders;
2169
+
2170
+ // @public
2171
+ export interface OracleSubscriptionsGetOptionalParams extends coreClient.OperationOptions {
2172
+ }
2173
+
2174
+ // @public
2175
+ export type OracleSubscriptionsGetResponse = OracleSubscription;
2176
+
2177
+ // @public
2178
+ export interface OracleSubscriptionsListActivationLinksHeaders {
2179
+ location?: string;
2180
+ retryAfter?: number;
2181
+ }
2182
+
2183
+ // @public
2184
+ export interface OracleSubscriptionsListActivationLinksOptionalParams extends coreClient.OperationOptions {
2185
+ resumeFrom?: string;
2186
+ updateIntervalInMs?: number;
2187
+ }
2188
+
2189
+ // @public
2190
+ export type OracleSubscriptionsListActivationLinksResponse = ActivationLinks;
2191
+
2192
+ // @public
2193
+ export interface OracleSubscriptionsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
2194
+ }
2195
+
2196
+ // @public
2197
+ export type OracleSubscriptionsListBySubscriptionNextResponse = OracleSubscriptionListResult;
2198
+
2199
+ // @public
2200
+ export interface OracleSubscriptionsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
2201
+ }
2202
+
2203
+ // @public
2204
+ export type OracleSubscriptionsListBySubscriptionResponse = OracleSubscriptionListResult;
2205
+
2206
+ // @public
2207
+ export interface OracleSubscriptionsListCloudAccountDetailsHeaders {
2208
+ location?: string;
2209
+ retryAfter?: number;
2210
+ }
2211
+
2212
+ // @public
2213
+ export interface OracleSubscriptionsListCloudAccountDetailsOptionalParams extends coreClient.OperationOptions {
2214
+ resumeFrom?: string;
2215
+ updateIntervalInMs?: number;
2216
+ }
2217
+
2218
+ // @public
2219
+ export type OracleSubscriptionsListCloudAccountDetailsResponse = CloudAccountDetails;
2220
+
2221
+ // @public
2222
+ export interface OracleSubscriptionsListSaasSubscriptionDetailsHeaders {
2223
+ location?: string;
2224
+ retryAfter?: number;
2225
+ }
2226
+
2227
+ // @public
2228
+ export interface OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams extends coreClient.OperationOptions {
2229
+ resumeFrom?: string;
2230
+ updateIntervalInMs?: number;
2231
+ }
2232
+
2233
+ // @public
2234
+ export type OracleSubscriptionsListSaasSubscriptionDetailsResponse = SaasSubscriptionDetails;
2235
+
2236
+ // @public
2237
+ export interface OracleSubscriptionsUpdateHeaders {
2238
+ location?: string;
2239
+ retryAfter?: number;
2240
+ }
2241
+
2242
+ // @public
2243
+ export interface OracleSubscriptionsUpdateOptionalParams extends coreClient.OperationOptions {
2244
+ resumeFrom?: string;
2245
+ updateIntervalInMs?: number;
2246
+ }
2247
+
2248
+ // @public
2249
+ export type OracleSubscriptionsUpdateResponse = OracleSubscription;
2250
+
2251
+ // @public
2252
+ export interface OracleSubscriptionUpdate {
2253
+ plan?: ResourcePlanTypeUpdate;
2254
+ properties?: OracleSubscriptionUpdateProperties;
2255
+ }
2256
+
2257
+ // @public
2258
+ export interface OracleSubscriptionUpdateProperties {
2259
+ intent?: Intent;
2260
+ productCode?: string;
2261
+ }
2262
+
2263
+ // @public
2264
+ export type Origin = string;
2265
+
2266
+ // @public
2267
+ export type PatchingMode = string;
2268
+
2269
+ // @public
2270
+ export interface PeerDbDetails {
2271
+ peerDbId?: string;
2272
+ }
2273
+
2274
+ // @public
2275
+ export type PermissionLevelType = string;
2276
+
2277
+ // @public
2278
+ export interface Plan {
2279
+ name: string;
2280
+ product: string;
2281
+ promotionCode?: string;
2282
+ publisher: string;
2283
+ version?: string;
2284
+ }
2285
+
2286
+ // @public
2287
+ export interface PortRange {
2288
+ max: number;
2289
+ min: number;
2290
+ }
2291
+
2292
+ // @public
2293
+ export type Preference = string;
2294
+
2295
+ // @public
2296
+ export interface PrivateIpAddressesFilter {
2297
+ subnetId: string;
2298
+ vnicId: string;
2299
+ }
2300
+
2301
+ // @public
2302
+ export interface PrivateIpAddressProperties {
2303
+ displayName: string;
2304
+ hostnameLabel: string;
2305
+ ipAddress: string;
2306
+ ocid: string;
2307
+ subnetId: string;
2308
+ }
2309
+
2310
+ // @public
2311
+ export interface ProfileType {
2312
+ consumerGroup?: ConsumerGroup;
2313
+ displayName: string;
2314
+ hostFormat: HostFormatType;
2315
+ isRegional?: boolean;
2316
+ protocol: ProtocolType;
2317
+ sessionMode: SessionModeType;
2318
+ syntaxFormat: SyntaxFormatType;
2319
+ tlsAuthentication?: TlsAuthenticationType;
2320
+ value: string;
2321
+ }
2322
+
2323
+ // @public
2324
+ export type ProtocolType = string;
2325
+
2326
+ // @public
2327
+ export interface ProxyResource extends Resource {
2328
+ }
2329
+
2330
+ // @public
2331
+ export type RefreshableModelType = string;
2332
+
2333
+ // @public
2334
+ export type RefreshableStatusType = string;
2335
+
2336
+ // @public
2337
+ export interface Resource {
2338
+ readonly id?: string;
2339
+ readonly name?: string;
2340
+ readonly systemData?: SystemData;
2341
+ readonly type?: string;
2342
+ }
2343
+
2344
+ // @public
2345
+ export interface ResourcePlanTypeUpdate {
2346
+ name?: string;
2347
+ product?: string;
2348
+ promotionCode?: string;
2349
+ publisher?: string;
2350
+ version?: string;
2351
+ }
2352
+
2353
+ // @public
2354
+ export type ResourceProvisioningState = string;
2355
+
2356
+ // @public
2357
+ export type RoleType = string;
2358
+
2359
+ // @public
2360
+ export interface SaasSubscriptionDetails {
2361
+ readonly id?: string;
2362
+ readonly isAutoRenew?: boolean;
2363
+ readonly isFreeTrial?: boolean;
2364
+ readonly offerId?: string;
2365
+ readonly planId?: string;
2366
+ readonly publisherId?: string;
2367
+ readonly purchaserEmailId?: string;
2368
+ readonly purchaserTenantId?: string;
2369
+ readonly saasSubscriptionStatus?: string;
2370
+ readonly subscriptionName?: string;
2371
+ readonly termUnit?: string;
2372
+ readonly timeCreated?: Date;
2373
+ }
2374
+
2375
+ // @public
2376
+ export interface ScheduledOperationsType {
2377
+ dayOfWeek: DayOfWeek;
2378
+ scheduledStartTime?: string;
2379
+ scheduledStopTime?: string;
2380
+ }
2381
+
2382
+ // @public
2383
+ export interface ScheduledOperationsTypeUpdate {
2384
+ dayOfWeek?: DayOfWeekUpdate;
2385
+ scheduledStartTime?: string;
2386
+ scheduledStopTime?: string;
2387
+ }
2388
+
2389
+ // @public
2390
+ export type SessionModeType = string;
2391
+
2392
+ // @public
2393
+ export type SourceType = string;
2394
+
2395
+ // @public
2396
+ export type SyntaxFormatType = string;
2397
+
2398
+ // @public
2399
+ export interface SystemData {
2400
+ createdAt?: Date;
2401
+ createdBy?: string;
2402
+ createdByType?: CreatedByType;
2403
+ lastModifiedAt?: Date;
2404
+ lastModifiedBy?: string;
2405
+ lastModifiedByType?: CreatedByType;
2406
+ }
2407
+
2408
+ // @public
2409
+ export type TlsAuthenticationType = string;
2410
+
2411
+ // @public
2412
+ export interface TrackedResource extends Resource {
2413
+ location: string;
2414
+ tags?: {
2415
+ [propertyName: string]: string;
2416
+ };
2417
+ }
2418
+
2419
+ // @public
2420
+ export type UpdateAction = string;
2421
+
2422
+ // @public
2423
+ export interface ValidationError {
2424
+ code: string;
2425
+ message: string;
2426
+ }
2427
+
2428
+ // @public
2429
+ export interface ValidationResult {
2430
+ error: ValidationError;
2431
+ readonly status: ValidationStatus;
2432
+ }
2433
+
2434
+ // @public
2435
+ export type ValidationStatus = string;
2436
+
2437
+ // @public
2438
+ export type Versions = string;
2439
+
2440
+ // @public
2441
+ export interface VirtualNetworkAddress extends ProxyResource {
2442
+ properties?: VirtualNetworkAddressProperties;
2443
+ }
2444
+
2445
+ // @public
2446
+ export interface VirtualNetworkAddresses {
2447
+ beginCreateOrUpdate(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, resource: VirtualNetworkAddress, options?: VirtualNetworkAddressesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkAddressesCreateOrUpdateResponse>, VirtualNetworkAddressesCreateOrUpdateResponse>>;
2448
+ beginCreateOrUpdateAndWait(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, resource: VirtualNetworkAddress, options?: VirtualNetworkAddressesCreateOrUpdateOptionalParams): Promise<VirtualNetworkAddressesCreateOrUpdateResponse>;
2449
+ beginDelete(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkAddressesDeleteResponse>, VirtualNetworkAddressesDeleteResponse>>;
2450
+ beginDeleteAndWait(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesDeleteOptionalParams): Promise<VirtualNetworkAddressesDeleteResponse>;
2451
+ get(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesGetOptionalParams): Promise<VirtualNetworkAddressesGetResponse>;
2452
+ listByCloudVmCluster(resourceGroupName: string, cloudvmclustername: string, options?: VirtualNetworkAddressesListByCloudVmClusterOptionalParams): PagedAsyncIterableIterator<VirtualNetworkAddress>;
2453
+ }
2454
+
2455
+ // @public
2456
+ export interface VirtualNetworkAddressesCreateOrUpdateHeaders {
2457
+ retryAfter?: number;
2458
+ }
2459
+
2460
+ // @public
2461
+ export interface VirtualNetworkAddressesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2462
+ resumeFrom?: string;
2463
+ updateIntervalInMs?: number;
2464
+ }
2465
+
2466
+ // @public
2467
+ export type VirtualNetworkAddressesCreateOrUpdateResponse = VirtualNetworkAddress;
2468
+
2469
+ // @public
2470
+ export interface VirtualNetworkAddressesDeleteHeaders {
2471
+ location?: string;
2472
+ retryAfter?: number;
2473
+ }
2474
+
2475
+ // @public
2476
+ export interface VirtualNetworkAddressesDeleteOptionalParams extends coreClient.OperationOptions {
2477
+ resumeFrom?: string;
2478
+ updateIntervalInMs?: number;
2479
+ }
2480
+
2481
+ // @public
2482
+ export type VirtualNetworkAddressesDeleteResponse = VirtualNetworkAddressesDeleteHeaders;
2483
+
2484
+ // @public
2485
+ export interface VirtualNetworkAddressesGetOptionalParams extends coreClient.OperationOptions {
2486
+ }
2487
+
2488
+ // @public
2489
+ export type VirtualNetworkAddressesGetResponse = VirtualNetworkAddress;
2490
+
2491
+ // @public
2492
+ export interface VirtualNetworkAddressesListByCloudVmClusterNextOptionalParams extends coreClient.OperationOptions {
2493
+ }
2494
+
2495
+ // @public
2496
+ export type VirtualNetworkAddressesListByCloudVmClusterNextResponse = VirtualNetworkAddressListResult;
2497
+
2498
+ // @public
2499
+ export interface VirtualNetworkAddressesListByCloudVmClusterOptionalParams extends coreClient.OperationOptions {
2500
+ }
2501
+
2502
+ // @public
2503
+ export type VirtualNetworkAddressesListByCloudVmClusterResponse = VirtualNetworkAddressListResult;
2504
+
2505
+ // @public
2506
+ export type VirtualNetworkAddressLifecycleState = string;
2507
+
2508
+ // @public
2509
+ export interface VirtualNetworkAddressListResult {
2510
+ readonly nextLink?: string;
2511
+ value: VirtualNetworkAddress[];
2512
+ }
2513
+
2514
+ // @public
2515
+ export interface VirtualNetworkAddressProperties {
2516
+ readonly domain?: string;
2517
+ ipAddress?: string;
2518
+ readonly lifecycleDetails?: string;
2519
+ readonly lifecycleState?: VirtualNetworkAddressLifecycleState;
2520
+ readonly ocid?: string;
2521
+ readonly provisioningState?: AzureResourceProvisioningState;
2522
+ readonly timeAssigned?: Date;
2523
+ vmOcid?: string;
2524
+ }
2525
+
2526
+ // @public
2527
+ export type WorkloadType = string;
2528
+
2529
+ // @public
2530
+ export type ZoneType = string;
2531
+
2532
+ // (No @packageDocumentation comment for this package)
2533
+
2534
+ ```