@azure/arm-oracledatabase 1.0.1-alpha.20250217.1 → 1.0.1-alpha.20250219.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cloudVmClusters.js","sourceRoot":"","sources":["../../../src/operations/cloudVmClusters.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { DbNodes } from "../operationsInterfaces";
|
|
3
|
-
import { OracleDatabaseManagementClient } from "../oracleDatabaseManagementClient";
|
|
4
|
-
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
-
import { DbNode, DbNodesListByCloudVmClusterOptionalParams, DbNodesGetOptionalParams, DbNodesGetResponse, DbNodeAction, DbNodesActionOptionalParams, DbNodesActionResponse } from "../models";
|
|
6
|
-
/** Class containing DbNodes operations. */
|
|
7
|
-
export declare class DbNodesImpl implements DbNodes {
|
|
8
|
-
private readonly client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class DbNodes class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client: OracleDatabaseManagementClient);
|
|
14
|
-
/**
|
|
15
|
-
* List DbNode resources by CloudVmCluster
|
|
16
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
18
|
-
* @param options The options parameters.
|
|
19
|
-
*/
|
|
20
|
-
listByCloudVmCluster(resourceGroupName: string, cloudvmclustername: string, options?: DbNodesListByCloudVmClusterOptionalParams): PagedAsyncIterableIterator<DbNode>;
|
|
21
|
-
private listByCloudVmClusterPagingPage;
|
|
22
|
-
private listByCloudVmClusterPagingAll;
|
|
23
|
-
/**
|
|
24
|
-
* List DbNode resources by CloudVmCluster
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
private _listByCloudVmCluster;
|
|
30
|
-
/**
|
|
31
|
-
* Get a DbNode
|
|
32
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
34
|
-
* @param dbnodeocid DbNode OCID.
|
|
35
|
-
* @param options The options parameters.
|
|
36
|
-
*/
|
|
37
|
-
get(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, options?: DbNodesGetOptionalParams): Promise<DbNodesGetResponse>;
|
|
38
|
-
/**
|
|
39
|
-
* VM actions on DbNode of VM Cluster by the provided filter
|
|
40
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
42
|
-
* @param dbnodeocid DbNode OCID.
|
|
43
|
-
* @param body The content of the action request
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
beginAction(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams): Promise<SimplePollerLike<OperationState<DbNodesActionResponse>, DbNodesActionResponse>>;
|
|
47
|
-
/**
|
|
48
|
-
* VM actions on DbNode of VM Cluster by the provided filter
|
|
49
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
51
|
-
* @param dbnodeocid DbNode OCID.
|
|
52
|
-
* @param body The content of the action request
|
|
53
|
-
* @param options The options parameters.
|
|
54
|
-
*/
|
|
55
|
-
beginActionAndWait(resourceGroupName: string, cloudvmclustername: string, dbnodeocid: string, body: DbNodeAction, options?: DbNodesActionOptionalParams): Promise<DbNodesActionResponse>;
|
|
56
|
-
/**
|
|
57
|
-
* ListByCloudVmClusterNext
|
|
58
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
60
|
-
* @param nextLink The nextLink from the previous successful call to the ListByCloudVmCluster method.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
private _listByCloudVmClusterNext;
|
|
64
|
-
}
|
|
65
|
-
//# sourceMappingURL=dbNodes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dbNodes.d.ts","sourceRoot":"","sources":["../../../src/operations/dbNodes.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAIlD,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,MAAM,EAEN,yCAAyC,EAEzC,wBAAwB,EACxB,kBAAkB,EAClB,YAAY,EACZ,2BAA2B,EAC3B,qBAAqB,EAEtB,MAAM,WAAW,CAAC;AAGnB,2CAA2C;AAC3C,qBAAa,WAAY,YAAW,OAAO;IACzC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACI,oBAAoB,CACzB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,MAAM,CAAC;YA2BtB,8BAA8B;YAiC9B,6BAA6B;IAc5C;;;;;OAKG;IACH,OAAO,CAAC,qBAAqB;IAW7B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC;IAO9B;;;;;;;OAOG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,YAAY,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qBAAqB,CAAC,EACrC,qBAAqB,CACtB,CACF;IA8DD;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,MAAM,EAClB,IAAI,EAAE,YAAY,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC;IAWjC;;;;;;OAMG;IACH,OAAO,CAAC,yBAAyB;CAWlC"}
|
|
@@ -1,283 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
import { createHttpPoller, } from "@azure/core-lro";
|
|
14
|
-
import { createLroSpec } from "../lroImpl";
|
|
15
|
-
/// <reference lib="esnext.asynciterable" />
|
|
16
|
-
/** Class containing DbNodes operations. */
|
|
17
|
-
export class DbNodesImpl {
|
|
18
|
-
/**
|
|
19
|
-
* Initialize a new instance of the class DbNodes class.
|
|
20
|
-
* @param client Reference to the service client
|
|
21
|
-
*/
|
|
22
|
-
constructor(client) {
|
|
23
|
-
this.client = client;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* List DbNode resources by CloudVmCluster
|
|
27
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
28
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
29
|
-
* @param options The options parameters.
|
|
30
|
-
*/
|
|
31
|
-
listByCloudVmCluster(resourceGroupName, cloudvmclustername, options) {
|
|
32
|
-
const iter = this.listByCloudVmClusterPagingAll(resourceGroupName, cloudvmclustername, options);
|
|
33
|
-
return {
|
|
34
|
-
next() {
|
|
35
|
-
return iter.next();
|
|
36
|
-
},
|
|
37
|
-
[Symbol.asyncIterator]() {
|
|
38
|
-
return this;
|
|
39
|
-
},
|
|
40
|
-
byPage: (settings) => {
|
|
41
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
42
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
|
-
}
|
|
44
|
-
return this.listByCloudVmClusterPagingPage(resourceGroupName, cloudvmclustername, options, settings);
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
}
|
|
48
|
-
listByCloudVmClusterPagingPage(resourceGroupName, cloudvmclustername, options, settings) {
|
|
49
|
-
return __asyncGenerator(this, arguments, function* listByCloudVmClusterPagingPage_1() {
|
|
50
|
-
let result;
|
|
51
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
52
|
-
if (!continuationToken) {
|
|
53
|
-
result = yield __await(this._listByCloudVmCluster(resourceGroupName, cloudvmclustername, options));
|
|
54
|
-
let page = result.value || [];
|
|
55
|
-
continuationToken = result.nextLink;
|
|
56
|
-
setContinuationToken(page, continuationToken);
|
|
57
|
-
yield yield __await(page);
|
|
58
|
-
}
|
|
59
|
-
while (continuationToken) {
|
|
60
|
-
result = yield __await(this._listByCloudVmClusterNext(resourceGroupName, cloudvmclustername, continuationToken, options));
|
|
61
|
-
continuationToken = result.nextLink;
|
|
62
|
-
let page = result.value || [];
|
|
63
|
-
setContinuationToken(page, continuationToken);
|
|
64
|
-
yield yield __await(page);
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
}
|
|
68
|
-
listByCloudVmClusterPagingAll(resourceGroupName, cloudvmclustername, options) {
|
|
69
|
-
return __asyncGenerator(this, arguments, function* listByCloudVmClusterPagingAll_1() {
|
|
70
|
-
var _a, e_1, _b, _c;
|
|
71
|
-
try {
|
|
72
|
-
for (var _d = true, _e = __asyncValues(this.listByCloudVmClusterPagingPage(resourceGroupName, cloudvmclustername, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
73
|
-
_c = _f.value;
|
|
74
|
-
_d = false;
|
|
75
|
-
const page = _c;
|
|
76
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
80
|
-
finally {
|
|
81
|
-
try {
|
|
82
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
83
|
-
}
|
|
84
|
-
finally { if (e_1) throw e_1.error; }
|
|
85
|
-
}
|
|
86
|
-
});
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* List DbNode resources by CloudVmCluster
|
|
90
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
_listByCloudVmCluster(resourceGroupName, cloudvmclustername, options) {
|
|
95
|
-
return this.client.sendOperationRequest({ resourceGroupName, cloudvmclustername, options }, listByCloudVmClusterOperationSpec);
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Get a DbNode
|
|
99
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
100
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
101
|
-
* @param dbnodeocid DbNode OCID.
|
|
102
|
-
* @param options The options parameters.
|
|
103
|
-
*/
|
|
104
|
-
get(resourceGroupName, cloudvmclustername, dbnodeocid, options) {
|
|
105
|
-
return this.client.sendOperationRequest({ resourceGroupName, cloudvmclustername, dbnodeocid, options }, getOperationSpec);
|
|
106
|
-
}
|
|
107
|
-
/**
|
|
108
|
-
* VM actions on DbNode of VM Cluster by the provided filter
|
|
109
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
110
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
111
|
-
* @param dbnodeocid DbNode OCID.
|
|
112
|
-
* @param body The content of the action request
|
|
113
|
-
* @param options The options parameters.
|
|
114
|
-
*/
|
|
115
|
-
beginAction(resourceGroupName, cloudvmclustername, dbnodeocid, body, options) {
|
|
116
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
117
|
-
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
118
|
-
return this.client.sendOperationRequest(args, spec);
|
|
119
|
-
});
|
|
120
|
-
const sendOperationFn = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
121
|
-
var _a;
|
|
122
|
-
let currentRawResponse = undefined;
|
|
123
|
-
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
124
|
-
const callback = (rawResponse, flatResponse) => {
|
|
125
|
-
currentRawResponse = rawResponse;
|
|
126
|
-
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
127
|
-
};
|
|
128
|
-
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
129
|
-
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
130
|
-
return {
|
|
131
|
-
flatResponse,
|
|
132
|
-
rawResponse: {
|
|
133
|
-
statusCode: currentRawResponse.status,
|
|
134
|
-
body: currentRawResponse.parsedBody,
|
|
135
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
136
|
-
},
|
|
137
|
-
};
|
|
138
|
-
});
|
|
139
|
-
const lro = createLroSpec({
|
|
140
|
-
sendOperationFn,
|
|
141
|
-
args: {
|
|
142
|
-
resourceGroupName,
|
|
143
|
-
cloudvmclustername,
|
|
144
|
-
dbnodeocid,
|
|
145
|
-
body,
|
|
146
|
-
options,
|
|
147
|
-
},
|
|
148
|
-
spec: actionOperationSpec,
|
|
149
|
-
});
|
|
150
|
-
const poller = yield createHttpPoller(lro, {
|
|
151
|
-
restoreFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
152
|
-
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
153
|
-
resourceLocationConfig: "location",
|
|
154
|
-
});
|
|
155
|
-
yield poller.poll();
|
|
156
|
-
return poller;
|
|
157
|
-
});
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* VM actions on DbNode of VM Cluster by the provided filter
|
|
161
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
162
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
163
|
-
* @param dbnodeocid DbNode OCID.
|
|
164
|
-
* @param body The content of the action request
|
|
165
|
-
* @param options The options parameters.
|
|
166
|
-
*/
|
|
167
|
-
beginActionAndWait(resourceGroupName, cloudvmclustername, dbnodeocid, body, options) {
|
|
168
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
169
|
-
const poller = yield this.beginAction(resourceGroupName, cloudvmclustername, dbnodeocid, body, options);
|
|
170
|
-
return poller.pollUntilDone();
|
|
171
|
-
});
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* ListByCloudVmClusterNext
|
|
175
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
176
|
-
* @param cloudvmclustername CloudVmCluster name
|
|
177
|
-
* @param nextLink The nextLink from the previous successful call to the ListByCloudVmCluster method.
|
|
178
|
-
* @param options The options parameters.
|
|
179
|
-
*/
|
|
180
|
-
_listByCloudVmClusterNext(resourceGroupName, cloudvmclustername, nextLink, options) {
|
|
181
|
-
return this.client.sendOperationRequest({ resourceGroupName, cloudvmclustername, nextLink, options }, listByCloudVmClusterNextOperationSpec);
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
// Operation Specifications
|
|
185
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
186
|
-
const listByCloudVmClusterOperationSpec = {
|
|
187
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/dbNodes",
|
|
188
|
-
httpMethod: "GET",
|
|
189
|
-
responses: {
|
|
190
|
-
200: {
|
|
191
|
-
bodyMapper: Mappers.DbNodeListResult,
|
|
192
|
-
},
|
|
193
|
-
default: {
|
|
194
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
195
|
-
},
|
|
196
|
-
},
|
|
197
|
-
queryParameters: [Parameters.apiVersion],
|
|
198
|
-
urlParameters: [
|
|
199
|
-
Parameters.$host,
|
|
200
|
-
Parameters.subscriptionId,
|
|
201
|
-
Parameters.resourceGroupName,
|
|
202
|
-
Parameters.cloudvmclustername,
|
|
203
|
-
],
|
|
204
|
-
headerParameters: [Parameters.accept],
|
|
205
|
-
serializer,
|
|
206
|
-
};
|
|
207
|
-
const getOperationSpec = {
|
|
208
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/dbNodes/{dbnodeocid}",
|
|
209
|
-
httpMethod: "GET",
|
|
210
|
-
responses: {
|
|
211
|
-
200: {
|
|
212
|
-
bodyMapper: Mappers.DbNode,
|
|
213
|
-
},
|
|
214
|
-
default: {
|
|
215
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
216
|
-
},
|
|
217
|
-
},
|
|
218
|
-
queryParameters: [Parameters.apiVersion],
|
|
219
|
-
urlParameters: [
|
|
220
|
-
Parameters.$host,
|
|
221
|
-
Parameters.subscriptionId,
|
|
222
|
-
Parameters.resourceGroupName,
|
|
223
|
-
Parameters.cloudvmclustername,
|
|
224
|
-
Parameters.dbnodeocid,
|
|
225
|
-
],
|
|
226
|
-
headerParameters: [Parameters.accept],
|
|
227
|
-
serializer,
|
|
228
|
-
};
|
|
229
|
-
const actionOperationSpec = {
|
|
230
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudVmClusters/{cloudvmclustername}/dbNodes/{dbnodeocid}/action",
|
|
231
|
-
httpMethod: "POST",
|
|
232
|
-
responses: {
|
|
233
|
-
200: {
|
|
234
|
-
bodyMapper: Mappers.DbNode,
|
|
235
|
-
},
|
|
236
|
-
201: {
|
|
237
|
-
bodyMapper: Mappers.DbNode,
|
|
238
|
-
},
|
|
239
|
-
202: {
|
|
240
|
-
bodyMapper: Mappers.DbNode,
|
|
241
|
-
},
|
|
242
|
-
204: {
|
|
243
|
-
bodyMapper: Mappers.DbNode,
|
|
244
|
-
},
|
|
245
|
-
default: {
|
|
246
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
247
|
-
},
|
|
248
|
-
},
|
|
249
|
-
requestBody: Parameters.body5,
|
|
250
|
-
queryParameters: [Parameters.apiVersion],
|
|
251
|
-
urlParameters: [
|
|
252
|
-
Parameters.$host,
|
|
253
|
-
Parameters.subscriptionId,
|
|
254
|
-
Parameters.resourceGroupName,
|
|
255
|
-
Parameters.cloudvmclustername,
|
|
256
|
-
Parameters.dbnodeocid,
|
|
257
|
-
],
|
|
258
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
259
|
-
mediaType: "json",
|
|
260
|
-
serializer,
|
|
261
|
-
};
|
|
262
|
-
const listByCloudVmClusterNextOperationSpec = {
|
|
263
|
-
path: "{nextLink}",
|
|
264
|
-
httpMethod: "GET",
|
|
265
|
-
responses: {
|
|
266
|
-
200: {
|
|
267
|
-
bodyMapper: Mappers.DbNodeListResult,
|
|
268
|
-
},
|
|
269
|
-
default: {
|
|
270
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
271
|
-
},
|
|
272
|
-
},
|
|
273
|
-
urlParameters: [
|
|
274
|
-
Parameters.$host,
|
|
275
|
-
Parameters.nextLink,
|
|
276
|
-
Parameters.subscriptionId,
|
|
277
|
-
Parameters.resourceGroupName,
|
|
278
|
-
Parameters.cloudvmclustername,
|
|
279
|
-
],
|
|
280
|
-
headerParameters: [Parameters.accept],
|
|
281
|
-
serializer,
|
|
282
|
-
};
|
|
283
|
-
//# sourceMappingURL=dbNodes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dbNodes.js","sourceRoot":"","sources":["../../../src/operations/dbNodes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { DbServers } from "../operationsInterfaces";
|
|
3
|
-
import { OracleDatabaseManagementClient } from "../oracleDatabaseManagementClient";
|
|
4
|
-
import { DbServer, DbServersListByCloudExadataInfrastructureOptionalParams, DbServersGetOptionalParams, DbServersGetResponse } from "../models";
|
|
5
|
-
/** Class containing DbServers operations. */
|
|
6
|
-
export declare class DbServersImpl implements DbServers {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class DbServers class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: OracleDatabaseManagementClient);
|
|
13
|
-
/**
|
|
14
|
-
* List DbServer resources by CloudExadataInfrastructure
|
|
15
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
listByCloudExadataInfrastructure(resourceGroupName: string, cloudexadatainfrastructurename: string, options?: DbServersListByCloudExadataInfrastructureOptionalParams): PagedAsyncIterableIterator<DbServer>;
|
|
20
|
-
private listByCloudExadataInfrastructurePagingPage;
|
|
21
|
-
private listByCloudExadataInfrastructurePagingAll;
|
|
22
|
-
/**
|
|
23
|
-
* List DbServer resources by CloudExadataInfrastructure
|
|
24
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
26
|
-
* @param options The options parameters.
|
|
27
|
-
*/
|
|
28
|
-
private _listByCloudExadataInfrastructure;
|
|
29
|
-
/**
|
|
30
|
-
* Get a DbServer
|
|
31
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
33
|
-
* @param dbserverocid DbServer OCID.
|
|
34
|
-
* @param options The options parameters.
|
|
35
|
-
*/
|
|
36
|
-
get(resourceGroupName: string, cloudexadatainfrastructurename: string, dbserverocid: string, options?: DbServersGetOptionalParams): Promise<DbServersGetResponse>;
|
|
37
|
-
/**
|
|
38
|
-
* ListByCloudExadataInfrastructureNext
|
|
39
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
41
|
-
* @param nextLink The nextLink from the previous successful call to the
|
|
42
|
-
* ListByCloudExadataInfrastructure method.
|
|
43
|
-
* @param options The options parameters.
|
|
44
|
-
*/
|
|
45
|
-
private _listByCloudExadataInfrastructureNext;
|
|
46
|
-
}
|
|
47
|
-
//# sourceMappingURL=dbServers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dbServers.d.ts","sourceRoot":"","sources":["../../../src/operations/dbServers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAIpD,OAAO,EAAE,8BAA8B,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EACL,QAAQ,EAER,uDAAuD,EAEvD,0BAA0B,EAC1B,oBAAoB,EAErB,MAAM,WAAW,CAAC;AAGnB,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;;OAKG;IACI,gCAAgC,CACrC,iBAAiB,EAAE,MAAM,EACzB,8BAA8B,EAAE,MAAM,EACtC,OAAO,CAAC,EAAE,uDAAuD,GAChE,0BAA0B,CAAC,QAAQ,CAAC;YA2BxB,0CAA0C;YAiC1C,yCAAyC;IAcxD;;;;;OAKG;IACH,OAAO,CAAC,iCAAiC;IAWzC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,8BAA8B,EAAE,MAAM,EACtC,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC;IAYhC;;;;;;;OAOG;IACH,OAAO,CAAC,qCAAqC;CAW9C"}
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
|
|
9
|
-
import { setContinuationToken } from "../pagingHelper";
|
|
10
|
-
import * as coreClient from "@azure/core-client";
|
|
11
|
-
import * as Mappers from "../models/mappers";
|
|
12
|
-
import * as Parameters from "../models/parameters";
|
|
13
|
-
/// <reference lib="esnext.asynciterable" />
|
|
14
|
-
/** Class containing DbServers operations. */
|
|
15
|
-
export class DbServersImpl {
|
|
16
|
-
/**
|
|
17
|
-
* Initialize a new instance of the class DbServers class.
|
|
18
|
-
* @param client Reference to the service client
|
|
19
|
-
*/
|
|
20
|
-
constructor(client) {
|
|
21
|
-
this.client = client;
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* List DbServer resources by CloudExadataInfrastructure
|
|
25
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
26
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
27
|
-
* @param options The options parameters.
|
|
28
|
-
*/
|
|
29
|
-
listByCloudExadataInfrastructure(resourceGroupName, cloudexadatainfrastructurename, options) {
|
|
30
|
-
const iter = this.listByCloudExadataInfrastructurePagingAll(resourceGroupName, cloudexadatainfrastructurename, options);
|
|
31
|
-
return {
|
|
32
|
-
next() {
|
|
33
|
-
return iter.next();
|
|
34
|
-
},
|
|
35
|
-
[Symbol.asyncIterator]() {
|
|
36
|
-
return this;
|
|
37
|
-
},
|
|
38
|
-
byPage: (settings) => {
|
|
39
|
-
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
40
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
41
|
-
}
|
|
42
|
-
return this.listByCloudExadataInfrastructurePagingPage(resourceGroupName, cloudexadatainfrastructurename, options, settings);
|
|
43
|
-
},
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
listByCloudExadataInfrastructurePagingPage(resourceGroupName, cloudexadatainfrastructurename, options, settings) {
|
|
47
|
-
return __asyncGenerator(this, arguments, function* listByCloudExadataInfrastructurePagingPage_1() {
|
|
48
|
-
let result;
|
|
49
|
-
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
50
|
-
if (!continuationToken) {
|
|
51
|
-
result = yield __await(this._listByCloudExadataInfrastructure(resourceGroupName, cloudexadatainfrastructurename, options));
|
|
52
|
-
let page = result.value || [];
|
|
53
|
-
continuationToken = result.nextLink;
|
|
54
|
-
setContinuationToken(page, continuationToken);
|
|
55
|
-
yield yield __await(page);
|
|
56
|
-
}
|
|
57
|
-
while (continuationToken) {
|
|
58
|
-
result = yield __await(this._listByCloudExadataInfrastructureNext(resourceGroupName, cloudexadatainfrastructurename, continuationToken, options));
|
|
59
|
-
continuationToken = result.nextLink;
|
|
60
|
-
let page = result.value || [];
|
|
61
|
-
setContinuationToken(page, continuationToken);
|
|
62
|
-
yield yield __await(page);
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
listByCloudExadataInfrastructurePagingAll(resourceGroupName, cloudexadatainfrastructurename, options) {
|
|
67
|
-
return __asyncGenerator(this, arguments, function* listByCloudExadataInfrastructurePagingAll_1() {
|
|
68
|
-
var _a, e_1, _b, _c;
|
|
69
|
-
try {
|
|
70
|
-
for (var _d = true, _e = __asyncValues(this.listByCloudExadataInfrastructurePagingPage(resourceGroupName, cloudexadatainfrastructurename, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
71
|
-
_c = _f.value;
|
|
72
|
-
_d = false;
|
|
73
|
-
const page = _c;
|
|
74
|
-
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
78
|
-
finally {
|
|
79
|
-
try {
|
|
80
|
-
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
81
|
-
}
|
|
82
|
-
finally { if (e_1) throw e_1.error; }
|
|
83
|
-
}
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* List DbServer resources by CloudExadataInfrastructure
|
|
88
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
89
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
90
|
-
* @param options The options parameters.
|
|
91
|
-
*/
|
|
92
|
-
_listByCloudExadataInfrastructure(resourceGroupName, cloudexadatainfrastructurename, options) {
|
|
93
|
-
return this.client.sendOperationRequest({ resourceGroupName, cloudexadatainfrastructurename, options }, listByCloudExadataInfrastructureOperationSpec);
|
|
94
|
-
}
|
|
95
|
-
/**
|
|
96
|
-
* Get a DbServer
|
|
97
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
98
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
99
|
-
* @param dbserverocid DbServer OCID.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
get(resourceGroupName, cloudexadatainfrastructurename, dbserverocid, options) {
|
|
103
|
-
return this.client.sendOperationRequest({
|
|
104
|
-
resourceGroupName,
|
|
105
|
-
cloudexadatainfrastructurename,
|
|
106
|
-
dbserverocid,
|
|
107
|
-
options,
|
|
108
|
-
}, getOperationSpec);
|
|
109
|
-
}
|
|
110
|
-
/**
|
|
111
|
-
* ListByCloudExadataInfrastructureNext
|
|
112
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
113
|
-
* @param cloudexadatainfrastructurename CloudExadataInfrastructure name
|
|
114
|
-
* @param nextLink The nextLink from the previous successful call to the
|
|
115
|
-
* ListByCloudExadataInfrastructure method.
|
|
116
|
-
* @param options The options parameters.
|
|
117
|
-
*/
|
|
118
|
-
_listByCloudExadataInfrastructureNext(resourceGroupName, cloudexadatainfrastructurename, nextLink, options) {
|
|
119
|
-
return this.client.sendOperationRequest({ resourceGroupName, cloudexadatainfrastructurename, nextLink, options }, listByCloudExadataInfrastructureNextOperationSpec);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
// Operation Specifications
|
|
123
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
124
|
-
const listByCloudExadataInfrastructureOperationSpec = {
|
|
125
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers",
|
|
126
|
-
httpMethod: "GET",
|
|
127
|
-
responses: {
|
|
128
|
-
200: {
|
|
129
|
-
bodyMapper: Mappers.DbServerListResult,
|
|
130
|
-
},
|
|
131
|
-
default: {
|
|
132
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
133
|
-
},
|
|
134
|
-
},
|
|
135
|
-
queryParameters: [Parameters.apiVersion],
|
|
136
|
-
urlParameters: [
|
|
137
|
-
Parameters.$host,
|
|
138
|
-
Parameters.subscriptionId,
|
|
139
|
-
Parameters.resourceGroupName,
|
|
140
|
-
Parameters.cloudexadatainfrastructurename,
|
|
141
|
-
],
|
|
142
|
-
headerParameters: [Parameters.accept],
|
|
143
|
-
serializer,
|
|
144
|
-
};
|
|
145
|
-
const getOperationSpec = {
|
|
146
|
-
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/cloudExadataInfrastructures/{cloudexadatainfrastructurename}/dbServers/{dbserverocid}",
|
|
147
|
-
httpMethod: "GET",
|
|
148
|
-
responses: {
|
|
149
|
-
200: {
|
|
150
|
-
bodyMapper: Mappers.DbServer,
|
|
151
|
-
},
|
|
152
|
-
default: {
|
|
153
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
154
|
-
},
|
|
155
|
-
},
|
|
156
|
-
queryParameters: [Parameters.apiVersion],
|
|
157
|
-
urlParameters: [
|
|
158
|
-
Parameters.$host,
|
|
159
|
-
Parameters.subscriptionId,
|
|
160
|
-
Parameters.resourceGroupName,
|
|
161
|
-
Parameters.cloudexadatainfrastructurename,
|
|
162
|
-
Parameters.dbserverocid,
|
|
163
|
-
],
|
|
164
|
-
headerParameters: [Parameters.accept],
|
|
165
|
-
serializer,
|
|
166
|
-
};
|
|
167
|
-
const listByCloudExadataInfrastructureNextOperationSpec = {
|
|
168
|
-
path: "{nextLink}",
|
|
169
|
-
httpMethod: "GET",
|
|
170
|
-
responses: {
|
|
171
|
-
200: {
|
|
172
|
-
bodyMapper: Mappers.DbServerListResult,
|
|
173
|
-
},
|
|
174
|
-
default: {
|
|
175
|
-
bodyMapper: Mappers.ErrorResponse,
|
|
176
|
-
},
|
|
177
|
-
},
|
|
178
|
-
urlParameters: [
|
|
179
|
-
Parameters.$host,
|
|
180
|
-
Parameters.nextLink,
|
|
181
|
-
Parameters.subscriptionId,
|
|
182
|
-
Parameters.resourceGroupName,
|
|
183
|
-
Parameters.cloudexadatainfrastructurename,
|
|
184
|
-
],
|
|
185
|
-
headerParameters: [Parameters.accept],
|
|
186
|
-
serializer,
|
|
187
|
-
};
|
|
188
|
-
//# sourceMappingURL=dbServers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dbServers.js","sourceRoot":"","sources":["../../../src/operations/dbServers.ts"],"names":[],"mappings":"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"}
|