@azure/arm-oracledatabase 1.0.1-alpha.20250214.1 → 1.0.1-alpha.20250218.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -14
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.js +374 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/autonomousDatabaseBackups.d.ts +100 -0
- package/dist/browser/operations/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/browser/operations/autonomousDatabaseBackups.js +460 -0
- package/dist/browser/operations/autonomousDatabaseBackups.js.map +1 -0
- package/dist/browser/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
- package/dist/browser/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/browser/operations/autonomousDatabaseCharacterSets.js +175 -0
- package/dist/browser/operations/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
- package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.js +175 -0
- package/dist/browser/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/browser/operations/autonomousDatabaseVersions.d.ts +42 -0
- package/dist/browser/operations/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/browser/operations/autonomousDatabaseVersions.js +175 -0
- package/dist/browser/operations/autonomousDatabaseVersions.js.map +1 -0
- package/dist/browser/operations/autonomousDatabases.d.ts +177 -0
- package/dist/browser/operations/autonomousDatabases.d.ts.map +1 -0
- package/dist/browser/operations/autonomousDatabases.js +915 -0
- package/dist/browser/operations/autonomousDatabases.js.map +1 -0
- package/dist/browser/operations/cloudExadataInfrastructures.d.ts +121 -0
- package/dist/browser/operations/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/browser/operations/cloudExadataInfrastructures.js +634 -0
- package/dist/browser/operations/cloudExadataInfrastructures.js.map +1 -0
- package/dist/browser/operations/cloudVmClusters.d.ts +147 -0
- package/dist/browser/operations/cloudVmClusters.d.ts.map +1 -0
- package/dist/browser/operations/cloudVmClusters.js +757 -0
- package/dist/browser/operations/cloudVmClusters.js.map +1 -0
- package/dist/browser/operations/dbNodes.d.ts +65 -0
- package/dist/browser/operations/dbNodes.d.ts.map +1 -0
- package/dist/browser/operations/dbNodes.js +279 -0
- package/dist/browser/operations/dbNodes.js.map +1 -0
- package/dist/browser/operations/dbServers.d.ts +47 -0
- package/dist/browser/operations/dbServers.d.ts.map +1 -0
- package/dist/browser/operations/dbServers.js +188 -0
- package/dist/browser/operations/dbServers.js.map +1 -0
- package/dist/browser/operations/dbSystemShapes.d.ts +42 -0
- package/dist/browser/operations/dbSystemShapes.d.ts.map +1 -0
- package/dist/browser/operations/dbSystemShapes.js +175 -0
- package/dist/browser/operations/dbSystemShapes.js.map +1 -0
- package/dist/browser/operations/dnsPrivateViews.d.ts +42 -0
- package/dist/browser/operations/dnsPrivateViews.d.ts.map +1 -0
- package/dist/browser/operations/dnsPrivateViews.js +175 -0
- package/dist/browser/operations/dnsPrivateViews.js.map +1 -0
- package/dist/browser/operations/dnsPrivateZones.d.ts +42 -0
- package/dist/browser/operations/dnsPrivateZones.d.ts.map +1 -0
- package/dist/browser/operations/dnsPrivateZones.js +175 -0
- package/dist/browser/operations/dnsPrivateZones.js.map +1 -0
- package/dist/browser/operations/giVersions.d.ts +42 -0
- package/dist/browser/operations/giVersions.d.ts.map +1 -0
- package/dist/browser/operations/giVersions.js +175 -0
- package/dist/browser/operations/giVersions.js.map +1 -0
- package/dist/browser/operations/index.d.ts +18 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +25 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/oracleSubscriptions.d.ts +102 -0
- package/dist/browser/operations/oracleSubscriptions.d.ts.map +1 -0
- package/dist/browser/operations/oracleSubscriptions.js +608 -0
- package/dist/browser/operations/oracleSubscriptions.js.map +1 -0
- package/dist/browser/operations/systemVersions.d.ts +42 -0
- package/dist/browser/operations/systemVersions.d.ts.map +1 -0
- package/dist/browser/operations/systemVersions.js +175 -0
- package/dist/browser/operations/systemVersions.js.map +1 -0
- package/dist/browser/operations/virtualNetworkAddresses.d.ts +81 -0
- package/dist/browser/operations/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworkAddresses.js +374 -0
- package/dist/browser/operations/virtualNetworkAddresses.js.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabases.d.ts +141 -0
- package/dist/browser/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/autonomousDatabases.js.map +1 -0
- package/dist/browser/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
- package/dist/browser/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
- package/dist/browser/operationsInterfaces/cloudVmClusters.d.ts +111 -0
- package/dist/browser/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/cloudVmClusters.js.map +1 -0
- package/dist/browser/operationsInterfaces/dbNodes.d.ts +40 -0
- package/dist/browser/operationsInterfaces/dbNodes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dbNodes.js.map +1 -0
- package/dist/browser/operationsInterfaces/dbServers.d.ts +21 -0
- package/dist/browser/operationsInterfaces/dbServers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dbServers.js.map +1 -0
- package/dist/browser/operationsInterfaces/dbSystemShapes.d.ts +19 -0
- package/dist/browser/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dbSystemShapes.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
- package/dist/browser/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsPrivateViews.js.map +1 -0
- package/dist/browser/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
- package/dist/browser/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dnsPrivateZones.js.map +1 -0
- package/dist/browser/operationsInterfaces/giVersions.d.ts +19 -0
- package/dist/browser/operationsInterfaces/giVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/giVersions.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +18 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +25 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
- package/dist/browser/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/oracleSubscriptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/systemVersions.d.ts +19 -0
- package/dist/browser/operationsInterfaces/systemVersions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/systemVersions.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
- package/dist/browser/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
- package/dist/browser/oracleDatabaseManagementClient.d.ts +36 -0
- package/dist/browser/oracleDatabaseManagementClient.d.ts.map +1 -0
- package/dist/browser/oracleDatabaseManagementClient.js +115 -0
- package/dist/browser/oracleDatabaseManagementClient.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +17 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +4114 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +668 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +142 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +5743 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +42 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +377 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseBackups.d.ts +100 -0
- package/dist/commonjs/operations/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseBackups.js +464 -0
- package/dist/commonjs/operations/autonomousDatabaseBackups.js.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
- package/dist/commonjs/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseCharacterSets.js +179 -0
- package/dist/commonjs/operations/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
- package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.js +179 -0
- package/dist/commonjs/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseVersions.d.ts +42 -0
- package/dist/commonjs/operations/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/autonomousDatabaseVersions.js +179 -0
- package/dist/commonjs/operations/autonomousDatabaseVersions.js.map +1 -0
- package/dist/commonjs/operations/autonomousDatabases.d.ts +177 -0
- package/dist/commonjs/operations/autonomousDatabases.d.ts.map +1 -0
- package/dist/commonjs/operations/autonomousDatabases.js +919 -0
- package/dist/commonjs/operations/autonomousDatabases.js.map +1 -0
- package/dist/commonjs/operations/cloudExadataInfrastructures.d.ts +121 -0
- package/dist/commonjs/operations/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/commonjs/operations/cloudExadataInfrastructures.js +638 -0
- package/dist/commonjs/operations/cloudExadataInfrastructures.js.map +1 -0
- package/dist/commonjs/operations/cloudVmClusters.d.ts +147 -0
- package/dist/commonjs/operations/cloudVmClusters.d.ts.map +1 -0
- package/dist/commonjs/operations/cloudVmClusters.js +761 -0
- package/dist/commonjs/operations/cloudVmClusters.js.map +1 -0
- package/dist/commonjs/operations/dbNodes.d.ts +65 -0
- package/dist/commonjs/operations/dbNodes.d.ts.map +1 -0
- package/dist/commonjs/operations/dbNodes.js +283 -0
- package/dist/commonjs/operations/dbNodes.js.map +1 -0
- package/dist/commonjs/operations/dbServers.d.ts +47 -0
- package/dist/commonjs/operations/dbServers.d.ts.map +1 -0
- package/dist/commonjs/operations/dbServers.js +192 -0
- package/dist/commonjs/operations/dbServers.js.map +1 -0
- package/dist/commonjs/operations/dbSystemShapes.d.ts +42 -0
- package/dist/commonjs/operations/dbSystemShapes.d.ts.map +1 -0
- package/dist/commonjs/operations/dbSystemShapes.js +179 -0
- package/dist/commonjs/operations/dbSystemShapes.js.map +1 -0
- package/dist/commonjs/operations/dnsPrivateViews.d.ts +42 -0
- package/dist/commonjs/operations/dnsPrivateViews.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsPrivateViews.js +179 -0
- package/dist/commonjs/operations/dnsPrivateViews.js.map +1 -0
- package/dist/commonjs/operations/dnsPrivateZones.d.ts +42 -0
- package/dist/commonjs/operations/dnsPrivateZones.d.ts.map +1 -0
- package/dist/commonjs/operations/dnsPrivateZones.js +179 -0
- package/dist/commonjs/operations/dnsPrivateZones.js.map +1 -0
- package/dist/commonjs/operations/giVersions.d.ts +42 -0
- package/dist/commonjs/operations/giVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/giVersions.js +179 -0
- package/dist/commonjs/operations/giVersions.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +18 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +28 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/oracleSubscriptions.d.ts +102 -0
- package/dist/commonjs/operations/oracleSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operations/oracleSubscriptions.js +612 -0
- package/dist/commonjs/operations/oracleSubscriptions.js.map +1 -0
- package/dist/commonjs/operations/systemVersions.d.ts +42 -0
- package/dist/commonjs/operations/systemVersions.d.ts.map +1 -0
- package/dist/commonjs/operations/systemVersions.js +179 -0
- package/dist/commonjs/operations/systemVersions.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworkAddresses.d.ts +81 -0
- package/dist/commonjs/operations/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworkAddresses.js +378 -0
- package/dist/commonjs/operations/virtualNetworkAddresses.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.js +10 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +10 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabases.d.ts +141 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabases.js +10 -0
- package/dist/commonjs/operationsInterfaces/autonomousDatabases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
- package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.js +10 -0
- package/dist/commonjs/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudVmClusters.d.ts +111 -0
- package/dist/commonjs/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/cloudVmClusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/cloudVmClusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dbNodes.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/dbNodes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dbNodes.js +10 -0
- package/dist/commonjs/operationsInterfaces/dbNodes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dbServers.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/dbServers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dbServers.js +10 -0
- package/dist/commonjs/operationsInterfaces/dbServers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dbSystemShapes.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dbSystemShapes.js +10 -0
- package/dist/commonjs/operationsInterfaces/dbSystemShapes.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateViews.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateViews.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateZones.js +10 -0
- package/dist/commonjs/operationsInterfaces/dnsPrivateZones.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/giVersions.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/giVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/giVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/giVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +18 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +28 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/oracleSubscriptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/oracleSubscriptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemVersions.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/systemVersions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/systemVersions.js +10 -0
- package/dist/commonjs/operationsInterfaces/systemVersions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
- package/dist/commonjs/oracleDatabaseManagementClient.d.ts +36 -0
- package/dist/commonjs/oracleDatabaseManagementClient.d.ts.map +1 -0
- package/dist/commonjs/oracleDatabaseManagementClient.js +120 -0
- package/dist/commonjs/oracleDatabaseManagementClient.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +14 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +4114 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +664 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +142 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +5738 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +42 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +374 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/autonomousDatabaseBackups.d.ts +100 -0
- package/dist/esm/operations/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/esm/operations/autonomousDatabaseBackups.js +460 -0
- package/dist/esm/operations/autonomousDatabaseBackups.js.map +1 -0
- package/dist/esm/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
- package/dist/esm/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/esm/operations/autonomousDatabaseCharacterSets.js +175 -0
- package/dist/esm/operations/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
- package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.js +175 -0
- package/dist/esm/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/esm/operations/autonomousDatabaseVersions.d.ts +42 -0
- package/dist/esm/operations/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/esm/operations/autonomousDatabaseVersions.js +175 -0
- package/dist/esm/operations/autonomousDatabaseVersions.js.map +1 -0
- package/dist/esm/operations/autonomousDatabases.d.ts +177 -0
- package/dist/esm/operations/autonomousDatabases.d.ts.map +1 -0
- package/dist/esm/operations/autonomousDatabases.js +915 -0
- package/dist/esm/operations/autonomousDatabases.js.map +1 -0
- package/dist/esm/operations/cloudExadataInfrastructures.d.ts +121 -0
- package/dist/esm/operations/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/esm/operations/cloudExadataInfrastructures.js +634 -0
- package/dist/esm/operations/cloudExadataInfrastructures.js.map +1 -0
- package/dist/esm/operations/cloudVmClusters.d.ts +147 -0
- package/dist/esm/operations/cloudVmClusters.d.ts.map +1 -0
- package/dist/esm/operations/cloudVmClusters.js +757 -0
- package/dist/esm/operations/cloudVmClusters.js.map +1 -0
- package/dist/esm/operations/dbNodes.d.ts +65 -0
- package/dist/esm/operations/dbNodes.d.ts.map +1 -0
- package/dist/esm/operations/dbNodes.js +279 -0
- package/dist/esm/operations/dbNodes.js.map +1 -0
- package/dist/esm/operations/dbServers.d.ts +47 -0
- package/dist/esm/operations/dbServers.d.ts.map +1 -0
- package/dist/esm/operations/dbServers.js +188 -0
- package/dist/esm/operations/dbServers.js.map +1 -0
- package/dist/esm/operations/dbSystemShapes.d.ts +42 -0
- package/dist/esm/operations/dbSystemShapes.d.ts.map +1 -0
- package/dist/esm/operations/dbSystemShapes.js +175 -0
- package/dist/esm/operations/dbSystemShapes.js.map +1 -0
- package/dist/esm/operations/dnsPrivateViews.d.ts +42 -0
- package/dist/esm/operations/dnsPrivateViews.d.ts.map +1 -0
- package/dist/esm/operations/dnsPrivateViews.js +175 -0
- package/dist/esm/operations/dnsPrivateViews.js.map +1 -0
- package/dist/esm/operations/dnsPrivateZones.d.ts +42 -0
- package/dist/esm/operations/dnsPrivateZones.d.ts.map +1 -0
- package/dist/esm/operations/dnsPrivateZones.js +175 -0
- package/dist/esm/operations/dnsPrivateZones.js.map +1 -0
- package/dist/esm/operations/giVersions.d.ts +42 -0
- package/dist/esm/operations/giVersions.d.ts.map +1 -0
- package/dist/esm/operations/giVersions.js +175 -0
- package/dist/esm/operations/giVersions.js.map +1 -0
- package/dist/esm/operations/index.d.ts +18 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +25 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/oracleSubscriptions.d.ts +102 -0
- package/dist/esm/operations/oracleSubscriptions.d.ts.map +1 -0
- package/dist/esm/operations/oracleSubscriptions.js +608 -0
- package/dist/esm/operations/oracleSubscriptions.js.map +1 -0
- package/dist/esm/operations/systemVersions.d.ts +42 -0
- package/dist/esm/operations/systemVersions.d.ts.map +1 -0
- package/dist/esm/operations/systemVersions.js +175 -0
- package/dist/esm/operations/systemVersions.js.map +1 -0
- package/dist/esm/operations/virtualNetworkAddresses.d.ts +81 -0
- package/dist/esm/operations/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworkAddresses.js +374 -0
- package/dist/esm/operations/virtualNetworkAddresses.js.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.js +9 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.js +9 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +9 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.js +9 -0
- package/dist/esm/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabases.d.ts +141 -0
- package/dist/esm/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/autonomousDatabases.js +9 -0
- package/dist/esm/operationsInterfaces/autonomousDatabases.js.map +1 -0
- package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
- package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.js +9 -0
- package/dist/esm/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
- package/dist/esm/operationsInterfaces/cloudVmClusters.d.ts +111 -0
- package/dist/esm/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/cloudVmClusters.js +9 -0
- package/dist/esm/operationsInterfaces/cloudVmClusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/dbNodes.d.ts +40 -0
- package/dist/esm/operationsInterfaces/dbNodes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dbNodes.js +9 -0
- package/dist/esm/operationsInterfaces/dbNodes.js.map +1 -0
- package/dist/esm/operationsInterfaces/dbServers.d.ts +21 -0
- package/dist/esm/operationsInterfaces/dbServers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dbServers.js +9 -0
- package/dist/esm/operationsInterfaces/dbServers.js.map +1 -0
- package/dist/esm/operationsInterfaces/dbSystemShapes.d.ts +19 -0
- package/dist/esm/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dbSystemShapes.js +9 -0
- package/dist/esm/operationsInterfaces/dbSystemShapes.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
- package/dist/esm/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsPrivateViews.js +9 -0
- package/dist/esm/operationsInterfaces/dnsPrivateViews.js.map +1 -0
- package/dist/esm/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
- package/dist/esm/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dnsPrivateZones.js +9 -0
- package/dist/esm/operationsInterfaces/dnsPrivateZones.js.map +1 -0
- package/dist/esm/operationsInterfaces/giVersions.d.ts +19 -0
- package/dist/esm/operationsInterfaces/giVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/giVersions.js +9 -0
- package/dist/esm/operationsInterfaces/giVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +18 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +25 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
- package/dist/esm/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/oracleSubscriptions.js +9 -0
- package/dist/esm/operationsInterfaces/oracleSubscriptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/systemVersions.d.ts +19 -0
- package/dist/esm/operationsInterfaces/systemVersions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/systemVersions.js +9 -0
- package/dist/esm/operationsInterfaces/systemVersions.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
- package/dist/esm/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkAddresses.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
- package/dist/esm/oracleDatabaseManagementClient.d.ts +36 -0
- package/dist/esm/oracleDatabaseManagementClient.d.ts.map +1 -0
- package/dist/esm/oracleDatabaseManagementClient.js +115 -0
- package/dist/esm/oracleDatabaseManagementClient.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +14 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +4114 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +664 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +142 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +5738 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +42 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +374 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseBackups.d.ts +100 -0
- package/dist/react-native/operations/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseBackups.js +460 -0
- package/dist/react-native/operations/autonomousDatabaseBackups.js.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseCharacterSets.d.ts +42 -0
- package/dist/react-native/operations/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseCharacterSets.js +175 -0
- package/dist/react-native/operations/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.d.ts +42 -0
- package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.js +175 -0
- package/dist/react-native/operations/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseVersions.d.ts +42 -0
- package/dist/react-native/operations/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/react-native/operations/autonomousDatabaseVersions.js +175 -0
- package/dist/react-native/operations/autonomousDatabaseVersions.js.map +1 -0
- package/dist/react-native/operations/autonomousDatabases.d.ts +177 -0
- package/dist/react-native/operations/autonomousDatabases.d.ts.map +1 -0
- package/dist/react-native/operations/autonomousDatabases.js +915 -0
- package/dist/react-native/operations/autonomousDatabases.js.map +1 -0
- package/dist/react-native/operations/cloudExadataInfrastructures.d.ts +121 -0
- package/dist/react-native/operations/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/react-native/operations/cloudExadataInfrastructures.js +634 -0
- package/dist/react-native/operations/cloudExadataInfrastructures.js.map +1 -0
- package/dist/react-native/operations/cloudVmClusters.d.ts +147 -0
- package/dist/react-native/operations/cloudVmClusters.d.ts.map +1 -0
- package/dist/react-native/operations/cloudVmClusters.js +757 -0
- package/dist/react-native/operations/cloudVmClusters.js.map +1 -0
- package/dist/react-native/operations/dbNodes.d.ts +65 -0
- package/dist/react-native/operations/dbNodes.d.ts.map +1 -0
- package/dist/react-native/operations/dbNodes.js +279 -0
- package/dist/react-native/operations/dbNodes.js.map +1 -0
- package/dist/react-native/operations/dbServers.d.ts +47 -0
- package/dist/react-native/operations/dbServers.d.ts.map +1 -0
- package/dist/react-native/operations/dbServers.js +188 -0
- package/dist/react-native/operations/dbServers.js.map +1 -0
- package/dist/react-native/operations/dbSystemShapes.d.ts +42 -0
- package/dist/react-native/operations/dbSystemShapes.d.ts.map +1 -0
- package/dist/react-native/operations/dbSystemShapes.js +175 -0
- package/dist/react-native/operations/dbSystemShapes.js.map +1 -0
- package/dist/react-native/operations/dnsPrivateViews.d.ts +42 -0
- package/dist/react-native/operations/dnsPrivateViews.d.ts.map +1 -0
- package/dist/react-native/operations/dnsPrivateViews.js +175 -0
- package/dist/react-native/operations/dnsPrivateViews.js.map +1 -0
- package/dist/react-native/operations/dnsPrivateZones.d.ts +42 -0
- package/dist/react-native/operations/dnsPrivateZones.d.ts.map +1 -0
- package/dist/react-native/operations/dnsPrivateZones.js +175 -0
- package/dist/react-native/operations/dnsPrivateZones.js.map +1 -0
- package/dist/react-native/operations/giVersions.d.ts +42 -0
- package/dist/react-native/operations/giVersions.d.ts.map +1 -0
- package/dist/react-native/operations/giVersions.js +175 -0
- package/dist/react-native/operations/giVersions.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +18 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +25 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/oracleSubscriptions.d.ts +102 -0
- package/dist/react-native/operations/oracleSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operations/oracleSubscriptions.js +608 -0
- package/dist/react-native/operations/oracleSubscriptions.js.map +1 -0
- package/dist/react-native/operations/systemVersions.d.ts +42 -0
- package/dist/react-native/operations/systemVersions.d.ts.map +1 -0
- package/dist/react-native/operations/systemVersions.js +175 -0
- package/dist/react-native/operations/systemVersions.js.map +1 -0
- package/dist/react-native/operations/virtualNetworkAddresses.d.ts +81 -0
- package/dist/react-native/operations/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworkAddresses.js +374 -0
- package/dist/react-native/operations/virtualNetworkAddresses.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.js +9 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseBackups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.js +9 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +9 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabaseVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabases.d.ts +141 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabases.js +9 -0
- package/dist/react-native/operationsInterfaces/autonomousDatabases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.d.ts +85 -0
- package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.js +9 -0
- package/dist/react-native/operationsInterfaces/cloudExadataInfrastructures.js.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudVmClusters.d.ts +111 -0
- package/dist/react-native/operationsInterfaces/cloudVmClusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/cloudVmClusters.js +9 -0
- package/dist/react-native/operationsInterfaces/cloudVmClusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dbNodes.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/dbNodes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dbNodes.js +9 -0
- package/dist/react-native/operationsInterfaces/dbNodes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dbServers.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/dbServers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dbServers.js +9 -0
- package/dist/react-native/operationsInterfaces/dbServers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dbSystemShapes.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/dbSystemShapes.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dbSystemShapes.js +9 -0
- package/dist/react-native/operationsInterfaces/dbSystemShapes.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateViews.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateViews.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateViews.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateViews.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateZones.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateZones.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateZones.js +9 -0
- package/dist/react-native/operationsInterfaces/dnsPrivateZones.js.map +1 -0
- package/dist/react-native/operationsInterfaces/giVersions.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/giVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/giVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/giVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +18 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +25 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/oracleSubscriptions.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/oracleSubscriptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/oracleSubscriptions.js +9 -0
- package/dist/react-native/operationsInterfaces/oracleSubscriptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/systemVersions.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/systemVersions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/systemVersions.js +9 -0
- package/dist/react-native/operationsInterfaces/systemVersions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkAddresses.js.map +1 -0
- package/dist/react-native/oracleDatabaseManagementClient.d.ts +36 -0
- package/dist/react-native/oracleDatabaseManagementClient.d.ts.map +1 -0
- package/dist/react-native/oracleDatabaseManagementClient.js +115 -0
- package/dist/react-native/oracleDatabaseManagementClient.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +70 -42
- package/dist/index.js +0 -12867
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js +0 -63
- package/dist-esm/samples-dev/autonomousDatabaseBackupsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js +0 -56
- package/dist-esm/samples-dev/autonomousDatabaseBackupsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js +0 -56
- package/dist-esm/samples-dev/autonomousDatabaseBackupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js +0 -86
- package/dist-esm/samples-dev/autonomousDatabaseBackupsListByAutonomousDatabaseSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js +0 -51
- package/dist-esm/samples-dev/autonomousDatabaseBackupsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.js +0 -36
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/autonomousDatabaseCharacterSetsListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.js +0 -36
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/autonomousDatabaseNationalCharacterSetsListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.js +0 -36
- package/dist-esm/samples-dev/autonomousDatabaseVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/autonomousDatabaseVersionsListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js +0 -153
- package/dist-esm/samples-dev/autonomousDatabasesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.js +0 -36
- package/dist-esm/samples-dev/autonomousDatabasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js +0 -49
- package/dist-esm/samples-dev/autonomousDatabasesFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js +0 -34
- package/dist-esm/samples-dev/autonomousDatabasesGenerateWalletSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesGetSample.js +0 -54
- package/dist-esm/samples-dev/autonomousDatabasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/autonomousDatabasesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/autonomousDatabasesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js +0 -53
- package/dist-esm/samples-dev/autonomousDatabasesRestoreSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js +0 -36
- package/dist-esm/samples-dev/autonomousDatabasesShrinkSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js +0 -49
- package/dist-esm/samples-dev/autonomousDatabasesSwitchoverSample.js.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.js +0 -30
- package/dist-esm/samples-dev/autonomousDatabasesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.js +0 -36
- package/dist-esm/samples-dev/cloudExadataInfrastructuresAddStorageCapacitySample.js.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.js +0 -40
- package/dist-esm/samples-dev/cloudExadataInfrastructuresCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.js +0 -36
- package/dist-esm/samples-dev/cloudExadataInfrastructuresDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.js +0 -36
- package/dist-esm/samples-dev/cloudExadataInfrastructuresGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/cloudExadataInfrastructuresListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.js +0 -30
- package/dist-esm/samples-dev/cloudExadataInfrastructuresUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.js +0 -30
- package/dist-esm/samples-dev/cloudVMClustersAddVmsSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.js +0 -70
- package/dist-esm/samples-dev/cloudVMClustersCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersDeleteSample.js +0 -36
- package/dist-esm/samples-dev/cloudVMClustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersGetSample.js +0 -36
- package/dist-esm/samples-dev/cloudVMClustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.js +0 -51
- package/dist-esm/samples-dev/cloudVMClustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/cloudVMClustersListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.js +0 -33
- package/dist-esm/samples-dev/cloudVMClustersListPrivateIPAddressesSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.js +0 -30
- package/dist-esm/samples-dev/cloudVMClustersRemoveVmsSample.js.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/cloudVMClustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/cloudVMClustersUpdateSample.js +0 -30
- package/dist-esm/samples-dev/cloudVMClustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dbNodesActionSample.d.ts +0 -2
- package/dist-esm/samples-dev/dbNodesActionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dbNodesActionSample.js +0 -51
- package/dist-esm/samples-dev/dbNodesActionSample.js.map +0 -1
- package/dist-esm/samples-dev/dbNodesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dbNodesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dbNodesGetSample.js +0 -37
- package/dist-esm/samples-dev/dbNodesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.js +0 -52
- package/dist-esm/samples-dev/dbNodesListByCloudVMClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/dbServersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dbServersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dbServersGetSample.js +0 -37
- package/dist-esm/samples-dev/dbServersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.d.ts +0 -2
- package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.js +0 -52
- package/dist-esm/samples-dev/dbServersListByCloudExadataInfrastructureSample.js.map +0 -1
- package/dist-esm/samples-dev/dbSystemShapesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dbSystemShapesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dbSystemShapesGetSample.js +0 -36
- package/dist-esm/samples-dev/dbSystemShapesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/dbSystemShapesListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateViewsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsPrivateViewsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateViewsGetSample.js +0 -36
- package/dist-esm/samples-dev/dnsPrivateViewsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/dnsPrivateViewsListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateZonesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsPrivateZonesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateZonesGetSample.js +0 -36
- package/dist-esm/samples-dev/dnsPrivateZonesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/dnsPrivateZonesListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/giVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/giVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/giVersionsGetSample.js +0 -36
- package/dist-esm/samples-dev/giVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/giVersionsListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/giVersionsListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/giVersionsListByLocationSample.js +0 -51
- package/dist-esm/samples-dev/giVersionsListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -50
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.js +0 -37
- package/dist-esm/samples-dev/oracleSubscriptionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.js +0 -34
- package/dist-esm/samples-dev/oracleSubscriptionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsGetSample.js +0 -34
- package/dist-esm/samples-dev/oracleSubscriptionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.js +0 -34
- package/dist-esm/samples-dev/oracleSubscriptionsListActivationLinksSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.js +0 -50
- package/dist-esm/samples-dev/oracleSubscriptionsListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.js +0 -34
- package/dist-esm/samples-dev/oracleSubscriptionsListCloudAccountDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.js +0 -34
- package/dist-esm/samples-dev/oracleSubscriptionsListSaasSubscriptionDetailsSample.js.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.js +0 -28
- package/dist-esm/samples-dev/oracleSubscriptionsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/systemVersionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/systemVersionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/systemVersionsGetSample.js +0 -54
- package/dist-esm/samples-dev/systemVersionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts +0 -2
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.js +0 -84
- package/dist-esm/samples-dev/systemVersionsListByLocationSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.js +0 -33
- package/dist-esm/samples-dev/virtualNetworkAddressesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.js +0 -37
- package/dist-esm/samples-dev/virtualNetworkAddressesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.js +0 -37
- package/dist-esm/samples-dev/virtualNetworkAddressesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.js +0 -52
- package/dist-esm/samples-dev/virtualNetworkAddressesListByCloudVMClusterSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -374
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseBackups.d.ts +0 -100
- package/dist-esm/src/operations/autonomousDatabaseBackups.d.ts.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseBackups.js +0 -472
- package/dist-esm/src/operations/autonomousDatabaseBackups.js.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseCharacterSets.d.ts +0 -42
- package/dist-esm/src/operations/autonomousDatabaseCharacterSets.d.ts.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseCharacterSets.js +0 -175
- package/dist-esm/src/operations/autonomousDatabaseCharacterSets.js.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.d.ts +0 -42
- package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.d.ts.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.js +0 -175
- package/dist-esm/src/operations/autonomousDatabaseNationalCharacterSets.js.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseVersions.d.ts +0 -42
- package/dist-esm/src/operations/autonomousDatabaseVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/autonomousDatabaseVersions.js +0 -175
- package/dist-esm/src/operations/autonomousDatabaseVersions.js.map +0 -1
- package/dist-esm/src/operations/autonomousDatabases.d.ts +0 -177
- package/dist-esm/src/operations/autonomousDatabases.d.ts.map +0 -1
- package/dist-esm/src/operations/autonomousDatabases.js +0 -943
- package/dist-esm/src/operations/autonomousDatabases.js.map +0 -1
- package/dist-esm/src/operations/cloudExadataInfrastructures.d.ts +0 -121
- package/dist-esm/src/operations/cloudExadataInfrastructures.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudExadataInfrastructures.js +0 -650
- package/dist-esm/src/operations/cloudExadataInfrastructures.js.map +0 -1
- package/dist-esm/src/operations/cloudVmClusters.d.ts +0 -147
- package/dist-esm/src/operations/cloudVmClusters.d.ts.map +0 -1
- package/dist-esm/src/operations/cloudVmClusters.js +0 -777
- package/dist-esm/src/operations/cloudVmClusters.js.map +0 -1
- package/dist-esm/src/operations/dbNodes.d.ts +0 -65
- package/dist-esm/src/operations/dbNodes.d.ts.map +0 -1
- package/dist-esm/src/operations/dbNodes.js +0 -283
- package/dist-esm/src/operations/dbNodes.js.map +0 -1
- package/dist-esm/src/operations/dbServers.d.ts +0 -47
- package/dist-esm/src/operations/dbServers.d.ts.map +0 -1
- package/dist-esm/src/operations/dbServers.js +0 -188
- package/dist-esm/src/operations/dbServers.js.map +0 -1
- package/dist-esm/src/operations/dbSystemShapes.d.ts +0 -42
- package/dist-esm/src/operations/dbSystemShapes.d.ts.map +0 -1
- package/dist-esm/src/operations/dbSystemShapes.js +0 -175
- package/dist-esm/src/operations/dbSystemShapes.js.map +0 -1
- package/dist-esm/src/operations/dnsPrivateViews.d.ts +0 -42
- package/dist-esm/src/operations/dnsPrivateViews.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsPrivateViews.js +0 -175
- package/dist-esm/src/operations/dnsPrivateViews.js.map +0 -1
- package/dist-esm/src/operations/dnsPrivateZones.d.ts +0 -42
- package/dist-esm/src/operations/dnsPrivateZones.d.ts.map +0 -1
- package/dist-esm/src/operations/dnsPrivateZones.js +0 -175
- package/dist-esm/src/operations/dnsPrivateZones.js.map +0 -1
- package/dist-esm/src/operations/giVersions.d.ts +0 -42
- package/dist-esm/src/operations/giVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/giVersions.js +0 -175
- package/dist-esm/src/operations/giVersions.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -18
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -25
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -133
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/oracleSubscriptions.d.ts +0 -102
- package/dist-esm/src/operations/oracleSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operations/oracleSubscriptions.js +0 -632
- package/dist-esm/src/operations/oracleSubscriptions.js.map +0 -1
- package/dist-esm/src/operations/systemVersions.d.ts +0 -42
- package/dist-esm/src/operations/systemVersions.d.ts.map +0 -1
- package/dist-esm/src/operations/systemVersions.js +0 -175
- package/dist-esm/src/operations/systemVersions.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworkAddresses.d.ts +0 -81
- package/dist-esm/src/operations/virtualNetworkAddresses.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworkAddresses.js +0 -382
- package/dist-esm/src/operations/virtualNetworkAddresses.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseBackups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseCharacterSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabaseVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts +0 -141
- package/dist-esm/src/operationsInterfaces/autonomousDatabases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/autonomousDatabases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.d.ts +0 -85
- package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudExadataInfrastructures.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudVmClusters.d.ts +0 -111
- package/dist-esm/src/operationsInterfaces/cloudVmClusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/cloudVmClusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dbNodes.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/dbNodes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dbNodes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dbServers.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/dbServers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dbServers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dbSystemShapes.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/dbSystemShapes.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dbSystemShapes.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsPrivateViews.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/dnsPrivateViews.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsPrivateViews.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsPrivateZones.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/dnsPrivateZones.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dnsPrivateZones.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/giVersions.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/giVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/giVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -18
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -25
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/oracleSubscriptions.d.ts +0 -81
- package/dist-esm/src/operationsInterfaces/oracleSubscriptions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/oracleSubscriptions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/systemVersions.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/systemVersions.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/systemVersions.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkAddresses.js.map +0 -1
- package/dist-esm/src/oracleDatabaseManagementClient.d.ts +0 -36
- package/dist-esm/src/oracleDatabaseManagementClient.d.ts.map +0 -1
- package/dist-esm/src/oracleDatabaseManagementClient.js +0 -118
- package/dist-esm/src/oracleDatabaseManagementClient.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/oracledatabase_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/oracledatabase_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/oracledatabase_operations_test.spec.js +0 -74
- package/dist-esm/test/oracledatabase_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -38
- package/src/models/index.ts +0 -4608
- package/src/models/mappers.ts +0 -5971
- package/src/models/parameters.ts +0 -437
- package/src/operations/autonomousDatabaseBackups.ts +0 -664
- package/src/operations/autonomousDatabaseCharacterSets.ts +0 -215
- package/src/operations/autonomousDatabaseNationalCharacterSets.ts +0 -215
- package/src/operations/autonomousDatabaseVersions.ts +0 -215
- package/src/operations/autonomousDatabases.ts +0 -1284
- package/src/operations/cloudExadataInfrastructures.ts +0 -862
- package/src/operations/cloudVmClusters.ts +0 -1042
- package/src/operations/dbNodes.ts +0 -392
- package/src/operations/dbServers.ts +0 -252
- package/src/operations/dbSystemShapes.ts +0 -213
- package/src/operations/dnsPrivateViews.ts +0 -213
- package/src/operations/dnsPrivateZones.ts +0 -213
- package/src/operations/giVersions.ts +0 -213
- package/src/operations/index.ts +0 -25
- package/src/operations/operations.ts +0 -149
- package/src/operations/oracleSubscriptions.ts +0 -833
- package/src/operations/systemVersions.ts +0 -213
- package/src/operations/virtualNetworkAddresses.ts +0 -529
- package/src/operationsInterfaces/autonomousDatabaseBackups.ts +0 -153
- package/src/operationsInterfaces/autonomousDatabaseCharacterSets.ts +0 -40
- package/src/operationsInterfaces/autonomousDatabaseNationalCharacterSets.ts +0 -40
- package/src/operationsInterfaces/autonomousDatabaseVersions.ts +0 -40
- package/src/operationsInterfaces/autonomousDatabases.ts +0 -291
- package/src/operationsInterfaces/cloudExadataInfrastructures.ts +0 -174
- package/src/operationsInterfaces/cloudVmClusters.ts +0 -228
- package/src/operationsInterfaces/dbNodes.ts +0 -83
- package/src/operationsInterfaces/dbServers.ts +0 -44
- package/src/operationsInterfaces/dbSystemShapes.ts +0 -40
- package/src/operationsInterfaces/dnsPrivateViews.ts +0 -40
- package/src/operationsInterfaces/dnsPrivateZones.ts +0 -40
- package/src/operationsInterfaces/giVersions.ts +0 -40
- package/src/operationsInterfaces/index.ts +0 -25
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/oracleSubscriptions.ts +0 -170
- package/src/operationsInterfaces/systemVersions.ts +0 -40
- package/src/operationsInterfaces/virtualNetworkAddresses.ts +0 -115
- package/src/oracleDatabaseManagementClient.ts +0 -213
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-oracledatabase.d.ts +0 -5310
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseBackups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseCharacterSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseNationalCharacterSets.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabaseVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/autonomousDatabases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudExadataInfrastructures.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/cloudVmClusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dbNodes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dbServers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dbSystemShapes.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsPrivateViews.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dnsPrivateZones.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/giVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/oracleSubscriptions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/systemVersions.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkAddresses.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
package/README.md
CHANGED
|
@@ -46,20 +46,28 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
|
|
|
46
46
|
|
|
47
47
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
48
48
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
50
|
+
|
|
51
|
+
```ts snippet:ReadmeSampleCreateClient_Node
|
|
52
|
+
import { OracleDatabaseManagementClient } from "@azure/arm-oracledatabase";
|
|
53
|
+
import { DefaultAzureCredential } from "@azure/identity";
|
|
53
54
|
|
|
54
55
|
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
55
56
|
const client = new OracleDatabaseManagementClient(new DefaultAzureCredential(), subscriptionId);
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
60
|
+
|
|
61
|
+
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
62
|
+
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
63
|
+
import { OracleDatabaseManagementClient } from "@azure/arm-oracledatabase";
|
|
56
64
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
65
|
+
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
66
|
+
const credential = new InteractiveBrowserCredential({
|
|
67
|
+
tenantId: "<YOUR_TENANT_ID>",
|
|
68
|
+
clientId: "<YOUR_CLIENT_ID>",
|
|
69
|
+
});
|
|
70
|
+
const client = new OracleDatabaseManagementClient(credential, subscriptionId);
|
|
63
71
|
```
|
|
64
72
|
|
|
65
73
|
### JavaScript Bundle
|
|
@@ -78,8 +86,9 @@ To use this client library in the browser, first you need to use a bundler. For
|
|
|
78
86
|
|
|
79
87
|
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
|
|
80
88
|
|
|
81
|
-
```
|
|
82
|
-
|
|
89
|
+
```ts snippet:SetLogLevel
|
|
90
|
+
import { setLogLevel } from "@azure/logger";
|
|
91
|
+
|
|
83
92
|
setLogLevel("info");
|
|
84
93
|
```
|
|
85
94
|
|
|
@@ -97,8 +106,6 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
97
106
|
|
|
98
107
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
99
108
|
|
|
100
|
-
|
|
101
|
-
|
|
102
109
|
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
103
110
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
104
111
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AACrF,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
/// <reference lib="esnext.asynciterable" />
|
|
9
|
+
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
|
+
export * from "./models/index.js";
|
|
11
|
+
export { OracleDatabaseManagementClient } from "./oracleDatabaseManagementClient.js";
|
|
12
|
+
export * from "./operationsInterfaces/index.js";
|
|
13
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,8BAA8B,EAAE,MAAM,qCAAqC,CAAC;AACrF,cAAc,iCAAiC,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { OracleDatabaseManagementClient } from \"./oracleDatabaseManagementClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":";AAUA,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CACf,IAAY,EACZ,OAA2C,EAC3C,EAAE;YACF,MAAM,EAAE,WAAW,KAAkB,IAAI,EAAjB,QAAQ,UAAK,IAAI,EAAnC,eAA4B,CAAO,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,kCACtB,QAAQ,KACX,UAAU,EAAE,KAAK,EACjB,IAAI,EACJ,WAAW,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,WAAW,IACjC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\nimport { AbortSignalLike } from \"@azure/abort-controller\";\nimport { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (\n path: string,\n options?: { abortSignal?: AbortSignalLike },\n ) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport type AutonomousDatabaseBasePropertiesUnion =\n | AutonomousDatabaseBaseProperties\n | AutonomousDatabaseCloneProperties\n | AutonomousDatabaseProperties;\n\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface OperationListResult {\n /**\n * List of operations supported by the resource provider\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Operation[];\n /**\n * URL to get the next set of operation list results (if there are any).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /**\n * The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for ARM/control-plane operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: Origin;\n /**\n * Enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actionType?: ActionType;\n}\n\n/** Localized display information for this particular operation. */\nexport interface OperationDisplay {\n /**\n * The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * The short, localized friendly description of the operation; suitable for tool tips and detailed views.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** The response of a AutonomousDatabase list operation. */\nexport interface AutonomousDatabaseListResult {\n /** The AutonomousDatabase items on this page */\n value: AutonomousDatabase[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Autonomous Database base resource model. */\nexport interface AutonomousDatabaseBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dataBaseType: \"Clone\" | \"Regular\";\n /**\n * Admin password.\n * This value contains a credential. Consider obscuring before showing to users\n */\n adminPassword?: string;\n /** The maintenance schedule type of the Autonomous Database Serverless. */\n autonomousMaintenanceScheduleType?: AutonomousMaintenanceScheduleType;\n /** The character set for the autonomous database. */\n characterSet?: string;\n /** The compute amount (CPUs) available to the database. */\n computeCount?: number;\n /** The compute model of the Autonomous Database. */\n computeModel?: ComputeModel;\n /** The number of CPU cores to be made available to the database. */\n cpuCoreCount?: number;\n /** Customer Contacts. */\n customerContacts?: CustomerContact[];\n /** The quantity of data in the database, in terabytes. */\n dataStorageSizeInTbs?: number;\n /** The size, in gigabytes, of the data volume that will be created and attached to the database. */\n dataStorageSizeInGbs?: number;\n /** A valid Oracle Database version for Autonomous Database. */\n dbVersion?: string;\n /** The Autonomous Database workload type */\n dbWorkload?: WorkloadType;\n /** The user-friendly name for the Autonomous Database. */\n displayName?: string;\n /** Indicates if auto scaling is enabled for the Autonomous Database CPU core count. */\n isAutoScalingEnabled?: boolean;\n /** Indicates if auto scaling is enabled for the Autonomous Database storage. */\n isAutoScalingForStorageEnabled?: boolean;\n /**\n * The list of [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly peerDbIds?: string[];\n /** The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database. */\n peerDbId?: string;\n /** Indicates whether the Autonomous Database has local or called in-region Data Guard enabled. */\n isLocalDataGuardEnabled?: boolean;\n /**\n * Indicates whether the Autonomous Database has Cross Region Data Guard enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isRemoteDataGuardEnabled?: boolean;\n /**\n * Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance.Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover.Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localDisasterRecoveryType?: DisasterRecoveryType;\n /**\n * Local Autonomous Disaster Recovery standby database details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly localStandbyDb?: AutonomousDatabaseStandbySummary;\n /**\n * Indicates the number of seconds of data loss for a Data Guard failover.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly failedDataRecoveryInSeconds?: number;\n /** Specifies if the Autonomous Database requires mTLS connections. */\n isMtlsConnectionRequired?: boolean;\n /** Specifies if the Autonomous Database preview version is being provisioned. */\n isPreviewVersionWithServiceTermsAccepted?: boolean;\n /** The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED. */\n licenseModel?: LicenseModel;\n /** The character set for the Autonomous Database. */\n ncharacterSet?: string;\n /**\n * Additional information about the current lifecycle state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleDetails?: string;\n /**\n * Azure resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AzureResourceProvisioningState;\n /**\n * Views lifecycleState\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: AutonomousDatabaseLifecycleState;\n /** The list of scheduled operations. */\n scheduledOperations?: ScheduledOperationsType;\n /** The private endpoint Ip address for the resource. */\n privateEndpointIp?: string;\n /** The resource's private endpoint label. */\n privateEndpointLabel?: string;\n /**\n * HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ociUrl?: string;\n /** Client subnet */\n subnetId?: string;\n /** VNET for network connectivity */\n vnetId?: string;\n /**\n * The date and time that the database was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: Date;\n /**\n * The date and time when maintenance will begin.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeMaintenanceBegin?: Date;\n /**\n * The date and time when maintenance will end.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeMaintenanceEnd?: Date;\n /**\n * The current amount of storage in use for user and system data, in terabytes (TB).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly actualUsedDataStorageSizeInTbs?: number;\n /**\n * The amount of storage currently allocated for the database tables and billed for, rounded up.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allocatedStorageSizeInTbs?: number;\n /**\n * Information about Oracle APEX Application Development.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly apexDetails?: ApexDetailsType;\n /**\n * List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableUpgradeVersions?: string[];\n /**\n * The connection string used to connect to the Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionStrings?: ConnectionStringType;\n /**\n * The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly connectionUrls?: ConnectionUrlType;\n /**\n * Status of the Data Safe registration for this Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataSafeStatus?: DataSafeStatusType;\n /** The Oracle Database Edition that applies to the Autonomous databases. */\n databaseEdition?: DatabaseEditionType;\n /** Autonomous Database ID */\n autonomousDatabaseId?: string;\n /**\n * The area assigned to In-Memory tables in Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly inMemoryAreaInGbs?: number;\n /**\n * The date and time when the next long-term backup would be created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLongTermBackupTimeStamp?: Date;\n /** Details for the long-term backup schedule. */\n longTermBackupSchedule?: LongTermBackUpScheduleDetails;\n /**\n * Indicates if the Autonomous Database version is a preview version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPreview?: boolean;\n /** Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard */\n localAdgAutoFailoverMaxDataLossLimit?: number;\n /**\n * The amount of memory (in GBs) enabled per ECPU or OCPU.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memoryPerOracleComputeUnitInGbs?: number;\n /** Indicates the Autonomous Database mode. */\n openMode?: OpenModeType;\n /**\n * Status of Operations Insights for this Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operationsInsightsStatus?: OperationsInsightsStatusType;\n /** The Autonomous Database permission level. */\n permissionLevel?: PermissionLevelType;\n /**\n * The private endpoint for the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpoint?: string;\n /**\n * An array of CPU values that an Autonomous Database can be scaled to.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisionableCpus?: number[];\n /** The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled. */\n role?: RoleType;\n /**\n * The URL of the Service Console for the Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serviceConsoleUrl?: string;\n /**\n * The SQL Web Developer URL for the Oracle Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sqlWebDeveloperUrl?: string;\n /**\n * The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedRegionsToCloneTo?: string[];\n /**\n * The date and time the Autonomous Data Guard role was switched for the Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeDataGuardRoleChanged?: string;\n /**\n * The date and time the Always Free database will be automatically deleted because of inactivity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeDeletionOfFreeAutonomousDatabase?: string;\n /**\n * The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeLocalDataGuardEnabled?: string;\n /**\n * The timestamp of the last failover operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeOfLastFailover?: string;\n /**\n * The date and time when last refresh happened.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeOfLastRefresh?: string;\n /**\n * The refresh point timestamp (UTC).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeOfLastRefreshPoint?: string;\n /**\n * The timestamp of the last switchover operation for the Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeOfLastSwitchover?: string;\n /**\n * The date and time the Always Free database will be stopped because of inactivity.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeReclamationOfFreeAutonomousDatabase?: string;\n /**\n * The storage space consumed by Autonomous Database in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usedDataStorageSizeInGbs?: number;\n /**\n * The amount of storage that has been used, in terabytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usedDataStorageSizeInTbs?: number;\n /**\n * Database ocid\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid?: string;\n /** Retention period, in days, for long-term backups */\n backupRetentionPeriodInDays?: number;\n /** The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25'] */\n whitelistedIps?: string[];\n}\n\n/** CustomerContact resource properties */\nexport interface CustomerContact {\n /** The email address used by Oracle to send notifications regarding databases and infrastructure. */\n email: string;\n}\n\n/** Autonomous Disaster Recovery standby database details. */\nexport interface AutonomousDatabaseStandbySummary {\n /** The amount of time, in seconds, that the data of the standby database lags the data of the primary database. Can be used to determine the potential data loss in the event of a failover. */\n lagTimeInSeconds?: number;\n /** The current state of the Autonomous Database. */\n lifecycleState?: AutonomousDatabaseLifecycleState;\n /** Additional information about the current lifecycle state. */\n lifecycleDetails?: string;\n /** The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database. */\n timeDataGuardRoleChanged?: string;\n /** The date and time the Disaster Recovery role was switched for the standby Autonomous Database. */\n timeDisasterRecoveryRoleChanged?: string;\n}\n\n/** The list of scheduled operations. */\nexport interface ScheduledOperationsType {\n /** Day of week */\n dayOfWeek: DayOfWeek;\n /** auto start time. value must be of ISO-8601 format HH:mm */\n scheduledStartTime?: string;\n /** auto stop time. value must be of ISO-8601 format HH:mm */\n scheduledStopTime?: string;\n}\n\n/** DayOfWeek resource properties */\nexport interface DayOfWeek {\n /** Name of the day of the week. */\n name: DayOfWeekName;\n}\n\n/** Information about Oracle APEX Application Development. */\nexport interface ApexDetailsType {\n /** The Oracle APEX Application Development version. */\n apexVersion?: string;\n /** The Oracle REST Data Services (ORDS) version. */\n ordsVersion?: string;\n}\n\n/** Connection strings to connect to an Oracle Autonomous Database. */\nexport interface ConnectionStringType {\n /** Returns all connection strings that can be used to connect to the Autonomous Database. */\n allConnectionStrings?: AllConnectionStringType;\n /** The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. */\n dedicated?: string;\n /** The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements. */\n high?: string;\n /** The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. */\n low?: string;\n /** The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements. */\n medium?: string;\n /** A list of connection string profiles to allow clients to group, filter and select connection string values based on structured metadata. */\n profiles?: ProfileType[];\n}\n\n/** The connection string profile to allow clients to group, filter and select connection string values based on structured metadata. */\nexport interface AllConnectionStringType {\n /** The High database service provides the highest level of resources to each SQL statement resulting in the highest performance, but supports the fewest number of concurrent SQL statements. */\n high?: string;\n /** The Low database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. */\n low?: string;\n /** The Medium database service provides a lower level of resources to each SQL statement potentially resulting a lower level of performance, but supports more concurrent SQL statements. */\n medium?: string;\n}\n\n/** The connection string profile to allow clients to group, filter and select connection string values based on structured metadata. */\nexport interface ProfileType {\n /** Consumer group used by the connection. */\n consumerGroup?: ConsumerGroup;\n /** A user-friendly name for the connection. */\n displayName: string;\n /** Host format used in connection string. */\n hostFormat: HostFormatType;\n /** True for a regional connection string, applicable to cross-region DG only. */\n isRegional?: boolean;\n /** Protocol used by the connection. */\n protocol: ProtocolType;\n /** Specifies whether the listener performs a direct hand-off of the session, or redirects the session. */\n sessionMode: SessionModeType;\n /** Specifies whether the connection string is using the long (LONG), Easy Connect (EZCONNECT), or Easy Connect Plus (EZCONNECTPLUS) format. */\n syntaxFormat: SyntaxFormatType;\n /** Specifies whether the TLS handshake is using one-way (SERVER) or mutual (MUTUAL) authentication. */\n tlsAuthentication?: TlsAuthenticationType;\n /** Connection string value. */\n value: string;\n}\n\n/** The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN. */\nexport interface ConnectionUrlType {\n /** Oracle Application Express (APEX) URL. */\n apexUrl?: string;\n /** The URL of the Database Transforms for the Autonomous Database. */\n databaseTransformsUrl?: string;\n /** The URL of the Graph Studio for the Autonomous Database. */\n graphStudioUrl?: string;\n /** The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database. */\n machineLearningNotebookUrl?: string;\n /** The URL of the MongoDB API for the Autonomous Database. */\n mongoDbUrl?: string;\n /** The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database. */\n ordsUrl?: string;\n /** Oracle SQL Developer Web URL. */\n sqlDevWebUrl?: string;\n}\n\n/** Details for the long-term backup schedule. */\nexport interface LongTermBackUpScheduleDetails {\n /** The frequency of the long-term backup schedule */\n repeatCadence?: RepeatCadenceType;\n /** The timestamp for the long-term backup schedule. For a MONTHLY cadence, months having fewer days than the provided date will have the backup taken on the last day of that month. */\n timeOfBackup?: Date;\n /** Retention period, in days, for backups. */\n retentionPeriodInDays?: number;\n /** Indicates if the long-term backup schedule should be deleted. The default value is `FALSE`. */\n isDisabled?: boolean;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** The response of a CloudExadataInfrastructure list operation. */\nexport interface CloudExadataInfrastructureListResult {\n /** The CloudExadataInfrastructure items on this page */\n value: CloudExadataInfrastructure[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** CloudExadataInfrastructure resource model */\nexport interface CloudExadataInfrastructureProperties {\n /**\n * Exadata infra ocid\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid?: string;\n /** The number of compute servers for the cloud Exadata infrastructure. */\n computeCount?: number;\n /** The number of storage servers for the cloud Exadata infrastructure. */\n storageCount?: number;\n /**\n * The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalStorageSizeInGbs?: number;\n /**\n * The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableStorageSizeInGbs?: number;\n /**\n * The date and time the cloud Exadata infrastructure resource was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: string;\n /**\n * Additional information about the current lifecycle state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleDetails?: string;\n /** maintenanceWindow property */\n maintenanceWindow?: MaintenanceWindow;\n /**\n * The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedPatchingTime?: EstimatedPatchingTime;\n /** The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance. */\n customerContacts?: CustomerContact[];\n /**\n * CloudExadataInfrastructure provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AzureResourceProvisioningState;\n /**\n * CloudExadataInfrastructure lifecycle state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: CloudExadataInfrastructureLifecycleState;\n /** The model name of the cloud Exadata infrastructure resource. */\n shape: string;\n /**\n * HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ociUrl?: string;\n /**\n * The total number of CPU cores allocated.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuCount?: number;\n /**\n * The total number of CPU cores available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxCpuCount?: number;\n /**\n * The memory allocated in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memorySizeInGbs?: number;\n /**\n * The total memory available in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxMemoryInGbs?: number;\n /**\n * The local node storage to be allocated in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbNodeStorageSizeInGbs?: number;\n /**\n * The total local node storage available in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxDbNodeStorageSizeInGbs?: number;\n /**\n * The quantity of data in the database, in terabytes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataStorageSizeInTbs?: number;\n /**\n * The total available DATA disk group size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxDataStorageInTbs?: number;\n /**\n * The software version of the database servers (dom0) in the Exadata infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbServerVersion?: string;\n /**\n * The software version of the storage servers (cells) in the Exadata infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageServerVersion?: string;\n /**\n * The requested number of additional storage servers activated for the Exadata infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly activatedStorageCount?: number;\n /**\n * The requested number of additional storage servers for the Exadata infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalStorageCount?: number;\n /** The name for the Exadata infrastructure. */\n displayName: string;\n /**\n * The OCID of the last maintenance run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastMaintenanceRunId?: string;\n /**\n * The OCID of the next maintenance run.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextMaintenanceRunId?: string;\n /**\n * Monthly Db Server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyDbServerVersion?: string;\n /**\n * Monthly Storage Server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly monthlyStorageServerVersion?: string;\n}\n\n/** MaintenanceWindow resource properties */\nexport interface MaintenanceWindow {\n /** The maintenance window scheduling preference. */\n preference?: Preference;\n /** Months during the year when maintenance should be performed. */\n months?: Month[];\n /** Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week. For example, to allow maintenance during the 2nd week of the month (from the 8th day to the 14th day of the month), use the value 2. Maintenance cannot be scheduled for the fifth week of months that contain more than 28 days. Note that this parameter works in conjunction with the daysOfWeek and hoursOfDay parameters to allow you to specify specific days of the week and hours that maintenance will be performed. */\n weeksOfMonth?: number[];\n /** Days during the week when maintenance should be performed. */\n daysOfWeek?: DayOfWeek[];\n /** The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are - 0 - represents time slot 0:00 - 3:59 UTC - 4 - represents time slot 4:00 - 7:59 UTC - 8 - represents time slot 8:00 - 11:59 UTC - 12 - represents time slot 12:00 - 15:59 UTC - 16 - represents time slot 16:00 - 19:59 UTC - 20 - represents time slot 20:00 - 23:59 UTC */\n hoursOfDay?: number[];\n /** Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4. */\n leadTimeInWeeks?: number;\n /** Cloud Exadata infrastructure node patching method. */\n patchingMode?: PatchingMode;\n /** Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive). */\n customActionTimeoutInMins?: number;\n /** If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations. */\n isCustomActionTimeoutEnabled?: boolean;\n /** is Monthly Patching Enabled */\n isMonthlyPatchingEnabled?: boolean;\n}\n\n/** Month resource properties */\nexport interface Month {\n /** Name of the month of the year. */\n name: MonthName;\n}\n\n/** The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching). */\nexport interface EstimatedPatchingTime {\n /**\n * The estimated time required in minutes for database server patching.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedDbServerPatchingTime?: number;\n /**\n * The estimated time required in minutes for network switch patching.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedNetworkSwitchesPatchingTime?: number;\n /**\n * The estimated time required in minutes for storage server patching.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedStorageServerPatchingTime?: number;\n /**\n * The estimated total time required in minutes for all patching operations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly totalEstimatedPatchingTime?: number;\n}\n\n/** The response of a CloudVmCluster list operation. */\nexport interface CloudVmClusterListResult {\n /** The CloudVmCluster items on this page */\n value: CloudVmCluster[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** CloudVmCluster resource model */\nexport interface CloudVmClusterProperties {\n /**\n * Cloud VM Cluster ocid\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid?: string;\n /**\n * The port number configured for the listener on the cloud VM cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly listenerPort?: number;\n /**\n * The number of nodes in the cloud VM cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nodeCount?: number;\n /** The data disk group size to be allocated in GBs per VM. */\n storageSizeInGbs?: number;\n /** The data disk group size to be allocated in TBs. */\n dataStorageSizeInTbs?: number;\n /** The local node storage to be allocated in GBs. */\n dbNodeStorageSizeInGbs?: number;\n /** The memory to be allocated in GBs. */\n memorySizeInGbs?: number;\n /**\n * The date and time that the cloud VM cluster was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: Date;\n /**\n * Additional information about the current lifecycle state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleDetails?: string;\n /** The time zone of the cloud VM cluster. For details, see [Exadata Infrastructure Time Zones](/Content/Database/References/timezones.htm). */\n timeZone?: string;\n /** The OCID of the zone the cloud VM cluster is associated with. */\n zoneId?: string;\n /** The hostname for the cloud VM cluster. */\n hostname: string;\n /** The domain name for the cloud VM cluster. */\n domain?: string;\n /** The number of CPU cores enabled on the cloud VM cluster. */\n cpuCoreCount: number;\n /** The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part. */\n ocpuCount?: number;\n /** The cluster name for cloud VM cluster. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive. */\n clusterName?: string;\n /** The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are 35, 40, 60 and 80. The default is 80 percent assigned to DATA storage. See [Storage Configuration](/Content/Database/Concepts/exaoverview.htm#Exadata) in the Exadata documentation for details on the impact of the configuration settings on storage. */\n dataStoragePercentage?: number;\n /** If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster. */\n isLocalBackupEnabled?: boolean;\n /** Cloud Exadata Infrastructure ID */\n cloudExadataInfrastructureId: string;\n /** If true, sparse disk group is configured for the cloud VM cluster. If false, sparse disk group is not created. */\n isSparseDiskgroupEnabled?: boolean;\n /** Operating system version of the image. */\n systemVersion?: string;\n /** The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */\n sshPublicKeys: string[];\n /** The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */\n licenseModel?: LicenseModel;\n /**\n * The type of redundancy configured for the cloud Vm cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly diskRedundancy?: DiskRedundancy;\n /**\n * The Single Client Access Name (SCAN) IP addresses associated with the cloud VM cluster. SCAN IP addresses are typically used for load balancing and are not assigned to any interface. Oracle Clusterware directs the requests to the appropriate nodes in the cluster. **Note:** For a single-node DB system, this list is empty.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scanIpIds?: string[];\n /**\n * The virtual IP (VIP) addresses associated with the cloud VM cluster. The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster. **Note:** For a single-node DB system, this list is empty.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vipIds?: string[];\n /**\n * The FQDN of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scanDnsName?: string;\n /** The TCP Single Client Access Name (SCAN) port. The default port is 1521. */\n scanListenerPortTcp?: number;\n /** The TCPS Single Client Access Name (SCAN) port. The default port is 2484. */\n scanListenerPortTcpSsl?: number;\n /**\n * The OCID of the DNS record for the SCAN IP addresses that are associated with the cloud VM cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly scanDnsRecordId?: string;\n /**\n * The model name of the Exadata hardware running the cloud VM cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly shape?: string;\n /**\n * CloudVmCluster provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AzureResourceProvisioningState;\n /**\n * CloudVmCluster lifecycle state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: CloudVmClusterLifecycleState;\n /** VNET for network connectivity */\n vnetId: string;\n /** Oracle Grid Infrastructure (GI) software version */\n giVersion: string;\n /**\n * HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ociUrl?: string;\n /**\n * HTTPS link to OCI Network Security Group exposed to Azure Customer via the Azure Interface.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nsgUrl?: string;\n /** Client subnet */\n subnetId: string;\n /** Client OCI backup subnet CIDR, default is 192.168.252.0/22 */\n backupSubnetCidr?: string;\n /** CIDR blocks for additional NSG ingress rules. The VNET CIDRs used to provision the VM Cluster will be added by default. */\n nsgCidrs?: NsgCidr[];\n /** Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */\n dataCollectionOptions?: DataCollectionOptions;\n /** Display Name */\n displayName: string;\n /** The list of compute servers to be added to the cloud VM cluster. */\n computeNodes?: string[];\n /**\n * iormConfigCache details for cloud VM cluster.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly iormConfigCache?: ExadataIormConfig;\n /**\n * The OCID of the last maintenance update history entry.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lastUpdateHistoryEntryId?: string;\n /** The list of DB servers. */\n dbServers?: string[];\n /**\n * Cluster compartmentId\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly compartmentId?: string;\n /**\n * Cluster subnet ocid\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetOcid?: string;\n}\n\n/** A rule for allowing inbound (INGRESS) IP packets */\nexport interface NsgCidr {\n /** Conceptually, this is the range of IP addresses that a packet coming into the instance can come from. */\n source: string;\n /** Destination port range to specify particular destination ports for TCP rules. */\n destinationPortRange?: PortRange;\n}\n\n/** Port Range to specify particular destination ports for TCP rules. */\nexport interface PortRange {\n /** The minimum port number, which must not be greater than the maximum port number. */\n min: number;\n /** The maximum port number, which must not be less than the minimum port number. To specify a single port number, set both the min and max to the same value. */\n max: number;\n}\n\n/** DataCollectionOptions resource properties */\nexport interface DataCollectionOptions {\n /** Indicates whether diagnostic collection is enabled for the VM cluster/Cloud VM cluster/VMBM DBCS. */\n isDiagnosticsEventsEnabled?: boolean;\n /** Indicates whether health monitoring is enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. */\n isHealthMonitoringEnabled?: boolean;\n /** Indicates whether incident logs and trace collection are enabled for the VM cluster / Cloud VM cluster / VMBM DBCS. */\n isIncidentLogsEnabled?: boolean;\n}\n\n/** ExadataIormConfig for cloud vm cluster */\nexport interface ExadataIormConfig {\n /** An array of IORM settings for all the database in the Exadata DB system. */\n dbPlans?: DbIormConfig[];\n /** Additional information about the current lifecycleState. */\n lifecycleDetails?: string;\n /** The current state of IORM configuration for the Exadata DB system. */\n lifecycleState?: IormLifecycleState;\n /** The current value for the IORM objective. The default is AUTO. */\n objective?: Objective;\n}\n\n/** DbIormConfig for cloud vm cluster */\nexport interface DbIormConfig {\n /** The database name. For the default DbPlan, the dbName is default. */\n dbName?: string;\n /** The flash cache limit for this database. This value is internally configured based on the share value assigned to the database. */\n flashCacheLimit?: string;\n /** The relative priority of this database. */\n share?: number;\n}\n\n/** The response of a AutonomousDatabaseCharacterSet list operation. */\nexport interface AutonomousDatabaseCharacterSetListResult {\n /** The AutonomousDatabaseCharacterSet items on this page */\n value: AutonomousDatabaseCharacterSet[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** AutonomousDatabaseCharacterSet resource model */\nexport interface AutonomousDatabaseCharacterSetProperties {\n /**\n * The Oracle Autonomous Database supported character sets.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly characterSet: string;\n}\n\n/** The response of a AutonomousDatabaseNationalCharacterSet list operation. */\nexport interface AutonomousDatabaseNationalCharacterSetListResult {\n /** The AutonomousDatabaseNationalCharacterSet items on this page */\n value: AutonomousDatabaseNationalCharacterSet[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** AutonomousDatabaseNationalCharacterSet resource model */\nexport interface AutonomousDatabaseNationalCharacterSetProperties {\n /**\n * The Oracle Autonomous Database supported national character sets.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly characterSet: string;\n}\n\n/** The response of a AutonomousDbVersion list operation. */\nexport interface AutonomousDbVersionListResult {\n /** The AutonomousDbVersion items on this page */\n value: AutonomousDbVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** AutonomousDbVersion resource model */\nexport interface AutonomousDbVersionProperties {\n /**\n * Supported Autonomous Db versions.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version: string;\n /**\n * The Autonomous Database workload type\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbWorkload?: WorkloadType;\n /**\n * True if this version of the Oracle Database software's default is free.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultForFree?: boolean;\n /**\n * True if this version of the Oracle Database software's default is paid.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDefaultForPaid?: boolean;\n /**\n * True if this version of the Oracle Database software can be used for Always-Free Autonomous Databases.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isFreeTierEnabled?: boolean;\n /**\n * True if this version of the Oracle Database software has payments enabled.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isPaidEnabled?: boolean;\n}\n\n/** The response of a DbSystemShape list operation. */\nexport interface DbSystemShapeListResult {\n /** The DbSystemShape items on this page */\n value: DbSystemShape[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** DbSystemShape resource model */\nexport interface DbSystemShapeProperties {\n /**\n * The family of the shape used for the DB system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly shapeFamily?: string;\n /**\n * The maximum number of CPU cores that can be enabled on the DB system for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableCoreCount: number;\n /**\n * The minimum number of CPU cores that can be enabled on the DB system for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimumCoreCount?: number;\n /**\n * The runtime minimum number of CPU cores that can be enabled on the DB system for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly runtimeMinimumCoreCount?: number;\n /**\n * The discrete number by which the CPU core count for this shape can be increased or decreased.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly coreCountIncrement?: number;\n /**\n * The minimum number of Exadata storage servers available for the Exadata infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minStorageCount?: number;\n /**\n * The maximum number of Exadata storage servers available for the Exadata infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxStorageCount?: number;\n /**\n * The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableDataStoragePerServerInTbs?: number;\n /**\n * The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableMemoryPerNodeInGbs?: number;\n /**\n * The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableDbNodePerNodeInGbs?: number;\n /**\n * The minimum number of CPU cores that can be enabled per node for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minCoreCountPerNode?: number;\n /**\n * The maximum memory that can be enabled for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableMemoryInGbs?: number;\n /**\n * The minimum memory that need be allocated per node for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minMemoryPerNodeInGbs?: number;\n /**\n * The maximum Db Node storage that can be enabled for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableDbNodeStorageInGbs?: number;\n /**\n * The minimum Db Node storage that need be allocated per node for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minDbNodeStoragePerNodeInGbs?: number;\n /**\n * The maximum DATA storage that can be enabled for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableDataStorageInTbs?: number;\n /**\n * The minimum data storage that need be allocated for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minDataStorageInTbs?: number;\n /**\n * The minimum number of database nodes available for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minimumNodeCount?: number;\n /**\n * The maximum number of database nodes available for this shape.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumNodeCount?: number;\n /**\n * The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape and ExaCC Elastic shapes.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly availableCoreCountPerNode?: number;\n}\n\n/** The response of a DnsPrivateView list operation. */\nexport interface DnsPrivateViewListResult {\n /** The DnsPrivateView items on this page */\n value: DnsPrivateView[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Views resource model */\nexport interface DnsPrivateViewProperties {\n /**\n * The OCID of the view\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid: string;\n /**\n * The display name of the view resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isProtected: boolean;\n /**\n * Views lifecycleState\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: DnsPrivateViewsLifecycleState;\n /**\n * The canonical absolute URL of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly self: string;\n /**\n * views timeCreated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated: Date;\n /**\n * views timeCreated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeUpdated: Date;\n /**\n * Azure resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceProvisioningState;\n}\n\n/** The response of a DnsPrivateZone list operation. */\nexport interface DnsPrivateZoneListResult {\n /** The DnsPrivateZone items on this page */\n value: DnsPrivateZone[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Zones resource model */\nexport interface DnsPrivateZoneProperties {\n /**\n * The OCID of the Zone\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid: string;\n /**\n * A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isProtected: boolean;\n /**\n * Zones lifecycleState\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: DnsPrivateZonesLifecycleState;\n /**\n * The canonical absolute URL of the resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly self: string;\n /**\n * The current serial of the zone. As seen in the zone's SOA record.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serial: number;\n /**\n * Version is the never-repeating, totally-orderable, version of the zone, from which the serial field of the zone's SOA record is derived.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version: string;\n /**\n * The OCID of the private view containing the zone. This value will be null for zones in the global DNS, which are publicly resolvable and not part of a private view.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly viewId?: string;\n /**\n * The type of the zone. Must be either PRIMARY or SECONDARY. SECONDARY is only supported for GLOBAL zones.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneType: ZoneType;\n /**\n * Zones timeCreated\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated: Date;\n /**\n * Azure resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceProvisioningState;\n}\n\n/** The response of a GiVersion list operation. */\nexport interface GiVersionListResult {\n /** The GiVersion items on this page */\n value: GiVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** GiVersion resource model */\nexport interface GiVersionProperties {\n /**\n * A valid Oracle Grid Infrastructure (GI) software version.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly version: string;\n}\n\n/** The response of a SystemVersion list operation. */\nexport interface SystemVersionListResult {\n /** The SystemVersion items on this page */\n value: SystemVersion[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** System Version Resource model */\nexport interface SystemVersionProperties {\n /**\n * A valid Oracle System Version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemVersion: string;\n}\n\n/** The response of a OracleSubscription list operation. */\nexport interface OracleSubscriptionListResult {\n /** The OracleSubscription items on this page */\n value: OracleSubscription[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** Oracle Subscription resource model */\nexport interface OracleSubscriptionProperties {\n /**\n * OracleSubscriptionProvisioningState provisioning state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: OracleSubscriptionProvisioningState;\n /**\n * SAAS subscription ID generated by Marketplace\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly saasSubscriptionId?: string;\n /**\n * Cloud Account Id\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudAccountId?: string;\n /**\n * Cloud Account provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudAccountState?: CloudAccountProvisioningState;\n /** Term Unit. P1Y, P3Y, etc, see Durations https://en.wikipedia.org/wiki/ISO_8601 */\n termUnit?: string;\n /** Product code for the term unit */\n productCode?: string;\n /** Intent for the update operation */\n intent?: Intent;\n}\n\n/** Plan for the resource. */\nexport interface Plan {\n /** A user defined name of the 3rd Party Artifact that is being procured. */\n name: string;\n /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */\n publisher: string;\n /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */\n product: string;\n /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */\n promotionCode?: string;\n /** The version of the desired product/artifact. */\n version?: string;\n}\n\n/** The type used for update operations of the OracleSubscription. */\nexport interface OracleSubscriptionUpdate {\n /** Details of the resource plan. */\n plan?: PlanUpdate;\n /** The updatable properties of the OracleSubscription. */\n properties?: OracleSubscriptionUpdateProperties;\n}\n\n/** ResourcePlanTypeUpdate model definition */\nexport interface PlanUpdate {\n /** A user defined name of the 3rd Party Artifact that is being procured. */\n name?: string;\n /** The publisher of the 3rd Party Artifact that is being bought. E.g. NewRelic */\n publisher?: string;\n /** The 3rd Party artifact that is being procured. E.g. NewRelic. Product maps to the OfferID specified for the artifact at the time of Data Market onboarding. */\n product?: string;\n /** A publisher provided promotion code as provisioned in Data Market for the said product/artifact. */\n promotionCode?: string;\n /** The version of the desired product/artifact. */\n version?: string;\n}\n\n/** The updatable properties of the OracleSubscription. */\nexport interface OracleSubscriptionUpdateProperties {\n /** Product code for the term unit */\n productCode?: string;\n /** Intent for the update operation */\n intent?: Intent;\n}\n\n/** Activation Links model */\nexport interface ActivationLinks {\n /**\n * New Cloud Account Activation Link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly newCloudAccountActivationLink?: string;\n /**\n * Existing Cloud Account Activation Link\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly existingCloudAccountActivationLink?: string;\n}\n\n/** Cloud Account Details model */\nexport interface CloudAccountDetails {\n /**\n * Cloud Account name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudAccountName?: string;\n /**\n * Cloud Account Home region\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cloudAccountHomeRegion?: string;\n}\n\n/** SaaS Subscription Details model */\nexport interface SaasSubscriptionDetails {\n /**\n * Purchased SaaS subscription ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * SaaS subscription name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionName?: string;\n /**\n * Creation Date and Time\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: Date;\n /**\n * Purchased offer ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly offerId?: string;\n /**\n * Purchased offer's plan ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly planId?: string;\n /**\n * Indicates the status of the Subscription.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly saasSubscriptionStatus?: string;\n /**\n * Publisher ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly publisherId?: string;\n /**\n * Purchaser Email ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purchaserEmailId?: string;\n /**\n * Purchaser Tenant ID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly purchaserTenantId?: string;\n /**\n * Purchase Term Unit\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly termUnit?: string;\n /**\n * AutoRenew flag\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutoRenew?: boolean;\n /**\n * FreeTrial flag\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isFreeTrial?: boolean;\n}\n\n/** The type used for update operations of the AutonomousDatabase. */\nexport interface AutonomousDatabaseUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The updatable properties of the AutonomousDatabase. */\n properties?: AutonomousDatabaseUpdateProperties;\n}\n\n/** The updatable properties of the AutonomousDatabase. */\nexport interface AutonomousDatabaseUpdateProperties {\n /**\n * Admin password.\n * This value contains a credential. Consider obscuring before showing to users\n */\n adminPassword?: string;\n /** The maintenance schedule type of the Autonomous Database Serverless. */\n autonomousMaintenanceScheduleType?: AutonomousMaintenanceScheduleType;\n /** The compute amount (CPUs) available to the database. */\n computeCount?: number;\n /** The number of CPU cores to be made available to the database. */\n cpuCoreCount?: number;\n /** Customer Contacts. */\n customerContacts?: CustomerContact[];\n /** The quantity of data in the database, in terabytes. */\n dataStorageSizeInTbs?: number;\n /** The size, in gigabytes, of the data volume that will be created and attached to the database. */\n dataStorageSizeInGbs?: number;\n /** The user-friendly name for the Autonomous Database. */\n displayName?: string;\n /** Indicates if auto scaling is enabled for the Autonomous Database CPU core count. */\n isAutoScalingEnabled?: boolean;\n /** Indicates if auto scaling is enabled for the Autonomous Database storage. */\n isAutoScalingForStorageEnabled?: boolean;\n /** The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database. */\n peerDbId?: string;\n /** Indicates whether the Autonomous Database has local or called in-region Data Guard enabled. */\n isLocalDataGuardEnabled?: boolean;\n /** Specifies if the Autonomous Database requires mTLS connections. */\n isMtlsConnectionRequired?: boolean;\n /** The Oracle license model that applies to the Oracle Autonomous Database. The default is LICENSE_INCLUDED. */\n licenseModel?: LicenseModel;\n /** The list of scheduled operations. */\n scheduledOperations?: ScheduledOperationsTypeUpdate;\n /** The Oracle Database Edition that applies to the Autonomous databases. */\n databaseEdition?: DatabaseEditionType;\n /** Details for the long-term backup schedule. */\n longTermBackupSchedule?: LongTermBackUpScheduleDetails;\n /** Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard */\n localAdgAutoFailoverMaxDataLossLimit?: number;\n /** Indicates the Autonomous Database mode. */\n openMode?: OpenModeType;\n /** The Autonomous Database permission level. */\n permissionLevel?: PermissionLevelType;\n /** The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled. */\n role?: RoleType;\n /** Retention period, in days, for long-term backups */\n backupRetentionPeriodInDays?: number;\n /** The client IP access control list (ACL). This is an array of CIDR notations and/or IP addresses. Values should be separate strings, separated by commas. Example: ['1.1.1.1','1.1.1.0/24','1.1.2.25'] */\n whitelistedIps?: string[];\n}\n\n/** The list of scheduled operations. */\nexport interface ScheduledOperationsTypeUpdate {\n /** Day of week */\n dayOfWeek?: DayOfWeekUpdate;\n /** auto start time. value must be of ISO-8601 format HH:mm */\n scheduledStartTime?: string;\n /** auto stop time. value must be of ISO-8601 format HH:mm */\n scheduledStopTime?: string;\n}\n\n/** DayOfWeek resource properties */\nexport interface DayOfWeekUpdate {\n /** Name of the day of the week. */\n name?: DayOfWeekName;\n}\n\n/** The response of a AutonomousDatabaseBackup list operation. */\nexport interface AutonomousDatabaseBackupListResult {\n /** The AutonomousDatabaseBackup items on this page */\n value: AutonomousDatabaseBackup[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** AutonomousDatabaseBackup resource model */\nexport interface AutonomousDatabaseBackupProperties {\n /**\n * The OCID of the Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly autonomousDatabaseOcid?: string;\n /**\n * The size of the database in terabytes at the time the backup was taken.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly databaseSizeInTbs?: number;\n /**\n * A valid Oracle Database version for Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbVersion?: string;\n /** The user-friendly name for the backup. The name does not have to be unique. */\n displayName?: string;\n /**\n * The OCID of the Autonomous Database backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid?: string;\n /**\n * Indicates whether the backup is user-initiated or automatic.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isAutomatic?: boolean;\n /**\n * Indicates whether the backup can be used to restore the associated Autonomous Database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isRestorable?: boolean;\n /**\n * Additional information about the current lifecycle state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleDetails?: string;\n /**\n * The current state of the backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: AutonomousDatabaseBackupLifecycleState;\n /** Retention period, in days, for long-term backups. */\n retentionPeriodInDays?: number;\n /**\n * The backup size in terabytes (TB).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sizeInTbs?: number;\n /**\n * Timestamp until when the backup will be available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeAvailableTil?: Date;\n /**\n * The date and time the backup started.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeStarted?: string;\n /**\n * The date and time the backup completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeEnded?: string;\n /**\n * The type of backup.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupType?: AutonomousDatabaseBackupType;\n /**\n * Azure resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AzureResourceProvisioningState;\n}\n\n/** The type used for update operations of the AutonomousDatabaseBackup. */\nexport interface AutonomousDatabaseBackupUpdate {\n /** The updatable properties of the AutonomousDatabaseBackup. */\n properties?: AutonomousDatabaseBackupUpdateProperties;\n}\n\n/** The updatable properties of the AutonomousDatabaseBackup. */\nexport interface AutonomousDatabaseBackupUpdateProperties {\n /** Retention period, in days, for long-term backups. */\n retentionPeriodInDays?: number;\n}\n\n/** PeerDb Details */\nexport interface PeerDbDetails {\n /** The database OCID of the Disaster Recovery peer database, which is located in a different region from the current peer database. */\n peerDbId?: string;\n}\n\n/** Autonomous Database Generate Wallet resource model. */\nexport interface GenerateAutonomousDatabaseWalletDetails {\n /** The type of wallet to generate. */\n generateType?: GenerateType;\n /** True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only. */\n isRegional?: boolean;\n /**\n * The password to encrypt the keys inside the wallet\n * This value contains a credential. Consider obscuring before showing to users\n */\n password: string;\n}\n\n/** Autonomous Database Wallet File resource model. */\nexport interface AutonomousDatabaseWalletFile {\n /** The base64 encoded wallet files */\n walletFiles: string;\n}\n\n/** Details to restore an Oracle Autonomous Database. */\nexport interface RestoreAutonomousDatabaseDetails {\n /** The time to restore the database to. */\n timestamp: Date;\n}\n\n/** The type used for update operations of the CloudExadataInfrastructure. */\nexport interface CloudExadataInfrastructureUpdate {\n /** CloudExadataInfrastructure zones */\n zones?: string[];\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The updatable properties of the CloudExadataInfrastructure. */\n properties?: CloudExadataInfrastructureUpdateProperties;\n}\n\n/** The updatable properties of the CloudExadataInfrastructure. */\nexport interface CloudExadataInfrastructureUpdateProperties {\n /** The number of compute servers for the cloud Exadata infrastructure. */\n computeCount?: number;\n /** The number of storage servers for the cloud Exadata infrastructure. */\n storageCount?: number;\n /** maintenanceWindow property */\n maintenanceWindow?: MaintenanceWindow;\n /** The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance. */\n customerContacts?: CustomerContact[];\n /** The name for the Exadata infrastructure. */\n displayName?: string;\n}\n\n/** The response of a DbServer list operation. */\nexport interface DbServerListResult {\n /** The DbServer items on this page */\n value: DbServer[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** DbServer resource properties */\nexport interface DbServerProperties {\n /**\n * Db server name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid?: string;\n /**\n * The name for the Db Server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly displayName?: string;\n /**\n * The OCID of the compartment.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly compartmentId?: string;\n /**\n * The OCID of the Exadata infrastructure.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly exadataInfrastructureId?: string;\n /**\n * The number of CPU cores enabled on the Db server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuCoreCount?: number;\n /**\n * dbServerPatching details of the Db server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbServerPatchingDetails?: DbServerPatchingDetails;\n /**\n * The total memory available in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxMemoryInGbs?: number;\n /**\n * The allocated local node storage in GBs on the Db server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbNodeStorageSizeInGbs?: number;\n /**\n * The OCID of the VM Clusters associated with the Db server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vmClusterIds?: string[];\n /**\n * The OCID of the Db nodes associated with the Db server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbNodeIds?: string[];\n /**\n * Lifecycle details of dbServer.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleDetails?: string;\n /**\n * DbServer provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: DbServerProvisioningState;\n /**\n * The total number of CPU cores available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxCpuCount?: number;\n /**\n * The list of OCIDs of the Autonomous VM Clusters associated with the Db server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly autonomousVmClusterIds?: string[];\n /**\n * The list of OCIDs of the Autonomous Virtual Machines associated with the Db server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly autonomousVirtualMachineIds?: string[];\n /**\n * The total max dbNode storage in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maxDbNodeStorageInGbs?: number;\n /**\n * The total memory size in GBs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memorySizeInGbs?: number;\n /**\n * The shape of the Db server. The shape determines the amount of CPU, storage, and memory resources available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly shape?: string;\n /**\n * The date and time that the Db Server was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: Date;\n /**\n * Azure resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceProvisioningState;\n}\n\n/** DbServer Patching Properties */\nexport interface DbServerPatchingDetails {\n /**\n * Estimated Patch Duration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedPatchDuration?: number;\n /**\n * Patching Status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly patchingStatus?: DbServerPatchingStatus;\n /**\n * Time Patching Ended\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timePatchingEnded?: Date;\n /**\n * Time Patching Started\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timePatchingStarted?: Date;\n}\n\n/** The type used for update operations of the CloudVmCluster. */\nexport interface CloudVmClusterUpdate {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The updatable properties of the CloudVmCluster. */\n properties?: CloudVmClusterUpdateProperties;\n}\n\n/** The updatable properties of the CloudVmCluster. */\nexport interface CloudVmClusterUpdateProperties {\n /** The data disk group size to be allocated in GBs per VM. */\n storageSizeInGbs?: number;\n /** The data disk group size to be allocated in TBs. */\n dataStorageSizeInTbs?: number;\n /** The local node storage to be allocated in GBs. */\n dbNodeStorageSizeInGbs?: number;\n /** The memory to be allocated in GBs. */\n memorySizeInGbs?: number;\n /** The number of CPU cores enabled on the cloud VM cluster. */\n cpuCoreCount?: number;\n /** The number of OCPU cores to enable on the cloud VM cluster. Only 1 decimal place is allowed for the fractional part. */\n ocpuCount?: number;\n /** The public key portion of one or more key pairs used for SSH access to the cloud VM cluster. */\n sshPublicKeys?: string[];\n /** The Oracle license model that applies to the cloud VM cluster. The default is LICENSE_INCLUDED. */\n licenseModel?: LicenseModel;\n /** Indicates user preferences for the various diagnostic collection options for the VM cluster/Cloud VM cluster/VMBM DBCS. */\n dataCollectionOptions?: DataCollectionOptions;\n /** Display Name */\n displayName?: string;\n /** The list of compute servers to be added to the cloud VM cluster. */\n computeNodes?: string[];\n}\n\n/** Add/Remove (Virtual Machine) DbNode model */\nexport interface AddRemoveDbNode {\n /** Db servers ocids */\n dbServers: string[];\n}\n\n/** The response of a DbNode list operation. */\nexport interface DbNodeListResult {\n /** The DbNode items on this page */\n value: DbNode[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** The properties of DbNodeResource */\nexport interface DbNodeProperties {\n /**\n * DbNode OCID\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid: string;\n /**\n * Additional information about the planned maintenance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalDetails?: string;\n /**\n * The OCID of the backup IP address associated with the database node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupIpId?: string;\n /**\n * The OCID of the second backup VNIC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupVnic2Id?: string;\n /**\n * The OCID of the backup VNIC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly backupVnicId?: string;\n /**\n * The number of CPU cores enabled on the Db node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly cpuCoreCount?: number;\n /**\n * The allocated local node storage in GBs on the Db node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbNodeStorageSizeInGbs?: number;\n /**\n * The OCID of the Exacc Db server associated with the database node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbServerId?: string;\n /**\n * The OCID of the DB system.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dbSystemId: string;\n /**\n * The name of the Fault Domain the instance is contained in.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly faultDomain?: string;\n /**\n * The OCID of the host IP address associated with the database node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostIpId?: string;\n /**\n * The host name for the database node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly hostname?: string;\n /**\n * The current state of the database node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: DbNodeProvisioningState;\n /**\n * Lifecycle details of Db Node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleDetails?: string;\n /**\n * The type of database node maintenance.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maintenanceType?: DbNodeMaintenanceType;\n /**\n * The allocated memory in GBs on the Db node.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly memorySizeInGbs?: number;\n /**\n * The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly softwareStorageSizeInGb?: number;\n /**\n * The date and time that the database node was created.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeCreated?: Date;\n /**\n * End date and time of maintenance window.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeMaintenanceWindowEnd?: Date;\n /**\n * Start date and time of maintenance window.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeMaintenanceWindowStart?: Date;\n /**\n * The OCID of the second VNIC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vnic2Id?: string;\n /**\n * The OCID of the VNIC.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vnicId?: string;\n /**\n * Azure resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: ResourceProvisioningState;\n}\n\n/** DbNode action object */\nexport interface DbNodeAction {\n /** Db action */\n action: DbNodeActionEnum;\n}\n\n/** Private Ip Addresses filter */\nexport interface PrivateIpAddressesFilter {\n /** Subnet OCID */\n subnetId: string;\n /** VCN OCID */\n vnicId: string;\n}\n\n/** PrivateIpAddress resource properties */\nexport interface PrivateIpAddressProperties {\n /** PrivateIpAddresses displayName */\n displayName: string;\n /** PrivateIpAddresses hostnameLabel */\n hostnameLabel: string;\n /** PrivateIpAddresses Id */\n ocid: string;\n /** PrivateIpAddresses ipAddress */\n ipAddress: string;\n /** PrivateIpAddresses subnetId */\n subnetId: string;\n}\n\n/** The response of a VirtualNetworkAddress list operation. */\nexport interface VirtualNetworkAddressListResult {\n /** The VirtualNetworkAddress items on this page */\n value: VirtualNetworkAddress[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\n/** virtualNetworkAddress resource properties */\nexport interface VirtualNetworkAddressProperties {\n /** Virtual network Address address. */\n ipAddress?: string;\n /** Virtual Machine OCID. */\n vmOcid?: string;\n /**\n * Application VIP OCID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly ocid?: string;\n /**\n * Virtual network address fully qualified domain name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly domain?: string;\n /**\n * Additional information about the current lifecycle state of the application virtual IP (VIP) address.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleDetails?: string;\n /**\n * Azure resource provisioning state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: AzureResourceProvisioningState;\n /**\n * virtual network address lifecycle state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly lifecycleState?: VirtualNetworkAddressLifecycleState;\n /**\n * The date and time when the create operation for the application virtual IP (VIP) address completed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly timeAssigned?: Date;\n}\n\n/** SystemVersions filter */\nexport interface SystemVersionsFilter {\n /** Grid Infrastructure version */\n giVersion: string;\n /** Exadata shape */\n shape: string;\n /** Check If we have to list only latest versions */\n isLatestVersion?: boolean;\n}\n\n/** validation error */\nexport interface ValidationError {\n /** error code */\n code: string;\n /** error message */\n message: string;\n}\n\n/** validation result */\nexport interface ValidationResult {\n /**\n * validation status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status: ValidationStatus;\n /** validation error */\n error: ValidationError;\n}\n\n/** Autonomous Database clone resource model. */\nexport interface AutonomousDatabaseCloneProperties\n extends AutonomousDatabaseBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dataBaseType: \"Clone\";\n /** The source of the database. */\n source?: SourceType;\n /** The Azure ID of the Autonomous Database that was cloned to create the current Autonomous Database. */\n sourceId: string;\n /** The Autonomous Database clone type. */\n cloneType: CloneType;\n /**\n * Indicates if the refreshable clone can be reconnected to its source database.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReconnectCloneEnabled?: boolean;\n /**\n * Indicates if the Autonomous Database is a refreshable clone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isRefreshableClone?: boolean;\n /** The refresh mode of the clone. */\n refreshableModel?: RefreshableModelType;\n /**\n * The refresh status of the clone.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly refreshableStatus?: RefreshableStatusType;\n /** The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database. */\n timeUntilReconnectCloneEnabled?: string;\n}\n\n/** Autonomous Database resource model. */\nexport interface AutonomousDatabaseProperties\n extends AutonomousDatabaseBaseProperties {\n /** Polymorphic discriminator, which specifies the different types this object can be */\n dataBaseType: \"Regular\";\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** Autonomous Database resource model. */\nexport interface AutonomousDatabase extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: AutonomousDatabaseBasePropertiesUnion;\n}\n\n/** CloudExadataInfrastructure resource definition */\nexport interface CloudExadataInfrastructure extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: CloudExadataInfrastructureProperties;\n /** CloudExadataInfrastructure zones */\n zones: string[];\n}\n\n/** CloudVmCluster resource definition */\nexport interface CloudVmCluster extends TrackedResource {\n /** The resource-specific properties for this resource. */\n properties?: CloudVmClusterProperties;\n}\n\n/** AutonomousDatabaseCharacterSets resource definition */\nexport interface AutonomousDatabaseCharacterSet extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AutonomousDatabaseCharacterSetProperties;\n}\n\n/** AutonomousDatabaseNationalCharacterSets resource definition */\nexport interface AutonomousDatabaseNationalCharacterSet extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AutonomousDatabaseNationalCharacterSetProperties;\n}\n\n/** AutonomousDbVersion resource definition */\nexport interface AutonomousDbVersion extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AutonomousDbVersionProperties;\n}\n\n/** DbSystemShape resource definition */\nexport interface DbSystemShape extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DbSystemShapeProperties;\n}\n\n/** DnsPrivateView resource definition */\nexport interface DnsPrivateView extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DnsPrivateViewProperties;\n}\n\n/** DnsPrivateZone resource definition */\nexport interface DnsPrivateZone extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DnsPrivateZoneProperties;\n}\n\n/** GiVersion resource definition */\nexport interface GiVersion extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: GiVersionProperties;\n}\n\n/** SystemVersion resource Definition */\nexport interface SystemVersion extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: SystemVersionProperties;\n}\n\n/** OracleSubscription resource definition */\nexport interface OracleSubscription extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: OracleSubscriptionProperties;\n /** Details of the resource plan. */\n plan?: Plan;\n}\n\n/** AutonomousDatabaseBackup resource definition */\nexport interface AutonomousDatabaseBackup extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: AutonomousDatabaseBackupProperties;\n}\n\n/** DbServer resource model */\nexport interface DbServer extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DbServerProperties;\n}\n\n/** The DbNode resource belonging to vmCluster */\nexport interface DbNode extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: DbNodeProperties;\n}\n\n/** Virtual IP resource belonging to a vm cluster resource. */\nexport interface VirtualNetworkAddress extends ProxyResource {\n /** The resource-specific properties for this resource. */\n properties?: VirtualNetworkAddressProperties;\n}\n\n/** Defines headers for AutonomousDatabases_createOrUpdate operation. */\nexport interface AutonomousDatabasesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabases_update operation. */\nexport interface AutonomousDatabasesUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabases_delete operation. */\nexport interface AutonomousDatabasesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabases_failover operation. */\nexport interface AutonomousDatabasesFailoverHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabases_restore operation. */\nexport interface AutonomousDatabasesRestoreHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabases_shrink operation. */\nexport interface AutonomousDatabasesShrinkHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabases_switchover operation. */\nexport interface AutonomousDatabasesSwitchoverHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudExadataInfrastructures_createOrUpdate operation. */\nexport interface CloudExadataInfrastructuresCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudExadataInfrastructures_update operation. */\nexport interface CloudExadataInfrastructuresUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudExadataInfrastructures_delete operation. */\nexport interface CloudExadataInfrastructuresDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudExadataInfrastructures_addStorageCapacity operation. */\nexport interface CloudExadataInfrastructuresAddStorageCapacityHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudVmClusters_createOrUpdate operation. */\nexport interface CloudVmClustersCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudVmClusters_update operation. */\nexport interface CloudVmClustersUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudVmClusters_delete operation. */\nexport interface CloudVmClustersDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudVmClusters_addVms operation. */\nexport interface CloudVmClustersAddVmsHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for CloudVmClusters_removeVms operation. */\nexport interface CloudVmClustersRemoveVmsHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OracleSubscriptions_createOrUpdate operation. */\nexport interface OracleSubscriptionsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OracleSubscriptions_update operation. */\nexport interface OracleSubscriptionsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OracleSubscriptions_delete operation. */\nexport interface OracleSubscriptionsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OracleSubscriptions_listActivationLinks operation. */\nexport interface OracleSubscriptionsListActivationLinksHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OracleSubscriptions_listCloudAccountDetails operation. */\nexport interface OracleSubscriptionsListCloudAccountDetailsHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for OracleSubscriptions_listSaasSubscriptionDetails operation. */\nexport interface OracleSubscriptionsListSaasSubscriptionDetailsHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabaseBackups_createOrUpdate operation. */\nexport interface AutonomousDatabaseBackupsCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabaseBackups_update operation. */\nexport interface AutonomousDatabaseBackupsUpdateHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for AutonomousDatabaseBackups_delete operation. */\nexport interface AutonomousDatabaseBackupsDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for DbNodes_action operation. */\nexport interface DbNodesActionHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworkAddresses_createOrUpdate operation. */\nexport interface VirtualNetworkAddressesCreateOrUpdateHeaders {\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Defines headers for VirtualNetworkAddresses_delete operation. */\nexport interface VirtualNetworkAddressesDeleteHeaders {\n /** The Location header contains the URL where the status of the long running operation can be checked. */\n location?: string;\n /** The Retry-After header can indicate how long the client should wait before polling the operation status. */\n retryAfter?: number;\n}\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n /** UserSystem */\n UserSystem = \"user,system\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user** \\\n * **system** \\\n * **user,system**\n */\nexport type Origin = string;\n\n/** Known values of {@link ActionType} that the service accepts. */\nexport enum KnownActionType {\n /** Internal */\n Internal = \"Internal\",\n}\n\n/**\n * Defines values for ActionType. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**\n */\nexport type ActionType = string;\n\n/** Known values of {@link DataBaseType} that the service accepts. */\nexport enum KnownDataBaseType {\n /** Regular DB */\n Regular = \"Regular\",\n /** Clone DB */\n Clone = \"Clone\",\n}\n\n/**\n * Defines values for DataBaseType. \\\n * {@link KnownDataBaseType} can be used interchangeably with DataBaseType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Regular**: Regular DB \\\n * **Clone**: Clone DB\n */\nexport type DataBaseType = string;\n\n/** Known values of {@link AutonomousMaintenanceScheduleType} that the service accepts. */\nexport enum KnownAutonomousMaintenanceScheduleType {\n /** Early maintenance schedule */\n Early = \"Early\",\n /** Regular maintenance schedule */\n Regular = \"Regular\",\n}\n\n/**\n * Defines values for AutonomousMaintenanceScheduleType. \\\n * {@link KnownAutonomousMaintenanceScheduleType} can be used interchangeably with AutonomousMaintenanceScheduleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Early**: Early maintenance schedule \\\n * **Regular**: Regular maintenance schedule\n */\nexport type AutonomousMaintenanceScheduleType = string;\n\n/** Known values of {@link ComputeModel} that the service accepts. */\nexport enum KnownComputeModel {\n /** ECPU model type */\n Ecpu = \"ECPU\",\n /** OCPU model type */\n Ocpu = \"OCPU\",\n}\n\n/**\n * Defines values for ComputeModel. \\\n * {@link KnownComputeModel} can be used interchangeably with ComputeModel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ECPU**: ECPU model type \\\n * **OCPU**: OCPU model type\n */\nexport type ComputeModel = string;\n\n/** Known values of {@link WorkloadType} that the service accepts. */\nexport enum KnownWorkloadType {\n /** OLTP - indicates an Autonomous Transaction Processing database */\n Oltp = \"OLTP\",\n /** DW - indicates an Autonomous Data Warehouse database */\n DW = \"DW\",\n /** AJD - indicates an Autonomous JSON Database */\n AJD = \"AJD\",\n /** APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type. */\n Apex = \"APEX\",\n}\n\n/**\n * Defines values for WorkloadType. \\\n * {@link KnownWorkloadType} can be used interchangeably with WorkloadType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OLTP**: OLTP - indicates an Autonomous Transaction Processing database \\\n * **DW**: DW - indicates an Autonomous Data Warehouse database \\\n * **AJD**: AJD - indicates an Autonomous JSON Database \\\n * **APEX**: APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.\n */\nexport type WorkloadType = string;\n\n/** Known values of {@link DisasterRecoveryType} that the service accepts. */\nexport enum KnownDisasterRecoveryType {\n /** ADG type */\n Adg = \"Adg\",\n /** Backup based type */\n BackupBased = \"BackupBased\",\n}\n\n/**\n * Defines values for DisasterRecoveryType. \\\n * {@link KnownDisasterRecoveryType} can be used interchangeably with DisasterRecoveryType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Adg**: ADG type \\\n * **BackupBased**: Backup based type\n */\nexport type DisasterRecoveryType = string;\n\n/** Known values of {@link AutonomousDatabaseLifecycleState} that the service accepts. */\nexport enum KnownAutonomousDatabaseLifecycleState {\n /** Indicates that resource in Provisioning state */\n Provisioning = \"Provisioning\",\n /** Indicates that resource in Available state */\n Available = \"Available\",\n /** Indicates that resource in Stopping state */\n Stopping = \"Stopping\",\n /** Indicates that resource in Stopped state */\n Stopped = \"Stopped\",\n /** Indicates that resource in Starting state */\n Starting = \"Starting\",\n /** Indicates that resource in Terminating state */\n Terminating = \"Terminating\",\n /** Indicates that resource in Terminated state */\n Terminated = \"Terminated\",\n /** Indicates that resource in Unavailable state */\n Unavailable = \"Unavailable\",\n /** Indicates that resource in RestoreInProgress state */\n RestoreInProgress = \"RestoreInProgress\",\n /** Indicates that resource in RestoreFailed state */\n RestoreFailed = \"RestoreFailed\",\n /** Indicates that resource in BackupInProgress state */\n BackupInProgress = \"BackupInProgress\",\n /** Indicates that resource in ScaleInProgress state */\n ScaleInProgress = \"ScaleInProgress\",\n /** Indicates that resource is available but needs attention */\n AvailableNeedsAttention = \"AvailableNeedsAttention\",\n /** Indicates that resource in Updating state */\n Updating = \"Updating\",\n /** Indicates that resource maintenance in progress state */\n MaintenanceInProgress = \"MaintenanceInProgress\",\n /** Indicates that resource in Restarting state */\n Restarting = \"Restarting\",\n /** Indicates that resource in Recreating state */\n Recreating = \"Recreating\",\n /** Indicates that resource role change in progress state */\n RoleChangeInProgress = \"RoleChangeInProgress\",\n /** Indicates that resource in Upgrading state */\n Upgrading = \"Upgrading\",\n /** IIndicates that resource in Inaccessible state */\n Inaccessible = \"Inaccessible\",\n /** Indicates that resource in Standby state */\n Standby = \"Standby\",\n}\n\n/**\n * Defines values for AutonomousDatabaseLifecycleState. \\\n * {@link KnownAutonomousDatabaseLifecycleState} can be used interchangeably with AutonomousDatabaseLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning**: Indicates that resource in Provisioning state \\\n * **Available**: Indicates that resource in Available state \\\n * **Stopping**: Indicates that resource in Stopping state \\\n * **Stopped**: Indicates that resource in Stopped state \\\n * **Starting**: Indicates that resource in Starting state \\\n * **Terminating**: Indicates that resource in Terminating state \\\n * **Terminated**: Indicates that resource in Terminated state \\\n * **Unavailable**: Indicates that resource in Unavailable state \\\n * **RestoreInProgress**: Indicates that resource in RestoreInProgress state \\\n * **RestoreFailed**: Indicates that resource in RestoreFailed state \\\n * **BackupInProgress**: Indicates that resource in BackupInProgress state \\\n * **ScaleInProgress**: Indicates that resource in ScaleInProgress state \\\n * **AvailableNeedsAttention**: Indicates that resource is available but needs attention \\\n * **Updating**: Indicates that resource in Updating state \\\n * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \\\n * **Restarting**: Indicates that resource in Restarting state \\\n * **Recreating**: Indicates that resource in Recreating state \\\n * **RoleChangeInProgress**: Indicates that resource role change in progress state \\\n * **Upgrading**: Indicates that resource in Upgrading state \\\n * **Inaccessible**: IIndicates that resource in Inaccessible state \\\n * **Standby**: Indicates that resource in Standby state\n */\nexport type AutonomousDatabaseLifecycleState = string;\n\n/** Known values of {@link LicenseModel} that the service accepts. */\nexport enum KnownLicenseModel {\n /** License included */\n LicenseIncluded = \"LicenseIncluded\",\n /** Bring Your Own License */\n BringYourOwnLicense = \"BringYourOwnLicense\",\n}\n\n/**\n * Defines values for LicenseModel. \\\n * {@link KnownLicenseModel} can be used interchangeably with LicenseModel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LicenseIncluded**: License included \\\n * **BringYourOwnLicense**: Bring Your Own License\n */\nexport type LicenseModel = string;\n\n/** Known values of {@link AzureResourceProvisioningState} that the service accepts. */\nexport enum KnownAzureResourceProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n /** Indicates that resource in Provisioning state */\n Provisioning = \"Provisioning\",\n}\n\n/**\n * Defines values for AzureResourceProvisioningState. \\\n * {@link KnownAzureResourceProvisioningState} can be used interchangeably with AzureResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled. \\\n * **Provisioning**: Indicates that resource in Provisioning state\n */\nexport type AzureResourceProvisioningState = string;\n\n/** Known values of {@link DayOfWeekName} that the service accepts. */\nexport enum KnownDayOfWeekName {\n /** Monday value */\n Monday = \"Monday\",\n /** Tuesday value */\n Tuesday = \"Tuesday\",\n /** Wednesday value */\n Wednesday = \"Wednesday\",\n /** Thursday value */\n Thursday = \"Thursday\",\n /** Friday value */\n Friday = \"Friday\",\n /** Saturday value */\n Saturday = \"Saturday\",\n /** Sunday value */\n Sunday = \"Sunday\",\n}\n\n/**\n * Defines values for DayOfWeekName. \\\n * {@link KnownDayOfWeekName} can be used interchangeably with DayOfWeekName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Monday**: Monday value \\\n * **Tuesday**: Tuesday value \\\n * **Wednesday**: Wednesday value \\\n * **Thursday**: Thursday value \\\n * **Friday**: Friday value \\\n * **Saturday**: Saturday value \\\n * **Sunday**: Sunday value\n */\nexport type DayOfWeekName = string;\n\n/** Known values of {@link ConsumerGroup} that the service accepts. */\nexport enum KnownConsumerGroup {\n /** High group */\n High = \"High\",\n /** Medium group */\n Medium = \"Medium\",\n /** Low group */\n Low = \"Low\",\n /** TP group */\n Tp = \"Tp\",\n /** TPurgent group */\n Tpurgent = \"Tpurgent\",\n}\n\n/**\n * Defines values for ConsumerGroup. \\\n * {@link KnownConsumerGroup} can be used interchangeably with ConsumerGroup,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **High**: High group \\\n * **Medium**: Medium group \\\n * **Low**: Low group \\\n * **Tp**: TP group \\\n * **Tpurgent**: TPurgent group\n */\nexport type ConsumerGroup = string;\n\n/** Known values of {@link HostFormatType} that the service accepts. */\nexport enum KnownHostFormatType {\n /** FQDN format */\n Fqdn = \"Fqdn\",\n /** IP format */\n Ip = \"Ip\",\n}\n\n/**\n * Defines values for HostFormatType. \\\n * {@link KnownHostFormatType} can be used interchangeably with HostFormatType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Fqdn**: FQDN format \\\n * **Ip**: IP format\n */\nexport type HostFormatType = string;\n\n/** Known values of {@link ProtocolType} that the service accepts. */\nexport enum KnownProtocolType {\n /** TCP protocol */\n TCP = \"TCP\",\n /** TCPS protocol */\n Tcps = \"TCPS\",\n}\n\n/**\n * Defines values for ProtocolType. \\\n * {@link KnownProtocolType} can be used interchangeably with ProtocolType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **TCP**: TCP protocol \\\n * **TCPS**: TCPS protocol\n */\nexport type ProtocolType = string;\n\n/** Known values of {@link SessionModeType} that the service accepts. */\nexport enum KnownSessionModeType {\n /** Direct session mode */\n Direct = \"Direct\",\n /** Redirect session mode */\n Redirect = \"Redirect\",\n}\n\n/**\n * Defines values for SessionModeType. \\\n * {@link KnownSessionModeType} can be used interchangeably with SessionModeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Direct**: Direct session mode \\\n * **Redirect**: Redirect session mode\n */\nexport type SessionModeType = string;\n\n/** Known values of {@link SyntaxFormatType} that the service accepts. */\nexport enum KnownSyntaxFormatType {\n /** Long format */\n Long = \"Long\",\n /** Ezconnect format */\n Ezconnect = \"Ezconnect\",\n /** Ezconnectplus format */\n Ezconnectplus = \"Ezconnectplus\",\n}\n\n/**\n * Defines values for SyntaxFormatType. \\\n * {@link KnownSyntaxFormatType} can be used interchangeably with SyntaxFormatType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Long**: Long format \\\n * **Ezconnect**: Ezconnect format \\\n * **Ezconnectplus**: Ezconnectplus format\n */\nexport type SyntaxFormatType = string;\n\n/** Known values of {@link TlsAuthenticationType} that the service accepts. */\nexport enum KnownTlsAuthenticationType {\n /** Server authentication */\n Server = \"Server\",\n /** Mutual TLS */\n Mutual = \"Mutual\",\n}\n\n/**\n * Defines values for TlsAuthenticationType. \\\n * {@link KnownTlsAuthenticationType} can be used interchangeably with TlsAuthenticationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Server**: Server authentication \\\n * **Mutual**: Mutual TLS\n */\nexport type TlsAuthenticationType = string;\n\n/** Known values of {@link DataSafeStatusType} that the service accepts. */\nexport enum KnownDataSafeStatusType {\n /** Registering status */\n Registering = \"Registering\",\n /** Registered status */\n Registered = \"Registered\",\n /** Deregistering status */\n Deregistering = \"Deregistering\",\n /** NotRegistered status */\n NotRegistered = \"NotRegistered\",\n /** Failed status */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DataSafeStatusType. \\\n * {@link KnownDataSafeStatusType} can be used interchangeably with DataSafeStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Registering**: Registering status \\\n * **Registered**: Registered status \\\n * **Deregistering**: Deregistering status \\\n * **NotRegistered**: NotRegistered status \\\n * **Failed**: Failed status\n */\nexport type DataSafeStatusType = string;\n\n/** Known values of {@link DatabaseEditionType} that the service accepts. */\nexport enum KnownDatabaseEditionType {\n /** Standard edition */\n StandardEdition = \"StandardEdition\",\n /** Enterprise edition */\n EnterpriseEdition = \"EnterpriseEdition\",\n}\n\n/**\n * Defines values for DatabaseEditionType. \\\n * {@link KnownDatabaseEditionType} can be used interchangeably with DatabaseEditionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **StandardEdition**: Standard edition \\\n * **EnterpriseEdition**: Enterprise edition\n */\nexport type DatabaseEditionType = string;\n\n/** Known values of {@link RepeatCadenceType} that the service accepts. */\nexport enum KnownRepeatCadenceType {\n /** Repeat one time */\n OneTime = \"OneTime\",\n /** Repeat weekly */\n Weekly = \"Weekly\",\n /** Repeat monthly */\n Monthly = \"Monthly\",\n /** Repeat yearly */\n Yearly = \"Yearly\",\n}\n\n/**\n * Defines values for RepeatCadenceType. \\\n * {@link KnownRepeatCadenceType} can be used interchangeably with RepeatCadenceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OneTime**: Repeat one time \\\n * **Weekly**: Repeat weekly \\\n * **Monthly**: Repeat monthly \\\n * **Yearly**: Repeat yearly\n */\nexport type RepeatCadenceType = string;\n\n/** Known values of {@link OpenModeType} that the service accepts. */\nexport enum KnownOpenModeType {\n /** ReadOnly mode */\n ReadOnly = \"ReadOnly\",\n /** ReadWrite mode */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Defines values for OpenModeType. \\\n * {@link KnownOpenModeType} can be used interchangeably with OpenModeType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadOnly**: ReadOnly mode \\\n * **ReadWrite**: ReadWrite mode\n */\nexport type OpenModeType = string;\n\n/** Known values of {@link OperationsInsightsStatusType} that the service accepts. */\nexport enum KnownOperationsInsightsStatusType {\n /** Enabling status */\n Enabling = \"Enabling\",\n /** Enabled status */\n Enabled = \"Enabled\",\n /** Disabling status */\n Disabling = \"Disabling\",\n /** NotEnabled status */\n NotEnabled = \"NotEnabled\",\n /** FailedEnabling status */\n FailedEnabling = \"FailedEnabling\",\n /** FailedDisabling status */\n FailedDisabling = \"FailedDisabling\",\n}\n\n/**\n * Defines values for OperationsInsightsStatusType. \\\n * {@link KnownOperationsInsightsStatusType} can be used interchangeably with OperationsInsightsStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabling**: Enabling status \\\n * **Enabled**: Enabled status \\\n * **Disabling**: Disabling status \\\n * **NotEnabled**: NotEnabled status \\\n * **FailedEnabling**: FailedEnabling status \\\n * **FailedDisabling**: FailedDisabling status\n */\nexport type OperationsInsightsStatusType = string;\n\n/** Known values of {@link PermissionLevelType} that the service accepts. */\nexport enum KnownPermissionLevelType {\n /** Restricted permission level */\n Restricted = \"Restricted\",\n /** Unrestricted permission level */\n Unrestricted = \"Unrestricted\",\n}\n\n/**\n * Defines values for PermissionLevelType. \\\n * {@link KnownPermissionLevelType} can be used interchangeably with PermissionLevelType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Restricted**: Restricted permission level \\\n * **Unrestricted**: Unrestricted permission level\n */\nexport type PermissionLevelType = string;\n\n/** Known values of {@link RoleType} that the service accepts. */\nexport enum KnownRoleType {\n /** Primary role */\n Primary = \"Primary\",\n /** Standby role */\n Standby = \"Standby\",\n /** DisabledStandby role */\n DisabledStandby = \"DisabledStandby\",\n /** BackupCopy role */\n BackupCopy = \"BackupCopy\",\n /** SnapshotStandby role */\n SnapshotStandby = \"SnapshotStandby\",\n}\n\n/**\n * Defines values for RoleType. \\\n * {@link KnownRoleType} can be used interchangeably with RoleType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary**: Primary role \\\n * **Standby**: Standby role \\\n * **DisabledStandby**: DisabledStandby role \\\n * **BackupCopy**: BackupCopy role \\\n * **SnapshotStandby**: SnapshotStandby role\n */\nexport type RoleType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Preference} that the service accepts. */\nexport enum KnownPreference {\n /** No preference */\n NoPreference = \"NoPreference\",\n /** Custom preference */\n CustomPreference = \"CustomPreference\",\n}\n\n/**\n * Defines values for Preference. \\\n * {@link KnownPreference} can be used interchangeably with Preference,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NoPreference**: No preference \\\n * **CustomPreference**: Custom preference\n */\nexport type Preference = string;\n\n/** Known values of {@link MonthName} that the service accepts. */\nexport enum KnownMonthName {\n /** January value */\n January = \"January\",\n /** February value */\n February = \"February\",\n /** March value */\n March = \"March\",\n /** April value */\n April = \"April\",\n /** May value */\n May = \"May\",\n /** June value */\n June = \"June\",\n /** July value */\n July = \"July\",\n /** August value */\n August = \"August\",\n /** September value */\n September = \"September\",\n /** October value */\n October = \"October\",\n /** November value */\n November = \"November\",\n /** December value */\n December = \"December\",\n}\n\n/**\n * Defines values for MonthName. \\\n * {@link KnownMonthName} can be used interchangeably with MonthName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **January**: January value \\\n * **February**: February value \\\n * **March**: March value \\\n * **April**: April value \\\n * **May**: May value \\\n * **June**: June value \\\n * **July**: July value \\\n * **August**: August value \\\n * **September**: September value \\\n * **October**: October value \\\n * **November**: November value \\\n * **December**: December value\n */\nexport type MonthName = string;\n\n/** Known values of {@link PatchingMode} that the service accepts. */\nexport enum KnownPatchingMode {\n /** Rolling patching */\n Rolling = \"Rolling\",\n /** Non Rolling patching */\n NonRolling = \"NonRolling\",\n}\n\n/**\n * Defines values for PatchingMode. \\\n * {@link KnownPatchingMode} can be used interchangeably with PatchingMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Rolling**: Rolling patching \\\n * **NonRolling**: Non Rolling patching\n */\nexport type PatchingMode = string;\n\n/** Known values of {@link CloudExadataInfrastructureLifecycleState} that the service accepts. */\nexport enum KnownCloudExadataInfrastructureLifecycleState {\n /** Indicates that resource in Provisioning state */\n Provisioning = \"Provisioning\",\n /** Indicates that resource in Available state */\n Available = \"Available\",\n /** Indicates that resource in Updating state */\n Updating = \"Updating\",\n /** Indicates that resource in Terminating state */\n Terminating = \"Terminating\",\n /** Indicates that resource in Terminated state */\n Terminated = \"Terminated\",\n /** Indicates that resource maintenance in progress state */\n MaintenanceInProgress = \"MaintenanceInProgress\",\n /** Indicates that resource in Failed state */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for CloudExadataInfrastructureLifecycleState. \\\n * {@link KnownCloudExadataInfrastructureLifecycleState} can be used interchangeably with CloudExadataInfrastructureLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning**: Indicates that resource in Provisioning state \\\n * **Available**: Indicates that resource in Available state \\\n * **Updating**: Indicates that resource in Updating state \\\n * **Terminating**: Indicates that resource in Terminating state \\\n * **Terminated**: Indicates that resource in Terminated state \\\n * **MaintenanceInProgress**: Indicates that resource maintenance in progress state \\\n * **Failed**: Indicates that resource in Failed state\n */\nexport type CloudExadataInfrastructureLifecycleState = string;\n\n/** Known values of {@link DiskRedundancy} that the service accepts. */\nexport enum KnownDiskRedundancy {\n /** High redundancy */\n High = \"High\",\n /** Normal redundancy */\n Normal = \"Normal\",\n}\n\n/**\n * Defines values for DiskRedundancy. \\\n * {@link KnownDiskRedundancy} can be used interchangeably with DiskRedundancy,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **High**: High redundancy \\\n * **Normal**: Normal redundancy\n */\nexport type DiskRedundancy = string;\n\n/** Known values of {@link CloudVmClusterLifecycleState} that the service accepts. */\nexport enum KnownCloudVmClusterLifecycleState {\n /** Indicates that resource in Provisioning state */\n Provisioning = \"Provisioning\",\n /** Indicates that resource in Available state */\n Available = \"Available\",\n /** Indicates that resource in Updating state */\n Updating = \"Updating\",\n /** Indicates that resource in Terminating state */\n Terminating = \"Terminating\",\n /** Indicates that resource in Terminated state */\n Terminated = \"Terminated\",\n /** Indicates that resource Maintenance in progress state */\n MaintenanceInProgress = \"MaintenanceInProgress\",\n /** Indicates that resource in Failed state */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for CloudVmClusterLifecycleState. \\\n * {@link KnownCloudVmClusterLifecycleState} can be used interchangeably with CloudVmClusterLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning**: Indicates that resource in Provisioning state \\\n * **Available**: Indicates that resource in Available state \\\n * **Updating**: Indicates that resource in Updating state \\\n * **Terminating**: Indicates that resource in Terminating state \\\n * **Terminated**: Indicates that resource in Terminated state \\\n * **MaintenanceInProgress**: Indicates that resource Maintenance in progress state \\\n * **Failed**: Indicates that resource in Failed state\n */\nexport type CloudVmClusterLifecycleState = string;\n\n/** Known values of {@link IormLifecycleState} that the service accepts. */\nexport enum KnownIormLifecycleState {\n /** Indicates that resource in Provisioning state */\n BootStrapping = \"BootStrapping\",\n /** Indicates that resource in Enabled state */\n Enabled = \"Enabled\",\n /** Indicates that resource in Disabled state */\n Disabled = \"Disabled\",\n /** Indicates that resource in Updating state */\n Updating = \"Updating\",\n /** Indicates that resource in Failed state */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for IormLifecycleState. \\\n * {@link KnownIormLifecycleState} can be used interchangeably with IormLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **BootStrapping**: Indicates that resource in Provisioning state \\\n * **Enabled**: Indicates that resource in Enabled state \\\n * **Disabled**: Indicates that resource in Disabled state \\\n * **Updating**: Indicates that resource in Updating state \\\n * **Failed**: Indicates that resource in Failed state\n */\nexport type IormLifecycleState = string;\n\n/** Known values of {@link Objective} that the service accepts. */\nexport enum KnownObjective {\n /** Low latency objective */\n LowLatency = \"LowLatency\",\n /** High throughput objective */\n HighThroughput = \"HighThroughput\",\n /** Balanced objective */\n Balanced = \"Balanced\",\n /** Auto objective */\n Auto = \"Auto\",\n /** Basic objective */\n Basic = \"Basic\",\n}\n\n/**\n * Defines values for Objective. \\\n * {@link KnownObjective} can be used interchangeably with Objective,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **LowLatency**: Low latency objective \\\n * **HighThroughput**: High throughput objective \\\n * **Balanced**: Balanced objective \\\n * **Auto**: Auto objective \\\n * **Basic**: Basic objective\n */\nexport type Objective = string;\n\n/** Known values of {@link DnsPrivateViewsLifecycleState} that the service accepts. */\nexport enum KnownDnsPrivateViewsLifecycleState {\n /** DNS Private View is active */\n Active = \"Active\",\n /** DNS Private View is deleted */\n Deleted = \"Deleted\",\n /** DNS Private View is deleting */\n Deleting = \"Deleting\",\n /** DNS Private View is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for DnsPrivateViewsLifecycleState. \\\n * {@link KnownDnsPrivateViewsLifecycleState} can be used interchangeably with DnsPrivateViewsLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: DNS Private View is active \\\n * **Deleted**: DNS Private View is deleted \\\n * **Deleting**: DNS Private View is deleting \\\n * **Updating**: DNS Private View is updating\n */\nexport type DnsPrivateViewsLifecycleState = string;\n\n/** Known values of {@link ResourceProvisioningState} that the service accepts. */\nexport enum KnownResourceProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for ResourceProvisioningState. \\\n * {@link KnownResourceProvisioningState} can be used interchangeably with ResourceProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type ResourceProvisioningState = string;\n\n/** Known values of {@link DnsPrivateZonesLifecycleState} that the service accepts. */\nexport enum KnownDnsPrivateZonesLifecycleState {\n /** DNS Private Zones is active */\n Active = \"Active\",\n /** DNS Private Zones is creating */\n Creating = \"Creating\",\n /** DNS Private Zones is deleted */\n Deleted = \"Deleted\",\n /** DNS Private Zones is deleting */\n Deleting = \"Deleting\",\n /** DNS Private Zones is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for DnsPrivateZonesLifecycleState. \\\n * {@link KnownDnsPrivateZonesLifecycleState} can be used interchangeably with DnsPrivateZonesLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: DNS Private Zones is active \\\n * **Creating**: DNS Private Zones is creating \\\n * **Deleted**: DNS Private Zones is deleted \\\n * **Deleting**: DNS Private Zones is deleting \\\n * **Updating**: DNS Private Zones is updating\n */\nexport type DnsPrivateZonesLifecycleState = string;\n\n/** Known values of {@link ZoneType} that the service accepts. */\nexport enum KnownZoneType {\n /** Primary zone */\n Primary = \"Primary\",\n /** Secondary zone */\n Secondary = \"Secondary\",\n}\n\n/**\n * Defines values for ZoneType. \\\n * {@link KnownZoneType} can be used interchangeably with ZoneType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Primary**: Primary zone \\\n * **Secondary**: Secondary zone\n */\nexport type ZoneType = string;\n\n/** Known values of {@link OracleSubscriptionProvisioningState} that the service accepts. */\nexport enum KnownOracleSubscriptionProvisioningState {\n /** Resource has been created. */\n Succeeded = \"Succeeded\",\n /** Resource creation failed. */\n Failed = \"Failed\",\n /** Resource creation was canceled. */\n Canceled = \"Canceled\",\n}\n\n/**\n * Defines values for OracleSubscriptionProvisioningState. \\\n * {@link KnownOracleSubscriptionProvisioningState} can be used interchangeably with OracleSubscriptionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Resource has been created. \\\n * **Failed**: Resource creation failed. \\\n * **Canceled**: Resource creation was canceled.\n */\nexport type OracleSubscriptionProvisioningState = string;\n\n/** Known values of {@link CloudAccountProvisioningState} that the service accepts. */\nexport enum KnownCloudAccountProvisioningState {\n /** Pending - Initial state when Oracle cloud account is not configured */\n Pending = \"Pending\",\n /** Provisioning - State when Oracle cloud account is being provisioned */\n Provisioning = \"Provisioning\",\n /** Available - State when Oracle cloud account cloud linking is complete and it is available */\n Available = \"Available\",\n}\n\n/**\n * Defines values for CloudAccountProvisioningState. \\\n * {@link KnownCloudAccountProvisioningState} can be used interchangeably with CloudAccountProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending**: Pending - Initial state when Oracle cloud account is not configured \\\n * **Provisioning**: Provisioning - State when Oracle cloud account is being provisioned \\\n * **Available**: Available - State when Oracle cloud account cloud linking is complete and it is available\n */\nexport type CloudAccountProvisioningState = string;\n\n/** Known values of {@link Intent} that the service accepts. */\nexport enum KnownIntent {\n /** Retain intent */\n Retain = \"Retain\",\n /** Reset intent */\n Reset = \"Reset\",\n}\n\n/**\n * Defines values for Intent. \\\n * {@link KnownIntent} can be used interchangeably with Intent,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Retain**: Retain intent \\\n * **Reset**: Reset intent\n */\nexport type Intent = string;\n\n/** Known values of {@link AutonomousDatabaseBackupLifecycleState} that the service accepts. */\nexport enum KnownAutonomousDatabaseBackupLifecycleState {\n /** AutonomousDatabase backup is creating */\n Creating = \"Creating\",\n /** AutonomousDatabase backup is active */\n Active = \"Active\",\n /** AutonomousDatabase backup is deleting */\n Deleting = \"Deleting\",\n /** AutonomousDatabase backup is failed */\n Failed = \"Failed\",\n /** AutonomousDatabase backup is updating */\n Updating = \"Updating\",\n}\n\n/**\n * Defines values for AutonomousDatabaseBackupLifecycleState. \\\n * {@link KnownAutonomousDatabaseBackupLifecycleState} can be used interchangeably with AutonomousDatabaseBackupLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating**: AutonomousDatabase backup is creating \\\n * **Active**: AutonomousDatabase backup is active \\\n * **Deleting**: AutonomousDatabase backup is deleting \\\n * **Failed**: AutonomousDatabase backup is failed \\\n * **Updating**: AutonomousDatabase backup is updating\n */\nexport type AutonomousDatabaseBackupLifecycleState = string;\n\n/** Known values of {@link AutonomousDatabaseBackupType} that the service accepts. */\nexport enum KnownAutonomousDatabaseBackupType {\n /** Incremental backup */\n Incremental = \"Incremental\",\n /** Full backup */\n Full = \"Full\",\n /** LongTerm backup */\n LongTerm = \"LongTerm\",\n}\n\n/**\n * Defines values for AutonomousDatabaseBackupType. \\\n * {@link KnownAutonomousDatabaseBackupType} can be used interchangeably with AutonomousDatabaseBackupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Incremental**: Incremental backup \\\n * **Full**: Full backup \\\n * **LongTerm**: LongTerm backup\n */\nexport type AutonomousDatabaseBackupType = string;\n\n/** Known values of {@link GenerateType} that the service accepts. */\nexport enum KnownGenerateType {\n /** Generate single */\n Single = \"Single\",\n /** Generate all */\n All = \"All\",\n}\n\n/**\n * Defines values for GenerateType. \\\n * {@link KnownGenerateType} can be used interchangeably with GenerateType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Single**: Generate single \\\n * **All**: Generate all\n */\nexport type GenerateType = string;\n\n/** Known values of {@link DbServerPatchingStatus} that the service accepts. */\nexport enum KnownDbServerPatchingStatus {\n /** Patching scheduled */\n Scheduled = \"Scheduled\",\n /** Patching in progress */\n MaintenanceInProgress = \"MaintenanceInProgress\",\n /** Patching failed */\n Failed = \"Failed\",\n /** Patching completed */\n Complete = \"Complete\",\n}\n\n/**\n * Defines values for DbServerPatchingStatus. \\\n * {@link KnownDbServerPatchingStatus} can be used interchangeably with DbServerPatchingStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Scheduled**: Patching scheduled \\\n * **MaintenanceInProgress**: Patching in progress \\\n * **Failed**: Patching failed \\\n * **Complete**: Patching completed\n */\nexport type DbServerPatchingStatus = string;\n\n/** Known values of {@link DbServerProvisioningState} that the service accepts. */\nexport enum KnownDbServerProvisioningState {\n /** Indicates that resource in Creating state */\n Creating = \"Creating\",\n /** Indicates that resource in Available state */\n Available = \"Available\",\n /** Indicates that resource in Unavailable state */\n Unavailable = \"Unavailable\",\n /** Indicates that resource in Deleting state */\n Deleting = \"Deleting\",\n /** Indicates that resource in Deleted state */\n Deleted = \"Deleted\",\n /** Indicates that resource maintenance in progress state */\n MaintenanceInProgress = \"MaintenanceInProgress\",\n}\n\n/**\n * Defines values for DbServerProvisioningState. \\\n * {@link KnownDbServerProvisioningState} can be used interchangeably with DbServerProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Creating**: Indicates that resource in Creating state \\\n * **Available**: Indicates that resource in Available state \\\n * **Unavailable**: Indicates that resource in Unavailable state \\\n * **Deleting**: Indicates that resource in Deleting state \\\n * **Deleted**: Indicates that resource in Deleted state \\\n * **MaintenanceInProgress**: Indicates that resource maintenance in progress state\n */\nexport type DbServerProvisioningState = string;\n\n/** Known values of {@link DbNodeProvisioningState} that the service accepts. */\nexport enum KnownDbNodeProvisioningState {\n /** Indicates that resource in Provisioning state */\n Provisioning = \"Provisioning\",\n /** Indicates that resource in Available state */\n Available = \"Available\",\n /** Indicates that resource in Updating state */\n Updating = \"Updating\",\n /** Indicates that resource in Stopping state */\n Stopping = \"Stopping\",\n /** Indicates that resource in Stopped state */\n Stopped = \"Stopped\",\n /** Indicates that resource in Starting state */\n Starting = \"Starting\",\n /** Indicates that resource in Terminating state */\n Terminating = \"Terminating\",\n /** Indicates that resource in Terminated state */\n Terminated = \"Terminated\",\n /** Indicates that resource in Failed state */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for DbNodeProvisioningState. \\\n * {@link KnownDbNodeProvisioningState} can be used interchangeably with DbNodeProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning**: Indicates that resource in Provisioning state \\\n * **Available**: Indicates that resource in Available state \\\n * **Updating**: Indicates that resource in Updating state \\\n * **Stopping**: Indicates that resource in Stopping state \\\n * **Stopped**: Indicates that resource in Stopped state \\\n * **Starting**: Indicates that resource in Starting state \\\n * **Terminating**: Indicates that resource in Terminating state \\\n * **Terminated**: Indicates that resource in Terminated state \\\n * **Failed**: Indicates that resource in Failed state\n */\nexport type DbNodeProvisioningState = string;\n\n/** Known values of {@link DbNodeMaintenanceType} that the service accepts. */\nexport enum KnownDbNodeMaintenanceType {\n /** VMDB reboot migration maintenance type */\n VmdbRebootMigration = \"VmdbRebootMigration\",\n}\n\n/**\n * Defines values for DbNodeMaintenanceType. \\\n * {@link KnownDbNodeMaintenanceType} can be used interchangeably with DbNodeMaintenanceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **VmdbRebootMigration**: VMDB reboot migration maintenance type\n */\nexport type DbNodeMaintenanceType = string;\n\n/** Known values of {@link DbNodeActionEnum} that the service accepts. */\nexport enum KnownDbNodeActionEnum {\n /** Start DbNode */\n Start = \"Start\",\n /** Stop DbNode */\n Stop = \"Stop\",\n /** Soft reset DbNode */\n SoftReset = \"SoftReset\",\n /** Reset DbNode */\n Reset = \"Reset\",\n}\n\n/**\n * Defines values for DbNodeActionEnum. \\\n * {@link KnownDbNodeActionEnum} can be used interchangeably with DbNodeActionEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Start**: Start DbNode \\\n * **Stop**: Stop DbNode \\\n * **SoftReset**: Soft reset DbNode \\\n * **Reset**: Reset DbNode\n */\nexport type DbNodeActionEnum = string;\n\n/** Known values of {@link VirtualNetworkAddressLifecycleState} that the service accepts. */\nexport enum KnownVirtualNetworkAddressLifecycleState {\n /** Indicates that resource in Provisioning state */\n Provisioning = \"Provisioning\",\n /** Indicates that resource in Available state */\n Available = \"Available\",\n /** Indicates that resource in Terminating state */\n Terminating = \"Terminating\",\n /** Indicates that resource in Terminated state */\n Terminated = \"Terminated\",\n /** Indicates that resource in Failed state */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for VirtualNetworkAddressLifecycleState. \\\n * {@link KnownVirtualNetworkAddressLifecycleState} can be used interchangeably with VirtualNetworkAddressLifecycleState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Provisioning**: Indicates that resource in Provisioning state \\\n * **Available**: Indicates that resource in Available state \\\n * **Terminating**: Indicates that resource in Terminating state \\\n * **Terminated**: Indicates that resource in Terminated state \\\n * **Failed**: Indicates that resource in Failed state\n */\nexport type VirtualNetworkAddressLifecycleState = string;\n\n/** Known values of {@link SourceType} that the service accepts. */\nexport enum KnownSourceType {\n /** None source */\n None = \"None\",\n /** Database source */\n Database = \"Database\",\n /** Backup from ID source */\n BackupFromId = \"BackupFromId\",\n /** Backup from timestamp source */\n BackupFromTimestamp = \"BackupFromTimestamp\",\n /** Clone to refreshable source */\n CloneToRefreshable = \"CloneToRefreshable\",\n /** Cross region dataguard source */\n CrossRegionDataguard = \"CrossRegionDataguard\",\n /** cross region disaster recovery source */\n CrossRegionDisasterRecovery = \"CrossRegionDisasterRecovery\",\n}\n\n/**\n * Defines values for SourceType. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: None source \\\n * **Database**: Database source \\\n * **BackupFromId**: Backup from ID source \\\n * **BackupFromTimestamp**: Backup from timestamp source \\\n * **CloneToRefreshable**: Clone to refreshable source \\\n * **CrossRegionDataguard**: Cross region dataguard source \\\n * **CrossRegionDisasterRecovery**: cross region disaster recovery source\n */\nexport type SourceType = string;\n\n/** Known values of {@link CloneType} that the service accepts. */\nexport enum KnownCloneType {\n /** Full clone */\n Full = \"Full\",\n /** Metadata only */\n Metadata = \"Metadata\",\n}\n\n/**\n * Defines values for CloneType. \\\n * {@link KnownCloneType} can be used interchangeably with CloneType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Full**: Full clone \\\n * **Metadata**: Metadata only\n */\nexport type CloneType = string;\n\n/** Known values of {@link RefreshableModelType} that the service accepts. */\nexport enum KnownRefreshableModelType {\n /** Automatic refreshable model type */\n Automatic = \"Automatic\",\n /** Manual refreshable model type */\n Manual = \"Manual\",\n}\n\n/**\n * Defines values for RefreshableModelType. \\\n * {@link KnownRefreshableModelType} can be used interchangeably with RefreshableModelType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Automatic**: Automatic refreshable model type \\\n * **Manual**: Manual refreshable model type\n */\nexport type RefreshableModelType = string;\n\n/** Known values of {@link RefreshableStatusType} that the service accepts. */\nexport enum KnownRefreshableStatusType {\n /** Refreshing status */\n Refreshing = \"Refreshing\",\n /** NotRefreshing status */\n NotRefreshing = \"NotRefreshing\",\n}\n\n/**\n * Defines values for RefreshableStatusType. \\\n * {@link KnownRefreshableStatusType} can be used interchangeably with RefreshableStatusType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Refreshing**: Refreshing status \\\n * **NotRefreshing**: NotRefreshing status\n */\nexport type RefreshableStatusType = string;\n\n/** Known values of {@link ValidationStatus} that the service accepts. */\nexport enum KnownValidationStatus {\n /** Validation succeeded */\n Succeeded = \"Succeeded\",\n /** Validation failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for ValidationStatus. \\\n * {@link KnownValidationStatus} can be used interchangeably with ValidationStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded**: Validation succeeded \\\n * **Failed**: Validation failed\n */\nexport type ValidationStatus = string;\n\n/** Known values of {@link UpdateAction} that the service accepts. */\nexport enum KnownUpdateAction {\n /** Rolling apply action */\n RollingApply = \"RollingApply\",\n /** Non rolling apply action */\n NonRollingApply = \"NonRollingApply\",\n /** Pre-check action */\n PreCheck = \"PreCheck\",\n /** Rollback action */\n RollBack = \"RollBack\",\n}\n\n/**\n * Defines values for UpdateAction. \\\n * {@link KnownUpdateAction} can be used interchangeably with UpdateAction,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **RollingApply**: Rolling apply action \\\n * **NonRollingApply**: Non rolling apply action \\\n * **PreCheck**: Pre-check action \\\n * **RollBack**: Rollback action\n */\nexport type UpdateAction = string;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type AutonomousDatabasesListBySubscriptionResponse =\n AutonomousDatabaseListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type AutonomousDatabasesListByResourceGroupResponse =\n AutonomousDatabaseListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutonomousDatabasesGetResponse = AutonomousDatabase;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutonomousDatabasesCreateOrUpdateResponse = AutonomousDatabase;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AutonomousDatabasesUpdateResponse = AutonomousDatabase;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AutonomousDatabasesDeleteResponse =\n AutonomousDatabasesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesFailoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the failover operation. */\nexport type AutonomousDatabasesFailoverResponse = AutonomousDatabase;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesGenerateWalletOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the generateWallet operation. */\nexport type AutonomousDatabasesGenerateWalletResponse =\n AutonomousDatabaseWalletFile;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesRestoreOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restore operation. */\nexport type AutonomousDatabasesRestoreResponse = AutonomousDatabase;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesShrinkOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the shrink operation. */\nexport type AutonomousDatabasesShrinkResponse = AutonomousDatabase;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesSwitchoverOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the switchover operation. */\nexport type AutonomousDatabasesSwitchoverResponse = AutonomousDatabase;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type AutonomousDatabasesListBySubscriptionNextResponse =\n AutonomousDatabaseListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabasesListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type AutonomousDatabasesListByResourceGroupNextResponse =\n AutonomousDatabaseListResult;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type CloudExadataInfrastructuresListBySubscriptionResponse =\n CloudExadataInfrastructureListResult;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CloudExadataInfrastructuresListByResourceGroupResponse =\n CloudExadataInfrastructureListResult;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CloudExadataInfrastructuresGetResponse = CloudExadataInfrastructure;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CloudExadataInfrastructuresCreateOrUpdateResponse =\n CloudExadataInfrastructure;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type CloudExadataInfrastructuresUpdateResponse =\n CloudExadataInfrastructure;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type CloudExadataInfrastructuresDeleteResponse =\n CloudExadataInfrastructuresDeleteHeaders;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresAddStorageCapacityOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the addStorageCapacity operation. */\nexport type CloudExadataInfrastructuresAddStorageCapacityResponse =\n CloudExadataInfrastructure;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type CloudExadataInfrastructuresListBySubscriptionNextResponse =\n CloudExadataInfrastructureListResult;\n\n/** Optional parameters. */\nexport interface CloudExadataInfrastructuresListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CloudExadataInfrastructuresListByResourceGroupNextResponse =\n CloudExadataInfrastructureListResult;\n\n/** Optional parameters. */\nexport interface CloudVmClustersListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type CloudVmClustersListBySubscriptionResponse =\n CloudVmClusterListResult;\n\n/** Optional parameters. */\nexport interface CloudVmClustersListByResourceGroupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type CloudVmClustersListByResourceGroupResponse =\n CloudVmClusterListResult;\n\n/** Optional parameters. */\nexport interface CloudVmClustersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type CloudVmClustersGetResponse = CloudVmCluster;\n\n/** Optional parameters. */\nexport interface CloudVmClustersCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type CloudVmClustersCreateOrUpdateResponse = CloudVmCluster;\n\n/** Optional parameters. */\nexport interface CloudVmClustersUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type CloudVmClustersUpdateResponse = CloudVmCluster;\n\n/** Optional parameters. */\nexport interface CloudVmClustersDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type CloudVmClustersDeleteResponse = CloudVmClustersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface CloudVmClustersAddVmsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the addVms operation. */\nexport type CloudVmClustersAddVmsResponse = CloudVmCluster;\n\n/** Optional parameters. */\nexport interface CloudVmClustersListPrivateIpAddressesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listPrivateIpAddresses operation. */\nexport type CloudVmClustersListPrivateIpAddressesResponse =\n PrivateIpAddressProperties[];\n\n/** Optional parameters. */\nexport interface CloudVmClustersRemoveVmsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the removeVms operation. */\nexport type CloudVmClustersRemoveVmsResponse = CloudVmCluster;\n\n/** Optional parameters. */\nexport interface CloudVmClustersListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type CloudVmClustersListBySubscriptionNextResponse =\n CloudVmClusterListResult;\n\n/** Optional parameters. */\nexport interface CloudVmClustersListByResourceGroupNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type CloudVmClustersListByResourceGroupNextResponse =\n CloudVmClusterListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseCharacterSetsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type AutonomousDatabaseCharacterSetsListByLocationResponse =\n AutonomousDatabaseCharacterSetListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseCharacterSetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutonomousDatabaseCharacterSetsGetResponse =\n AutonomousDatabaseCharacterSet;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseCharacterSetsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type AutonomousDatabaseCharacterSetsListByLocationNextResponse =\n AutonomousDatabaseCharacterSetListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseNationalCharacterSetsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type AutonomousDatabaseNationalCharacterSetsListByLocationResponse =\n AutonomousDatabaseNationalCharacterSetListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseNationalCharacterSetsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutonomousDatabaseNationalCharacterSetsGetResponse =\n AutonomousDatabaseNationalCharacterSet;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseNationalCharacterSetsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type AutonomousDatabaseNationalCharacterSetsListByLocationNextResponse =\n AutonomousDatabaseNationalCharacterSetListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseVersionsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type AutonomousDatabaseVersionsListByLocationResponse =\n AutonomousDbVersionListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseVersionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutonomousDatabaseVersionsGetResponse = AutonomousDbVersion;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseVersionsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type AutonomousDatabaseVersionsListByLocationNextResponse =\n AutonomousDbVersionListResult;\n\n/** Optional parameters. */\nexport interface DbSystemShapesListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type DbSystemShapesListByLocationResponse = DbSystemShapeListResult;\n\n/** Optional parameters. */\nexport interface DbSystemShapesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DbSystemShapesGetResponse = DbSystemShape;\n\n/** Optional parameters. */\nexport interface DbSystemShapesListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type DbSystemShapesListByLocationNextResponse = DbSystemShapeListResult;\n\n/** Optional parameters. */\nexport interface DnsPrivateViewsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type DnsPrivateViewsListByLocationResponse = DnsPrivateViewListResult;\n\n/** Optional parameters. */\nexport interface DnsPrivateViewsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsPrivateViewsGetResponse = DnsPrivateView;\n\n/** Optional parameters. */\nexport interface DnsPrivateViewsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type DnsPrivateViewsListByLocationNextResponse =\n DnsPrivateViewListResult;\n\n/** Optional parameters. */\nexport interface DnsPrivateZonesListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type DnsPrivateZonesListByLocationResponse = DnsPrivateZoneListResult;\n\n/** Optional parameters. */\nexport interface DnsPrivateZonesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DnsPrivateZonesGetResponse = DnsPrivateZone;\n\n/** Optional parameters. */\nexport interface DnsPrivateZonesListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type DnsPrivateZonesListByLocationNextResponse =\n DnsPrivateZoneListResult;\n\n/** Optional parameters. */\nexport interface GiVersionsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type GiVersionsListByLocationResponse = GiVersionListResult;\n\n/** Optional parameters. */\nexport interface GiVersionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type GiVersionsGetResponse = GiVersion;\n\n/** Optional parameters. */\nexport interface GiVersionsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type GiVersionsListByLocationNextResponse = GiVersionListResult;\n\n/** Optional parameters. */\nexport interface SystemVersionsListByLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocation operation. */\nexport type SystemVersionsListByLocationResponse = SystemVersionListResult;\n\n/** Optional parameters. */\nexport interface SystemVersionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type SystemVersionsGetResponse = SystemVersion;\n\n/** Optional parameters. */\nexport interface SystemVersionsListByLocationNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByLocationNext operation. */\nexport type SystemVersionsListByLocationNextResponse = SystemVersionListResult;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsListBySubscriptionOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type OracleSubscriptionsListBySubscriptionResponse =\n OracleSubscriptionListResult;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type OracleSubscriptionsGetResponse = OracleSubscription;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type OracleSubscriptionsCreateOrUpdateResponse = OracleSubscription;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type OracleSubscriptionsUpdateResponse = OracleSubscription;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type OracleSubscriptionsDeleteResponse =\n OracleSubscriptionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsListActivationLinksOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the listActivationLinks operation. */\nexport type OracleSubscriptionsListActivationLinksResponse = ActivationLinks;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsListCloudAccountDetailsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the listCloudAccountDetails operation. */\nexport type OracleSubscriptionsListCloudAccountDetailsResponse =\n CloudAccountDetails;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the listSaasSubscriptionDetails operation. */\nexport type OracleSubscriptionsListSaasSubscriptionDetailsResponse =\n SaasSubscriptionDetails;\n\n/** Optional parameters. */\nexport interface OracleSubscriptionsListBySubscriptionNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type OracleSubscriptionsListBySubscriptionNextResponse =\n OracleSubscriptionListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseBackupsListByAutonomousDatabaseOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutonomousDatabase operation. */\nexport type AutonomousDatabaseBackupsListByAutonomousDatabaseResponse =\n AutonomousDatabaseBackupListResult;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseBackupsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AutonomousDatabaseBackupsGetResponse = AutonomousDatabaseBackup;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseBackupsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AutonomousDatabaseBackupsCreateOrUpdateResponse =\n AutonomousDatabaseBackup;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseBackupsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type AutonomousDatabaseBackupsUpdateResponse = AutonomousDatabaseBackup;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseBackupsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AutonomousDatabaseBackupsDeleteResponse =\n AutonomousDatabaseBackupsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AutonomousDatabaseBackupsListByAutonomousDatabaseNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByAutonomousDatabaseNext operation. */\nexport type AutonomousDatabaseBackupsListByAutonomousDatabaseNextResponse =\n AutonomousDatabaseBackupListResult;\n\n/** Optional parameters. */\nexport interface DbServersListByCloudExadataInfrastructureOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCloudExadataInfrastructure operation. */\nexport type DbServersListByCloudExadataInfrastructureResponse =\n DbServerListResult;\n\n/** Optional parameters. */\nexport interface DbServersGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DbServersGetResponse = DbServer;\n\n/** Optional parameters. */\nexport interface DbServersListByCloudExadataInfrastructureNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCloudExadataInfrastructureNext operation. */\nexport type DbServersListByCloudExadataInfrastructureNextResponse =\n DbServerListResult;\n\n/** Optional parameters. */\nexport interface DbNodesListByCloudVmClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCloudVmCluster operation. */\nexport type DbNodesListByCloudVmClusterResponse = DbNodeListResult;\n\n/** Optional parameters. */\nexport interface DbNodesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DbNodesGetResponse = DbNode;\n\n/** Optional parameters. */\nexport interface DbNodesActionOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the action operation. */\nexport type DbNodesActionResponse = DbNode;\n\n/** Optional parameters. */\nexport interface DbNodesListByCloudVmClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCloudVmClusterNext operation. */\nexport type DbNodesListByCloudVmClusterNextResponse = DbNodeListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkAddressesListByCloudVmClusterOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCloudVmCluster operation. */\nexport type VirtualNetworkAddressesListByCloudVmClusterResponse =\n VirtualNetworkAddressListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkAddressesGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualNetworkAddressesGetResponse = VirtualNetworkAddress;\n\n/** Optional parameters. */\nexport interface VirtualNetworkAddressesCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type VirtualNetworkAddressesCreateOrUpdateResponse =\n VirtualNetworkAddress;\n\n/** Optional parameters. */\nexport interface VirtualNetworkAddressesDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualNetworkAddressesDeleteResponse =\n VirtualNetworkAddressesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualNetworkAddressesListByCloudVmClusterNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByCloudVmClusterNext operation. */\nexport type VirtualNetworkAddressesListByCloudVmClusterNextResponse =\n VirtualNetworkAddressListResult;\n\n/** Optional parameters. */\nexport interface OracleDatabaseManagementClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|