@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oracleSubscriptions.js","sourceRoot":"","sources":["../../../src/operations/oracleSubscriptions.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { OracleSubscriptions } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { OracleDatabaseManagementClient } from \"../oracleDatabaseManagementClient.js\";\nimport {\n SimplePollerLike,\n OperationState,\n createHttpPoller,\n} from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport {\n OracleSubscription,\n OracleSubscriptionsListBySubscriptionNextOptionalParams,\n OracleSubscriptionsListBySubscriptionOptionalParams,\n OracleSubscriptionsListBySubscriptionResponse,\n OracleSubscriptionsGetOptionalParams,\n OracleSubscriptionsGetResponse,\n OracleSubscriptionsCreateOrUpdateOptionalParams,\n OracleSubscriptionsCreateOrUpdateResponse,\n OracleSubscriptionUpdate,\n OracleSubscriptionsUpdateOptionalParams,\n OracleSubscriptionsUpdateResponse,\n OracleSubscriptionsDeleteOptionalParams,\n OracleSubscriptionsDeleteResponse,\n OracleSubscriptionsListActivationLinksOptionalParams,\n OracleSubscriptionsListActivationLinksResponse,\n OracleSubscriptionsListCloudAccountDetailsOptionalParams,\n OracleSubscriptionsListCloudAccountDetailsResponse,\n OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams,\n OracleSubscriptionsListSaasSubscriptionDetailsResponse,\n OracleSubscriptionsListBySubscriptionNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing OracleSubscriptions operations. */\nexport class OracleSubscriptionsImpl implements OracleSubscriptions {\n private readonly client: OracleDatabaseManagementClient;\n\n /**\n * Initialize a new instance of the class OracleSubscriptions class.\n * @param client Reference to the service client\n */\n constructor(client: OracleDatabaseManagementClient) {\n this.client = client;\n }\n\n /**\n * List OracleSubscription resources by subscription ID\n * @param options The options parameters.\n */\n public listBySubscription(\n options?: OracleSubscriptionsListBySubscriptionOptionalParams,\n ): PagedAsyncIterableIterator<OracleSubscription> {\n const iter = this.listBySubscriptionPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listBySubscriptionPagingPage(options, settings);\n },\n };\n }\n\n private async *listBySubscriptionPagingPage(\n options?: OracleSubscriptionsListBySubscriptionOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<OracleSubscription[]> {\n let result: OracleSubscriptionsListBySubscriptionResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listBySubscription(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listBySubscriptionNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listBySubscriptionPagingAll(\n options?: OracleSubscriptionsListBySubscriptionOptionalParams,\n ): AsyncIterableIterator<OracleSubscription> {\n for await (const page of this.listBySubscriptionPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * List OracleSubscription resources by subscription ID\n * @param options The options parameters.\n */\n private _listBySubscription(\n options?: OracleSubscriptionsListBySubscriptionOptionalParams,\n ): Promise<OracleSubscriptionsListBySubscriptionResponse> {\n return this.client.sendOperationRequest(\n { options },\n listBySubscriptionOperationSpec,\n );\n }\n\n /**\n * Get a OracleSubscription\n * @param options The options parameters.\n */\n get(\n options?: OracleSubscriptionsGetOptionalParams,\n ): Promise<OracleSubscriptionsGetResponse> {\n return this.client.sendOperationRequest({ options }, getOperationSpec);\n }\n\n /**\n * Create a OracleSubscription\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdate(\n resource: OracleSubscription,\n options?: OracleSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OracleSubscriptionsCreateOrUpdateResponse>,\n OracleSubscriptionsCreateOrUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<OracleSubscriptionsCreateOrUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { resource, options },\n spec: createOrUpdateOperationSpec,\n });\n const poller = await createHttpPoller<\n OracleSubscriptionsCreateOrUpdateResponse,\n OperationState<OracleSubscriptionsCreateOrUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"azure-async-operation\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Create a OracleSubscription\n * @param resource Resource create parameters.\n * @param options The options parameters.\n */\n async beginCreateOrUpdateAndWait(\n resource: OracleSubscription,\n options?: OracleSubscriptionsCreateOrUpdateOptionalParams,\n ): Promise<OracleSubscriptionsCreateOrUpdateResponse> {\n const poller = await this.beginCreateOrUpdate(resource, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Update a OracleSubscription\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n async beginUpdate(\n properties: OracleSubscriptionUpdate,\n options?: OracleSubscriptionsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OracleSubscriptionsUpdateResponse>,\n OracleSubscriptionsUpdateResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<OracleSubscriptionsUpdateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { properties, options },\n spec: updateOperationSpec,\n });\n const poller = await createHttpPoller<\n OracleSubscriptionsUpdateResponse,\n OperationState<OracleSubscriptionsUpdateResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Update a OracleSubscription\n * @param properties The resource properties to be updated.\n * @param options The options parameters.\n */\n async beginUpdateAndWait(\n properties: OracleSubscriptionUpdate,\n options?: OracleSubscriptionsUpdateOptionalParams,\n ): Promise<OracleSubscriptionsUpdateResponse> {\n const poller = await this.beginUpdate(properties, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Delete a OracleSubscription\n * @param options The options parameters.\n */\n async beginDelete(\n options?: OracleSubscriptionsDeleteOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OracleSubscriptionsDeleteResponse>,\n OracleSubscriptionsDeleteResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<OracleSubscriptionsDeleteResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { options },\n spec: deleteOperationSpec,\n });\n const poller = await createHttpPoller<\n OracleSubscriptionsDeleteResponse,\n OperationState<OracleSubscriptionsDeleteResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * Delete a OracleSubscription\n * @param options The options parameters.\n */\n async beginDeleteAndWait(\n options?: OracleSubscriptionsDeleteOptionalParams,\n ): Promise<OracleSubscriptionsDeleteResponse> {\n const poller = await this.beginDelete(options);\n return poller.pollUntilDone();\n }\n\n /**\n * List Activation Links\n * @param options The options parameters.\n */\n async beginListActivationLinks(\n options?: OracleSubscriptionsListActivationLinksOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OracleSubscriptionsListActivationLinksResponse>,\n OracleSubscriptionsListActivationLinksResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<OracleSubscriptionsListActivationLinksResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { options },\n spec: listActivationLinksOperationSpec,\n });\n const poller = await createHttpPoller<\n OracleSubscriptionsListActivationLinksResponse,\n OperationState<OracleSubscriptionsListActivationLinksResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * List Activation Links\n * @param options The options parameters.\n */\n async beginListActivationLinksAndWait(\n options?: OracleSubscriptionsListActivationLinksOptionalParams,\n ): Promise<OracleSubscriptionsListActivationLinksResponse> {\n const poller = await this.beginListActivationLinks(options);\n return poller.pollUntilDone();\n }\n\n /**\n * List Cloud Account Details\n * @param options The options parameters.\n */\n async beginListCloudAccountDetails(\n options?: OracleSubscriptionsListCloudAccountDetailsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OracleSubscriptionsListCloudAccountDetailsResponse>,\n OracleSubscriptionsListCloudAccountDetailsResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<OracleSubscriptionsListCloudAccountDetailsResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { options },\n spec: listCloudAccountDetailsOperationSpec,\n });\n const poller = await createHttpPoller<\n OracleSubscriptionsListCloudAccountDetailsResponse,\n OperationState<OracleSubscriptionsListCloudAccountDetailsResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * List Cloud Account Details\n * @param options The options parameters.\n */\n async beginListCloudAccountDetailsAndWait(\n options?: OracleSubscriptionsListCloudAccountDetailsOptionalParams,\n ): Promise<OracleSubscriptionsListCloudAccountDetailsResponse> {\n const poller = await this.beginListCloudAccountDetails(options);\n return poller.pollUntilDone();\n }\n\n /**\n * List Saas Subscription Details\n * @param options The options parameters.\n */\n async beginListSaasSubscriptionDetails(\n options?: OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<OracleSubscriptionsListSaasSubscriptionDetailsResponse>,\n OracleSubscriptionsListSaasSubscriptionDetailsResponse\n >\n > {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<OracleSubscriptionsListSaasSubscriptionDetailsResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined =\n undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { options },\n spec: listSaasSubscriptionDetailsOperationSpec,\n });\n const poller = await createHttpPoller<\n OracleSubscriptionsListSaasSubscriptionDetailsResponse,\n OperationState<OracleSubscriptionsListSaasSubscriptionDetailsResponse>\n >(lro, {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n resourceLocationConfig: \"location\",\n });\n await poller.poll();\n return poller;\n }\n\n /**\n * List Saas Subscription Details\n * @param options The options parameters.\n */\n async beginListSaasSubscriptionDetailsAndWait(\n options?: OracleSubscriptionsListSaasSubscriptionDetailsOptionalParams,\n ): Promise<OracleSubscriptionsListSaasSubscriptionDetailsResponse> {\n const poller = await this.beginListSaasSubscriptionDetails(options);\n return poller.pollUntilDone();\n }\n\n /**\n * ListBySubscriptionNext\n * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.\n * @param options The options parameters.\n */\n private _listBySubscriptionNext(\n nextLink: string,\n options?: OracleSubscriptionsListBySubscriptionNextOptionalParams,\n ): Promise<OracleSubscriptionsListBySubscriptionNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listBySubscriptionNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listBySubscriptionOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OracleSubscriptionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OracleSubscription,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.OracleSubscription,\n },\n 201: {\n bodyMapper: Mappers.OracleSubscription,\n },\n 202: {\n bodyMapper: Mappers.OracleSubscription,\n },\n 204: {\n bodyMapper: Mappers.OracleSubscription,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.resource3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.OracleSubscription,\n },\n 201: {\n bodyMapper: Mappers.OracleSubscription,\n },\n 202: {\n bodyMapper: Mappers.OracleSubscription,\n },\n 204: {\n bodyMapper: Mappers.OracleSubscription,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.properties3,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {\n headersMapper: Mappers.OracleSubscriptionsDeleteHeaders,\n },\n 201: {\n headersMapper: Mappers.OracleSubscriptionsDeleteHeaders,\n },\n 202: {\n headersMapper: Mappers.OracleSubscriptionsDeleteHeaders,\n },\n 204: {\n headersMapper: Mappers.OracleSubscriptionsDeleteHeaders,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listActivationLinksOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default/listActivationLinks\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.ActivationLinks,\n },\n 201: {\n bodyMapper: Mappers.ActivationLinks,\n },\n 202: {\n bodyMapper: Mappers.ActivationLinks,\n },\n 204: {\n bodyMapper: Mappers.ActivationLinks,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listCloudAccountDetailsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default/listCloudAccountDetails\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.CloudAccountDetails,\n },\n 201: {\n bodyMapper: Mappers.CloudAccountDetails,\n },\n 202: {\n bodyMapper: Mappers.CloudAccountDetails,\n },\n 204: {\n bodyMapper: Mappers.CloudAccountDetails,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listSaasSubscriptionDetailsOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/oracleSubscriptions/default/listSaasSubscriptionDetails\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.SaasSubscriptionDetails,\n },\n 201: {\n bodyMapper: Mappers.SaasSubscriptionDetails,\n },\n 202: {\n bodyMapper: Mappers.SaasSubscriptionDetails,\n },\n 204: {\n bodyMapper: Mappers.SaasSubscriptionDetails,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listBySubscriptionNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OracleSubscriptionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SystemVersions } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { OracleDatabaseManagementClient } from "../oracleDatabaseManagementClient.js";
|
|
4
|
+
import { SystemVersion, SystemVersionsListByLocationOptionalParams, SystemVersionsGetOptionalParams, SystemVersionsGetResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing SystemVersions operations. */
|
|
6
|
+
export declare class SystemVersionsImpl implements SystemVersions {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class SystemVersions class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: OracleDatabaseManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* List SystemVersion resources by Location
|
|
15
|
+
* @param location The name of the Azure region.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
listByLocation(location: string, options?: SystemVersionsListByLocationOptionalParams): PagedAsyncIterableIterator<SystemVersion>;
|
|
19
|
+
private listByLocationPagingPage;
|
|
20
|
+
private listByLocationPagingAll;
|
|
21
|
+
/**
|
|
22
|
+
* List SystemVersion resources by Location
|
|
23
|
+
* @param location The name of the Azure region.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
private _listByLocation;
|
|
27
|
+
/**
|
|
28
|
+
* Get a SystemVersion
|
|
29
|
+
* @param location The name of the Azure region.
|
|
30
|
+
* @param systemversionname SystemVersion name
|
|
31
|
+
* @param options The options parameters.
|
|
32
|
+
*/
|
|
33
|
+
get(location: string, systemversionname: string, options?: SystemVersionsGetOptionalParams): Promise<SystemVersionsGetResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* ListByLocationNext
|
|
36
|
+
* @param location The name of the Azure region.
|
|
37
|
+
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
38
|
+
* @param options The options parameters.
|
|
39
|
+
*/
|
|
40
|
+
private _listByLocationNext;
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=systemVersions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"systemVersions.d.ts","sourceRoot":"","sources":["../../../src/operations/systemVersions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIlE,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,aAAa,EAEb,0CAA0C,EAE1C,+BAA+B,EAC/B,yBAAyB,EAE1B,MAAM,oBAAoB,CAAC;AAG5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiC;IAExD;;;OAGG;gBACS,MAAM,EAAE,8BAA8B;IAIlD;;;;OAIG;IACI,cAAc,CACnB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,0CAA0C,GACnD,0BAA0B,CAAC,aAAa,CAAC;YAkB7B,wBAAwB;YA2BxB,uBAAuB;IAStC;;;;OAIG;IACH,OAAO,CAAC,eAAe;IAUvB;;;;;OAKG;IACH,GAAG,CACD,QAAQ,EAAE,MAAM,EAChB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC;IAOrC;;;;;OAKG;IACH,OAAO,CAAC,mBAAmB;CAU5B"}
|
|
@@ -0,0 +1,175 @@
|
|
|
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.js";
|
|
10
|
+
import * as coreClient from "@azure/core-client";
|
|
11
|
+
import * as Mappers from "../models/mappers.js";
|
|
12
|
+
import * as Parameters from "../models/parameters.js";
|
|
13
|
+
/// <reference lib="esnext.asynciterable" />
|
|
14
|
+
/** Class containing SystemVersions operations. */
|
|
15
|
+
export class SystemVersionsImpl {
|
|
16
|
+
/**
|
|
17
|
+
* Initialize a new instance of the class SystemVersions class.
|
|
18
|
+
* @param client Reference to the service client
|
|
19
|
+
*/
|
|
20
|
+
constructor(client) {
|
|
21
|
+
this.client = client;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* List SystemVersion resources by Location
|
|
25
|
+
* @param location The name of the Azure region.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
listByLocation(location, options) {
|
|
29
|
+
const iter = this.listByLocationPagingAll(location, options);
|
|
30
|
+
return {
|
|
31
|
+
next() {
|
|
32
|
+
return iter.next();
|
|
33
|
+
},
|
|
34
|
+
[Symbol.asyncIterator]() {
|
|
35
|
+
return this;
|
|
36
|
+
},
|
|
37
|
+
byPage: (settings) => {
|
|
38
|
+
if (settings === null || settings === void 0 ? void 0 : settings.maxPageSize) {
|
|
39
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
40
|
+
}
|
|
41
|
+
return this.listByLocationPagingPage(location, options, settings);
|
|
42
|
+
},
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
listByLocationPagingPage(location, options, settings) {
|
|
46
|
+
return __asyncGenerator(this, arguments, function* listByLocationPagingPage_1() {
|
|
47
|
+
let result;
|
|
48
|
+
let continuationToken = settings === null || settings === void 0 ? void 0 : settings.continuationToken;
|
|
49
|
+
if (!continuationToken) {
|
|
50
|
+
result = yield __await(this._listByLocation(location, options));
|
|
51
|
+
let page = result.value || [];
|
|
52
|
+
continuationToken = result.nextLink;
|
|
53
|
+
setContinuationToken(page, continuationToken);
|
|
54
|
+
yield yield __await(page);
|
|
55
|
+
}
|
|
56
|
+
while (continuationToken) {
|
|
57
|
+
result = yield __await(this._listByLocationNext(location, continuationToken, options));
|
|
58
|
+
continuationToken = result.nextLink;
|
|
59
|
+
let page = result.value || [];
|
|
60
|
+
setContinuationToken(page, continuationToken);
|
|
61
|
+
yield yield __await(page);
|
|
62
|
+
}
|
|
63
|
+
});
|
|
64
|
+
}
|
|
65
|
+
listByLocationPagingAll(location, options) {
|
|
66
|
+
return __asyncGenerator(this, arguments, function* listByLocationPagingAll_1() {
|
|
67
|
+
var _a, e_1, _b, _c;
|
|
68
|
+
try {
|
|
69
|
+
for (var _d = true, _e = __asyncValues(this.listByLocationPagingPage(location, options)), _f; _f = yield __await(_e.next()), _a = _f.done, !_a; _d = true) {
|
|
70
|
+
_c = _f.value;
|
|
71
|
+
_d = false;
|
|
72
|
+
const page = _c;
|
|
73
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
77
|
+
finally {
|
|
78
|
+
try {
|
|
79
|
+
if (!_d && !_a && (_b = _e.return)) yield __await(_b.call(_e));
|
|
80
|
+
}
|
|
81
|
+
finally { if (e_1) throw e_1.error; }
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* List SystemVersion resources by Location
|
|
87
|
+
* @param location The name of the Azure region.
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
_listByLocation(location, options) {
|
|
91
|
+
return this.client.sendOperationRequest({ location, options }, listByLocationOperationSpec);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Get a SystemVersion
|
|
95
|
+
* @param location The name of the Azure region.
|
|
96
|
+
* @param systemversionname SystemVersion name
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
get(location, systemversionname, options) {
|
|
100
|
+
return this.client.sendOperationRequest({ location, systemversionname, options }, getOperationSpec);
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* ListByLocationNext
|
|
104
|
+
* @param location The name of the Azure region.
|
|
105
|
+
* @param nextLink The nextLink from the previous successful call to the ListByLocation method.
|
|
106
|
+
* @param options The options parameters.
|
|
107
|
+
*/
|
|
108
|
+
_listByLocationNext(location, nextLink, options) {
|
|
109
|
+
return this.client.sendOperationRequest({ location, nextLink, options }, listByLocationNextOperationSpec);
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
// Operation Specifications
|
|
113
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
114
|
+
const listByLocationOperationSpec = {
|
|
115
|
+
path: "/subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/systemVersions",
|
|
116
|
+
httpMethod: "GET",
|
|
117
|
+
responses: {
|
|
118
|
+
200: {
|
|
119
|
+
bodyMapper: Mappers.SystemVersionListResult,
|
|
120
|
+
},
|
|
121
|
+
default: {
|
|
122
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
queryParameters: [Parameters.apiVersion],
|
|
126
|
+
urlParameters: [
|
|
127
|
+
Parameters.$host,
|
|
128
|
+
Parameters.subscriptionId,
|
|
129
|
+
Parameters.location,
|
|
130
|
+
],
|
|
131
|
+
headerParameters: [Parameters.accept],
|
|
132
|
+
serializer,
|
|
133
|
+
};
|
|
134
|
+
const getOperationSpec = {
|
|
135
|
+
path: "/subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/systemVersions/{systemversionname}",
|
|
136
|
+
httpMethod: "GET",
|
|
137
|
+
responses: {
|
|
138
|
+
200: {
|
|
139
|
+
bodyMapper: Mappers.SystemVersion,
|
|
140
|
+
},
|
|
141
|
+
default: {
|
|
142
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
143
|
+
},
|
|
144
|
+
},
|
|
145
|
+
queryParameters: [Parameters.apiVersion],
|
|
146
|
+
urlParameters: [
|
|
147
|
+
Parameters.$host,
|
|
148
|
+
Parameters.subscriptionId,
|
|
149
|
+
Parameters.location,
|
|
150
|
+
Parameters.systemversionname,
|
|
151
|
+
],
|
|
152
|
+
headerParameters: [Parameters.accept],
|
|
153
|
+
serializer,
|
|
154
|
+
};
|
|
155
|
+
const listByLocationNextOperationSpec = {
|
|
156
|
+
path: "{nextLink}",
|
|
157
|
+
httpMethod: "GET",
|
|
158
|
+
responses: {
|
|
159
|
+
200: {
|
|
160
|
+
bodyMapper: Mappers.SystemVersionListResult,
|
|
161
|
+
},
|
|
162
|
+
default: {
|
|
163
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
164
|
+
},
|
|
165
|
+
},
|
|
166
|
+
urlParameters: [
|
|
167
|
+
Parameters.$host,
|
|
168
|
+
Parameters.nextLink,
|
|
169
|
+
Parameters.subscriptionId,
|
|
170
|
+
Parameters.location,
|
|
171
|
+
],
|
|
172
|
+
headerParameters: [Parameters.accept],
|
|
173
|
+
serializer,
|
|
174
|
+
};
|
|
175
|
+
//# sourceMappingURL=systemVersions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"systemVersions.js","sourceRoot":"","sources":["../../../src/operations/systemVersions.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { SystemVersions } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { OracleDatabaseManagementClient } from \"../oracleDatabaseManagementClient.js\";\nimport {\n SystemVersion,\n SystemVersionsListByLocationNextOptionalParams,\n SystemVersionsListByLocationOptionalParams,\n SystemVersionsListByLocationResponse,\n SystemVersionsGetOptionalParams,\n SystemVersionsGetResponse,\n SystemVersionsListByLocationNextResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing SystemVersions operations. */\nexport class SystemVersionsImpl implements SystemVersions {\n private readonly client: OracleDatabaseManagementClient;\n\n /**\n * Initialize a new instance of the class SystemVersions class.\n * @param client Reference to the service client\n */\n constructor(client: OracleDatabaseManagementClient) {\n this.client = client;\n }\n\n /**\n * List SystemVersion resources by Location\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n public listByLocation(\n location: string,\n options?: SystemVersionsListByLocationOptionalParams,\n ): PagedAsyncIterableIterator<SystemVersion> {\n const iter = this.listByLocationPagingAll(location, options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByLocationPagingPage(location, options, settings);\n },\n };\n }\n\n private async *listByLocationPagingPage(\n location: string,\n options?: SystemVersionsListByLocationOptionalParams,\n settings?: PageSettings,\n ): AsyncIterableIterator<SystemVersion[]> {\n let result: SystemVersionsListByLocationResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByLocation(location, options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByLocationNext(\n location,\n continuationToken,\n options,\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByLocationPagingAll(\n location: string,\n options?: SystemVersionsListByLocationOptionalParams,\n ): AsyncIterableIterator<SystemVersion> {\n for await (const page of this.listByLocationPagingPage(location, options)) {\n yield* page;\n }\n }\n\n /**\n * List SystemVersion resources by Location\n * @param location The name of the Azure region.\n * @param options The options parameters.\n */\n private _listByLocation(\n location: string,\n options?: SystemVersionsListByLocationOptionalParams,\n ): Promise<SystemVersionsListByLocationResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n listByLocationOperationSpec,\n );\n }\n\n /**\n * Get a SystemVersion\n * @param location The name of the Azure region.\n * @param systemversionname SystemVersion name\n * @param options The options parameters.\n */\n get(\n location: string,\n systemversionname: string,\n options?: SystemVersionsGetOptionalParams,\n ): Promise<SystemVersionsGetResponse> {\n return this.client.sendOperationRequest(\n { location, systemversionname, options },\n getOperationSpec,\n );\n }\n\n /**\n * ListByLocationNext\n * @param location The name of the Azure region.\n * @param nextLink The nextLink from the previous successful call to the ListByLocation method.\n * @param options The options parameters.\n */\n private _listByLocationNext(\n location: string,\n nextLink: string,\n options?: SystemVersionsListByLocationNextOptionalParams,\n ): Promise<SystemVersionsListByLocationNextResponse> {\n return this.client.sendOperationRequest(\n { location, nextLink, options },\n listByLocationNextOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByLocationOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/systemVersions\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemVersionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/systemVersions/{systemversionname}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemVersion,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location,\n Parameters.systemversionname,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listByLocationNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SystemVersionListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n urlParameters: [\n Parameters.$host,\n Parameters.nextLink,\n Parameters.subscriptionId,\n Parameters.location,\n ],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { VirtualNetworkAddresses } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { OracleDatabaseManagementClient } from "../oracleDatabaseManagementClient.js";
|
|
4
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
5
|
+
import { VirtualNetworkAddress, VirtualNetworkAddressesListByCloudVmClusterOptionalParams, VirtualNetworkAddressesGetOptionalParams, VirtualNetworkAddressesGetResponse, VirtualNetworkAddressesCreateOrUpdateOptionalParams, VirtualNetworkAddressesCreateOrUpdateResponse, VirtualNetworkAddressesDeleteOptionalParams, VirtualNetworkAddressesDeleteResponse } from "../models/index.js";
|
|
6
|
+
/** Class containing VirtualNetworkAddresses operations. */
|
|
7
|
+
export declare class VirtualNetworkAddressesImpl implements VirtualNetworkAddresses {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class VirtualNetworkAddresses class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: OracleDatabaseManagementClient);
|
|
14
|
+
/**
|
|
15
|
+
* List VirtualNetworkAddress 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?: VirtualNetworkAddressesListByCloudVmClusterOptionalParams): PagedAsyncIterableIterator<VirtualNetworkAddress>;
|
|
21
|
+
private listByCloudVmClusterPagingPage;
|
|
22
|
+
private listByCloudVmClusterPagingAll;
|
|
23
|
+
/**
|
|
24
|
+
* List VirtualNetworkAddress 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 VirtualNetworkAddress
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param cloudvmclustername CloudVmCluster name
|
|
34
|
+
* @param virtualnetworkaddressname Virtual IP address hostname.
|
|
35
|
+
* @param options The options parameters.
|
|
36
|
+
*/
|
|
37
|
+
get(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesGetOptionalParams): Promise<VirtualNetworkAddressesGetResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Create a VirtualNetworkAddress
|
|
40
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
41
|
+
* @param cloudvmclustername CloudVmCluster name
|
|
42
|
+
* @param virtualnetworkaddressname Virtual IP address hostname.
|
|
43
|
+
* @param resource Resource create parameters.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginCreateOrUpdate(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, resource: VirtualNetworkAddress, options?: VirtualNetworkAddressesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkAddressesCreateOrUpdateResponse>, VirtualNetworkAddressesCreateOrUpdateResponse>>;
|
|
47
|
+
/**
|
|
48
|
+
* Create a VirtualNetworkAddress
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param cloudvmclustername CloudVmCluster name
|
|
51
|
+
* @param virtualnetworkaddressname Virtual IP address hostname.
|
|
52
|
+
* @param resource Resource create parameters.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, resource: VirtualNetworkAddress, options?: VirtualNetworkAddressesCreateOrUpdateOptionalParams): Promise<VirtualNetworkAddressesCreateOrUpdateResponse>;
|
|
56
|
+
/**
|
|
57
|
+
* Delete a VirtualNetworkAddress
|
|
58
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
59
|
+
* @param cloudvmclustername CloudVmCluster name
|
|
60
|
+
* @param virtualnetworkaddressname Virtual IP address hostname.
|
|
61
|
+
* @param options The options parameters.
|
|
62
|
+
*/
|
|
63
|
+
beginDelete(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualNetworkAddressesDeleteResponse>, VirtualNetworkAddressesDeleteResponse>>;
|
|
64
|
+
/**
|
|
65
|
+
* Delete a VirtualNetworkAddress
|
|
66
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
+
* @param cloudvmclustername CloudVmCluster name
|
|
68
|
+
* @param virtualnetworkaddressname Virtual IP address hostname.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
beginDeleteAndWait(resourceGroupName: string, cloudvmclustername: string, virtualnetworkaddressname: string, options?: VirtualNetworkAddressesDeleteOptionalParams): Promise<VirtualNetworkAddressesDeleteResponse>;
|
|
72
|
+
/**
|
|
73
|
+
* ListByCloudVmClusterNext
|
|
74
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
75
|
+
* @param cloudvmclustername CloudVmCluster name
|
|
76
|
+
* @param nextLink The nextLink from the previous successful call to the ListByCloudVmCluster method.
|
|
77
|
+
* @param options The options parameters.
|
|
78
|
+
*/
|
|
79
|
+
private _listByCloudVmClusterNext;
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=virtualNetworkAddresses.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualNetworkAddresses.d.ts","sourceRoot":"","sources":["../../../src/operations/virtualNetworkAddresses.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAI3E,OAAO,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AACtF,OAAO,EACL,gBAAgB,EAChB,cAAc,EAEf,MAAM,iBAAiB,CAAC;AAEzB,OAAO,EACL,qBAAqB,EAErB,yDAAyD,EAEzD,wCAAwC,EACxC,kCAAkC,EAClC,mDAAmD,EACnD,6CAA6C,EAC7C,2CAA2C,EAC3C,qCAAqC,EAEtC,MAAM,oBAAoB,CAAC;AAG5B,2DAA2D;AAC3D,qBAAa,2BAA4B,YAAW,uBAAuB;IACzE,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,yDAAyD,GAClE,0BAA0B,CAAC,qBAAqB,CAAC;YA2BrC,8BAA8B;YAiC9B,6BAA6B;IAc5C;;;;;OAKG;IACH,OAAO,CAAC,qBAAqB;IAW7B;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,wCAAwC,GACjD,OAAO,CAAC,kCAAkC,CAAC;IAY9C;;;;;;;OAOG;IACG,mBAAmB,CACvB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,MAAM,EACjC,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,6CAA6C,CAAC,EAC7D,6CAA6C,CAC9C,CACF;IA8DD;;;;;;;OAOG;IACG,0BAA0B,CAC9B,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,MAAM,EACjC,QAAQ,EAAE,qBAAqB,EAC/B,OAAO,CAAC,EAAE,mDAAmD,GAC5D,OAAO,CAAC,6CAA6C,CAAC;IAWzD;;;;;;OAMG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qCAAqC,CAAC,EACrD,qCAAqC,CACtC,CACF;IA6DD;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,kBAAkB,EAAE,MAAM,EAC1B,yBAAyB,EAAE,MAAM,EACjC,OAAO,CAAC,EAAE,2CAA2C,GACpD,OAAO,CAAC,qCAAqC,CAAC;IAUjD;;;;;;OAMG;IACH,OAAO,CAAC,yBAAyB;CAWlC"}
|