oci-databasemanagement 2.3.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +6 -0
- package/lib/client.d.ts +53 -53
- package/lib/client.js +53 -53
- package/lib/request/add-managed-database-to-managed-database-group-request.d.ts +1 -1
- package/lib/request/change-database-parameters-request.d.ts +1 -1
- package/lib/request/change-db-management-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-managed-database-group-compartment-request.d.ts +1 -1
- package/lib/request/create-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-managed-database-group-request.d.ts +1 -1
- package/lib/request/delete-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-managed-database-group-request.d.ts +1 -1
- package/lib/request/get-awr-db-report-request.d.ts +1 -1
- package/lib/request/get-awr-db-sql-report-request.d.ts +1 -1
- package/lib/request/get-cluster-cache-metric-request.d.ts +1 -1
- package/lib/request/get-database-fleet-health-metrics-request.d.ts +1 -1
- package/lib/request/get-database-home-metrics-request.d.ts +1 -1
- package/lib/request/get-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-execution-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-job-run-request.d.ts +1 -1
- package/lib/request/get-managed-database-group-request.d.ts +1 -1
- package/lib/request/get-managed-database-request.d.ts +1 -1
- package/lib/request/get-pdb-metrics-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-associated-databases-request.d.ts +1 -1
- package/lib/request/list-awr-db-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-dbs-request.d.ts +1 -1
- package/lib/request/list-database-parameters-request.d.ts +1 -1
- package/lib/request/list-db-management-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-job-executions-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-managed-database-groups-request.d.ts +1 -1
- package/lib/request/list-managed-databases-request.d.ts +1 -1
- package/lib/request/list-tablespaces-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-managed-database-from-managed-database-group-request.d.ts +1 -1
- package/lib/request/reset-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-job-executions-statuses-request.d.ts +1 -1
- package/lib/request/update-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-managed-database-group-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -145,7 +145,7 @@ class DbManagementClient {
|
|
|
145
145
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
146
146
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
149
149
|
*/
|
|
150
150
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest) {
|
|
151
151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -210,7 +210,7 @@ class DbManagementClient {
|
|
|
210
210
|
* @param ChangeDatabaseParametersRequest
|
|
211
211
|
* @return ChangeDatabaseParametersResponse
|
|
212
212
|
* @throws OciError when an error occurs
|
|
213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
214
214
|
*/
|
|
215
215
|
changeDatabaseParameters(changeDatabaseParametersRequest) {
|
|
216
216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -266,7 +266,7 @@ class DbManagementClient {
|
|
|
266
266
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
267
267
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
268
268
|
* @throws OciError when an error occurs
|
|
269
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
270
270
|
*/
|
|
271
271
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest) {
|
|
272
272
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -320,7 +320,7 @@ class DbManagementClient {
|
|
|
320
320
|
* @param ChangeJobCompartmentRequest
|
|
321
321
|
* @return ChangeJobCompartmentResponse
|
|
322
322
|
* @throws OciError when an error occurs
|
|
323
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
324
324
|
*/
|
|
325
325
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
326
326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -376,7 +376,7 @@ class DbManagementClient {
|
|
|
376
376
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
377
377
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
380
380
|
*/
|
|
381
381
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest) {
|
|
382
382
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -430,7 +430,7 @@ class DbManagementClient {
|
|
|
430
430
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
431
431
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
432
432
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
434
434
|
*/
|
|
435
435
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest) {
|
|
436
436
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -502,7 +502,7 @@ class DbManagementClient {
|
|
|
502
502
|
* @param CreateJobRequest
|
|
503
503
|
* @return CreateJobResponse
|
|
504
504
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
506
506
|
*/
|
|
507
507
|
createJob(createJobRequest) {
|
|
508
508
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -568,7 +568,7 @@ class DbManagementClient {
|
|
|
568
568
|
* @param CreateManagedDatabaseGroupRequest
|
|
569
569
|
* @return CreateManagedDatabaseGroupResponse
|
|
570
570
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
572
572
|
*/
|
|
573
573
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest) {
|
|
574
574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -632,7 +632,7 @@ class DbManagementClient {
|
|
|
632
632
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
633
633
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
634
634
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
636
636
|
*/
|
|
637
637
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest) {
|
|
638
638
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -688,7 +688,7 @@ class DbManagementClient {
|
|
|
688
688
|
* @param DeleteJobRequest
|
|
689
689
|
* @return DeleteJobResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
692
692
|
*/
|
|
693
693
|
deleteJob(deleteJobRequest) {
|
|
694
694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -741,7 +741,7 @@ class DbManagementClient {
|
|
|
741
741
|
* @param DeleteManagedDatabaseGroupRequest
|
|
742
742
|
* @return DeleteManagedDatabaseGroupResponse
|
|
743
743
|
* @throws OciError when an error occurs
|
|
744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
744
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
745
745
|
*/
|
|
746
746
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest) {
|
|
747
747
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -793,7 +793,7 @@ class DbManagementClient {
|
|
|
793
793
|
* @param GetAwrDbReportRequest
|
|
794
794
|
* @return GetAwrDbReportResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
797
797
|
*/
|
|
798
798
|
getAwrDbReport(getAwrDbReportRequest) {
|
|
799
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -859,7 +859,7 @@ class DbManagementClient {
|
|
|
859
859
|
* @param GetAwrDbSqlReportRequest
|
|
860
860
|
* @return GetAwrDbSqlReportResponse
|
|
861
861
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
863
863
|
*/
|
|
864
864
|
getAwrDbSqlReport(getAwrDbSqlReportRequest) {
|
|
865
865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -927,7 +927,7 @@ class DbManagementClient {
|
|
|
927
927
|
* @param GetClusterCacheMetricRequest
|
|
928
928
|
* @return GetClusterCacheMetricResponse
|
|
929
929
|
* @throws OciError when an error occurs
|
|
930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
930
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
931
931
|
*/
|
|
932
932
|
getClusterCacheMetric(getClusterCacheMetricRequest) {
|
|
933
933
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -986,7 +986,7 @@ class DbManagementClient {
|
|
|
986
986
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
987
987
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
988
988
|
* @throws OciError when an error occurs
|
|
989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
990
990
|
*/
|
|
991
991
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest) {
|
|
992
992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1049,7 +1049,7 @@ class DbManagementClient {
|
|
|
1049
1049
|
* @param GetDatabaseHomeMetricsRequest
|
|
1050
1050
|
* @return GetDatabaseHomeMetricsResponse
|
|
1051
1051
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1052
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
1053
1053
|
*/
|
|
1054
1054
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest) {
|
|
1055
1055
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1105,7 +1105,7 @@ class DbManagementClient {
|
|
|
1105
1105
|
* @param GetDbManagementPrivateEndpointRequest
|
|
1106
1106
|
* @return GetDbManagementPrivateEndpointResponse
|
|
1107
1107
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
1109
1109
|
*/
|
|
1110
1110
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest) {
|
|
1111
1111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1165,7 +1165,7 @@ class DbManagementClient {
|
|
|
1165
1165
|
* @param GetJobRequest
|
|
1166
1166
|
* @return GetJobResponse
|
|
1167
1167
|
* @throws OciError when an error occurs
|
|
1168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1169
1169
|
*/
|
|
1170
1170
|
getJob(getJobRequest) {
|
|
1171
1171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1230,7 +1230,7 @@ class DbManagementClient {
|
|
|
1230
1230
|
* @param GetJobExecutionRequest
|
|
1231
1231
|
* @return GetJobExecutionResponse
|
|
1232
1232
|
* @throws OciError when an error occurs
|
|
1233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
1234
1234
|
*/
|
|
1235
1235
|
getJobExecution(getJobExecutionRequest) {
|
|
1236
1236
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1285,7 +1285,7 @@ class DbManagementClient {
|
|
|
1285
1285
|
* @param GetJobRunRequest
|
|
1286
1286
|
* @return GetJobRunResponse
|
|
1287
1287
|
* @throws OciError when an error occurs
|
|
1288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
1289
1289
|
*/
|
|
1290
1290
|
getJobRun(getJobRunRequest) {
|
|
1291
1291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1340,7 +1340,7 @@ class DbManagementClient {
|
|
|
1340
1340
|
* @param GetManagedDatabaseRequest
|
|
1341
1341
|
* @return GetManagedDatabaseResponse
|
|
1342
1342
|
* @throws OciError when an error occurs
|
|
1343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
1344
1344
|
*/
|
|
1345
1345
|
getManagedDatabase(getManagedDatabaseRequest) {
|
|
1346
1346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1395,7 +1395,7 @@ class DbManagementClient {
|
|
|
1395
1395
|
* @param GetManagedDatabaseGroupRequest
|
|
1396
1396
|
* @return GetManagedDatabaseGroupResponse
|
|
1397
1397
|
* @throws OciError when an error occurs
|
|
1398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
1399
1399
|
*/
|
|
1400
1400
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest) {
|
|
1401
1401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1457,7 +1457,7 @@ class DbManagementClient {
|
|
|
1457
1457
|
* @param GetPdbMetricsRequest
|
|
1458
1458
|
* @return GetPdbMetricsResponse
|
|
1459
1459
|
* @throws OciError when an error occurs
|
|
1460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
1461
1461
|
*/
|
|
1462
1462
|
getPdbMetrics(getPdbMetricsRequest) {
|
|
1463
1463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1517,7 +1517,7 @@ class DbManagementClient {
|
|
|
1517
1517
|
* @param GetWorkRequestRequest
|
|
1518
1518
|
* @return GetWorkRequestResponse
|
|
1519
1519
|
* @throws OciError when an error occurs
|
|
1520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1521
1521
|
*/
|
|
1522
1522
|
getWorkRequest(getWorkRequestRequest) {
|
|
1523
1523
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1576,7 +1576,7 @@ class DbManagementClient {
|
|
|
1576
1576
|
* @param ListAssociatedDatabasesRequest
|
|
1577
1577
|
* @return ListAssociatedDatabasesResponse
|
|
1578
1578
|
* @throws OciError when an error occurs
|
|
1579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1579
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
1580
1580
|
*/
|
|
1581
1581
|
listAssociatedDatabases(listAssociatedDatabasesRequest) {
|
|
1582
1582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1642,7 +1642,7 @@ class DbManagementClient {
|
|
|
1642
1642
|
* @param ListAwrDbSnapshotsRequest
|
|
1643
1643
|
* @return ListAwrDbSnapshotsResponse
|
|
1644
1644
|
* @throws OciError when an error occurs
|
|
1645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
1646
1646
|
*/
|
|
1647
1647
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest) {
|
|
1648
1648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1715,7 +1715,7 @@ class DbManagementClient {
|
|
|
1715
1715
|
* @param ListAwrDbsRequest
|
|
1716
1716
|
* @return ListAwrDbsResponse
|
|
1717
1717
|
* @throws OciError when an error occurs
|
|
1718
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1718
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
1719
1719
|
*/
|
|
1720
1720
|
listAwrDbs(listAwrDbsRequest) {
|
|
1721
1721
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1784,7 +1784,7 @@ class DbManagementClient {
|
|
|
1784
1784
|
* @param ListDatabaseParametersRequest
|
|
1785
1785
|
* @return ListDatabaseParametersResponse
|
|
1786
1786
|
* @throws OciError when an error occurs
|
|
1787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
1788
1788
|
*/
|
|
1789
1789
|
listDatabaseParameters(listDatabaseParametersRequest) {
|
|
1790
1790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1845,7 +1845,7 @@ class DbManagementClient {
|
|
|
1845
1845
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
1846
1846
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
1847
1847
|
* @throws OciError when an error occurs
|
|
1848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1848
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
1849
1849
|
*/
|
|
1850
1850
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest) {
|
|
1851
1851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1915,7 +1915,7 @@ class DbManagementClient {
|
|
|
1915
1915
|
* @param ListJobExecutionsRequest
|
|
1916
1916
|
* @return ListJobExecutionsResponse
|
|
1917
1917
|
* @throws OciError when an error occurs
|
|
1918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
1919
1919
|
*/
|
|
1920
1920
|
listJobExecutions(listJobExecutionsRequest) {
|
|
1921
1921
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1989,7 +1989,7 @@ class DbManagementClient {
|
|
|
1989
1989
|
* @param ListJobRunsRequest
|
|
1990
1990
|
* @return ListJobRunsResponse
|
|
1991
1991
|
* @throws OciError when an error occurs
|
|
1992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
1993
1993
|
*/
|
|
1994
1994
|
listJobRuns(listJobRunsRequest) {
|
|
1995
1995
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2062,7 +2062,7 @@ class DbManagementClient {
|
|
|
2062
2062
|
* @param ListJobsRequest
|
|
2063
2063
|
* @return ListJobsResponse
|
|
2064
2064
|
* @throws OciError when an error occurs
|
|
2065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
2066
2066
|
*/
|
|
2067
2067
|
listJobs(listJobsRequest) {
|
|
2068
2068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2134,7 +2134,7 @@ class DbManagementClient {
|
|
|
2134
2134
|
* @param ListManagedDatabaseGroupsRequest
|
|
2135
2135
|
* @return ListManagedDatabaseGroupsResponse
|
|
2136
2136
|
* @throws OciError when an error occurs
|
|
2137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
2138
2138
|
*/
|
|
2139
2139
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest) {
|
|
2140
2140
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2206,7 +2206,7 @@ class DbManagementClient {
|
|
|
2206
2206
|
* @param ListManagedDatabasesRequest
|
|
2207
2207
|
* @return ListManagedDatabasesResponse
|
|
2208
2208
|
* @throws OciError when an error occurs
|
|
2209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
2210
2210
|
*/
|
|
2211
2211
|
listManagedDatabases(listManagedDatabasesRequest) {
|
|
2212
2212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2273,7 +2273,7 @@ class DbManagementClient {
|
|
|
2273
2273
|
* @param ListTablespacesRequest
|
|
2274
2274
|
* @return ListTablespacesResponse
|
|
2275
2275
|
* @throws OciError when an error occurs
|
|
2276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
2277
2277
|
*/
|
|
2278
2278
|
listTablespaces(listTablespacesRequest) {
|
|
2279
2279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2339,7 +2339,7 @@ class DbManagementClient {
|
|
|
2339
2339
|
* @param ListWorkRequestErrorsRequest
|
|
2340
2340
|
* @return ListWorkRequestErrorsResponse
|
|
2341
2341
|
* @throws OciError when an error occurs
|
|
2342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2342
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2343
2343
|
*/
|
|
2344
2344
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2345
2345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2404,7 +2404,7 @@ class DbManagementClient {
|
|
|
2404
2404
|
* @param ListWorkRequestLogsRequest
|
|
2405
2405
|
* @return ListWorkRequestLogsResponse
|
|
2406
2406
|
* @throws OciError when an error occurs
|
|
2407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2408
2408
|
*/
|
|
2409
2409
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2410
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2469,7 +2469,7 @@ class DbManagementClient {
|
|
|
2469
2469
|
* @param ListWorkRequestsRequest
|
|
2470
2470
|
* @return ListWorkRequestsResponse
|
|
2471
2471
|
* @throws OciError when an error occurs
|
|
2472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2473
2473
|
*/
|
|
2474
2474
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2475
2475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2539,7 +2539,7 @@ class DbManagementClient {
|
|
|
2539
2539
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
2540
2540
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
2541
2541
|
* @throws OciError when an error occurs
|
|
2542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
2543
2543
|
*/
|
|
2544
2544
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest) {
|
|
2545
2545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2592,7 +2592,7 @@ class DbManagementClient {
|
|
|
2592
2592
|
* @param ResetDatabaseParametersRequest
|
|
2593
2593
|
* @return ResetDatabaseParametersResponse
|
|
2594
2594
|
* @throws OciError when an error occurs
|
|
2595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
2596
2596
|
*/
|
|
2597
2597
|
resetDatabaseParameters(resetDatabaseParametersRequest) {
|
|
2598
2598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2649,7 +2649,7 @@ class DbManagementClient {
|
|
|
2649
2649
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
2650
2650
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
2651
2651
|
* @throws OciError when an error occurs
|
|
2652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
2653
2653
|
*/
|
|
2654
2654
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest) {
|
|
2655
2655
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2723,7 +2723,7 @@ class DbManagementClient {
|
|
|
2723
2723
|
* @param SummarizeAwrDbMetricsRequest
|
|
2724
2724
|
* @return SummarizeAwrDbMetricsResponse
|
|
2725
2725
|
* @throws OciError when an error occurs
|
|
2726
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2726
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
2727
2727
|
*/
|
|
2728
2728
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest) {
|
|
2729
2729
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2801,7 +2801,7 @@ class DbManagementClient {
|
|
|
2801
2801
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
2802
2802
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
2803
2803
|
* @throws OciError when an error occurs
|
|
2804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2804
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
2805
2805
|
*/
|
|
2806
2806
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest) {
|
|
2807
2807
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2885,7 +2885,7 @@ class DbManagementClient {
|
|
|
2885
2885
|
* @param SummarizeAwrDbParametersRequest
|
|
2886
2886
|
* @return SummarizeAwrDbParametersResponse
|
|
2887
2887
|
* @throws OciError when an error occurs
|
|
2888
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2888
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
2889
2889
|
*/
|
|
2890
2890
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest) {
|
|
2891
2891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2963,7 +2963,7 @@ class DbManagementClient {
|
|
|
2963
2963
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
2964
2964
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
2965
2965
|
* @throws OciError when an error occurs
|
|
2966
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
2967
2967
|
*/
|
|
2968
2968
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest) {
|
|
2969
2969
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3032,7 +3032,7 @@ class DbManagementClient {
|
|
|
3032
3032
|
* @param SummarizeAwrDbSysstatsRequest
|
|
3033
3033
|
* @return SummarizeAwrDbSysstatsResponse
|
|
3034
3034
|
* @throws OciError when an error occurs
|
|
3035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3035
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
3036
3036
|
*/
|
|
3037
3037
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest) {
|
|
3038
3038
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3106,7 +3106,7 @@ class DbManagementClient {
|
|
|
3106
3106
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
3107
3107
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
3108
3108
|
* @throws OciError when an error occurs
|
|
3109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
3110
3110
|
*/
|
|
3111
3111
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest) {
|
|
3112
3112
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3179,7 +3179,7 @@ class DbManagementClient {
|
|
|
3179
3179
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
3180
3180
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
3181
3181
|
* @throws OciError when an error occurs
|
|
3182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
3183
3183
|
*/
|
|
3184
3184
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest) {
|
|
3185
3185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3256,7 +3256,7 @@ class DbManagementClient {
|
|
|
3256
3256
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
3257
3257
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
3258
3258
|
* @throws OciError when an error occurs
|
|
3259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
3260
3260
|
*/
|
|
3261
3261
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest) {
|
|
3262
3262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3330,7 +3330,7 @@ class DbManagementClient {
|
|
|
3330
3330
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
3331
3331
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
3332
3332
|
* @throws OciError when an error occurs
|
|
3333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
3334
3334
|
*/
|
|
3335
3335
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest) {
|
|
3336
3336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3392,7 +3392,7 @@ class DbManagementClient {
|
|
|
3392
3392
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
3393
3393
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
3394
3394
|
* @throws OciError when an error occurs
|
|
3395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3395
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
3396
3396
|
*/
|
|
3397
3397
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest) {
|
|
3398
3398
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3454,7 +3454,7 @@ class DbManagementClient {
|
|
|
3454
3454
|
* @param UpdateJobRequest
|
|
3455
3455
|
* @return UpdateJobResponse
|
|
3456
3456
|
* @throws OciError when an error occurs
|
|
3457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3457
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
3458
3458
|
*/
|
|
3459
3459
|
updateJob(updateJobRequest) {
|
|
3460
3460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3516,7 +3516,7 @@ class DbManagementClient {
|
|
|
3516
3516
|
* @param UpdateManagedDatabaseGroupRequest
|
|
3517
3517
|
* @return UpdateManagedDatabaseGroupResponse
|
|
3518
3518
|
* @throws OciError when an error occurs
|
|
3519
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3519
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
3520
3520
|
*/
|
|
3521
3521
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest) {
|
|
3522
3522
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddManagedDatabaseToManagedDatabaseGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParametersRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseParametersRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDbManagementPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeJobCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeManagedDatabaseGroupCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDbManagementPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateManagedDatabaseGroupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDbManagementPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteManagedDatabaseGroupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReportRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAwrDbReportRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReportRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAwrDbSqlReportRequest extends common.BaseRequest {
|
|
18
18
|
/**
|