oci-databasemanagement 2.86.3 → 2.87.0
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/lib/client.d.ts +259 -235
- package/lib/client.js +368 -235
- package/lib/client.js.map +1 -1
- package/lib/model/data-points.d.ts +32 -0
- package/lib/model/data-points.js +32 -0
- package/lib/model/data-points.js.map +1 -0
- package/lib/model/database-connection-credentials-by-details.d.ts +1 -0
- package/lib/model/database-connection-credentials-by-details.js +1 -0
- package/lib/model/database-connection-credentials-by-details.js.map +1 -1
- package/lib/model/database-password-credential-details.d.ts +1 -0
- package/lib/model/database-password-credential-details.js +1 -0
- package/lib/model/database-password-credential-details.js.map +1 -1
- package/lib/model/database-secret-credential-details.d.ts +1 -0
- package/lib/model/database-secret-credential-details.js +1 -0
- package/lib/model/database-secret-credential-details.js.map +1 -1
- package/lib/model/database-ssl-connection-credentials.d.ts +1 -0
- package/lib/model/database-ssl-connection-credentials.js +1 -0
- package/lib/model/database-ssl-connection-credentials.js.map +1 -1
- package/lib/model/database-usage-metrics.d.ts +20 -0
- package/lib/model/database-usage-metrics.js.map +1 -1
- package/lib/model/dataguard-performance-metrics.d.ts +29 -0
- package/lib/model/dataguard-performance-metrics.js +64 -0
- package/lib/model/dataguard-performance-metrics.js.map +1 -0
- package/lib/model/db-role.d.ts +34 -0
- package/lib/model/db-role.js +45 -0
- package/lib/model/db-role.js.map +1 -0
- package/lib/model/index.d.ts +12 -0
- package/lib/model/index.js +22 -10
- package/lib/model/index.js.map +1 -1
- package/lib/model/peer-database-metrics.d.ts +29 -0
- package/lib/model/peer-database-metrics.js +64 -0
- package/lib/model/peer-database-metrics.js.map +1 -0
- package/lib/model/performance-metrics-data.d.ts +65 -0
- package/lib/model/performance-metrics-data.js +64 -0
- package/lib/model/performance-metrics-data.js.map +1 -0
- package/lib/model/performance-metrics.d.ts +41 -0
- package/lib/model/performance-metrics.js +64 -0
- package/lib/model/performance-metrics.js.map +1 -0
- package/lib/model/role.d.ts +1 -0
- package/lib/model/role.js +1 -0
- package/lib/model/role.js.map +1 -1
- package/lib/request/add-data-files-request.d.ts +1 -1
- package/lib/request/add-managed-database-to-managed-database-group-request.d.ts +1 -1
- package/lib/request/addm-tasks-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-external-db-system-compartment-request.d.ts +1 -1
- package/lib/request/change-external-exadata-infrastructure-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/change-named-credential-compartment-request.d.ts +1 -1
- package/lib/request/change-plan-retention-request.d.ts +1 -1
- package/lib/request/change-space-budget-request.d.ts +1 -1
- package/lib/request/change-sql-plan-baselines-attributes-request.d.ts +1 -1
- package/lib/request/check-external-db-system-connector-connection-status-request.d.ts +1 -1
- package/lib/request/check-external-exadata-storage-connector-request.d.ts +1 -1
- package/lib/request/clone-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/configure-automatic-capture-filters-request.d.ts +1 -1
- package/lib/request/configure-automatic-spm-evolve-advisor-task-request.d.ts +1 -1
- package/lib/request/create-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/create-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/create-external-db-system-request.d.ts +1 -1
- package/lib/request/create-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/create-external-exadata-storage-connector-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/create-named-credential-request.d.ts +1 -1
- package/lib/request/create-sql-tuning-set-request.d.ts +1 -1
- package/lib/request/create-tablespace-request.d.ts +1 -1
- package/lib/request/delete-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/delete-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/delete-external-db-system-request.d.ts +1 -1
- package/lib/request/delete-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/delete-external-exadata-storage-connector-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/delete-named-credential-request.d.ts +1 -1
- package/lib/request/delete-preferred-credential-request.d.ts +1 -1
- package/lib/request/disable-automatic-initial-plan-capture-request.d.ts +1 -1
- package/lib/request/disable-automatic-spm-evolve-advisor-task-request.d.ts +1 -1
- package/lib/request/disable-database-management-feature-request.d.ts +1 -1
- package/lib/request/disable-external-container-database-management-feature-request.d.ts +1 -1
- package/lib/request/disable-external-db-system-database-management-request.d.ts +1 -1
- package/lib/request/disable-external-db-system-stack-monitoring-request.d.ts +1 -1
- package/lib/request/disable-external-exadata-infrastructure-management-request.d.ts +1 -1
- package/lib/request/disable-external-non-container-database-management-feature-request.d.ts +1 -1
- package/lib/request/disable-external-pluggable-database-management-feature-request.d.ts +1 -1
- package/lib/request/disable-high-frequency-automatic-spm-evolve-advisor-task-request.d.ts +1 -1
- package/lib/request/disable-pluggable-database-management-feature-request.d.ts +1 -1
- package/lib/request/disable-sql-plan-baselines-usage-request.d.ts +1 -1
- package/lib/request/discover-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/drop-sql-plan-baselines-request.d.ts +1 -1
- package/lib/request/drop-sql-tuning-set-request.d.ts +1 -1
- package/lib/request/drop-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/drop-sqls-in-sql-tuning-set-request.d.ts +1 -1
- package/lib/request/drop-tablespace-request.d.ts +1 -1
- package/lib/request/enable-automatic-initial-plan-capture-request.d.ts +1 -1
- package/lib/request/enable-automatic-spm-evolve-advisor-task-request.d.ts +1 -1
- package/lib/request/enable-database-management-feature-request.d.ts +1 -1
- package/lib/request/enable-external-container-database-management-feature-request.d.ts +1 -1
- package/lib/request/enable-external-db-system-database-management-request.d.ts +1 -1
- package/lib/request/enable-external-db-system-stack-monitoring-request.d.ts +1 -1
- package/lib/request/enable-external-exadata-infrastructure-management-request.d.ts +1 -1
- package/lib/request/enable-external-non-container-database-management-feature-request.d.ts +1 -1
- package/lib/request/enable-external-pluggable-database-management-feature-request.d.ts +1 -1
- package/lib/request/enable-high-frequency-automatic-spm-evolve-advisor-task-request.d.ts +1 -1
- package/lib/request/enable-pluggable-database-management-feature-request.d.ts +1 -1
- package/lib/request/enable-sql-plan-baselines-usage-request.d.ts +1 -1
- package/lib/request/fetch-sql-tuning-set-request.d.ts +1 -1
- package/lib/request/generate-awr-snapshot-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-dataguard-performance-metrics-request.d.ts +48 -0
- package/lib/request/get-dataguard-performance-metrics-request.js +15 -0
- package/lib/request/get-dataguard-performance-metrics-request.js.map +1 -0
- package/lib/request/get-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-execution-plan-stats-comparision-request.d.ts +1 -1
- package/lib/request/get-external-asm-configuration-request.d.ts +1 -1
- package/lib/request/get-external-asm-instance-request.d.ts +1 -1
- package/lib/request/get-external-asm-request.d.ts +1 -1
- package/lib/request/get-external-cluster-instance-request.d.ts +1 -1
- package/lib/request/get-external-cluster-request.d.ts +1 -1
- package/lib/request/get-external-db-home-request.d.ts +1 -1
- package/lib/request/get-external-db-node-request.d.ts +1 -1
- package/lib/request/get-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/get-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/get-external-db-system-request.d.ts +1 -1
- package/lib/request/get-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/get-external-exadata-storage-connector-request.d.ts +1 -1
- package/lib/request/get-external-exadata-storage-grid-request.d.ts +1 -1
- package/lib/request/get-external-exadata-storage-server-request.d.ts +1 -1
- package/lib/request/get-external-listener-request.d.ts +1 -1
- package/lib/request/get-heat-wave-fleet-metric-request.d.ts +1 -1
- package/lib/request/get-iorm-plan-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-managed-my-sql-database-request.d.ts +1 -1
- package/lib/request/get-my-sql-fleet-metric-request.d.ts +1 -1
- package/lib/request/get-named-credential-request.d.ts +1 -1
- package/lib/request/get-open-alert-history-request.d.ts +1 -1
- package/lib/request/get-optimizer-statistics-advisor-execution-request.d.ts +1 -1
- package/lib/request/get-optimizer-statistics-advisor-execution-script-request.d.ts +1 -1
- package/lib/request/get-optimizer-statistics-collection-operation-request.d.ts +1 -1
- package/lib/request/get-pdb-metrics-request.d.ts +1 -1
- package/lib/request/get-peer-database-metrics-request.d.ts +53 -0
- package/lib/request/get-peer-database-metrics-request.js +15 -0
- package/lib/request/get-peer-database-metrics-request.js.map +1 -0
- package/lib/request/get-preferred-credential-request.d.ts +1 -1
- package/lib/request/get-sql-execution-plan-request.d.ts +1 -1
- package/lib/request/get-sql-plan-baseline-configuration-request.d.ts +1 -1
- package/lib/request/get-sql-plan-baseline-request.d.ts +1 -1
- package/lib/request/get-sql-tuning-advisor-task-summary-report-request.d.ts +1 -1
- package/lib/request/get-tablespace-request.d.ts +1 -1
- package/lib/request/get-top-sql-cpu-activity-request.d.ts +1 -1
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/implement-optimizer-statistics-advisor-recommendations-request.d.ts +1 -1
- package/lib/request/index.d.ts +4 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alert-logs-request.d.ts +1 -1
- package/lib/request/list-asm-properties-request.d.ts +1 -1
- package/lib/request/list-associated-databases-request.d.ts +1 -1
- package/lib/request/list-attention-logs-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-consumer-group-privileges-request.d.ts +1 -1
- package/lib/request/list-cursor-cache-statements-request.d.ts +1 -1
- package/lib/request/list-data-access-containers-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-external-asm-disk-groups-request.d.ts +1 -1
- package/lib/request/list-external-asm-instances-request.d.ts +1 -1
- package/lib/request/list-external-asm-users-request.d.ts +1 -1
- package/lib/request/list-external-asms-request.d.ts +1 -1
- package/lib/request/list-external-cluster-instances-request.d.ts +1 -1
- package/lib/request/list-external-clusters-request.d.ts +1 -1
- package/lib/request/list-external-databases-request.d.ts +1 -1
- package/lib/request/list-external-db-homes-request.d.ts +1 -1
- package/lib/request/list-external-db-nodes-request.d.ts +1 -1
- package/lib/request/list-external-db-system-connectors-request.d.ts +1 -1
- package/lib/request/list-external-db-system-discoveries-request.d.ts +1 -1
- package/lib/request/list-external-db-systems-request.d.ts +1 -1
- package/lib/request/list-external-exadata-infrastructures-request.d.ts +1 -1
- package/lib/request/list-external-exadata-storage-connectors-request.d.ts +1 -1
- package/lib/request/list-external-exadata-storage-servers-request.d.ts +1 -1
- package/lib/request/list-external-listener-services-request.d.ts +1 -1
- package/lib/request/list-external-listeners-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-managed-my-sql-database-configuration-data-request.d.ts +1 -1
- package/lib/request/list-managed-my-sql-database-sql-data-request.d.ts +1 -1
- package/lib/request/list-managed-my-sql-databases-request.d.ts +1 -1
- package/lib/request/list-named-credentials-request.d.ts +1 -1
- package/lib/request/list-object-privileges-request.d.ts +1 -1
- package/lib/request/list-optimizer-statistics-advisor-executions-request.d.ts +1 -1
- package/lib/request/list-optimizer-statistics-collection-aggregations-request.d.ts +1 -1
- package/lib/request/list-optimizer-statistics-collection-operations-request.d.ts +1 -1
- package/lib/request/list-preferred-credentials-request.d.ts +1 -1
- package/lib/request/list-proxied-for-users-request.d.ts +1 -1
- package/lib/request/list-proxy-users-request.d.ts +1 -1
- package/lib/request/list-roles-request.d.ts +1 -1
- package/lib/request/list-sql-plan-baseline-jobs-request.d.ts +1 -1
- package/lib/request/list-sql-plan-baselines-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-task-findings-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-task-recommendations-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-tasks-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-sets-request.d.ts +1 -1
- package/lib/request/list-system-privileges-request.d.ts +1 -1
- package/lib/request/list-table-statistics-request.d.ts +1 -1
- package/lib/request/list-tablespaces-request.d.ts +1 -1
- package/lib/request/list-users-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/load-sql-plan-baselines-from-awr-request.d.ts +1 -1
- package/lib/request/load-sql-plan-baselines-from-cursor-cache-request.d.ts +1 -1
- package/lib/request/load-sql-tuning-set-request.d.ts +1 -1
- package/lib/request/modify-database-management-feature-request.d.ts +1 -1
- package/lib/request/modify-pluggable-database-management-feature-request.d.ts +1 -1
- package/lib/request/modify-snapshot-settings-request.d.ts +1 -1
- package/lib/request/patch-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/remove-data-file-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/resize-data-file-request.d.ts +1 -1
- package/lib/request/run-historic-addm-request.d.ts +1 -1
- package/lib/request/save-sql-tuning-set-as-request.d.ts +1 -1
- package/lib/request/start-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/summarize-alert-log-counts-request.d.ts +1 -1
- package/lib/request/summarize-attention-log-counts-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-external-asm-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-cluster-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-db-node-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-db-system-availability-metrics-request.d.ts +1 -1
- package/lib/request/summarize-external-listener-metrics-request.d.ts +1 -1
- package/lib/request/summarize-job-executions-statuses-request.d.ts +1 -1
- package/lib/request/summarize-managed-database-availability-metrics-request.d.ts +1 -1
- package/lib/request/summarize-managed-my-sql-database-availability-metrics-request.d.ts +1 -1
- package/lib/request/summarize-sql-plan-baselines-by-last-execution-request.d.ts +1 -1
- package/lib/request/summarize-sql-plan-baselines-request.d.ts +1 -1
- package/lib/request/test-named-credential-request.d.ts +1 -1
- package/lib/request/test-preferred-credential-request.d.ts +1 -1
- package/lib/request/update-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-external-asm-instance-request.d.ts +1 -1
- package/lib/request/update-external-asm-request.d.ts +1 -1
- package/lib/request/update-external-cluster-instance-request.d.ts +1 -1
- package/lib/request/update-external-cluster-request.d.ts +1 -1
- package/lib/request/update-external-db-home-request.d.ts +1 -1
- package/lib/request/update-external-db-node-request.d.ts +1 -1
- package/lib/request/update-external-db-system-connector-request.d.ts +1 -1
- package/lib/request/update-external-db-system-discovery-request.d.ts +1 -1
- package/lib/request/update-external-db-system-request.d.ts +1 -1
- package/lib/request/update-external-exadata-infrastructure-request.d.ts +1 -1
- package/lib/request/update-external-exadata-storage-connector-request.d.ts +1 -1
- package/lib/request/update-external-exadata-storage-grid-request.d.ts +1 -1
- package/lib/request/update-external-exadata-storage-server-request.d.ts +1 -1
- package/lib/request/update-external-listener-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/lib/request/update-managed-database-request.d.ts +1 -1
- package/lib/request/update-named-credential-request.d.ts +1 -1
- package/lib/request/update-preferred-credential-request.d.ts +1 -1
- package/lib/request/update-tablespace-request.d.ts +1 -1
- package/lib/request/validate-basic-filter-request.d.ts +1 -1
- package/lib/response/get-dataguard-performance-metrics-response.d.ts +25 -0
- package/lib/response/get-dataguard-performance-metrics-response.js +15 -0
- package/lib/response/get-dataguard-performance-metrics-response.js.map +1 -0
- package/lib/response/get-peer-database-metrics-response.d.ts +25 -0
- package/lib/response/get-peer-database-metrics-response.js +15 -0
- package/lib/response/get-peer-database-metrics-response.js.map +1 -0
- package/lib/response/index.d.ts +4 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -206,7 +206,7 @@ class DbManagementClient {
|
|
|
206
206
|
* @param AddDataFilesRequest
|
|
207
207
|
* @return AddDataFilesResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/AddDataFiles.ts.html |here} to see how to use AddDataFiles API.
|
|
210
210
|
*/
|
|
211
211
|
addDataFiles(addDataFilesRequest) {
|
|
212
212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -270,7 +270,7 @@ class DbManagementClient {
|
|
|
270
270
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
271
271
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
272
272
|
* @throws OciError when an error occurs
|
|
273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
274
274
|
*/
|
|
275
275
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest) {
|
|
276
276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class DbManagementClient {
|
|
|
328
328
|
* @param AddmTasksRequest
|
|
329
329
|
* @return AddmTasksResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/AddmTasks.ts.html |here} to see how to use AddmTasks API.
|
|
332
332
|
*/
|
|
333
333
|
addmTasks(addmTasksRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -412,7 +412,7 @@ class DbManagementClient {
|
|
|
412
412
|
* @param ChangeDatabaseParametersRequest
|
|
413
413
|
* @return ChangeDatabaseParametersResponse
|
|
414
414
|
* @throws OciError when an error occurs
|
|
415
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
415
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
416
416
|
*/
|
|
417
417
|
changeDatabaseParameters(changeDatabaseParametersRequest) {
|
|
418
418
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -472,7 +472,7 @@ class DbManagementClient {
|
|
|
472
472
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
473
473
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
474
474
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
476
476
|
*/
|
|
477
477
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest) {
|
|
478
478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -530,7 +530,7 @@ class DbManagementClient {
|
|
|
530
530
|
* @param ChangeExternalDbSystemCompartmentRequest
|
|
531
531
|
* @return ChangeExternalDbSystemCompartmentResponse
|
|
532
532
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeExternalDbSystemCompartment.ts.html |here} to see how to use ChangeExternalDbSystemCompartment API.
|
|
534
534
|
*/
|
|
535
535
|
changeExternalDbSystemCompartment(changeExternalDbSystemCompartmentRequest) {
|
|
536
536
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class DbManagementClient {
|
|
|
593
593
|
* @param ChangeExternalExadataInfrastructureCompartmentRequest
|
|
594
594
|
* @return ChangeExternalExadataInfrastructureCompartmentResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeExternalExadataInfrastructureCompartment.ts.html |here} to see how to use ChangeExternalExadataInfrastructureCompartment API.
|
|
597
597
|
*/
|
|
598
598
|
changeExternalExadataInfrastructureCompartment(changeExternalExadataInfrastructureCompartmentRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -656,7 +656,7 @@ class DbManagementClient {
|
|
|
656
656
|
* @param ChangeJobCompartmentRequest
|
|
657
657
|
* @return ChangeJobCompartmentResponse
|
|
658
658
|
* @throws OciError when an error occurs
|
|
659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
660
660
|
*/
|
|
661
661
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
662
662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -716,7 +716,7 @@ class DbManagementClient {
|
|
|
716
716
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
717
717
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
718
718
|
* @throws OciError when an error occurs
|
|
719
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
720
720
|
*/
|
|
721
721
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest) {
|
|
722
722
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -776,7 +776,7 @@ class DbManagementClient {
|
|
|
776
776
|
* @param ChangeNamedCredentialCompartmentRequest
|
|
777
777
|
* @return ChangeNamedCredentialCompartmentResponse
|
|
778
778
|
* @throws OciError when an error occurs
|
|
779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeNamedCredentialCompartment.ts.html |here} to see how to use ChangeNamedCredentialCompartment API.
|
|
780
780
|
*/
|
|
781
781
|
changeNamedCredentialCompartment(changeNamedCredentialCompartmentRequest) {
|
|
782
782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -838,7 +838,7 @@ class DbManagementClient {
|
|
|
838
838
|
* @param ChangePlanRetentionRequest
|
|
839
839
|
* @return ChangePlanRetentionResponse
|
|
840
840
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangePlanRetention.ts.html |here} to see how to use ChangePlanRetention API.
|
|
842
842
|
*/
|
|
843
843
|
changePlanRetention(changePlanRetentionRequest) {
|
|
844
844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -895,7 +895,7 @@ class DbManagementClient {
|
|
|
895
895
|
* @param ChangeSpaceBudgetRequest
|
|
896
896
|
* @return ChangeSpaceBudgetResponse
|
|
897
897
|
* @throws OciError when an error occurs
|
|
898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeSpaceBudget.ts.html |here} to see how to use ChangeSpaceBudget API.
|
|
899
899
|
*/
|
|
900
900
|
changeSpaceBudget(changeSpaceBudgetRequest) {
|
|
901
901
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -951,7 +951,7 @@ class DbManagementClient {
|
|
|
951
951
|
* @param ChangeSqlPlanBaselinesAttributesRequest
|
|
952
952
|
* @return ChangeSqlPlanBaselinesAttributesResponse
|
|
953
953
|
* @throws OciError when an error occurs
|
|
954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
954
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ChangeSqlPlanBaselinesAttributes.ts.html |here} to see how to use ChangeSqlPlanBaselinesAttributes API.
|
|
955
955
|
*/
|
|
956
956
|
changeSqlPlanBaselinesAttributes(changeSqlPlanBaselinesAttributesRequest) {
|
|
957
957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1008,7 +1008,7 @@ class DbManagementClient {
|
|
|
1008
1008
|
* @param CheckExternalDbSystemConnectorConnectionStatusRequest
|
|
1009
1009
|
* @return CheckExternalDbSystemConnectorConnectionStatusResponse
|
|
1010
1010
|
* @throws OciError when an error occurs
|
|
1011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CheckExternalDbSystemConnectorConnectionStatus.ts.html |here} to see how to use CheckExternalDbSystemConnectorConnectionStatus API.
|
|
1012
1012
|
*/
|
|
1013
1013
|
checkExternalDbSystemConnectorConnectionStatus(checkExternalDbSystemConnectorConnectionStatusRequest) {
|
|
1014
1014
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1074,7 +1074,7 @@ class DbManagementClient {
|
|
|
1074
1074
|
* @param CheckExternalExadataStorageConnectorRequest
|
|
1075
1075
|
* @return CheckExternalExadataStorageConnectorResponse
|
|
1076
1076
|
* @throws OciError when an error occurs
|
|
1077
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1077
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CheckExternalExadataStorageConnector.ts.html |here} to see how to use CheckExternalExadataStorageConnector API.
|
|
1078
1078
|
*/
|
|
1079
1079
|
checkExternalExadataStorageConnector(checkExternalExadataStorageConnectorRequest) {
|
|
1080
1080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1141,7 +1141,7 @@ class DbManagementClient {
|
|
|
1141
1141
|
* @param ConfigureAutomaticCaptureFiltersRequest
|
|
1142
1142
|
* @return ConfigureAutomaticCaptureFiltersResponse
|
|
1143
1143
|
* @throws OciError when an error occurs
|
|
1144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ConfigureAutomaticCaptureFilters.ts.html |here} to see how to use ConfigureAutomaticCaptureFilters API.
|
|
1145
1145
|
*/
|
|
1146
1146
|
configureAutomaticCaptureFilters(configureAutomaticCaptureFiltersRequest) {
|
|
1147
1147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1199,7 +1199,7 @@ class DbManagementClient {
|
|
|
1199
1199
|
* @param ConfigureAutomaticSpmEvolveAdvisorTaskRequest
|
|
1200
1200
|
* @return ConfigureAutomaticSpmEvolveAdvisorTaskResponse
|
|
1201
1201
|
* @throws OciError when an error occurs
|
|
1202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ConfigureAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use ConfigureAutomaticSpmEvolveAdvisorTask API.
|
|
1203
1203
|
*/
|
|
1204
1204
|
configureAutomaticSpmEvolveAdvisorTask(configureAutomaticSpmEvolveAdvisorTaskRequest) {
|
|
1205
1205
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1255,7 +1255,7 @@ class DbManagementClient {
|
|
|
1255
1255
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
1256
1256
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
1257
1257
|
* @throws OciError when an error occurs
|
|
1258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
1259
1259
|
*/
|
|
1260
1260
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest) {
|
|
1261
1261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1329,7 +1329,7 @@ class DbManagementClient {
|
|
|
1329
1329
|
* @param CreateExternalDbSystemRequest
|
|
1330
1330
|
* @return CreateExternalDbSystemResponse
|
|
1331
1331
|
* @throws OciError when an error occurs
|
|
1332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateExternalDbSystem.ts.html |here} to see how to use CreateExternalDbSystem API.
|
|
1333
1333
|
*/
|
|
1334
1334
|
createExternalDbSystem(createExternalDbSystemRequest) {
|
|
1335
1335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1407,7 +1407,7 @@ class DbManagementClient {
|
|
|
1407
1407
|
* @param CreateExternalDbSystemConnectorRequest
|
|
1408
1408
|
* @return CreateExternalDbSystemConnectorResponse
|
|
1409
1409
|
* @throws OciError when an error occurs
|
|
1410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateExternalDbSystemConnector.ts.html |here} to see how to use CreateExternalDbSystemConnector API.
|
|
1411
1411
|
*/
|
|
1412
1412
|
createExternalDbSystemConnector(createExternalDbSystemConnectorRequest) {
|
|
1413
1413
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1471,7 +1471,7 @@ class DbManagementClient {
|
|
|
1471
1471
|
* @param CreateExternalDbSystemDiscoveryRequest
|
|
1472
1472
|
* @return CreateExternalDbSystemDiscoveryResponse
|
|
1473
1473
|
* @throws OciError when an error occurs
|
|
1474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateExternalDbSystemDiscovery.ts.html |here} to see how to use CreateExternalDbSystemDiscovery API.
|
|
1475
1475
|
*/
|
|
1476
1476
|
createExternalDbSystemDiscovery(createExternalDbSystemDiscoveryRequest) {
|
|
1477
1477
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1555,7 +1555,7 @@ class DbManagementClient {
|
|
|
1555
1555
|
* @param CreateExternalExadataInfrastructureRequest
|
|
1556
1556
|
* @return CreateExternalExadataInfrastructureResponse
|
|
1557
1557
|
* @throws OciError when an error occurs
|
|
1558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateExternalExadataInfrastructure.ts.html |here} to see how to use CreateExternalExadataInfrastructure API.
|
|
1559
1559
|
*/
|
|
1560
1560
|
createExternalExadataInfrastructure(createExternalExadataInfrastructureRequest) {
|
|
1561
1561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1619,7 +1619,7 @@ class DbManagementClient {
|
|
|
1619
1619
|
* @param CreateExternalExadataStorageConnectorRequest
|
|
1620
1620
|
* @return CreateExternalExadataStorageConnectorResponse
|
|
1621
1621
|
* @throws OciError when an error occurs
|
|
1622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateExternalExadataStorageConnector.ts.html |here} to see how to use CreateExternalExadataStorageConnector API.
|
|
1623
1623
|
*/
|
|
1624
1624
|
createExternalExadataStorageConnector(createExternalExadataStorageConnectorRequest) {
|
|
1625
1625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1685,7 +1685,7 @@ class DbManagementClient {
|
|
|
1685
1685
|
* @param CreateJobRequest
|
|
1686
1686
|
* @return CreateJobResponse
|
|
1687
1687
|
* @throws OciError when an error occurs
|
|
1688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
1689
1689
|
*/
|
|
1690
1690
|
createJob(createJobRequest) {
|
|
1691
1691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1755,7 +1755,7 @@ class DbManagementClient {
|
|
|
1755
1755
|
* @param CreateManagedDatabaseGroupRequest
|
|
1756
1756
|
* @return CreateManagedDatabaseGroupResponse
|
|
1757
1757
|
* @throws OciError when an error occurs
|
|
1758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1758
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
1759
1759
|
*/
|
|
1760
1760
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest) {
|
|
1761
1761
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1824,7 +1824,7 @@ class DbManagementClient {
|
|
|
1824
1824
|
* @param CreateNamedCredentialRequest
|
|
1825
1825
|
* @return CreateNamedCredentialResponse
|
|
1826
1826
|
* @throws OciError when an error occurs
|
|
1827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1827
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateNamedCredential.ts.html |here} to see how to use CreateNamedCredential API.
|
|
1828
1828
|
*/
|
|
1829
1829
|
createNamedCredential(createNamedCredentialRequest) {
|
|
1830
1830
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1893,7 +1893,7 @@ class DbManagementClient {
|
|
|
1893
1893
|
* @param CreateTablespaceRequest
|
|
1894
1894
|
* @return CreateTablespaceResponse
|
|
1895
1895
|
* @throws OciError when an error occurs
|
|
1896
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1896
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateTablespace.ts.html |here} to see how to use CreateTablespace API.
|
|
1897
1897
|
*/
|
|
1898
1898
|
createTablespace(createTablespaceRequest) {
|
|
1899
1899
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1953,7 +1953,7 @@ class DbManagementClient {
|
|
|
1953
1953
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
1954
1954
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
1955
1955
|
* @throws OciError when an error occurs
|
|
1956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
1957
1957
|
*/
|
|
1958
1958
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest) {
|
|
1959
1959
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2014,7 +2014,7 @@ class DbManagementClient {
|
|
|
2014
2014
|
* @param DeleteExternalDbSystemRequest
|
|
2015
2015
|
* @return DeleteExternalDbSystemResponse
|
|
2016
2016
|
* @throws OciError when an error occurs
|
|
2017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteExternalDbSystem.ts.html |here} to see how to use DeleteExternalDbSystem API.
|
|
2018
2018
|
*/
|
|
2019
2019
|
deleteExternalDbSystem(deleteExternalDbSystemRequest) {
|
|
2020
2020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2075,7 +2075,7 @@ class DbManagementClient {
|
|
|
2075
2075
|
* @param DeleteExternalDbSystemConnectorRequest
|
|
2076
2076
|
* @return DeleteExternalDbSystemConnectorResponse
|
|
2077
2077
|
* @throws OciError when an error occurs
|
|
2078
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2078
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteExternalDbSystemConnector.ts.html |here} to see how to use DeleteExternalDbSystemConnector API.
|
|
2079
2079
|
*/
|
|
2080
2080
|
deleteExternalDbSystemConnector(deleteExternalDbSystemConnectorRequest) {
|
|
2081
2081
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2131,7 +2131,7 @@ class DbManagementClient {
|
|
|
2131
2131
|
* @param DeleteExternalDbSystemDiscoveryRequest
|
|
2132
2132
|
* @return DeleteExternalDbSystemDiscoveryResponse
|
|
2133
2133
|
* @throws OciError when an error occurs
|
|
2134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteExternalDbSystemDiscovery.ts.html |here} to see how to use DeleteExternalDbSystemDiscovery API.
|
|
2135
2135
|
*/
|
|
2136
2136
|
deleteExternalDbSystemDiscovery(deleteExternalDbSystemDiscoveryRequest) {
|
|
2137
2137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2187,7 +2187,7 @@ class DbManagementClient {
|
|
|
2187
2187
|
* @param DeleteExternalExadataInfrastructureRequest
|
|
2188
2188
|
* @return DeleteExternalExadataInfrastructureResponse
|
|
2189
2189
|
* @throws OciError when an error occurs
|
|
2190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteExternalExadataInfrastructure.ts.html |here} to see how to use DeleteExternalExadataInfrastructure API.
|
|
2191
2191
|
*/
|
|
2192
2192
|
deleteExternalExadataInfrastructure(deleteExternalExadataInfrastructureRequest) {
|
|
2193
2193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2248,7 +2248,7 @@ class DbManagementClient {
|
|
|
2248
2248
|
* @param DeleteExternalExadataStorageConnectorRequest
|
|
2249
2249
|
* @return DeleteExternalExadataStorageConnectorResponse
|
|
2250
2250
|
* @throws OciError when an error occurs
|
|
2251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2251
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteExternalExadataStorageConnector.ts.html |here} to see how to use DeleteExternalExadataStorageConnector API.
|
|
2252
2252
|
*/
|
|
2253
2253
|
deleteExternalExadataStorageConnector(deleteExternalExadataStorageConnectorRequest) {
|
|
2254
2254
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2303,7 +2303,7 @@ class DbManagementClient {
|
|
|
2303
2303
|
* @param DeleteJobRequest
|
|
2304
2304
|
* @return DeleteJobResponse
|
|
2305
2305
|
* @throws OciError when an error occurs
|
|
2306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
2307
2307
|
*/
|
|
2308
2308
|
deleteJob(deleteJobRequest) {
|
|
2309
2309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2360,7 +2360,7 @@ class DbManagementClient {
|
|
|
2360
2360
|
* @param DeleteManagedDatabaseGroupRequest
|
|
2361
2361
|
* @return DeleteManagedDatabaseGroupResponse
|
|
2362
2362
|
* @throws OciError when an error occurs
|
|
2363
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
2364
2364
|
*/
|
|
2365
2365
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest) {
|
|
2366
2366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2416,7 +2416,7 @@ class DbManagementClient {
|
|
|
2416
2416
|
* @param DeleteNamedCredentialRequest
|
|
2417
2417
|
* @return DeleteNamedCredentialResponse
|
|
2418
2418
|
* @throws OciError when an error occurs
|
|
2419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2419
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeleteNamedCredential.ts.html |here} to see how to use DeleteNamedCredential API.
|
|
2420
2420
|
*/
|
|
2421
2421
|
deleteNamedCredential(deleteNamedCredentialRequest) {
|
|
2422
2422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2472,7 +2472,7 @@ class DbManagementClient {
|
|
|
2472
2472
|
* @param DeletePreferredCredentialRequest
|
|
2473
2473
|
* @return DeletePreferredCredentialResponse
|
|
2474
2474
|
* @throws OciError when an error occurs
|
|
2475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DeletePreferredCredential.ts.html |here} to see how to use DeletePreferredCredential API.
|
|
2476
2476
|
*/
|
|
2477
2477
|
deletePreferredCredential(deletePreferredCredentialRequest) {
|
|
2478
2478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2528,7 +2528,7 @@ class DbManagementClient {
|
|
|
2528
2528
|
* @param DisableAutomaticInitialPlanCaptureRequest
|
|
2529
2529
|
* @return DisableAutomaticInitialPlanCaptureResponse
|
|
2530
2530
|
* @throws OciError when an error occurs
|
|
2531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableAutomaticInitialPlanCapture.ts.html |here} to see how to use DisableAutomaticInitialPlanCapture API.
|
|
2532
2532
|
*/
|
|
2533
2533
|
disableAutomaticInitialPlanCapture(disableAutomaticInitialPlanCaptureRequest) {
|
|
2534
2534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2587,7 +2587,7 @@ class DbManagementClient {
|
|
|
2587
2587
|
* @param DisableAutomaticSpmEvolveAdvisorTaskRequest
|
|
2588
2588
|
* @return DisableAutomaticSpmEvolveAdvisorTaskResponse
|
|
2589
2589
|
* @throws OciError when an error occurs
|
|
2590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use DisableAutomaticSpmEvolveAdvisorTask API.
|
|
2591
2591
|
*/
|
|
2592
2592
|
disableAutomaticSpmEvolveAdvisorTask(disableAutomaticSpmEvolveAdvisorTaskRequest) {
|
|
2593
2593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2643,7 +2643,7 @@ class DbManagementClient {
|
|
|
2643
2643
|
* @param DisableDatabaseManagementFeatureRequest
|
|
2644
2644
|
* @return DisableDatabaseManagementFeatureResponse
|
|
2645
2645
|
* @throws OciError when an error occurs
|
|
2646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableDatabaseManagementFeature.ts.html |here} to see how to use DisableDatabaseManagementFeature API.
|
|
2647
2647
|
*/
|
|
2648
2648
|
disableDatabaseManagementFeature(disableDatabaseManagementFeatureRequest) {
|
|
2649
2649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2706,7 +2706,7 @@ class DbManagementClient {
|
|
|
2706
2706
|
* @param DisableExternalContainerDatabaseManagementFeatureRequest
|
|
2707
2707
|
* @return DisableExternalContainerDatabaseManagementFeatureResponse
|
|
2708
2708
|
* @throws OciError when an error occurs
|
|
2709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableExternalContainerDatabaseManagementFeature.ts.html |here} to see how to use DisableExternalContainerDatabaseManagementFeature API.
|
|
2710
2710
|
*/
|
|
2711
2711
|
disableExternalContainerDatabaseManagementFeature(disableExternalContainerDatabaseManagementFeatureRequest) {
|
|
2712
2712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2770,7 +2770,7 @@ class DbManagementClient {
|
|
|
2770
2770
|
* @param DisableExternalDbSystemDatabaseManagementRequest
|
|
2771
2771
|
* @return DisableExternalDbSystemDatabaseManagementResponse
|
|
2772
2772
|
* @throws OciError when an error occurs
|
|
2773
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableExternalDbSystemDatabaseManagement.ts.html |here} to see how to use DisableExternalDbSystemDatabaseManagement API.
|
|
2774
2774
|
*/
|
|
2775
2775
|
disableExternalDbSystemDatabaseManagement(disableExternalDbSystemDatabaseManagementRequest) {
|
|
2776
2776
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2833,7 +2833,7 @@ class DbManagementClient {
|
|
|
2833
2833
|
* @param DisableExternalDbSystemStackMonitoringRequest
|
|
2834
2834
|
* @return DisableExternalDbSystemStackMonitoringResponse
|
|
2835
2835
|
* @throws OciError when an error occurs
|
|
2836
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2836
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableExternalDbSystemStackMonitoring.ts.html |here} to see how to use DisableExternalDbSystemStackMonitoring API.
|
|
2837
2837
|
*/
|
|
2838
2838
|
disableExternalDbSystemStackMonitoring(disableExternalDbSystemStackMonitoringRequest) {
|
|
2839
2839
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2902,7 +2902,7 @@ class DbManagementClient {
|
|
|
2902
2902
|
* @param DisableExternalExadataInfrastructureManagementRequest
|
|
2903
2903
|
* @return DisableExternalExadataInfrastructureManagementResponse
|
|
2904
2904
|
* @throws OciError when an error occurs
|
|
2905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableExternalExadataInfrastructureManagement.ts.html |here} to see how to use DisableExternalExadataInfrastructureManagement API.
|
|
2906
2906
|
*/
|
|
2907
2907
|
disableExternalExadataInfrastructureManagement(disableExternalExadataInfrastructureManagementRequest) {
|
|
2908
2908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2964,7 +2964,7 @@ class DbManagementClient {
|
|
|
2964
2964
|
* @param DisableExternalNonContainerDatabaseManagementFeatureRequest
|
|
2965
2965
|
* @return DisableExternalNonContainerDatabaseManagementFeatureResponse
|
|
2966
2966
|
* @throws OciError when an error occurs
|
|
2967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableExternalNonContainerDatabaseManagementFeature.ts.html |here} to see how to use DisableExternalNonContainerDatabaseManagementFeature API.
|
|
2968
2968
|
*/
|
|
2969
2969
|
disableExternalNonContainerDatabaseManagementFeature(disableExternalNonContainerDatabaseManagementFeatureRequest) {
|
|
2970
2970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3027,7 +3027,7 @@ class DbManagementClient {
|
|
|
3027
3027
|
* @param DisableExternalPluggableDatabaseManagementFeatureRequest
|
|
3028
3028
|
* @return DisableExternalPluggableDatabaseManagementFeatureResponse
|
|
3029
3029
|
* @throws OciError when an error occurs
|
|
3030
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3030
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableExternalPluggableDatabaseManagementFeature.ts.html |here} to see how to use DisableExternalPluggableDatabaseManagementFeature API.
|
|
3031
3031
|
*/
|
|
3032
3032
|
disableExternalPluggableDatabaseManagementFeature(disableExternalPluggableDatabaseManagementFeatureRequest) {
|
|
3033
3033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3093,7 +3093,7 @@ class DbManagementClient {
|
|
|
3093
3093
|
* @param DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest
|
|
3094
3094
|
* @return DisableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse
|
|
3095
3095
|
* @throws OciError when an error occurs
|
|
3096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableHighFrequencyAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use DisableHighFrequencyAutomaticSpmEvolveAdvisorTask API.
|
|
3097
3097
|
*/
|
|
3098
3098
|
disableHighFrequencyAutomaticSpmEvolveAdvisorTask(disableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest) {
|
|
3099
3099
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3149,7 +3149,7 @@ class DbManagementClient {
|
|
|
3149
3149
|
* @param DisablePluggableDatabaseManagementFeatureRequest
|
|
3150
3150
|
* @return DisablePluggableDatabaseManagementFeatureResponse
|
|
3151
3151
|
* @throws OciError when an error occurs
|
|
3152
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisablePluggableDatabaseManagementFeature.ts.html |here} to see how to use DisablePluggableDatabaseManagementFeature API.
|
|
3153
3153
|
*/
|
|
3154
3154
|
disablePluggableDatabaseManagementFeature(disablePluggableDatabaseManagementFeatureRequest) {
|
|
3155
3155
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3214,7 +3214,7 @@ class DbManagementClient {
|
|
|
3214
3214
|
* @param DisableSqlPlanBaselinesUsageRequest
|
|
3215
3215
|
* @return DisableSqlPlanBaselinesUsageResponse
|
|
3216
3216
|
* @throws OciError when an error occurs
|
|
3217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DisableSqlPlanBaselinesUsage.ts.html |here} to see how to use DisableSqlPlanBaselinesUsage API.
|
|
3218
3218
|
*/
|
|
3219
3219
|
disableSqlPlanBaselinesUsage(disableSqlPlanBaselinesUsageRequest) {
|
|
3220
3220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3288,7 +3288,7 @@ class DbManagementClient {
|
|
|
3288
3288
|
* @param DiscoverExternalExadataInfrastructureRequest
|
|
3289
3289
|
* @return DiscoverExternalExadataInfrastructureResponse
|
|
3290
3290
|
* @throws OciError when an error occurs
|
|
3291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DiscoverExternalExadataInfrastructure.ts.html |here} to see how to use DiscoverExternalExadataInfrastructure API.
|
|
3292
3292
|
*/
|
|
3293
3293
|
discoverExternalExadataInfrastructure(discoverExternalExadataInfrastructureRequest) {
|
|
3294
3294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3353,7 +3353,7 @@ class DbManagementClient {
|
|
|
3353
3353
|
* @param DropSqlPlanBaselinesRequest
|
|
3354
3354
|
* @return DropSqlPlanBaselinesResponse
|
|
3355
3355
|
* @throws OciError when an error occurs
|
|
3356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DropSqlPlanBaselines.ts.html |here} to see how to use DropSqlPlanBaselines API.
|
|
3357
3357
|
*/
|
|
3358
3358
|
dropSqlPlanBaselines(dropSqlPlanBaselinesRequest) {
|
|
3359
3359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3409,7 +3409,7 @@ class DbManagementClient {
|
|
|
3409
3409
|
* @param DropTablespaceRequest
|
|
3410
3410
|
* @return DropTablespaceResponse
|
|
3411
3411
|
* @throws OciError when an error occurs
|
|
3412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DropTablespace.ts.html |here} to see how to use DropTablespace API.
|
|
3413
3413
|
*/
|
|
3414
3414
|
dropTablespace(dropTablespaceRequest) {
|
|
3415
3415
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3478,7 +3478,7 @@ class DbManagementClient {
|
|
|
3478
3478
|
* @param EnableAutomaticInitialPlanCaptureRequest
|
|
3479
3479
|
* @return EnableAutomaticInitialPlanCaptureResponse
|
|
3480
3480
|
* @throws OciError when an error occurs
|
|
3481
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableAutomaticInitialPlanCapture.ts.html |here} to see how to use EnableAutomaticInitialPlanCapture API.
|
|
3482
3482
|
*/
|
|
3483
3483
|
enableAutomaticInitialPlanCapture(enableAutomaticInitialPlanCaptureRequest) {
|
|
3484
3484
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3546,7 +3546,7 @@ class DbManagementClient {
|
|
|
3546
3546
|
* @param EnableAutomaticSpmEvolveAdvisorTaskRequest
|
|
3547
3547
|
* @return EnableAutomaticSpmEvolveAdvisorTaskResponse
|
|
3548
3548
|
* @throws OciError when an error occurs
|
|
3549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use EnableAutomaticSpmEvolveAdvisorTask API.
|
|
3550
3550
|
*/
|
|
3551
3551
|
enableAutomaticSpmEvolveAdvisorTask(enableAutomaticSpmEvolveAdvisorTaskRequest) {
|
|
3552
3552
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3602,7 +3602,7 @@ class DbManagementClient {
|
|
|
3602
3602
|
* @param EnableDatabaseManagementFeatureRequest
|
|
3603
3603
|
* @return EnableDatabaseManagementFeatureResponse
|
|
3604
3604
|
* @throws OciError when an error occurs
|
|
3605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableDatabaseManagementFeature.ts.html |here} to see how to use EnableDatabaseManagementFeature API.
|
|
3606
3606
|
*/
|
|
3607
3607
|
enableDatabaseManagementFeature(enableDatabaseManagementFeatureRequest) {
|
|
3608
3608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3665,7 +3665,7 @@ class DbManagementClient {
|
|
|
3665
3665
|
* @param EnableExternalContainerDatabaseManagementFeatureRequest
|
|
3666
3666
|
* @return EnableExternalContainerDatabaseManagementFeatureResponse
|
|
3667
3667
|
* @throws OciError when an error occurs
|
|
3668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableExternalContainerDatabaseManagementFeature.ts.html |here} to see how to use EnableExternalContainerDatabaseManagementFeature API.
|
|
3669
3669
|
*/
|
|
3670
3670
|
enableExternalContainerDatabaseManagementFeature(enableExternalContainerDatabaseManagementFeatureRequest) {
|
|
3671
3671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3729,7 +3729,7 @@ class DbManagementClient {
|
|
|
3729
3729
|
* @param EnableExternalDbSystemDatabaseManagementRequest
|
|
3730
3730
|
* @return EnableExternalDbSystemDatabaseManagementResponse
|
|
3731
3731
|
* @throws OciError when an error occurs
|
|
3732
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableExternalDbSystemDatabaseManagement.ts.html |here} to see how to use EnableExternalDbSystemDatabaseManagement API.
|
|
3733
3733
|
*/
|
|
3734
3734
|
enableExternalDbSystemDatabaseManagement(enableExternalDbSystemDatabaseManagementRequest) {
|
|
3735
3735
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3793,7 +3793,7 @@ class DbManagementClient {
|
|
|
3793
3793
|
* @param EnableExternalDbSystemStackMonitoringRequest
|
|
3794
3794
|
* @return EnableExternalDbSystemStackMonitoringResponse
|
|
3795
3795
|
* @throws OciError when an error occurs
|
|
3796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableExternalDbSystemStackMonitoring.ts.html |here} to see how to use EnableExternalDbSystemStackMonitoring API.
|
|
3797
3797
|
*/
|
|
3798
3798
|
enableExternalDbSystemStackMonitoring(enableExternalDbSystemStackMonitoringRequest) {
|
|
3799
3799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3861,7 +3861,7 @@ class DbManagementClient {
|
|
|
3861
3861
|
* @param EnableExternalExadataInfrastructureManagementRequest
|
|
3862
3862
|
* @return EnableExternalExadataInfrastructureManagementResponse
|
|
3863
3863
|
* @throws OciError when an error occurs
|
|
3864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableExternalExadataInfrastructureManagement.ts.html |here} to see how to use EnableExternalExadataInfrastructureManagement API.
|
|
3865
3865
|
*/
|
|
3866
3866
|
enableExternalExadataInfrastructureManagement(enableExternalExadataInfrastructureManagementRequest) {
|
|
3867
3867
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3924,7 +3924,7 @@ class DbManagementClient {
|
|
|
3924
3924
|
* @param EnableExternalNonContainerDatabaseManagementFeatureRequest
|
|
3925
3925
|
* @return EnableExternalNonContainerDatabaseManagementFeatureResponse
|
|
3926
3926
|
* @throws OciError when an error occurs
|
|
3927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableExternalNonContainerDatabaseManagementFeature.ts.html |here} to see how to use EnableExternalNonContainerDatabaseManagementFeature API.
|
|
3928
3928
|
*/
|
|
3929
3929
|
enableExternalNonContainerDatabaseManagementFeature(enableExternalNonContainerDatabaseManagementFeatureRequest) {
|
|
3930
3930
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3987,7 +3987,7 @@ class DbManagementClient {
|
|
|
3987
3987
|
* @param EnableExternalPluggableDatabaseManagementFeatureRequest
|
|
3988
3988
|
* @return EnableExternalPluggableDatabaseManagementFeatureResponse
|
|
3989
3989
|
* @throws OciError when an error occurs
|
|
3990
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3990
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableExternalPluggableDatabaseManagementFeature.ts.html |here} to see how to use EnableExternalPluggableDatabaseManagementFeature API.
|
|
3991
3991
|
*/
|
|
3992
3992
|
enableExternalPluggableDatabaseManagementFeature(enableExternalPluggableDatabaseManagementFeatureRequest) {
|
|
3993
3993
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4058,7 +4058,7 @@ class DbManagementClient {
|
|
|
4058
4058
|
* @param EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest
|
|
4059
4059
|
* @return EnableHighFrequencyAutomaticSpmEvolveAdvisorTaskResponse
|
|
4060
4060
|
* @throws OciError when an error occurs
|
|
4061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableHighFrequencyAutomaticSpmEvolveAdvisorTask.ts.html |here} to see how to use EnableHighFrequencyAutomaticSpmEvolveAdvisorTask API.
|
|
4062
4062
|
*/
|
|
4063
4063
|
enableHighFrequencyAutomaticSpmEvolveAdvisorTask(enableHighFrequencyAutomaticSpmEvolveAdvisorTaskRequest) {
|
|
4064
4064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4114,7 +4114,7 @@ class DbManagementClient {
|
|
|
4114
4114
|
* @param EnablePluggableDatabaseManagementFeatureRequest
|
|
4115
4115
|
* @return EnablePluggableDatabaseManagementFeatureResponse
|
|
4116
4116
|
* @throws OciError when an error occurs
|
|
4117
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnablePluggableDatabaseManagementFeature.ts.html |here} to see how to use EnablePluggableDatabaseManagementFeature API.
|
|
4118
4118
|
*/
|
|
4119
4119
|
enablePluggableDatabaseManagementFeature(enablePluggableDatabaseManagementFeatureRequest) {
|
|
4120
4120
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4180,7 +4180,7 @@ class DbManagementClient {
|
|
|
4180
4180
|
* @param EnableSqlPlanBaselinesUsageRequest
|
|
4181
4181
|
* @return EnableSqlPlanBaselinesUsageResponse
|
|
4182
4182
|
* @throws OciError when an error occurs
|
|
4183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/EnableSqlPlanBaselinesUsage.ts.html |here} to see how to use EnableSqlPlanBaselinesUsage API.
|
|
4184
4184
|
*/
|
|
4185
4185
|
enableSqlPlanBaselinesUsage(enableSqlPlanBaselinesUsageRequest) {
|
|
4186
4186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4236,7 +4236,7 @@ class DbManagementClient {
|
|
|
4236
4236
|
* @param GenerateAwrSnapshotRequest
|
|
4237
4237
|
* @return GenerateAwrSnapshotResponse
|
|
4238
4238
|
* @throws OciError when an error occurs
|
|
4239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GenerateAwrSnapshot.ts.html |here} to see how to use GenerateAwrSnapshot API.
|
|
4240
4240
|
*/
|
|
4241
4241
|
generateAwrSnapshot(generateAwrSnapshotRequest) {
|
|
4242
4242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4297,7 +4297,7 @@ class DbManagementClient {
|
|
|
4297
4297
|
* @param GetAwrDbReportRequest
|
|
4298
4298
|
* @return GetAwrDbReportResponse
|
|
4299
4299
|
* @throws OciError when an error occurs
|
|
4300
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4300
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
4301
4301
|
*/
|
|
4302
4302
|
getAwrDbReport(getAwrDbReportRequest) {
|
|
4303
4303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4368,7 +4368,7 @@ class DbManagementClient {
|
|
|
4368
4368
|
* @param GetAwrDbSqlReportRequest
|
|
4369
4369
|
* @return GetAwrDbSqlReportResponse
|
|
4370
4370
|
* @throws OciError when an error occurs
|
|
4371
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
4372
4372
|
*/
|
|
4373
4373
|
getAwrDbSqlReport(getAwrDbSqlReportRequest) {
|
|
4374
4374
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4441,7 +4441,7 @@ class DbManagementClient {
|
|
|
4441
4441
|
* @param GetClusterCacheMetricRequest
|
|
4442
4442
|
* @return GetClusterCacheMetricResponse
|
|
4443
4443
|
* @throws OciError when an error occurs
|
|
4444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4444
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
4445
4445
|
*/
|
|
4446
4446
|
getClusterCacheMetric(getClusterCacheMetricRequest) {
|
|
4447
4447
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4504,7 +4504,7 @@ class DbManagementClient {
|
|
|
4504
4504
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
4505
4505
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
4506
4506
|
* @throws OciError when an error occurs
|
|
4507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
4508
4508
|
*/
|
|
4509
4509
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest) {
|
|
4510
4510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4584,7 +4584,7 @@ class DbManagementClient {
|
|
|
4584
4584
|
* @param GetDatabaseHomeMetricsRequest
|
|
4585
4585
|
* @return GetDatabaseHomeMetricsResponse
|
|
4586
4586
|
* @throws OciError when an error occurs
|
|
4587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
4588
4588
|
*/
|
|
4589
4589
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest) {
|
|
4590
4590
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4638,13 +4638,79 @@ class DbManagementClient {
|
|
|
4638
4638
|
}
|
|
4639
4639
|
});
|
|
4640
4640
|
}
|
|
4641
|
+
/**
|
|
4642
|
+
* Gets a historical summary of the Database Guard performance metrics for Managed Databases.
|
|
4643
|
+
* If the peerDatabaseCompartmentId is specified, then the metrics are only retrieved from the specified compartment.
|
|
4644
|
+
* If the peerDatabaseCompartmentId is not specified, then the metrics are retrieved from the compartment of the Managed Database specified by the ManagedDatabaseId.
|
|
4645
|
+
*
|
|
4646
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4647
|
+
* @param GetDataguardPerformanceMetricsRequest
|
|
4648
|
+
* @return GetDataguardPerformanceMetricsResponse
|
|
4649
|
+
* @throws OciError when an error occurs
|
|
4650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetDataguardPerformanceMetrics.ts.html |here} to see how to use GetDataguardPerformanceMetrics API.
|
|
4651
|
+
*/
|
|
4652
|
+
getDataguardPerformanceMetrics(getDataguardPerformanceMetricsRequest) {
|
|
4653
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
4654
|
+
if (this.logger)
|
|
4655
|
+
this.logger.debug("Calling operation DbManagementClient#getDataguardPerformanceMetrics.");
|
|
4656
|
+
const operationName = "getDataguardPerformanceMetrics";
|
|
4657
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/database-management/20201101/DataguardPerformanceMetrics/GetDataguardPerformanceMetrics";
|
|
4658
|
+
const pathParams = {
|
|
4659
|
+
"{managedDatabaseId}": getDataguardPerformanceMetricsRequest.managedDatabaseId
|
|
4660
|
+
};
|
|
4661
|
+
const queryParams = {
|
|
4662
|
+
"startTime": getDataguardPerformanceMetricsRequest.startTime,
|
|
4663
|
+
"endTime": getDataguardPerformanceMetricsRequest.endTime,
|
|
4664
|
+
"peerDatabaseCompartmentId": getDataguardPerformanceMetricsRequest.peerDatabaseCompartmentId,
|
|
4665
|
+
"filterByMetricNames": getDataguardPerformanceMetricsRequest.filterByMetricNames
|
|
4666
|
+
};
|
|
4667
|
+
let headerParams = {
|
|
4668
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
4669
|
+
"opc-request-id": getDataguardPerformanceMetricsRequest.opcRequestId
|
|
4670
|
+
};
|
|
4671
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
4672
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDataguardPerformanceMetricsRequest.retryConfiguration, specRetryConfiguration);
|
|
4673
|
+
if (this.logger)
|
|
4674
|
+
retrier.logger = this.logger;
|
|
4675
|
+
const request = yield oci_common_1.composeRequest({
|
|
4676
|
+
baseEndpoint: this._endpoint,
|
|
4677
|
+
defaultHeaders: this._defaultHeaders,
|
|
4678
|
+
path: "/managedDatabases/{managedDatabaseId}/dataguardPerformanceMetrics",
|
|
4679
|
+
method: "GET",
|
|
4680
|
+
pathParams: pathParams,
|
|
4681
|
+
headerParams: headerParams,
|
|
4682
|
+
queryParams: queryParams
|
|
4683
|
+
});
|
|
4684
|
+
try {
|
|
4685
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
4686
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
4687
|
+
responseObject: {},
|
|
4688
|
+
body: yield response.json(),
|
|
4689
|
+
bodyKey: "dataguardPerformanceMetrics",
|
|
4690
|
+
bodyModel: model.DataguardPerformanceMetrics,
|
|
4691
|
+
type: "model.DataguardPerformanceMetrics",
|
|
4692
|
+
responseHeaders: [
|
|
4693
|
+
{
|
|
4694
|
+
value: response.headers.get("opc-request-id"),
|
|
4695
|
+
key: "opcRequestId",
|
|
4696
|
+
dataType: "string"
|
|
4697
|
+
}
|
|
4698
|
+
]
|
|
4699
|
+
});
|
|
4700
|
+
return sdkResponse;
|
|
4701
|
+
}
|
|
4702
|
+
catch (err) {
|
|
4703
|
+
throw err;
|
|
4704
|
+
}
|
|
4705
|
+
});
|
|
4706
|
+
}
|
|
4641
4707
|
/**
|
|
4642
4708
|
* Gets the details of a specific Database Management private endpoint.
|
|
4643
4709
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
4644
4710
|
* @param GetDbManagementPrivateEndpointRequest
|
|
4645
4711
|
* @return GetDbManagementPrivateEndpointResponse
|
|
4646
4712
|
* @throws OciError when an error occurs
|
|
4647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
4648
4714
|
*/
|
|
4649
4715
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest) {
|
|
4650
4716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4708,7 +4774,7 @@ class DbManagementClient {
|
|
|
4708
4774
|
* @param GetExternalAsmRequest
|
|
4709
4775
|
* @return GetExternalAsmResponse
|
|
4710
4776
|
* @throws OciError when an error occurs
|
|
4711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalAsm.ts.html |here} to see how to use GetExternalAsm API.
|
|
4712
4778
|
*/
|
|
4713
4779
|
getExternalAsm(getExternalAsmRequest) {
|
|
4714
4780
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4772,7 +4838,7 @@ class DbManagementClient {
|
|
|
4772
4838
|
* @param GetExternalAsmConfigurationRequest
|
|
4773
4839
|
* @return GetExternalAsmConfigurationResponse
|
|
4774
4840
|
* @throws OciError when an error occurs
|
|
4775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalAsmConfiguration.ts.html |here} to see how to use GetExternalAsmConfiguration API.
|
|
4776
4842
|
*/
|
|
4777
4843
|
getExternalAsmConfiguration(getExternalAsmConfigurationRequest) {
|
|
4778
4844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4832,7 +4898,7 @@ class DbManagementClient {
|
|
|
4832
4898
|
* @param GetExternalAsmInstanceRequest
|
|
4833
4899
|
* @return GetExternalAsmInstanceResponse
|
|
4834
4900
|
* @throws OciError when an error occurs
|
|
4835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalAsmInstance.ts.html |here} to see how to use GetExternalAsmInstance API.
|
|
4836
4902
|
*/
|
|
4837
4903
|
getExternalAsmInstance(getExternalAsmInstanceRequest) {
|
|
4838
4904
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4896,7 +4962,7 @@ class DbManagementClient {
|
|
|
4896
4962
|
* @param GetExternalClusterRequest
|
|
4897
4963
|
* @return GetExternalClusterResponse
|
|
4898
4964
|
* @throws OciError when an error occurs
|
|
4899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4965
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalCluster.ts.html |here} to see how to use GetExternalCluster API.
|
|
4900
4966
|
*/
|
|
4901
4967
|
getExternalCluster(getExternalClusterRequest) {
|
|
4902
4968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4960,7 +5026,7 @@ class DbManagementClient {
|
|
|
4960
5026
|
* @param GetExternalClusterInstanceRequest
|
|
4961
5027
|
* @return GetExternalClusterInstanceResponse
|
|
4962
5028
|
* @throws OciError when an error occurs
|
|
4963
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5029
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalClusterInstance.ts.html |here} to see how to use GetExternalClusterInstance API.
|
|
4964
5030
|
*/
|
|
4965
5031
|
getExternalClusterInstance(getExternalClusterInstanceRequest) {
|
|
4966
5032
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5024,7 +5090,7 @@ class DbManagementClient {
|
|
|
5024
5090
|
* @param GetExternalDbHomeRequest
|
|
5025
5091
|
* @return GetExternalDbHomeResponse
|
|
5026
5092
|
* @throws OciError when an error occurs
|
|
5027
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalDbHome.ts.html |here} to see how to use GetExternalDbHome API.
|
|
5028
5094
|
*/
|
|
5029
5095
|
getExternalDbHome(getExternalDbHomeRequest) {
|
|
5030
5096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5088,7 +5154,7 @@ class DbManagementClient {
|
|
|
5088
5154
|
* @param GetExternalDbNodeRequest
|
|
5089
5155
|
* @return GetExternalDbNodeResponse
|
|
5090
5156
|
* @throws OciError when an error occurs
|
|
5091
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalDbNode.ts.html |here} to see how to use GetExternalDbNode API.
|
|
5092
5158
|
*/
|
|
5093
5159
|
getExternalDbNode(getExternalDbNodeRequest) {
|
|
5094
5160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5152,7 +5218,7 @@ class DbManagementClient {
|
|
|
5152
5218
|
* @param GetExternalDbSystemRequest
|
|
5153
5219
|
* @return GetExternalDbSystemResponse
|
|
5154
5220
|
* @throws OciError when an error occurs
|
|
5155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalDbSystem.ts.html |here} to see how to use GetExternalDbSystem API.
|
|
5156
5222
|
*/
|
|
5157
5223
|
getExternalDbSystem(getExternalDbSystemRequest) {
|
|
5158
5224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5216,7 +5282,7 @@ class DbManagementClient {
|
|
|
5216
5282
|
* @param GetExternalDbSystemConnectorRequest
|
|
5217
5283
|
* @return GetExternalDbSystemConnectorResponse
|
|
5218
5284
|
* @throws OciError when an error occurs
|
|
5219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalDbSystemConnector.ts.html |here} to see how to use GetExternalDbSystemConnector API.
|
|
5220
5286
|
*/
|
|
5221
5287
|
getExternalDbSystemConnector(getExternalDbSystemConnectorRequest) {
|
|
5222
5288
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5280,7 +5346,7 @@ class DbManagementClient {
|
|
|
5280
5346
|
* @param GetExternalDbSystemDiscoveryRequest
|
|
5281
5347
|
* @return GetExternalDbSystemDiscoveryResponse
|
|
5282
5348
|
* @throws OciError when an error occurs
|
|
5283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalDbSystemDiscovery.ts.html |here} to see how to use GetExternalDbSystemDiscovery API.
|
|
5284
5350
|
*/
|
|
5285
5351
|
getExternalDbSystemDiscovery(getExternalDbSystemDiscoveryRequest) {
|
|
5286
5352
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5345,7 +5411,7 @@ class DbManagementClient {
|
|
|
5345
5411
|
* @param GetExternalExadataInfrastructureRequest
|
|
5346
5412
|
* @return GetExternalExadataInfrastructureResponse
|
|
5347
5413
|
* @throws OciError when an error occurs
|
|
5348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5414
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalExadataInfrastructure.ts.html |here} to see how to use GetExternalExadataInfrastructure API.
|
|
5349
5415
|
*/
|
|
5350
5416
|
getExternalExadataInfrastructure(getExternalExadataInfrastructureRequest) {
|
|
5351
5417
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5409,7 +5475,7 @@ class DbManagementClient {
|
|
|
5409
5475
|
* @param GetExternalExadataStorageConnectorRequest
|
|
5410
5476
|
* @return GetExternalExadataStorageConnectorResponse
|
|
5411
5477
|
* @throws OciError when an error occurs
|
|
5412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5478
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalExadataStorageConnector.ts.html |here} to see how to use GetExternalExadataStorageConnector API.
|
|
5413
5479
|
*/
|
|
5414
5480
|
getExternalExadataStorageConnector(getExternalExadataStorageConnectorRequest) {
|
|
5415
5481
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5473,7 +5539,7 @@ class DbManagementClient {
|
|
|
5473
5539
|
* @param GetExternalExadataStorageGridRequest
|
|
5474
5540
|
* @return GetExternalExadataStorageGridResponse
|
|
5475
5541
|
* @throws OciError when an error occurs
|
|
5476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalExadataStorageGrid.ts.html |here} to see how to use GetExternalExadataStorageGrid API.
|
|
5477
5543
|
*/
|
|
5478
5544
|
getExternalExadataStorageGrid(getExternalExadataStorageGridRequest) {
|
|
5479
5545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5537,7 +5603,7 @@ class DbManagementClient {
|
|
|
5537
5603
|
* @param GetExternalExadataStorageServerRequest
|
|
5538
5604
|
* @return GetExternalExadataStorageServerResponse
|
|
5539
5605
|
* @throws OciError when an error occurs
|
|
5540
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalExadataStorageServer.ts.html |here} to see how to use GetExternalExadataStorageServer API.
|
|
5541
5607
|
*/
|
|
5542
5608
|
getExternalExadataStorageServer(getExternalExadataStorageServerRequest) {
|
|
5543
5609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5601,7 +5667,7 @@ class DbManagementClient {
|
|
|
5601
5667
|
* @param GetExternalListenerRequest
|
|
5602
5668
|
* @return GetExternalListenerResponse
|
|
5603
5669
|
* @throws OciError when an error occurs
|
|
5604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExternalListener.ts.html |here} to see how to use GetExternalListener API.
|
|
5605
5671
|
*/
|
|
5606
5672
|
getExternalListener(getExternalListenerRequest) {
|
|
5607
5673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5665,7 +5731,7 @@ class DbManagementClient {
|
|
|
5665
5731
|
* @param GetIormPlanRequest
|
|
5666
5732
|
* @return GetIormPlanResponse
|
|
5667
5733
|
* @throws OciError when an error occurs
|
|
5668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetIormPlan.ts.html |here} to see how to use GetIormPlan API.
|
|
5669
5735
|
*/
|
|
5670
5736
|
getIormPlan(getIormPlanRequest) {
|
|
5671
5737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5724,7 +5790,7 @@ class DbManagementClient {
|
|
|
5724
5790
|
* @param GetJobRequest
|
|
5725
5791
|
* @return GetJobResponse
|
|
5726
5792
|
* @throws OciError when an error occurs
|
|
5727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
5728
5794
|
*/
|
|
5729
5795
|
getJob(getJobRequest) {
|
|
5730
5796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5793,7 +5859,7 @@ class DbManagementClient {
|
|
|
5793
5859
|
* @param GetJobExecutionRequest
|
|
5794
5860
|
* @return GetJobExecutionResponse
|
|
5795
5861
|
* @throws OciError when an error occurs
|
|
5796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5862
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
5797
5863
|
*/
|
|
5798
5864
|
getJobExecution(getJobExecutionRequest) {
|
|
5799
5865
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5852,7 +5918,7 @@ class DbManagementClient {
|
|
|
5852
5918
|
* @param GetJobRunRequest
|
|
5853
5919
|
* @return GetJobRunResponse
|
|
5854
5920
|
* @throws OciError when an error occurs
|
|
5855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
5856
5922
|
*/
|
|
5857
5923
|
getJobRun(getJobRunRequest) {
|
|
5858
5924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5911,7 +5977,7 @@ class DbManagementClient {
|
|
|
5911
5977
|
* @param GetManagedDatabaseRequest
|
|
5912
5978
|
* @return GetManagedDatabaseResponse
|
|
5913
5979
|
* @throws OciError when an error occurs
|
|
5914
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
5980
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
5915
5981
|
*/
|
|
5916
5982
|
getManagedDatabase(getManagedDatabaseRequest) {
|
|
5917
5983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -5975,7 +6041,7 @@ class DbManagementClient {
|
|
|
5975
6041
|
* @param GetManagedDatabaseGroupRequest
|
|
5976
6042
|
* @return GetManagedDatabaseGroupResponse
|
|
5977
6043
|
* @throws OciError when an error occurs
|
|
5978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6044
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
5979
6045
|
*/
|
|
5980
6046
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest) {
|
|
5981
6047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6039,7 +6105,7 @@ class DbManagementClient {
|
|
|
6039
6105
|
* @param GetNamedCredentialRequest
|
|
6040
6106
|
* @return GetNamedCredentialResponse
|
|
6041
6107
|
* @throws OciError when an error occurs
|
|
6042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetNamedCredential.ts.html |here} to see how to use GetNamedCredential API.
|
|
6043
6109
|
*/
|
|
6044
6110
|
getNamedCredential(getNamedCredentialRequest) {
|
|
6045
6111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6103,7 +6169,7 @@ class DbManagementClient {
|
|
|
6103
6169
|
* @param GetOpenAlertHistoryRequest
|
|
6104
6170
|
* @return GetOpenAlertHistoryResponse
|
|
6105
6171
|
* @throws OciError when an error occurs
|
|
6106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetOpenAlertHistory.ts.html |here} to see how to use GetOpenAlertHistory API.
|
|
6107
6173
|
*/
|
|
6108
6174
|
getOpenAlertHistory(getOpenAlertHistoryRequest) {
|
|
6109
6175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6163,7 +6229,7 @@ class DbManagementClient {
|
|
|
6163
6229
|
* @param GetOptimizerStatisticsAdvisorExecutionRequest
|
|
6164
6230
|
* @return GetOptimizerStatisticsAdvisorExecutionResponse
|
|
6165
6231
|
* @throws OciError when an error occurs
|
|
6166
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetOptimizerStatisticsAdvisorExecution.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecution API.
|
|
6167
6233
|
*/
|
|
6168
6234
|
getOptimizerStatisticsAdvisorExecution(getOptimizerStatisticsAdvisorExecutionRequest) {
|
|
6169
6235
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6225,7 +6291,7 @@ class DbManagementClient {
|
|
|
6225
6291
|
* @param GetOptimizerStatisticsAdvisorExecutionScriptRequest
|
|
6226
6292
|
* @return GetOptimizerStatisticsAdvisorExecutionScriptResponse
|
|
6227
6293
|
* @throws OciError when an error occurs
|
|
6228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetOptimizerStatisticsAdvisorExecutionScript.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecutionScript API.
|
|
6229
6295
|
*/
|
|
6230
6296
|
getOptimizerStatisticsAdvisorExecutionScript(getOptimizerStatisticsAdvisorExecutionScriptRequest) {
|
|
6231
6297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6287,7 +6353,7 @@ class DbManagementClient {
|
|
|
6287
6353
|
* @param GetOptimizerStatisticsCollectionOperationRequest
|
|
6288
6354
|
* @return GetOptimizerStatisticsCollectionOperationResponse
|
|
6289
6355
|
* @throws OciError when an error occurs
|
|
6290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6356
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetOptimizerStatisticsCollectionOperation.ts.html |here} to see how to use GetOptimizerStatisticsCollectionOperation API.
|
|
6291
6357
|
*/
|
|
6292
6358
|
getOptimizerStatisticsCollectionOperation(getOptimizerStatisticsCollectionOperationRequest) {
|
|
6293
6359
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6351,7 +6417,7 @@ class DbManagementClient {
|
|
|
6351
6417
|
* @param GetPdbMetricsRequest
|
|
6352
6418
|
* @return GetPdbMetricsResponse
|
|
6353
6419
|
* @throws OciError when an error occurs
|
|
6354
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
6355
6421
|
*/
|
|
6356
6422
|
getPdbMetrics(getPdbMetricsRequest) {
|
|
6357
6423
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6409,6 +6475,73 @@ class DbManagementClient {
|
|
|
6409
6475
|
}
|
|
6410
6476
|
});
|
|
6411
6477
|
}
|
|
6478
|
+
/**
|
|
6479
|
+
* Gets a comparative summary of the baseline and target values of the Data Guard performance metrics for Managed Databases.
|
|
6480
|
+
* If the peerDatabaseCompartmentId is specified, then the metrics are only retrieved from the specified compartment.
|
|
6481
|
+
* If the peerDatabaseCompartmentId is not specified, then the metrics are retrieved from the compartment of the Managed Database specified by the ManagedDatabaseId.
|
|
6482
|
+
*
|
|
6483
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
6484
|
+
* @param GetPeerDatabaseMetricsRequest
|
|
6485
|
+
* @return GetPeerDatabaseMetricsResponse
|
|
6486
|
+
* @throws OciError when an error occurs
|
|
6487
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetPeerDatabaseMetrics.ts.html |here} to see how to use GetPeerDatabaseMetrics API.
|
|
6488
|
+
*/
|
|
6489
|
+
getPeerDatabaseMetrics(getPeerDatabaseMetricsRequest) {
|
|
6490
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
6491
|
+
if (this.logger)
|
|
6492
|
+
this.logger.debug("Calling operation DbManagementClient#getPeerDatabaseMetrics.");
|
|
6493
|
+
const operationName = "getPeerDatabaseMetrics";
|
|
6494
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/database-management/20201101/PeerDatabaseMetrics/GetPeerDatabaseMetrics";
|
|
6495
|
+
const pathParams = {
|
|
6496
|
+
"{managedDatabaseId}": getPeerDatabaseMetricsRequest.managedDatabaseId
|
|
6497
|
+
};
|
|
6498
|
+
const queryParams = {
|
|
6499
|
+
"startTime": getPeerDatabaseMetricsRequest.startTime,
|
|
6500
|
+
"endTime": getPeerDatabaseMetricsRequest.endTime,
|
|
6501
|
+
"peerDatabaseCompartmentId": getPeerDatabaseMetricsRequest.peerDatabaseCompartmentId,
|
|
6502
|
+
"compareType": getPeerDatabaseMetricsRequest.compareType,
|
|
6503
|
+
"filterByMetricNames": getPeerDatabaseMetricsRequest.filterByMetricNames
|
|
6504
|
+
};
|
|
6505
|
+
let headerParams = {
|
|
6506
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
6507
|
+
"opc-request-id": getPeerDatabaseMetricsRequest.opcRequestId
|
|
6508
|
+
};
|
|
6509
|
+
const specRetryConfiguration = common.NoRetryConfigurationDetails;
|
|
6510
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getPeerDatabaseMetricsRequest.retryConfiguration, specRetryConfiguration);
|
|
6511
|
+
if (this.logger)
|
|
6512
|
+
retrier.logger = this.logger;
|
|
6513
|
+
const request = yield oci_common_1.composeRequest({
|
|
6514
|
+
baseEndpoint: this._endpoint,
|
|
6515
|
+
defaultHeaders: this._defaultHeaders,
|
|
6516
|
+
path: "/managedDatabases/{managedDatabaseId}/peerDatabaseMetrics",
|
|
6517
|
+
method: "GET",
|
|
6518
|
+
pathParams: pathParams,
|
|
6519
|
+
headerParams: headerParams,
|
|
6520
|
+
queryParams: queryParams
|
|
6521
|
+
});
|
|
6522
|
+
try {
|
|
6523
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
6524
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
6525
|
+
responseObject: {},
|
|
6526
|
+
body: yield response.json(),
|
|
6527
|
+
bodyKey: "peerDatabaseMetrics",
|
|
6528
|
+
bodyModel: model.PeerDatabaseMetrics,
|
|
6529
|
+
type: "model.PeerDatabaseMetrics",
|
|
6530
|
+
responseHeaders: [
|
|
6531
|
+
{
|
|
6532
|
+
value: response.headers.get("opc-request-id"),
|
|
6533
|
+
key: "opcRequestId",
|
|
6534
|
+
dataType: "string"
|
|
6535
|
+
}
|
|
6536
|
+
]
|
|
6537
|
+
});
|
|
6538
|
+
return sdkResponse;
|
|
6539
|
+
}
|
|
6540
|
+
catch (err) {
|
|
6541
|
+
throw err;
|
|
6542
|
+
}
|
|
6543
|
+
});
|
|
6544
|
+
}
|
|
6412
6545
|
/**
|
|
6413
6546
|
* Gets the preferred credential details for a Managed Database based on credentialName.
|
|
6414
6547
|
*
|
|
@@ -6416,7 +6549,7 @@ class DbManagementClient {
|
|
|
6416
6549
|
* @param GetPreferredCredentialRequest
|
|
6417
6550
|
* @return GetPreferredCredentialResponse
|
|
6418
6551
|
* @throws OciError when an error occurs
|
|
6419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetPreferredCredential.ts.html |here} to see how to use GetPreferredCredential API.
|
|
6420
6553
|
*/
|
|
6421
6554
|
getPreferredCredential(getPreferredCredentialRequest) {
|
|
6422
6555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6481,7 +6614,7 @@ class DbManagementClient {
|
|
|
6481
6614
|
* @param GetSqlPlanBaselineRequest
|
|
6482
6615
|
* @return GetSqlPlanBaselineResponse
|
|
6483
6616
|
* @throws OciError when an error occurs
|
|
6484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetSqlPlanBaseline.ts.html |here} to see how to use GetSqlPlanBaseline API.
|
|
6485
6618
|
*/
|
|
6486
6619
|
getSqlPlanBaseline(getSqlPlanBaselineRequest) {
|
|
6487
6620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6544,7 +6677,7 @@ class DbManagementClient {
|
|
|
6544
6677
|
* @param GetSqlPlanBaselineConfigurationRequest
|
|
6545
6678
|
* @return GetSqlPlanBaselineConfigurationResponse
|
|
6546
6679
|
* @throws OciError when an error occurs
|
|
6547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6680
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetSqlPlanBaselineConfiguration.ts.html |here} to see how to use GetSqlPlanBaselineConfiguration API.
|
|
6548
6681
|
*/
|
|
6549
6682
|
getSqlPlanBaselineConfiguration(getSqlPlanBaselineConfigurationRequest) {
|
|
6550
6683
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6604,7 +6737,7 @@ class DbManagementClient {
|
|
|
6604
6737
|
* @param GetTablespaceRequest
|
|
6605
6738
|
* @return GetTablespaceResponse
|
|
6606
6739
|
* @throws OciError when an error occurs
|
|
6607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetTablespace.ts.html |here} to see how to use GetTablespace API.
|
|
6608
6741
|
*/
|
|
6609
6742
|
getTablespace(getTablespaceRequest) {
|
|
6610
6743
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6665,7 +6798,7 @@ class DbManagementClient {
|
|
|
6665
6798
|
* @param GetTopSqlCpuActivityRequest
|
|
6666
6799
|
* @return GetTopSqlCpuActivityResponse
|
|
6667
6800
|
* @throws OciError when an error occurs
|
|
6668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetTopSqlCpuActivity.ts.html |here} to see how to use GetTopSqlCpuActivity API.
|
|
6669
6802
|
*/
|
|
6670
6803
|
getTopSqlCpuActivity(getTopSqlCpuActivityRequest) {
|
|
6671
6804
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6724,7 +6857,7 @@ class DbManagementClient {
|
|
|
6724
6857
|
* @param GetUserRequest
|
|
6725
6858
|
* @return GetUserResponse
|
|
6726
6859
|
* @throws OciError when an error occurs
|
|
6727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6860
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetUser.ts.html |here} to see how to use GetUser API.
|
|
6728
6861
|
*/
|
|
6729
6862
|
getUser(getUserRequest) {
|
|
6730
6863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6784,7 +6917,7 @@ class DbManagementClient {
|
|
|
6784
6917
|
* @param GetWorkRequestRequest
|
|
6785
6918
|
* @return GetWorkRequestResponse
|
|
6786
6919
|
* @throws OciError when an error occurs
|
|
6787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
6788
6921
|
*/
|
|
6789
6922
|
getWorkRequest(getWorkRequestRequest) {
|
|
6790
6923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6847,7 +6980,7 @@ class DbManagementClient {
|
|
|
6847
6980
|
* @param ImplementOptimizerStatisticsAdvisorRecommendationsRequest
|
|
6848
6981
|
* @return ImplementOptimizerStatisticsAdvisorRecommendationsResponse
|
|
6849
6982
|
* @throws OciError when an error occurs
|
|
6850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
6983
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ImplementOptimizerStatisticsAdvisorRecommendations.ts.html |here} to see how to use ImplementOptimizerStatisticsAdvisorRecommendations API.
|
|
6851
6984
|
*/
|
|
6852
6985
|
implementOptimizerStatisticsAdvisorRecommendations(implementOptimizerStatisticsAdvisorRecommendationsRequest) {
|
|
6853
6986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6907,7 +7040,7 @@ class DbManagementClient {
|
|
|
6907
7040
|
* @param ListAsmPropertiesRequest
|
|
6908
7041
|
* @return ListAsmPropertiesResponse
|
|
6909
7042
|
* @throws OciError when an error occurs
|
|
6910
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListAsmProperties.ts.html |here} to see how to use ListAsmProperties API.
|
|
6911
7044
|
*/
|
|
6912
7045
|
listAsmProperties(listAsmPropertiesRequest) {
|
|
6913
7046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -6976,7 +7109,7 @@ class DbManagementClient {
|
|
|
6976
7109
|
* @param ListAssociatedDatabasesRequest
|
|
6977
7110
|
* @return ListAssociatedDatabasesResponse
|
|
6978
7111
|
* @throws OciError when an error occurs
|
|
6979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
6980
7113
|
*/
|
|
6981
7114
|
listAssociatedDatabases(listAssociatedDatabasesRequest) {
|
|
6982
7115
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7046,7 +7179,7 @@ class DbManagementClient {
|
|
|
7046
7179
|
* @param ListAwrDbSnapshotsRequest
|
|
7047
7180
|
* @return ListAwrDbSnapshotsResponse
|
|
7048
7181
|
* @throws OciError when an error occurs
|
|
7049
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
7050
7183
|
*/
|
|
7051
7184
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest) {
|
|
7052
7185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7124,7 +7257,7 @@ class DbManagementClient {
|
|
|
7124
7257
|
* @param ListAwrDbsRequest
|
|
7125
7258
|
* @return ListAwrDbsResponse
|
|
7126
7259
|
* @throws OciError when an error occurs
|
|
7127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
7128
7261
|
*/
|
|
7129
7262
|
listAwrDbs(listAwrDbsRequest) {
|
|
7130
7263
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7197,7 +7330,7 @@ class DbManagementClient {
|
|
|
7197
7330
|
* @param ListConsumerGroupPrivilegesRequest
|
|
7198
7331
|
* @return ListConsumerGroupPrivilegesResponse
|
|
7199
7332
|
* @throws OciError when an error occurs
|
|
7200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListConsumerGroupPrivileges.ts.html |here} to see how to use ListConsumerGroupPrivileges API.
|
|
7201
7334
|
*/
|
|
7202
7335
|
listConsumerGroupPrivileges(listConsumerGroupPrivilegesRequest) {
|
|
7203
7336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7269,7 +7402,7 @@ class DbManagementClient {
|
|
|
7269
7402
|
* @param ListCursorCacheStatementsRequest
|
|
7270
7403
|
* @return ListCursorCacheStatementsResponse
|
|
7271
7404
|
* @throws OciError when an error occurs
|
|
7272
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7405
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListCursorCacheStatements.ts.html |here} to see how to use ListCursorCacheStatements API.
|
|
7273
7406
|
*/
|
|
7274
7407
|
listCursorCacheStatements(listCursorCacheStatementsRequest) {
|
|
7275
7408
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7339,7 +7472,7 @@ class DbManagementClient {
|
|
|
7339
7472
|
* @param ListDataAccessContainersRequest
|
|
7340
7473
|
* @return ListDataAccessContainersResponse
|
|
7341
7474
|
* @throws OciError when an error occurs
|
|
7342
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListDataAccessContainers.ts.html |here} to see how to use ListDataAccessContainers API.
|
|
7343
7476
|
*/
|
|
7344
7477
|
listDataAccessContainers(listDataAccessContainersRequest) {
|
|
7345
7478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7411,7 +7544,7 @@ class DbManagementClient {
|
|
|
7411
7544
|
* @param ListDatabaseParametersRequest
|
|
7412
7545
|
* @return ListDatabaseParametersResponse
|
|
7413
7546
|
* @throws OciError when an error occurs
|
|
7414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
7415
7548
|
*/
|
|
7416
7549
|
listDatabaseParameters(listDatabaseParametersRequest) {
|
|
7417
7550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7477,7 +7610,7 @@ class DbManagementClient {
|
|
|
7477
7610
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
7478
7611
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
7479
7612
|
* @throws OciError when an error occurs
|
|
7480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7613
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
7481
7614
|
*/
|
|
7482
7615
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest) {
|
|
7483
7616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7549,7 +7682,7 @@ class DbManagementClient {
|
|
|
7549
7682
|
* @param ListExternalAsmDiskGroupsRequest
|
|
7550
7683
|
* @return ListExternalAsmDiskGroupsResponse
|
|
7551
7684
|
* @throws OciError when an error occurs
|
|
7552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalAsmDiskGroups.ts.html |here} to see how to use ListExternalAsmDiskGroups API.
|
|
7553
7686
|
*/
|
|
7554
7687
|
listExternalAsmDiskGroups(listExternalAsmDiskGroupsRequest) {
|
|
7555
7688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7618,7 +7751,7 @@ class DbManagementClient {
|
|
|
7618
7751
|
* @param ListExternalAsmInstancesRequest
|
|
7619
7752
|
* @return ListExternalAsmInstancesResponse
|
|
7620
7753
|
* @throws OciError when an error occurs
|
|
7621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalAsmInstances.ts.html |here} to see how to use ListExternalAsmInstances API.
|
|
7622
7755
|
*/
|
|
7623
7756
|
listExternalAsmInstances(listExternalAsmInstancesRequest) {
|
|
7624
7757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7688,7 +7821,7 @@ class DbManagementClient {
|
|
|
7688
7821
|
* @param ListExternalAsmUsersRequest
|
|
7689
7822
|
* @return ListExternalAsmUsersResponse
|
|
7690
7823
|
* @throws OciError when an error occurs
|
|
7691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7824
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalAsmUsers.ts.html |here} to see how to use ListExternalAsmUsers API.
|
|
7692
7825
|
*/
|
|
7693
7826
|
listExternalAsmUsers(listExternalAsmUsersRequest) {
|
|
7694
7827
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7757,7 +7890,7 @@ class DbManagementClient {
|
|
|
7757
7890
|
* @param ListExternalAsmsRequest
|
|
7758
7891
|
* @return ListExternalAsmsResponse
|
|
7759
7892
|
* @throws OciError when an error occurs
|
|
7760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalAsms.ts.html |here} to see how to use ListExternalAsms API.
|
|
7761
7894
|
*/
|
|
7762
7895
|
listExternalAsms(listExternalAsmsRequest) {
|
|
7763
7896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7826,7 +7959,7 @@ class DbManagementClient {
|
|
|
7826
7959
|
* @param ListExternalClusterInstancesRequest
|
|
7827
7960
|
* @return ListExternalClusterInstancesResponse
|
|
7828
7961
|
* @throws OciError when an error occurs
|
|
7829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
7962
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalClusterInstances.ts.html |here} to see how to use ListExternalClusterInstances API.
|
|
7830
7963
|
*/
|
|
7831
7964
|
listExternalClusterInstances(listExternalClusterInstancesRequest) {
|
|
7832
7965
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7895,7 +8028,7 @@ class DbManagementClient {
|
|
|
7895
8028
|
* @param ListExternalClustersRequest
|
|
7896
8029
|
* @return ListExternalClustersResponse
|
|
7897
8030
|
* @throws OciError when an error occurs
|
|
7898
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalClusters.ts.html |here} to see how to use ListExternalClusters API.
|
|
7899
8032
|
*/
|
|
7900
8033
|
listExternalClusters(listExternalClustersRequest) {
|
|
7901
8034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -7964,7 +8097,7 @@ class DbManagementClient {
|
|
|
7964
8097
|
* @param ListExternalDatabasesRequest
|
|
7965
8098
|
* @return ListExternalDatabasesResponse
|
|
7966
8099
|
* @throws OciError when an error occurs
|
|
7967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalDatabases.ts.html |here} to see how to use ListExternalDatabases API.
|
|
7968
8101
|
*/
|
|
7969
8102
|
listExternalDatabases(listExternalDatabasesRequest) {
|
|
7970
8103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8034,7 +8167,7 @@ class DbManagementClient {
|
|
|
8034
8167
|
* @param ListExternalDbHomesRequest
|
|
8035
8168
|
* @return ListExternalDbHomesResponse
|
|
8036
8169
|
* @throws OciError when an error occurs
|
|
8037
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalDbHomes.ts.html |here} to see how to use ListExternalDbHomes API.
|
|
8038
8171
|
*/
|
|
8039
8172
|
listExternalDbHomes(listExternalDbHomesRequest) {
|
|
8040
8173
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8103,7 +8236,7 @@ class DbManagementClient {
|
|
|
8103
8236
|
* @param ListExternalDbNodesRequest
|
|
8104
8237
|
* @return ListExternalDbNodesResponse
|
|
8105
8238
|
* @throws OciError when an error occurs
|
|
8106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalDbNodes.ts.html |here} to see how to use ListExternalDbNodes API.
|
|
8107
8240
|
*/
|
|
8108
8241
|
listExternalDbNodes(listExternalDbNodesRequest) {
|
|
8109
8242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8172,7 +8305,7 @@ class DbManagementClient {
|
|
|
8172
8305
|
* @param ListExternalDbSystemConnectorsRequest
|
|
8173
8306
|
* @return ListExternalDbSystemConnectorsResponse
|
|
8174
8307
|
* @throws OciError when an error occurs
|
|
8175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalDbSystemConnectors.ts.html |here} to see how to use ListExternalDbSystemConnectors API.
|
|
8176
8309
|
*/
|
|
8177
8310
|
listExternalDbSystemConnectors(listExternalDbSystemConnectorsRequest) {
|
|
8178
8311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8241,7 +8374,7 @@ class DbManagementClient {
|
|
|
8241
8374
|
* @param ListExternalDbSystemDiscoveriesRequest
|
|
8242
8375
|
* @return ListExternalDbSystemDiscoveriesResponse
|
|
8243
8376
|
* @throws OciError when an error occurs
|
|
8244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalDbSystemDiscoveries.ts.html |here} to see how to use ListExternalDbSystemDiscoveries API.
|
|
8245
8378
|
*/
|
|
8246
8379
|
listExternalDbSystemDiscoveries(listExternalDbSystemDiscoveriesRequest) {
|
|
8247
8380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8309,7 +8442,7 @@ class DbManagementClient {
|
|
|
8309
8442
|
* @param ListExternalDbSystemsRequest
|
|
8310
8443
|
* @return ListExternalDbSystemsResponse
|
|
8311
8444
|
* @throws OciError when an error occurs
|
|
8312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalDbSystems.ts.html |here} to see how to use ListExternalDbSystems API.
|
|
8313
8446
|
*/
|
|
8314
8447
|
listExternalDbSystems(listExternalDbSystemsRequest) {
|
|
8315
8448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8378,7 +8511,7 @@ class DbManagementClient {
|
|
|
8378
8511
|
* @param ListExternalExadataInfrastructuresRequest
|
|
8379
8512
|
* @return ListExternalExadataInfrastructuresResponse
|
|
8380
8513
|
* @throws OciError when an error occurs
|
|
8381
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalExadataInfrastructures.ts.html |here} to see how to use ListExternalExadataInfrastructures API.
|
|
8382
8515
|
*/
|
|
8383
8516
|
listExternalExadataInfrastructures(listExternalExadataInfrastructuresRequest) {
|
|
8384
8517
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8447,7 +8580,7 @@ class DbManagementClient {
|
|
|
8447
8580
|
* @param ListExternalExadataStorageConnectorsRequest
|
|
8448
8581
|
* @return ListExternalExadataStorageConnectorsResponse
|
|
8449
8582
|
* @throws OciError when an error occurs
|
|
8450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalExadataStorageConnectors.ts.html |here} to see how to use ListExternalExadataStorageConnectors API.
|
|
8451
8584
|
*/
|
|
8452
8585
|
listExternalExadataStorageConnectors(listExternalExadataStorageConnectorsRequest) {
|
|
8453
8586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8517,7 +8650,7 @@ class DbManagementClient {
|
|
|
8517
8650
|
* @param ListExternalExadataStorageServersRequest
|
|
8518
8651
|
* @return ListExternalExadataStorageServersResponse
|
|
8519
8652
|
* @throws OciError when an error occurs
|
|
8520
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalExadataStorageServers.ts.html |here} to see how to use ListExternalExadataStorageServers API.
|
|
8521
8654
|
*/
|
|
8522
8655
|
listExternalExadataStorageServers(listExternalExadataStorageServersRequest) {
|
|
8523
8656
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8588,7 +8721,7 @@ class DbManagementClient {
|
|
|
8588
8721
|
* @param ListExternalListenerServicesRequest
|
|
8589
8722
|
* @return ListExternalListenerServicesResponse
|
|
8590
8723
|
* @throws OciError when an error occurs
|
|
8591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalListenerServices.ts.html |here} to see how to use ListExternalListenerServices API.
|
|
8592
8725
|
*/
|
|
8593
8726
|
listExternalListenerServices(listExternalListenerServicesRequest) {
|
|
8594
8727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8658,7 +8791,7 @@ class DbManagementClient {
|
|
|
8658
8791
|
* @param ListExternalListenersRequest
|
|
8659
8792
|
* @return ListExternalListenersResponse
|
|
8660
8793
|
* @throws OciError when an error occurs
|
|
8661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8794
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListExternalListeners.ts.html |here} to see how to use ListExternalListeners API.
|
|
8662
8795
|
*/
|
|
8663
8796
|
listExternalListeners(listExternalListenersRequest) {
|
|
8664
8797
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8731,7 +8864,7 @@ class DbManagementClient {
|
|
|
8731
8864
|
* @param ListJobExecutionsRequest
|
|
8732
8865
|
* @return ListJobExecutionsResponse
|
|
8733
8866
|
* @throws OciError when an error occurs
|
|
8734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
8735
8868
|
*/
|
|
8736
8869
|
listJobExecutions(listJobExecutionsRequest) {
|
|
8737
8870
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8809,7 +8942,7 @@ class DbManagementClient {
|
|
|
8809
8942
|
* @param ListJobRunsRequest
|
|
8810
8943
|
* @return ListJobRunsResponse
|
|
8811
8944
|
* @throws OciError when an error occurs
|
|
8812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
8945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
8813
8946
|
*/
|
|
8814
8947
|
listJobRuns(listJobRunsRequest) {
|
|
8815
8948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8886,7 +9019,7 @@ class DbManagementClient {
|
|
|
8886
9019
|
* @param ListJobsRequest
|
|
8887
9020
|
* @return ListJobsResponse
|
|
8888
9021
|
* @throws OciError when an error occurs
|
|
8889
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9022
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
8890
9023
|
*/
|
|
8891
9024
|
listJobs(listJobsRequest) {
|
|
8892
9025
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -8962,7 +9095,7 @@ class DbManagementClient {
|
|
|
8962
9095
|
* @param ListManagedDatabaseGroupsRequest
|
|
8963
9096
|
* @return ListManagedDatabaseGroupsResponse
|
|
8964
9097
|
* @throws OciError when an error occurs
|
|
8965
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
8966
9099
|
*/
|
|
8967
9100
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest) {
|
|
8968
9101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9038,7 +9171,7 @@ class DbManagementClient {
|
|
|
9038
9171
|
* @param ListManagedDatabasesRequest
|
|
9039
9172
|
* @return ListManagedDatabasesResponse
|
|
9040
9173
|
* @throws OciError when an error occurs
|
|
9041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
9042
9175
|
*/
|
|
9043
9176
|
listManagedDatabases(listManagedDatabasesRequest) {
|
|
9044
9177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9111,7 +9244,7 @@ class DbManagementClient {
|
|
|
9111
9244
|
* @param ListNamedCredentialsRequest
|
|
9112
9245
|
* @return ListNamedCredentialsResponse
|
|
9113
9246
|
* @throws OciError when an error occurs
|
|
9114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListNamedCredentials.ts.html |here} to see how to use ListNamedCredentials API.
|
|
9115
9248
|
*/
|
|
9116
9249
|
listNamedCredentials(listNamedCredentialsRequest) {
|
|
9117
9250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9182,7 +9315,7 @@ class DbManagementClient {
|
|
|
9182
9315
|
* @param ListObjectPrivilegesRequest
|
|
9183
9316
|
* @return ListObjectPrivilegesResponse
|
|
9184
9317
|
* @throws OciError when an error occurs
|
|
9185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListObjectPrivileges.ts.html |here} to see how to use ListObjectPrivileges API.
|
|
9186
9319
|
*/
|
|
9187
9320
|
listObjectPrivileges(listObjectPrivilegesRequest) {
|
|
9188
9321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9256,7 +9389,7 @@ class DbManagementClient {
|
|
|
9256
9389
|
* @param ListOptimizerStatisticsAdvisorExecutionsRequest
|
|
9257
9390
|
* @return ListOptimizerStatisticsAdvisorExecutionsResponse
|
|
9258
9391
|
* @throws OciError when an error occurs
|
|
9259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9392
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListOptimizerStatisticsAdvisorExecutions.ts.html |here} to see how to use ListOptimizerStatisticsAdvisorExecutions API.
|
|
9260
9393
|
*/
|
|
9261
9394
|
listOptimizerStatisticsAdvisorExecutions(listOptimizerStatisticsAdvisorExecutionsRequest) {
|
|
9262
9395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9324,7 +9457,7 @@ class DbManagementClient {
|
|
|
9324
9457
|
* @param ListOptimizerStatisticsCollectionAggregationsRequest
|
|
9325
9458
|
* @return ListOptimizerStatisticsCollectionAggregationsResponse
|
|
9326
9459
|
* @throws OciError when an error occurs
|
|
9327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9460
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListOptimizerStatisticsCollectionAggregations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionAggregations API.
|
|
9328
9461
|
*/
|
|
9329
9462
|
listOptimizerStatisticsCollectionAggregations(listOptimizerStatisticsCollectionAggregationsRequest) {
|
|
9330
9463
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9402,7 +9535,7 @@ class DbManagementClient {
|
|
|
9402
9535
|
* @param ListOptimizerStatisticsCollectionOperationsRequest
|
|
9403
9536
|
* @return ListOptimizerStatisticsCollectionOperationsResponse
|
|
9404
9537
|
* @throws OciError when an error occurs
|
|
9405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListOptimizerStatisticsCollectionOperations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionOperations API.
|
|
9406
9539
|
*/
|
|
9407
9540
|
listOptimizerStatisticsCollectionOperations(listOptimizerStatisticsCollectionOperationsRequest) {
|
|
9408
9541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9476,7 +9609,7 @@ class DbManagementClient {
|
|
|
9476
9609
|
* @param ListPreferredCredentialsRequest
|
|
9477
9610
|
* @return ListPreferredCredentialsResponse
|
|
9478
9611
|
* @throws OciError when an error occurs
|
|
9479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListPreferredCredentials.ts.html |here} to see how to use ListPreferredCredentials API.
|
|
9480
9613
|
*/
|
|
9481
9614
|
listPreferredCredentials(listPreferredCredentialsRequest) {
|
|
9482
9615
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9539,7 +9672,7 @@ class DbManagementClient {
|
|
|
9539
9672
|
* @param ListProxiedForUsersRequest
|
|
9540
9673
|
* @return ListProxiedForUsersResponse
|
|
9541
9674
|
* @throws OciError when an error occurs
|
|
9542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9675
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListProxiedForUsers.ts.html |here} to see how to use ListProxiedForUsers API.
|
|
9543
9676
|
*/
|
|
9544
9677
|
listProxiedForUsers(listProxiedForUsersRequest) {
|
|
9545
9678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9610,7 +9743,7 @@ class DbManagementClient {
|
|
|
9610
9743
|
* @param ListProxyUsersRequest
|
|
9611
9744
|
* @return ListProxyUsersResponse
|
|
9612
9745
|
* @throws OciError when an error occurs
|
|
9613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListProxyUsers.ts.html |here} to see how to use ListProxyUsers API.
|
|
9614
9747
|
*/
|
|
9615
9748
|
listProxyUsers(listProxyUsersRequest) {
|
|
9616
9749
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9681,7 +9814,7 @@ class DbManagementClient {
|
|
|
9681
9814
|
* @param ListRolesRequest
|
|
9682
9815
|
* @return ListRolesResponse
|
|
9683
9816
|
* @throws OciError when an error occurs
|
|
9684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListRoles.ts.html |here} to see how to use ListRoles API.
|
|
9685
9818
|
*/
|
|
9686
9819
|
listRoles(listRolesRequest) {
|
|
9687
9820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9753,7 +9886,7 @@ class DbManagementClient {
|
|
|
9753
9886
|
* @param ListSqlPlanBaselineJobsRequest
|
|
9754
9887
|
* @return ListSqlPlanBaselineJobsResponse
|
|
9755
9888
|
* @throws OciError when an error occurs
|
|
9756
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListSqlPlanBaselineJobs.ts.html |here} to see how to use ListSqlPlanBaselineJobs API.
|
|
9757
9890
|
*/
|
|
9758
9891
|
listSqlPlanBaselineJobs(listSqlPlanBaselineJobsRequest) {
|
|
9759
9892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9824,7 +9957,7 @@ class DbManagementClient {
|
|
|
9824
9957
|
* @param ListSqlPlanBaselinesRequest
|
|
9825
9958
|
* @return ListSqlPlanBaselinesResponse
|
|
9826
9959
|
* @throws OciError when an error occurs
|
|
9827
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
9960
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListSqlPlanBaselines.ts.html |here} to see how to use ListSqlPlanBaselines API.
|
|
9828
9961
|
*/
|
|
9829
9962
|
listSqlPlanBaselines(listSqlPlanBaselinesRequest) {
|
|
9830
9963
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9906,7 +10039,7 @@ class DbManagementClient {
|
|
|
9906
10039
|
* @param ListSystemPrivilegesRequest
|
|
9907
10040
|
* @return ListSystemPrivilegesResponse
|
|
9908
10041
|
* @throws OciError when an error occurs
|
|
9909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10042
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListSystemPrivileges.ts.html |here} to see how to use ListSystemPrivileges API.
|
|
9910
10043
|
*/
|
|
9911
10044
|
listSystemPrivileges(listSystemPrivilegesRequest) {
|
|
9912
10045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -9979,7 +10112,7 @@ class DbManagementClient {
|
|
|
9979
10112
|
* @param ListTableStatisticsRequest
|
|
9980
10113
|
* @return ListTableStatisticsResponse
|
|
9981
10114
|
* @throws OciError when an error occurs
|
|
9982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListTableStatistics.ts.html |here} to see how to use ListTableStatistics API.
|
|
9983
10116
|
*/
|
|
9984
10117
|
listTableStatistics(listTableStatisticsRequest) {
|
|
9985
10118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10038,7 +10171,7 @@ class DbManagementClient {
|
|
|
10038
10171
|
* @param ListTablespacesRequest
|
|
10039
10172
|
* @return ListTablespacesResponse
|
|
10040
10173
|
* @throws OciError when an error occurs
|
|
10041
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
10042
10175
|
*/
|
|
10043
10176
|
listTablespaces(listTablespacesRequest) {
|
|
10044
10177
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10108,7 +10241,7 @@ class DbManagementClient {
|
|
|
10108
10241
|
* @param ListUsersRequest
|
|
10109
10242
|
* @return ListUsersResponse
|
|
10110
10243
|
* @throws OciError when an error occurs
|
|
10111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10244
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
10112
10245
|
*/
|
|
10113
10246
|
listUsers(listUsersRequest) {
|
|
10114
10247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10179,7 +10312,7 @@ class DbManagementClient {
|
|
|
10179
10312
|
* @param ListWorkRequestErrorsRequest
|
|
10180
10313
|
* @return ListWorkRequestErrorsResponse
|
|
10181
10314
|
* @throws OciError when an error occurs
|
|
10182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10315
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
10183
10316
|
*/
|
|
10184
10317
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
10185
10318
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10248,7 +10381,7 @@ class DbManagementClient {
|
|
|
10248
10381
|
* @param ListWorkRequestLogsRequest
|
|
10249
10382
|
* @return ListWorkRequestLogsResponse
|
|
10250
10383
|
* @throws OciError when an error occurs
|
|
10251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
10252
10385
|
*/
|
|
10253
10386
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
10254
10387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10317,7 +10450,7 @@ class DbManagementClient {
|
|
|
10317
10450
|
* @param ListWorkRequestsRequest
|
|
10318
10451
|
* @return ListWorkRequestsResponse
|
|
10319
10452
|
* @throws OciError when an error occurs
|
|
10320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10453
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
10321
10454
|
*/
|
|
10322
10455
|
listWorkRequests(listWorkRequestsRequest) {
|
|
10323
10456
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10392,7 +10525,7 @@ class DbManagementClient {
|
|
|
10392
10525
|
* @param LoadSqlPlanBaselinesFromAwrRequest
|
|
10393
10526
|
* @return LoadSqlPlanBaselinesFromAwrResponse
|
|
10394
10527
|
* @throws OciError when an error occurs
|
|
10395
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/LoadSqlPlanBaselinesFromAwr.ts.html |here} to see how to use LoadSqlPlanBaselinesFromAwr API.
|
|
10396
10529
|
*/
|
|
10397
10530
|
loadSqlPlanBaselinesFromAwr(loadSqlPlanBaselinesFromAwrRequest) {
|
|
10398
10531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10454,7 +10587,7 @@ class DbManagementClient {
|
|
|
10454
10587
|
* @param LoadSqlPlanBaselinesFromCursorCacheRequest
|
|
10455
10588
|
* @return LoadSqlPlanBaselinesFromCursorCacheResponse
|
|
10456
10589
|
* @throws OciError when an error occurs
|
|
10457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/LoadSqlPlanBaselinesFromCursorCache.ts.html |here} to see how to use LoadSqlPlanBaselinesFromCursorCache API.
|
|
10458
10591
|
*/
|
|
10459
10592
|
loadSqlPlanBaselinesFromCursorCache(loadSqlPlanBaselinesFromCursorCacheRequest) {
|
|
10460
10593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10514,7 +10647,7 @@ class DbManagementClient {
|
|
|
10514
10647
|
* @param ModifyDatabaseManagementFeatureRequest
|
|
10515
10648
|
* @return ModifyDatabaseManagementFeatureResponse
|
|
10516
10649
|
* @throws OciError when an error occurs
|
|
10517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ModifyDatabaseManagementFeature.ts.html |here} to see how to use ModifyDatabaseManagementFeature API.
|
|
10518
10651
|
*/
|
|
10519
10652
|
modifyDatabaseManagementFeature(modifyDatabaseManagementFeatureRequest) {
|
|
10520
10653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10577,7 +10710,7 @@ class DbManagementClient {
|
|
|
10577
10710
|
* @param ModifyPluggableDatabaseManagementFeatureRequest
|
|
10578
10711
|
* @return ModifyPluggableDatabaseManagementFeatureResponse
|
|
10579
10712
|
* @throws OciError when an error occurs
|
|
10580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ModifyPluggableDatabaseManagementFeature.ts.html |here} to see how to use ModifyPluggableDatabaseManagementFeature API.
|
|
10581
10714
|
*/
|
|
10582
10715
|
modifyPluggableDatabaseManagementFeature(modifyPluggableDatabaseManagementFeatureRequest) {
|
|
10583
10716
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10640,7 +10773,7 @@ class DbManagementClient {
|
|
|
10640
10773
|
* @param PatchExternalDbSystemDiscoveryRequest
|
|
10641
10774
|
* @return PatchExternalDbSystemDiscoveryResponse
|
|
10642
10775
|
* @throws OciError when an error occurs
|
|
10643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/PatchExternalDbSystemDiscovery.ts.html |here} to see how to use PatchExternalDbSystemDiscovery API.
|
|
10644
10777
|
*/
|
|
10645
10778
|
patchExternalDbSystemDiscovery(patchExternalDbSystemDiscoveryRequest) {
|
|
10646
10779
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10706,7 +10839,7 @@ class DbManagementClient {
|
|
|
10706
10839
|
* @param RemoveDataFileRequest
|
|
10707
10840
|
* @return RemoveDataFileResponse
|
|
10708
10841
|
* @throws OciError when an error occurs
|
|
10709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10842
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/RemoveDataFile.ts.html |here} to see how to use RemoveDataFile API.
|
|
10710
10843
|
*/
|
|
10711
10844
|
removeDataFile(removeDataFileRequest) {
|
|
10712
10845
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10771,7 +10904,7 @@ class DbManagementClient {
|
|
|
10771
10904
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
10772
10905
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
10773
10906
|
* @throws OciError when an error occurs
|
|
10774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
10775
10908
|
*/
|
|
10776
10909
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest) {
|
|
10777
10910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10828,7 +10961,7 @@ class DbManagementClient {
|
|
|
10828
10961
|
* @param ResetDatabaseParametersRequest
|
|
10829
10962
|
* @return ResetDatabaseParametersResponse
|
|
10830
10963
|
* @throws OciError when an error occurs
|
|
10831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
10964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
10832
10965
|
*/
|
|
10833
10966
|
resetDatabaseParameters(resetDatabaseParametersRequest) {
|
|
10834
10967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10889,7 +11022,7 @@ class DbManagementClient {
|
|
|
10889
11022
|
* @param ResizeDataFileRequest
|
|
10890
11023
|
* @return ResizeDataFileResponse
|
|
10891
11024
|
* @throws OciError when an error occurs
|
|
10892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11025
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ResizeDataFile.ts.html |here} to see how to use ResizeDataFile API.
|
|
10893
11026
|
*/
|
|
10894
11027
|
resizeDataFile(resizeDataFileRequest) {
|
|
10895
11028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -10952,7 +11085,7 @@ class DbManagementClient {
|
|
|
10952
11085
|
* @param RunHistoricAddmRequest
|
|
10953
11086
|
* @return RunHistoricAddmResponse
|
|
10954
11087
|
* @throws OciError when an error occurs
|
|
10955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11088
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/RunHistoricAddm.ts.html |here} to see how to use RunHistoricAddm API.
|
|
10956
11089
|
*/
|
|
10957
11090
|
runHistoricAddm(runHistoricAddmRequest) {
|
|
10958
11091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11014,7 +11147,7 @@ class DbManagementClient {
|
|
|
11014
11147
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
11015
11148
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
11016
11149
|
* @throws OciError when an error occurs
|
|
11017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
11018
11151
|
*/
|
|
11019
11152
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest) {
|
|
11020
11153
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11093,7 +11226,7 @@ class DbManagementClient {
|
|
|
11093
11226
|
* @param SummarizeAwrDbMetricsRequest
|
|
11094
11227
|
* @return SummarizeAwrDbMetricsResponse
|
|
11095
11228
|
* @throws OciError when an error occurs
|
|
11096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
11097
11230
|
*/
|
|
11098
11231
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest) {
|
|
11099
11232
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11176,7 +11309,7 @@ class DbManagementClient {
|
|
|
11176
11309
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
11177
11310
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
11178
11311
|
* @throws OciError when an error occurs
|
|
11179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
11180
11313
|
*/
|
|
11181
11314
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest) {
|
|
11182
11315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11265,7 +11398,7 @@ class DbManagementClient {
|
|
|
11265
11398
|
* @param SummarizeAwrDbParametersRequest
|
|
11266
11399
|
* @return SummarizeAwrDbParametersResponse
|
|
11267
11400
|
* @throws OciError when an error occurs
|
|
11268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
11269
11402
|
*/
|
|
11270
11403
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest) {
|
|
11271
11404
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11348,7 +11481,7 @@ class DbManagementClient {
|
|
|
11348
11481
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
11349
11482
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
11350
11483
|
* @throws OciError when an error occurs
|
|
11351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
11352
11485
|
*/
|
|
11353
11486
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest) {
|
|
11354
11487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11422,7 +11555,7 @@ class DbManagementClient {
|
|
|
11422
11555
|
* @param SummarizeAwrDbSysstatsRequest
|
|
11423
11556
|
* @return SummarizeAwrDbSysstatsResponse
|
|
11424
11557
|
* @throws OciError when an error occurs
|
|
11425
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
11426
11559
|
*/
|
|
11427
11560
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest) {
|
|
11428
11561
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11501,7 +11634,7 @@ class DbManagementClient {
|
|
|
11501
11634
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
11502
11635
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
11503
11636
|
* @throws OciError when an error occurs
|
|
11504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11637
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
11505
11638
|
*/
|
|
11506
11639
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest) {
|
|
11507
11640
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11579,7 +11712,7 @@ class DbManagementClient {
|
|
|
11579
11712
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
11580
11713
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
11581
11714
|
* @throws OciError when an error occurs
|
|
11582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
11583
11716
|
*/
|
|
11584
11717
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest) {
|
|
11585
11718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11661,7 +11794,7 @@ class DbManagementClient {
|
|
|
11661
11794
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
11662
11795
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
11663
11796
|
* @throws OciError when an error occurs
|
|
11664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
11665
11798
|
*/
|
|
11666
11799
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest) {
|
|
11667
11800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11741,7 +11874,7 @@ class DbManagementClient {
|
|
|
11741
11874
|
* @param SummarizeExternalAsmMetricsRequest
|
|
11742
11875
|
* @return SummarizeExternalAsmMetricsResponse
|
|
11743
11876
|
* @throws OciError when an error occurs
|
|
11744
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeExternalAsmMetrics.ts.html |here} to see how to use SummarizeExternalAsmMetrics API.
|
|
11745
11878
|
*/
|
|
11746
11879
|
summarizeExternalAsmMetrics(summarizeExternalAsmMetricsRequest) {
|
|
11747
11880
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11811,7 +11944,7 @@ class DbManagementClient {
|
|
|
11811
11944
|
* @param SummarizeExternalClusterMetricsRequest
|
|
11812
11945
|
* @return SummarizeExternalClusterMetricsResponse
|
|
11813
11946
|
* @throws OciError when an error occurs
|
|
11814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
11947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeExternalClusterMetrics.ts.html |here} to see how to use SummarizeExternalClusterMetrics API.
|
|
11815
11948
|
*/
|
|
11816
11949
|
summarizeExternalClusterMetrics(summarizeExternalClusterMetricsRequest) {
|
|
11817
11950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11881,7 +12014,7 @@ class DbManagementClient {
|
|
|
11881
12014
|
* @param SummarizeExternalDbNodeMetricsRequest
|
|
11882
12015
|
* @return SummarizeExternalDbNodeMetricsResponse
|
|
11883
12016
|
* @throws OciError when an error occurs
|
|
11884
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeExternalDbNodeMetrics.ts.html |here} to see how to use SummarizeExternalDbNodeMetrics API.
|
|
11885
12018
|
*/
|
|
11886
12019
|
summarizeExternalDbNodeMetrics(summarizeExternalDbNodeMetricsRequest) {
|
|
11887
12020
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -11951,7 +12084,7 @@ class DbManagementClient {
|
|
|
11951
12084
|
* @param SummarizeExternalDbSystemAvailabilityMetricsRequest
|
|
11952
12085
|
* @return SummarizeExternalDbSystemAvailabilityMetricsResponse
|
|
11953
12086
|
* @throws OciError when an error occurs
|
|
11954
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12087
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeExternalDbSystemAvailabilityMetrics.ts.html |here} to see how to use SummarizeExternalDbSystemAvailabilityMetrics API.
|
|
11955
12088
|
*/
|
|
11956
12089
|
summarizeExternalDbSystemAvailabilityMetrics(summarizeExternalDbSystemAvailabilityMetricsRequest) {
|
|
11957
12090
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12021,7 +12154,7 @@ class DbManagementClient {
|
|
|
12021
12154
|
* @param SummarizeExternalListenerMetricsRequest
|
|
12022
12155
|
* @return SummarizeExternalListenerMetricsResponse
|
|
12023
12156
|
* @throws OciError when an error occurs
|
|
12024
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeExternalListenerMetrics.ts.html |here} to see how to use SummarizeExternalListenerMetrics API.
|
|
12025
12158
|
*/
|
|
12026
12159
|
summarizeExternalListenerMetrics(summarizeExternalListenerMetricsRequest) {
|
|
12027
12160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12090,7 +12223,7 @@ class DbManagementClient {
|
|
|
12090
12223
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
12091
12224
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
12092
12225
|
* @throws OciError when an error occurs
|
|
12093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
12094
12227
|
*/
|
|
12095
12228
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest) {
|
|
12096
12229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12158,7 +12291,7 @@ class DbManagementClient {
|
|
|
12158
12291
|
* @param SummarizeManagedDatabaseAvailabilityMetricsRequest
|
|
12159
12292
|
* @return SummarizeManagedDatabaseAvailabilityMetricsResponse
|
|
12160
12293
|
* @throws OciError when an error occurs
|
|
12161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeManagedDatabaseAvailabilityMetrics.ts.html |here} to see how to use SummarizeManagedDatabaseAvailabilityMetrics API.
|
|
12162
12295
|
*/
|
|
12163
12296
|
summarizeManagedDatabaseAvailabilityMetrics(summarizeManagedDatabaseAvailabilityMetricsRequest) {
|
|
12164
12297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12227,7 +12360,7 @@ class DbManagementClient {
|
|
|
12227
12360
|
* @param SummarizeSqlPlanBaselinesRequest
|
|
12228
12361
|
* @return SummarizeSqlPlanBaselinesResponse
|
|
12229
12362
|
* @throws OciError when an error occurs
|
|
12230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12363
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeSqlPlanBaselines.ts.html |here} to see how to use SummarizeSqlPlanBaselines API.
|
|
12231
12364
|
*/
|
|
12232
12365
|
summarizeSqlPlanBaselines(summarizeSqlPlanBaselinesRequest) {
|
|
12233
12366
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12294,7 +12427,7 @@ class DbManagementClient {
|
|
|
12294
12427
|
* @param SummarizeSqlPlanBaselinesByLastExecutionRequest
|
|
12295
12428
|
* @return SummarizeSqlPlanBaselinesByLastExecutionResponse
|
|
12296
12429
|
* @throws OciError when an error occurs
|
|
12297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeSqlPlanBaselinesByLastExecution.ts.html |here} to see how to use SummarizeSqlPlanBaselinesByLastExecution API.
|
|
12298
12431
|
*/
|
|
12299
12432
|
summarizeSqlPlanBaselinesByLastExecution(summarizeSqlPlanBaselinesByLastExecutionRequest) {
|
|
12300
12433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12361,7 +12494,7 @@ class DbManagementClient {
|
|
|
12361
12494
|
* @param TestNamedCredentialRequest
|
|
12362
12495
|
* @return TestNamedCredentialResponse
|
|
12363
12496
|
* @throws OciError when an error occurs
|
|
12364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/TestNamedCredential.ts.html |here} to see how to use TestNamedCredential API.
|
|
12365
12498
|
*/
|
|
12366
12499
|
testNamedCredential(testNamedCredentialRequest) {
|
|
12367
12500
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12421,7 +12554,7 @@ class DbManagementClient {
|
|
|
12421
12554
|
* @param TestPreferredCredentialRequest
|
|
12422
12555
|
* @return TestPreferredCredentialResponse
|
|
12423
12556
|
* @throws OciError when an error occurs
|
|
12424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/TestPreferredCredential.ts.html |here} to see how to use TestPreferredCredential API.
|
|
12425
12558
|
*/
|
|
12426
12559
|
testPreferredCredential(testPreferredCredentialRequest) {
|
|
12427
12560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12481,7 +12614,7 @@ class DbManagementClient {
|
|
|
12481
12614
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
12482
12615
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
12483
12616
|
* @throws OciError when an error occurs
|
|
12484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12617
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
12485
12618
|
*/
|
|
12486
12619
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest) {
|
|
12487
12620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12547,7 +12680,7 @@ class DbManagementClient {
|
|
|
12547
12680
|
* @param UpdateExternalAsmRequest
|
|
12548
12681
|
* @return UpdateExternalAsmResponse
|
|
12549
12682
|
* @throws OciError when an error occurs
|
|
12550
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalAsm.ts.html |here} to see how to use UpdateExternalAsm API.
|
|
12551
12684
|
*/
|
|
12552
12685
|
updateExternalAsm(updateExternalAsmRequest) {
|
|
12553
12686
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12609,7 +12742,7 @@ class DbManagementClient {
|
|
|
12609
12742
|
* @param UpdateExternalAsmInstanceRequest
|
|
12610
12743
|
* @return UpdateExternalAsmInstanceResponse
|
|
12611
12744
|
* @throws OciError when an error occurs
|
|
12612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalAsmInstance.ts.html |here} to see how to use UpdateExternalAsmInstance API.
|
|
12613
12746
|
*/
|
|
12614
12747
|
updateExternalAsmInstance(updateExternalAsmInstanceRequest) {
|
|
12615
12748
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12675,7 +12808,7 @@ class DbManagementClient {
|
|
|
12675
12808
|
* @param UpdateExternalClusterRequest
|
|
12676
12809
|
* @return UpdateExternalClusterResponse
|
|
12677
12810
|
* @throws OciError when an error occurs
|
|
12678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalCluster.ts.html |here} to see how to use UpdateExternalCluster API.
|
|
12679
12812
|
*/
|
|
12680
12813
|
updateExternalCluster(updateExternalClusterRequest) {
|
|
12681
12814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12737,7 +12870,7 @@ class DbManagementClient {
|
|
|
12737
12870
|
* @param UpdateExternalClusterInstanceRequest
|
|
12738
12871
|
* @return UpdateExternalClusterInstanceResponse
|
|
12739
12872
|
* @throws OciError when an error occurs
|
|
12740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalClusterInstance.ts.html |here} to see how to use UpdateExternalClusterInstance API.
|
|
12741
12874
|
*/
|
|
12742
12875
|
updateExternalClusterInstance(updateExternalClusterInstanceRequest) {
|
|
12743
12876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12799,7 +12932,7 @@ class DbManagementClient {
|
|
|
12799
12932
|
* @param UpdateExternalDbHomeRequest
|
|
12800
12933
|
* @return UpdateExternalDbHomeResponse
|
|
12801
12934
|
* @throws OciError when an error occurs
|
|
12802
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
12935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalDbHome.ts.html |here} to see how to use UpdateExternalDbHome API.
|
|
12803
12936
|
*/
|
|
12804
12937
|
updateExternalDbHome(updateExternalDbHomeRequest) {
|
|
12805
12938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12865,7 +12998,7 @@ class DbManagementClient {
|
|
|
12865
12998
|
* @param UpdateExternalDbNodeRequest
|
|
12866
12999
|
* @return UpdateExternalDbNodeResponse
|
|
12867
13000
|
* @throws OciError when an error occurs
|
|
12868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13001
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalDbNode.ts.html |here} to see how to use UpdateExternalDbNode API.
|
|
12869
13002
|
*/
|
|
12870
13003
|
updateExternalDbNode(updateExternalDbNodeRequest) {
|
|
12871
13004
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12927,7 +13060,7 @@ class DbManagementClient {
|
|
|
12927
13060
|
* @param UpdateExternalDbSystemRequest
|
|
12928
13061
|
* @return UpdateExternalDbSystemResponse
|
|
12929
13062
|
* @throws OciError when an error occurs
|
|
12930
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalDbSystem.ts.html |here} to see how to use UpdateExternalDbSystem API.
|
|
12931
13064
|
*/
|
|
12932
13065
|
updateExternalDbSystem(updateExternalDbSystemRequest) {
|
|
12933
13066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12992,7 +13125,7 @@ class DbManagementClient {
|
|
|
12992
13125
|
* @param UpdateExternalDbSystemConnectorRequest
|
|
12993
13126
|
* @return UpdateExternalDbSystemConnectorResponse
|
|
12994
13127
|
* @throws OciError when an error occurs
|
|
12995
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalDbSystemConnector.ts.html |here} to see how to use UpdateExternalDbSystemConnector API.
|
|
12996
13129
|
*/
|
|
12997
13130
|
updateExternalDbSystemConnector(updateExternalDbSystemConnectorRequest) {
|
|
12998
13131
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13054,7 +13187,7 @@ class DbManagementClient {
|
|
|
13054
13187
|
* @param UpdateExternalDbSystemDiscoveryRequest
|
|
13055
13188
|
* @return UpdateExternalDbSystemDiscoveryResponse
|
|
13056
13189
|
* @throws OciError when an error occurs
|
|
13057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalDbSystemDiscovery.ts.html |here} to see how to use UpdateExternalDbSystemDiscovery API.
|
|
13058
13191
|
*/
|
|
13059
13192
|
updateExternalDbSystemDiscovery(updateExternalDbSystemDiscoveryRequest) {
|
|
13060
13193
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13120,7 +13253,7 @@ class DbManagementClient {
|
|
|
13120
13253
|
* @param UpdateExternalExadataInfrastructureRequest
|
|
13121
13254
|
* @return UpdateExternalExadataInfrastructureResponse
|
|
13122
13255
|
* @throws OciError when an error occurs
|
|
13123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalExadataInfrastructure.ts.html |here} to see how to use UpdateExternalExadataInfrastructure API.
|
|
13124
13257
|
*/
|
|
13125
13258
|
updateExternalExadataInfrastructure(updateExternalExadataInfrastructureRequest) {
|
|
13126
13259
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13187,7 +13320,7 @@ class DbManagementClient {
|
|
|
13187
13320
|
* @param UpdateExternalExadataStorageConnectorRequest
|
|
13188
13321
|
* @return UpdateExternalExadataStorageConnectorResponse
|
|
13189
13322
|
* @throws OciError when an error occurs
|
|
13190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalExadataStorageConnector.ts.html |here} to see how to use UpdateExternalExadataStorageConnector API.
|
|
13191
13324
|
*/
|
|
13192
13325
|
updateExternalExadataStorageConnector(updateExternalExadataStorageConnectorRequest) {
|
|
13193
13326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13253,7 +13386,7 @@ class DbManagementClient {
|
|
|
13253
13386
|
* @param UpdateExternalExadataStorageGridRequest
|
|
13254
13387
|
* @return UpdateExternalExadataStorageGridResponse
|
|
13255
13388
|
* @throws OciError when an error occurs
|
|
13256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalExadataStorageGrid.ts.html |here} to see how to use UpdateExternalExadataStorageGrid API.
|
|
13257
13390
|
*/
|
|
13258
13391
|
updateExternalExadataStorageGrid(updateExternalExadataStorageGridRequest) {
|
|
13259
13392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13319,7 +13452,7 @@ class DbManagementClient {
|
|
|
13319
13452
|
* @param UpdateExternalExadataStorageServerRequest
|
|
13320
13453
|
* @return UpdateExternalExadataStorageServerResponse
|
|
13321
13454
|
* @throws OciError when an error occurs
|
|
13322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalExadataStorageServer.ts.html |here} to see how to use UpdateExternalExadataStorageServer API.
|
|
13323
13456
|
*/
|
|
13324
13457
|
updateExternalExadataStorageServer(updateExternalExadataStorageServerRequest) {
|
|
13325
13458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13385,7 +13518,7 @@ class DbManagementClient {
|
|
|
13385
13518
|
* @param UpdateExternalListenerRequest
|
|
13386
13519
|
* @return UpdateExternalListenerResponse
|
|
13387
13520
|
* @throws OciError when an error occurs
|
|
13388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateExternalListener.ts.html |here} to see how to use UpdateExternalListener API.
|
|
13389
13522
|
*/
|
|
13390
13523
|
updateExternalListener(updateExternalListenerRequest) {
|
|
13391
13524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13447,7 +13580,7 @@ class DbManagementClient {
|
|
|
13447
13580
|
* @param UpdateJobRequest
|
|
13448
13581
|
* @return UpdateJobResponse
|
|
13449
13582
|
* @throws OciError when an error occurs
|
|
13450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
13451
13584
|
*/
|
|
13452
13585
|
updateJob(updateJobRequest) {
|
|
13453
13586
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13513,7 +13646,7 @@ class DbManagementClient {
|
|
|
13513
13646
|
* @param UpdateManagedDatabaseRequest
|
|
13514
13647
|
* @return UpdateManagedDatabaseResponse
|
|
13515
13648
|
* @throws OciError when an error occurs
|
|
13516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateManagedDatabase.ts.html |here} to see how to use UpdateManagedDatabase API.
|
|
13517
13650
|
*/
|
|
13518
13651
|
updateManagedDatabase(updateManagedDatabaseRequest) {
|
|
13519
13652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13579,7 +13712,7 @@ class DbManagementClient {
|
|
|
13579
13712
|
* @param UpdateManagedDatabaseGroupRequest
|
|
13580
13713
|
* @return UpdateManagedDatabaseGroupResponse
|
|
13581
13714
|
* @throws OciError when an error occurs
|
|
13582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
13583
13716
|
*/
|
|
13584
13717
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest) {
|
|
13585
13718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13645,7 +13778,7 @@ class DbManagementClient {
|
|
|
13645
13778
|
* @param UpdateNamedCredentialRequest
|
|
13646
13779
|
* @return UpdateNamedCredentialResponse
|
|
13647
13780
|
* @throws OciError when an error occurs
|
|
13648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateNamedCredential.ts.html |here} to see how to use UpdateNamedCredential API.
|
|
13649
13782
|
*/
|
|
13650
13783
|
updateNamedCredential(updateNamedCredentialRequest) {
|
|
13651
13784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13711,7 +13844,7 @@ class DbManagementClient {
|
|
|
13711
13844
|
* @param UpdatePreferredCredentialRequest
|
|
13712
13845
|
* @return UpdatePreferredCredentialResponse
|
|
13713
13846
|
* @throws OciError when an error occurs
|
|
13714
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13847
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdatePreferredCredential.ts.html |here} to see how to use UpdatePreferredCredential API.
|
|
13715
13848
|
*/
|
|
13716
13849
|
updatePreferredCredential(updatePreferredCredentialRequest) {
|
|
13717
13850
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13778,7 +13911,7 @@ class DbManagementClient {
|
|
|
13778
13911
|
* @param UpdateTablespaceRequest
|
|
13779
13912
|
* @return UpdateTablespaceResponse
|
|
13780
13913
|
* @throws OciError when an error occurs
|
|
13781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
13914
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/UpdateTablespace.ts.html |here} to see how to use UpdateTablespace API.
|
|
13782
13915
|
*/
|
|
13783
13916
|
updateTablespace(updateTablespaceRequest) {
|
|
13784
13917
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13969,7 +14102,7 @@ class DiagnosabilityClient {
|
|
|
13969
14102
|
* @param ListAlertLogsRequest
|
|
13970
14103
|
* @return ListAlertLogsResponse
|
|
13971
14104
|
* @throws OciError when an error occurs
|
|
13972
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListAlertLogs.ts.html |here} to see how to use ListAlertLogs API.
|
|
13973
14106
|
*/
|
|
13974
14107
|
listAlertLogs(listAlertLogsRequest) {
|
|
13975
14108
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14045,7 +14178,7 @@ class DiagnosabilityClient {
|
|
|
14045
14178
|
* @param ListAttentionLogsRequest
|
|
14046
14179
|
* @return ListAttentionLogsResponse
|
|
14047
14180
|
* @throws OciError when an error occurs
|
|
14048
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListAttentionLogs.ts.html |here} to see how to use ListAttentionLogs API.
|
|
14049
14182
|
*/
|
|
14050
14183
|
listAttentionLogs(listAttentionLogsRequest) {
|
|
14051
14184
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14121,7 +14254,7 @@ class DiagnosabilityClient {
|
|
|
14121
14254
|
* @param SummarizeAlertLogCountsRequest
|
|
14122
14255
|
* @return SummarizeAlertLogCountsResponse
|
|
14123
14256
|
* @throws OciError when an error occurs
|
|
14124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAlertLogCounts.ts.html |here} to see how to use SummarizeAlertLogCounts API.
|
|
14125
14258
|
*/
|
|
14126
14259
|
summarizeAlertLogCounts(summarizeAlertLogCountsRequest) {
|
|
14127
14260
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14196,7 +14329,7 @@ class DiagnosabilityClient {
|
|
|
14196
14329
|
* @param SummarizeAttentionLogCountsRequest
|
|
14197
14330
|
* @return SummarizeAttentionLogCountsResponse
|
|
14198
14331
|
* @throws OciError when an error occurs
|
|
14199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeAttentionLogCounts.ts.html |here} to see how to use SummarizeAttentionLogCounts API.
|
|
14200
14333
|
*/
|
|
14201
14334
|
summarizeAttentionLogCounts(summarizeAttentionLogCountsRequest) {
|
|
14202
14335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14401,7 +14534,7 @@ class ManagedMySqlDatabasesClient {
|
|
|
14401
14534
|
* @param GetHeatWaveFleetMetricRequest
|
|
14402
14535
|
* @return GetHeatWaveFleetMetricResponse
|
|
14403
14536
|
* @throws OciError when an error occurs
|
|
14404
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14537
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetHeatWaveFleetMetric.ts.html |here} to see how to use GetHeatWaveFleetMetric API.
|
|
14405
14538
|
*/
|
|
14406
14539
|
getHeatWaveFleetMetric(getHeatWaveFleetMetricRequest) {
|
|
14407
14540
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14466,7 +14599,7 @@ class ManagedMySqlDatabasesClient {
|
|
|
14466
14599
|
* @param GetManagedMySqlDatabaseRequest
|
|
14467
14600
|
* @return GetManagedMySqlDatabaseResponse
|
|
14468
14601
|
* @throws OciError when an error occurs
|
|
14469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetManagedMySqlDatabase.ts.html |here} to see how to use GetManagedMySqlDatabase API.
|
|
14470
14603
|
*/
|
|
14471
14604
|
getManagedMySqlDatabase(getManagedMySqlDatabaseRequest) {
|
|
14472
14605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14525,7 +14658,7 @@ class ManagedMySqlDatabasesClient {
|
|
|
14525
14658
|
* @param GetMySqlFleetMetricRequest
|
|
14526
14659
|
* @return GetMySqlFleetMetricResponse
|
|
14527
14660
|
* @throws OciError when an error occurs
|
|
14528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetMySqlFleetMetric.ts.html |here} to see how to use GetMySqlFleetMetric API.
|
|
14529
14662
|
*/
|
|
14530
14663
|
getMySqlFleetMetric(getMySqlFleetMetricRequest) {
|
|
14531
14664
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14592,7 +14725,7 @@ class ManagedMySqlDatabasesClient {
|
|
|
14592
14725
|
* @param ListManagedMySqlDatabaseConfigurationDataRequest
|
|
14593
14726
|
* @return ListManagedMySqlDatabaseConfigurationDataResponse
|
|
14594
14727
|
* @throws OciError when an error occurs
|
|
14595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14728
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListManagedMySqlDatabaseConfigurationData.ts.html |here} to see how to use ListManagedMySqlDatabaseConfigurationData API.
|
|
14596
14729
|
*/
|
|
14597
14730
|
listManagedMySqlDatabaseConfigurationData(listManagedMySqlDatabaseConfigurationDataRequest) {
|
|
14598
14731
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14661,7 +14794,7 @@ class ManagedMySqlDatabasesClient {
|
|
|
14661
14794
|
* @param ListManagedMySqlDatabaseSqlDataRequest
|
|
14662
14795
|
* @return ListManagedMySqlDatabaseSqlDataResponse
|
|
14663
14796
|
* @throws OciError when an error occurs
|
|
14664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14797
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListManagedMySqlDatabaseSqlData.ts.html |here} to see how to use ListManagedMySqlDatabaseSqlData API.
|
|
14665
14798
|
*/
|
|
14666
14799
|
listManagedMySqlDatabaseSqlData(listManagedMySqlDatabaseSqlDataRequest) {
|
|
14667
14800
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14733,7 +14866,7 @@ class ManagedMySqlDatabasesClient {
|
|
|
14733
14866
|
* @param ListManagedMySqlDatabasesRequest
|
|
14734
14867
|
* @return ListManagedMySqlDatabasesResponse
|
|
14735
14868
|
* @throws OciError when an error occurs
|
|
14736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListManagedMySqlDatabases.ts.html |here} to see how to use ListManagedMySqlDatabases API.
|
|
14737
14870
|
*/
|
|
14738
14871
|
listManagedMySqlDatabases(listManagedMySqlDatabasesRequest) {
|
|
14739
14872
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -14801,7 +14934,7 @@ class ManagedMySqlDatabasesClient {
|
|
|
14801
14934
|
* @param SummarizeManagedMySqlDatabaseAvailabilityMetricsRequest
|
|
14802
14935
|
* @return SummarizeManagedMySqlDatabaseAvailabilityMetricsResponse
|
|
14803
14936
|
* @throws OciError when an error occurs
|
|
14804
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
14937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SummarizeManagedMySqlDatabaseAvailabilityMetrics.ts.html |here} to see how to use SummarizeManagedMySqlDatabaseAvailabilityMetrics API.
|
|
14805
14938
|
*/
|
|
14806
14939
|
summarizeManagedMySqlDatabaseAvailabilityMetrics(summarizeManagedMySqlDatabaseAvailabilityMetricsRequest) {
|
|
14807
14940
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15000,7 +15133,7 @@ class PerfhubClient {
|
|
|
15000
15133
|
* @param ModifySnapshotSettingsRequest
|
|
15001
15134
|
* @return ModifySnapshotSettingsResponse
|
|
15002
15135
|
* @throws OciError when an error occurs
|
|
15003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ModifySnapshotSettings.ts.html |here} to see how to use ModifySnapshotSettings API.
|
|
15004
15137
|
*/
|
|
15005
15138
|
modifySnapshotSettings(modifySnapshotSettingsRequest) {
|
|
15006
15139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15187,7 +15320,7 @@ class SqlTuningClient {
|
|
|
15187
15320
|
* @param CloneSqlTuningTaskRequest
|
|
15188
15321
|
* @return CloneSqlTuningTaskResponse
|
|
15189
15322
|
* @throws OciError when an error occurs
|
|
15190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CloneSqlTuningTask.ts.html |here} to see how to use CloneSqlTuningTask API.
|
|
15191
15324
|
*/
|
|
15192
15325
|
cloneSqlTuningTask(cloneSqlTuningTaskRequest) {
|
|
15193
15326
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15248,7 +15381,7 @@ class SqlTuningClient {
|
|
|
15248
15381
|
* @param CreateSqlTuningSetRequest
|
|
15249
15382
|
* @return CreateSqlTuningSetResponse
|
|
15250
15383
|
* @throws OciError when an error occurs
|
|
15251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/CreateSqlTuningSet.ts.html |here} to see how to use CreateSqlTuningSet API.
|
|
15252
15385
|
*/
|
|
15253
15386
|
createSqlTuningSet(createSqlTuningSetRequest) {
|
|
15254
15387
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15309,7 +15442,7 @@ class SqlTuningClient {
|
|
|
15309
15442
|
* @param DropSqlTuningSetRequest
|
|
15310
15443
|
* @return DropSqlTuningSetResponse
|
|
15311
15444
|
* @throws OciError when an error occurs
|
|
15312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DropSqlTuningSet.ts.html |here} to see how to use DropSqlTuningSet API.
|
|
15313
15446
|
*/
|
|
15314
15447
|
dropSqlTuningSet(dropSqlTuningSetRequest) {
|
|
15315
15448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15371,7 +15504,7 @@ class SqlTuningClient {
|
|
|
15371
15504
|
* @param DropSqlTuningTaskRequest
|
|
15372
15505
|
* @return DropSqlTuningTaskResponse
|
|
15373
15506
|
* @throws OciError when an error occurs
|
|
15374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DropSqlTuningTask.ts.html |here} to see how to use DropSqlTuningTask API.
|
|
15375
15508
|
*/
|
|
15376
15509
|
dropSqlTuningTask(dropSqlTuningTaskRequest) {
|
|
15377
15510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15429,7 +15562,7 @@ class SqlTuningClient {
|
|
|
15429
15562
|
* @param DropSqlsInSqlTuningSetRequest
|
|
15430
15563
|
* @return DropSqlsInSqlTuningSetResponse
|
|
15431
15564
|
* @throws OciError when an error occurs
|
|
15432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15565
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/DropSqlsInSqlTuningSet.ts.html |here} to see how to use DropSqlsInSqlTuningSet API.
|
|
15433
15566
|
*/
|
|
15434
15567
|
dropSqlsInSqlTuningSet(dropSqlsInSqlTuningSetRequest) {
|
|
15435
15568
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15491,7 +15624,7 @@ class SqlTuningClient {
|
|
|
15491
15624
|
* @param FetchSqlTuningSetRequest
|
|
15492
15625
|
* @return FetchSqlTuningSetResponse
|
|
15493
15626
|
* @throws OciError when an error occurs
|
|
15494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/FetchSqlTuningSet.ts.html |here} to see how to use FetchSqlTuningSet API.
|
|
15495
15628
|
*/
|
|
15496
15629
|
fetchSqlTuningSet(fetchSqlTuningSetRequest) {
|
|
15497
15630
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15555,7 +15688,7 @@ class SqlTuningClient {
|
|
|
15555
15688
|
* @param GetExecutionPlanStatsComparisionRequest
|
|
15556
15689
|
* @return GetExecutionPlanStatsComparisionResponse
|
|
15557
15690
|
* @throws OciError when an error occurs
|
|
15558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetExecutionPlanStatsComparision.ts.html |here} to see how to use GetExecutionPlanStatsComparision API.
|
|
15559
15692
|
*/
|
|
15560
15693
|
getExecutionPlanStatsComparision(getExecutionPlanStatsComparisionRequest) {
|
|
15561
15694
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15619,7 +15752,7 @@ class SqlTuningClient {
|
|
|
15619
15752
|
* @param GetSqlExecutionPlanRequest
|
|
15620
15753
|
* @return GetSqlExecutionPlanResponse
|
|
15621
15754
|
* @throws OciError when an error occurs
|
|
15622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetSqlExecutionPlan.ts.html |here} to see how to use GetSqlExecutionPlan API.
|
|
15623
15756
|
*/
|
|
15624
15757
|
getSqlExecutionPlan(getSqlExecutionPlanRequest) {
|
|
15625
15758
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15683,7 +15816,7 @@ class SqlTuningClient {
|
|
|
15683
15816
|
* @param GetSqlTuningAdvisorTaskSummaryReportRequest
|
|
15684
15817
|
* @return GetSqlTuningAdvisorTaskSummaryReportResponse
|
|
15685
15818
|
* @throws OciError when an error occurs
|
|
15686
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/GetSqlTuningAdvisorTaskSummaryReport.ts.html |here} to see how to use GetSqlTuningAdvisorTaskSummaryReport API.
|
|
15687
15820
|
*/
|
|
15688
15821
|
getSqlTuningAdvisorTaskSummaryReport(getSqlTuningAdvisorTaskSummaryReportRequest) {
|
|
15689
15822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15750,7 +15883,7 @@ class SqlTuningClient {
|
|
|
15750
15883
|
* @param ListSqlTuningAdvisorTaskFindingsRequest
|
|
15751
15884
|
* @return ListSqlTuningAdvisorTaskFindingsResponse
|
|
15752
15885
|
* @throws OciError when an error occurs
|
|
15753
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListSqlTuningAdvisorTaskFindings.ts.html |here} to see how to use ListSqlTuningAdvisorTaskFindings API.
|
|
15754
15887
|
*/
|
|
15755
15888
|
listSqlTuningAdvisorTaskFindings(listSqlTuningAdvisorTaskFindingsRequest) {
|
|
15756
15889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15828,7 +15961,7 @@ class SqlTuningClient {
|
|
|
15828
15961
|
* @param ListSqlTuningAdvisorTaskRecommendationsRequest
|
|
15829
15962
|
* @return ListSqlTuningAdvisorTaskRecommendationsResponse
|
|
15830
15963
|
* @throws OciError when an error occurs
|
|
15831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15964
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListSqlTuningAdvisorTaskRecommendations.ts.html |here} to see how to use ListSqlTuningAdvisorTaskRecommendations API.
|
|
15832
15965
|
*/
|
|
15833
15966
|
listSqlTuningAdvisorTaskRecommendations(listSqlTuningAdvisorTaskRecommendationsRequest) {
|
|
15834
15967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15901,7 +16034,7 @@ class SqlTuningClient {
|
|
|
15901
16034
|
* @param ListSqlTuningAdvisorTasksRequest
|
|
15902
16035
|
* @return ListSqlTuningAdvisorTasksResponse
|
|
15903
16036
|
* @throws OciError when an error occurs
|
|
15904
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16037
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListSqlTuningAdvisorTasks.ts.html |here} to see how to use ListSqlTuningAdvisorTasks API.
|
|
15905
16038
|
*/
|
|
15906
16039
|
listSqlTuningAdvisorTasks(listSqlTuningAdvisorTasksRequest) {
|
|
15907
16040
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -15975,7 +16108,7 @@ class SqlTuningClient {
|
|
|
15975
16108
|
* @param ListSqlTuningSetsRequest
|
|
15976
16109
|
* @return ListSqlTuningSetsResponse
|
|
15977
16110
|
* @throws OciError when an error occurs
|
|
15978
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ListSqlTuningSets.ts.html |here} to see how to use ListSqlTuningSets API.
|
|
15979
16112
|
*/
|
|
15980
16113
|
listSqlTuningSets(listSqlTuningSetsRequest) {
|
|
15981
16114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16047,7 +16180,7 @@ class SqlTuningClient {
|
|
|
16047
16180
|
* @param LoadSqlTuningSetRequest
|
|
16048
16181
|
* @return LoadSqlTuningSetResponse
|
|
16049
16182
|
* @throws OciError when an error occurs
|
|
16050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/LoadSqlTuningSet.ts.html |here} to see how to use LoadSqlTuningSet API.
|
|
16051
16184
|
*/
|
|
16052
16185
|
loadSqlTuningSet(loadSqlTuningSetRequest) {
|
|
16053
16186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16109,7 +16242,7 @@ class SqlTuningClient {
|
|
|
16109
16242
|
* @param SaveSqlTuningSetAsRequest
|
|
16110
16243
|
* @return SaveSqlTuningSetAsResponse
|
|
16111
16244
|
* @throws OciError when an error occurs
|
|
16112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/SaveSqlTuningSetAs.ts.html |here} to see how to use SaveSqlTuningSetAs API.
|
|
16113
16246
|
*/
|
|
16114
16247
|
saveSqlTuningSetAs(saveSqlTuningSetAsRequest) {
|
|
16115
16248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16171,7 +16304,7 @@ class SqlTuningClient {
|
|
|
16171
16304
|
* @param StartSqlTuningTaskRequest
|
|
16172
16305
|
* @return StartSqlTuningTaskResponse
|
|
16173
16306
|
* @throws OciError when an error occurs
|
|
16174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16307
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/StartSqlTuningTask.ts.html |here} to see how to use StartSqlTuningTask API.
|
|
16175
16308
|
*/
|
|
16176
16309
|
startSqlTuningTask(startSqlTuningTaskRequest) {
|
|
16177
16310
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -16232,7 +16365,7 @@ class SqlTuningClient {
|
|
|
16232
16365
|
* @param ValidateBasicFilterRequest
|
|
16233
16366
|
* @return ValidateBasicFilterResponse
|
|
16234
16367
|
* @throws OciError when an error occurs
|
|
16235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16368
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/databasemanagement/ValidateBasicFilter.ts.html |here} to see how to use ValidateBasicFilter API.
|
|
16236
16369
|
*/
|
|
16237
16370
|
validateBasicFilter(validateBasicFilterRequest) {
|
|
16238
16371
|
return __awaiter(this, void 0, void 0, function* () {
|