oci-databasemanagement 2.57.0 → 2.59.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 +420 -150
- package/lib/client.js +1738 -299
- package/lib/client.js.map +1 -1
- package/lib/model/alert-severity-enum.d.ts +33 -0
- package/lib/model/alert-severity-enum.js +44 -0
- package/lib/model/alert-severity-enum.js.map +1 -0
- package/lib/model/alert-type-enum.d.ts +33 -0
- package/lib/model/alert-type-enum.js +44 -0
- package/lib/model/alert-type-enum.js.map +1 -0
- package/lib/model/change-external-exadata-infrastructure-compartment-details.d.ts +30 -0
- package/lib/model/change-external-exadata-infrastructure-compartment-details.js +32 -0
- package/lib/model/change-external-exadata-infrastructure-compartment-details.js.map +1 -0
- package/lib/model/create-external-exadata-infrastructure-details.d.ts +53 -0
- package/lib/model/create-external-exadata-infrastructure-details.js +37 -0
- package/lib/model/create-external-exadata-infrastructure-details.js.map +1 -0
- package/lib/model/create-external-exadata-storage-connector-details.d.ts +42 -0
- package/lib/model/create-external-exadata-storage-connector-details.js +60 -0
- package/lib/model/create-external-exadata-storage-connector-details.js.map +1 -0
- package/lib/model/database-plan-directive.d.ts +164 -0
- package/lib/model/database-plan-directive.js +32 -0
- package/lib/model/database-plan-directive.js.map +1 -0
- package/lib/model/database-plan-role-enum.d.ts +35 -0
- package/lib/model/database-plan-role-enum.js +46 -0
- package/lib/model/database-plan-role-enum.js.map +1 -0
- package/lib/model/database-plan-type-enum.d.ts +35 -0
- package/lib/model/database-plan-type-enum.js +46 -0
- package/lib/model/database-plan-type-enum.js.map +1 -0
- package/lib/model/database-plan.d.ts +34 -0
- package/lib/model/database-plan.js +64 -0
- package/lib/model/database-plan.js.map +1 -0
- package/lib/model/dbm-resource.d.ts +78 -0
- package/lib/model/dbm-resource.js +113 -0
- package/lib/model/dbm-resource.js.map +1 -0
- package/lib/model/discover-external-exadata-infrastructure-details.d.ts +44 -0
- package/lib/model/discover-external-exadata-infrastructure-details.js +37 -0
- package/lib/model/discover-external-exadata-infrastructure-details.js.map +1 -0
- package/lib/model/enable-external-exadata-infrastructure-management-details.d.ts +33 -0
- package/lib/model/enable-external-exadata-infrastructure-management-details.js +37 -0
- package/lib/model/enable-external-exadata-infrastructure-management-details.js.map +1 -0
- package/lib/model/entity-discovered.d.ts +71 -0
- package/lib/model/entity-discovered.js +94 -0
- package/lib/model/entity-discovered.js.map +1 -0
- package/lib/model/external-database-system-discovery-summary.d.ts +53 -0
- package/lib/model/external-database-system-discovery-summary.js +67 -0
- package/lib/model/external-database-system-discovery-summary.js.map +1 -0
- package/lib/model/external-db-node.d.ts +4 -0
- package/lib/model/external-db-node.js.map +1 -1
- package/lib/model/external-db-system-basic-info.d.ts +2 -0
- package/lib/model/external-db-system-basic-info.js +30 -2
- package/lib/model/external-db-system-basic-info.js.map +1 -1
- package/lib/model/external-exadata-database-system-summary.d.ts +45 -0
- package/lib/model/external-exadata-database-system-summary.js +67 -0
- package/lib/model/external-exadata-database-system-summary.js.map +1 -0
- package/lib/model/external-exadata-infra-basic-info.d.ts +36 -0
- package/lib/model/external-exadata-infra-basic-info.js +32 -0
- package/lib/model/external-exadata-infra-basic-info.js.map +1 -0
- package/lib/model/external-exadata-infrastructure-collection.d.ts +29 -0
- package/lib/model/external-exadata-infrastructure-collection.js +64 -0
- package/lib/model/external-exadata-infrastructure-collection.js.map +1 -0
- package/lib/model/external-exadata-infrastructure-discovery-summary.d.ts +37 -0
- package/lib/model/external-exadata-infrastructure-discovery-summary.js +64 -0
- package/lib/model/external-exadata-infrastructure-discovery-summary.js.map +1 -0
- package/lib/model/external-exadata-infrastructure-discovery.d.ts +78 -0
- package/lib/model/external-exadata-infrastructure-discovery.js +108 -0
- package/lib/model/external-exadata-infrastructure-discovery.js.map +1 -0
- package/lib/model/external-exadata-infrastructure-summary.d.ts +64 -0
- package/lib/model/external-exadata-infrastructure-summary.js +79 -0
- package/lib/model/external-exadata-infrastructure-summary.js.map +1 -0
- package/lib/model/external-exadata-infrastructure.d.ts +69 -0
- package/lib/model/external-exadata-infrastructure.js +97 -0
- package/lib/model/external-exadata-infrastructure.js.map +1 -0
- package/lib/model/external-exadata-storage-connector-collection.d.ts +29 -0
- package/lib/model/external-exadata-storage-connector-collection.js +64 -0
- package/lib/model/external-exadata-storage-connector-collection.js.map +1 -0
- package/lib/model/external-exadata-storage-connector-status.d.ts +45 -0
- package/lib/model/external-exadata-storage-connector-status.js +42 -0
- package/lib/model/external-exadata-storage-connector-status.js.map +1 -0
- package/lib/model/external-exadata-storage-connector-summary.d.ts +39 -0
- package/lib/model/external-exadata-storage-connector-summary.js +57 -0
- package/lib/model/external-exadata-storage-connector-summary.js.map +1 -0
- package/lib/model/external-exadata-storage-connector.d.ts +43 -0
- package/lib/model/external-exadata-storage-connector.js +57 -0
- package/lib/model/external-exadata-storage-connector.js.map +1 -0
- package/lib/model/external-exadata-storage-grid-summary.d.ts +31 -0
- package/lib/model/external-exadata-storage-grid-summary.js +57 -0
- package/lib/model/external-exadata-storage-grid-summary.js.map +1 -0
- package/lib/model/external-exadata-storage-grid.d.ts +39 -0
- package/lib/model/external-exadata-storage-grid.js +69 -0
- package/lib/model/external-exadata-storage-grid.js.map +1 -0
- package/lib/model/external-exadata-storage-server-collection.d.ts +29 -0
- package/lib/model/external-exadata-storage-server-collection.js +64 -0
- package/lib/model/external-exadata-storage-server-collection.js.map +1 -0
- package/lib/model/external-exadata-storage-server-summary.d.ts +63 -0
- package/lib/model/external-exadata-storage-server-summary.js +57 -0
- package/lib/model/external-exadata-storage-server-summary.js.map +1 -0
- package/lib/model/external-exadata-storage-server.d.ts +68 -0
- package/lib/model/external-exadata-storage-server.js +65 -0
- package/lib/model/external-exadata-storage-server.js.map +1 -0
- package/lib/model/external-storage-grid-discovery-summary.d.ts +31 -0
- package/lib/model/external-storage-grid-discovery-summary.js +57 -0
- package/lib/model/external-storage-grid-discovery-summary.js.map +1 -0
- package/lib/model/external-storage-server-discovery-summary.d.ts +47 -0
- package/lib/model/external-storage-server-discovery-summary.js +57 -0
- package/lib/model/external-storage-server-discovery-summary.js.map +1 -0
- package/lib/model/index.d.ts +84 -0
- package/lib/model/index.js +92 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/iorm-plan-objective-enum.d.ts +51 -0
- package/lib/model/iorm-plan-objective-enum.js +62 -0
- package/lib/model/iorm-plan-objective-enum.js.map +1 -0
- package/lib/model/iorm-plan-status-enum.d.ts +35 -0
- package/lib/model/iorm-plan-status-enum.js +46 -0
- package/lib/model/iorm-plan-status-enum.js.map +1 -0
- package/lib/model/iorm-plan.d.ts +34 -0
- package/lib/model/iorm-plan.js +56 -0
- package/lib/model/iorm-plan.js.map +1 -0
- package/lib/model/open-alert-history.d.ts +29 -0
- package/lib/model/open-alert-history.js +64 -0
- package/lib/model/open-alert-history.js.map +1 -0
- package/lib/model/open-alert-summary.d.ts +41 -0
- package/lib/model/open-alert-summary.js +32 -0
- package/lib/model/open-alert-summary.js.map +1 -0
- package/lib/model/rest-credential.d.ts +48 -0
- package/lib/model/rest-credential.js +37 -0
- package/lib/model/rest-credential.js.map +1 -0
- package/lib/model/sql-cpu-activity.d.ts +36 -0
- package/lib/model/sql-cpu-activity.js +32 -0
- package/lib/model/sql-cpu-activity.js.map +1 -0
- package/lib/model/top-sql-cpu-activity.d.ts +29 -0
- package/lib/model/top-sql-cpu-activity.js +64 -0
- package/lib/model/top-sql-cpu-activity.js.map +1 -0
- package/lib/model/update-external-exadata-infrastructure-details.d.ts +53 -0
- package/lib/model/update-external-exadata-infrastructure-details.js +37 -0
- package/lib/model/update-external-exadata-infrastructure-details.js.map +1 -0
- package/lib/model/update-external-exadata-storage-connector-details.d.ts +34 -0
- package/lib/model/update-external-exadata-storage-connector-details.js +60 -0
- package/lib/model/update-external-exadata-storage-connector-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +4 -0
- package/lib/model/work-request-operation-type.js +4 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/model/work-request-resource-action-type.d.ts +2 -0
- package/lib/model/work-request-resource-action-type.js +2 -0
- package/lib/model/work-request-resource-action-type.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 +49 -0
- package/lib/request/change-external-exadata-infrastructure-compartment-request.js +15 -0
- package/lib/request/change-external-exadata-infrastructure-compartment-request.js.map +1 -0
- 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/check-external-db-system-connector-connection-status-request.d.ts +1 -1
- package/lib/request/check-external-exadata-storage-connector-request.d.ts +44 -0
- package/lib/request/check-external-exadata-storage-connector-request.js +15 -0
- package/lib/request/check-external-exadata-storage-connector-request.js.map +1 -0
- package/lib/request/clone-sql-tuning-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 +36 -0
- package/lib/request/create-external-exadata-infrastructure-request.js +15 -0
- package/lib/request/create-external-exadata-infrastructure-request.js.map +1 -0
- package/lib/request/create-external-exadata-storage-connector-request.d.ts +36 -0
- package/lib/request/create-external-exadata-storage-connector-request.js +15 -0
- package/lib/request/create-external-exadata-storage-connector-request.js.map +1 -0
- 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-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 +35 -0
- package/lib/request/delete-external-exadata-infrastructure-request.js +15 -0
- package/lib/request/delete-external-exadata-infrastructure-request.js.map +1 -0
- package/lib/request/delete-external-exadata-storage-connector-request.d.ts +35 -0
- package/lib/request/delete-external-exadata-storage-connector-request.js +15 -0
- package/lib/request/delete-external-exadata-storage-connector-request.js.map +1 -0
- 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-preferred-credential-request.d.ts +1 -1
- package/lib/request/disable-external-db-system-database-management-request.d.ts +1 -1
- package/lib/request/disable-external-exadata-infrastructure-management-request.d.ts +44 -0
- package/lib/request/disable-external-exadata-infrastructure-management-request.js +15 -0
- package/lib/request/disable-external-exadata-infrastructure-management-request.js.map +1 -0
- package/lib/request/discover-external-exadata-infrastructure-request.d.ts +45 -0
- package/lib/request/discover-external-exadata-infrastructure-request.js +15 -0
- package/lib/request/discover-external-exadata-infrastructure-request.js.map +1 -0
- package/lib/request/drop-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/drop-tablespace-request.d.ts +1 -1
- package/lib/request/enable-external-db-system-database-management-request.d.ts +1 -1
- package/lib/request/enable-external-exadata-infrastructure-management-request.d.ts +49 -0
- package/lib/request/enable-external-exadata-infrastructure-management-request.js +15 -0
- package/lib/request/enable-external-exadata-infrastructure-management-request.js.map +1 -0
- 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-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 +26 -0
- package/lib/request/get-external-exadata-infrastructure-request.js +15 -0
- package/lib/request/get-external-exadata-infrastructure-request.js.map +1 -0
- package/lib/request/get-external-exadata-storage-connector-request.d.ts +26 -0
- package/lib/request/get-external-exadata-storage-connector-request.js +15 -0
- package/lib/request/get-external-exadata-storage-connector-request.js.map +1 -0
- package/lib/request/get-external-exadata-storage-grid-request.d.ts +26 -0
- package/lib/request/get-external-exadata-storage-grid-request.js +15 -0
- package/lib/request/get-external-exadata-storage-grid-request.js.map +1 -0
- package/lib/request/get-external-exadata-storage-server-request.d.ts +26 -0
- package/lib/request/get-external-exadata-storage-server-request.js +15 -0
- package/lib/request/get-external-exadata-storage-server-request.js.map +1 -0
- package/lib/request/get-external-listener-request.d.ts +1 -1
- package/lib/request/get-iorm-plan-request.d.ts +26 -0
- package/lib/request/get-iorm-plan-request.js +15 -0
- package/lib/request/get-iorm-plan-request.js.map +1 -0
- 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-open-alert-history-request.d.ts +26 -0
- package/lib/request/get-open-alert-history-request.js +15 -0
- package/lib/request/get-open-alert-history-request.js.map +1 -0
- 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-preferred-credential-request.d.ts +1 -1
- package/lib/request/get-sql-execution-plan-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 +26 -0
- package/lib/request/get-top-sql-cpu-activity-request.js +15 -0
- package/lib/request/get-top-sql-cpu-activity-request.js.map +1 -0
- 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 +42 -0
- package/lib/request/index.js +8 -2
- 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-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 +58 -0
- package/lib/request/list-external-exadata-infrastructures-request.js +24 -0
- package/lib/request/list-external-exadata-infrastructures-request.js.map +1 -0
- package/lib/request/list-external-exadata-storage-connectors-request.d.ts +62 -0
- package/lib/request/list-external-exadata-storage-connectors-request.js +24 -0
- package/lib/request/list-external-exadata-storage-connectors-request.js.map +1 -0
- package/lib/request/list-external-exadata-storage-servers-request.d.ts +62 -0
- package/lib/request/list-external-exadata-storage-servers-request.js +24 -0
- package/lib/request/list-external-exadata-storage-servers-request.js.map +1 -0
- 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 +5 -1
- package/lib/request/list-managed-databases-request.js.map +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-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/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/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/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-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-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 +49 -0
- package/lib/request/update-external-exadata-infrastructure-request.js +15 -0
- package/lib/request/update-external-exadata-infrastructure-request.js.map +1 -0
- package/lib/request/update-external-exadata-storage-connector-request.d.ts +40 -0
- package/lib/request/update-external-exadata-storage-connector-request.js +15 -0
- package/lib/request/update-external-exadata-storage-connector-request.js.map +1 -0
- 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-preferred-credential-request.d.ts +1 -1
- package/lib/request/update-tablespace-request.d.ts +1 -1
- package/lib/response/change-external-exadata-infrastructure-compartment-response.d.ts +25 -0
- package/lib/response/change-external-exadata-infrastructure-compartment-response.js +15 -0
- package/lib/response/change-external-exadata-infrastructure-compartment-response.js.map +1 -0
- package/lib/response/check-external-exadata-storage-connector-response.d.ts +30 -0
- package/lib/response/check-external-exadata-storage-connector-response.js +15 -0
- package/lib/response/check-external-exadata-storage-connector-response.js.map +1 -0
- package/lib/response/create-external-exadata-infrastructure-response.d.ts +30 -0
- package/lib/response/create-external-exadata-infrastructure-response.js +15 -0
- package/lib/response/create-external-exadata-infrastructure-response.js.map +1 -0
- package/lib/response/create-external-exadata-storage-connector-response.d.ts +30 -0
- package/lib/response/create-external-exadata-storage-connector-response.js +15 -0
- package/lib/response/create-external-exadata-storage-connector-response.js.map +1 -0
- package/lib/response/delete-external-exadata-infrastructure-response.d.ts +25 -0
- package/lib/response/delete-external-exadata-infrastructure-response.js +15 -0
- package/lib/response/delete-external-exadata-infrastructure-response.js.map +1 -0
- package/lib/response/delete-external-exadata-storage-connector-response.d.ts +20 -0
- package/lib/response/delete-external-exadata-storage-connector-response.js +15 -0
- package/lib/response/delete-external-exadata-storage-connector-response.js.map +1 -0
- package/lib/response/disable-external-exadata-infrastructure-management-response.d.ts +25 -0
- package/lib/response/disable-external-exadata-infrastructure-management-response.js +15 -0
- package/lib/response/disable-external-exadata-infrastructure-management-response.js.map +1 -0
- package/lib/response/discover-external-exadata-infrastructure-response.d.ts +30 -0
- package/lib/response/discover-external-exadata-infrastructure-response.js +15 -0
- package/lib/response/discover-external-exadata-infrastructure-response.js.map +1 -0
- package/lib/response/enable-external-exadata-infrastructure-management-response.d.ts +25 -0
- package/lib/response/enable-external-exadata-infrastructure-management-response.js +15 -0
- package/lib/response/enable-external-exadata-infrastructure-management-response.js.map +1 -0
- package/lib/response/get-external-exadata-infrastructure-response.d.ts +30 -0
- package/lib/response/get-external-exadata-infrastructure-response.js +15 -0
- package/lib/response/get-external-exadata-infrastructure-response.js.map +1 -0
- package/lib/response/get-external-exadata-storage-connector-response.d.ts +30 -0
- package/lib/response/get-external-exadata-storage-connector-response.js +15 -0
- package/lib/response/get-external-exadata-storage-connector-response.js.map +1 -0
- package/lib/response/get-external-exadata-storage-grid-response.d.ts +30 -0
- package/lib/response/get-external-exadata-storage-grid-response.js +15 -0
- package/lib/response/get-external-exadata-storage-grid-response.js.map +1 -0
- package/lib/response/get-external-exadata-storage-server-response.d.ts +30 -0
- package/lib/response/get-external-exadata-storage-server-response.js +15 -0
- package/lib/response/get-external-exadata-storage-server-response.js.map +1 -0
- package/lib/response/get-iorm-plan-response.d.ts +25 -0
- package/lib/response/get-iorm-plan-response.js +15 -0
- package/lib/response/get-iorm-plan-response.js.map +1 -0
- package/lib/response/get-open-alert-history-response.d.ts +25 -0
- package/lib/response/get-open-alert-history-response.js +15 -0
- package/lib/response/get-open-alert-history-response.js.map +1 -0
- package/lib/response/get-top-sql-cpu-activity-response.d.ts +25 -0
- package/lib/response/get-top-sql-cpu-activity-response.js +15 -0
- package/lib/response/get-top-sql-cpu-activity-response.js.map +1 -0
- package/lib/response/index.d.ts +42 -0
- package/lib/response/list-external-exadata-infrastructures-response.d.ts +32 -0
- package/lib/response/list-external-exadata-infrastructures-response.js +15 -0
- package/lib/response/list-external-exadata-infrastructures-response.js.map +1 -0
- package/lib/response/list-external-exadata-storage-connectors-response.d.ts +32 -0
- package/lib/response/list-external-exadata-storage-connectors-response.js +15 -0
- package/lib/response/list-external-exadata-storage-connectors-response.js.map +1 -0
- package/lib/response/list-external-exadata-storage-servers-response.d.ts +32 -0
- package/lib/response/list-external-exadata-storage-servers-response.js +15 -0
- package/lib/response/list-external-exadata-storage-servers-response.js.map +1 -0
- package/lib/response/update-external-exadata-infrastructure-response.d.ts +30 -0
- package/lib/response/update-external-exadata-infrastructure-response.js +15 -0
- package/lib/response/update-external-exadata-infrastructure-response.js.map +1 -0
- package/lib/response/update-external-exadata-storage-connector-response.d.ts +30 -0
- package/lib/response/update-external-exadata-storage-connector-response.js +15 -0
- package/lib/response/update-external-exadata-storage-connector-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ export declare enum DbManagementApiKeys {
|
|
|
25
25
|
export declare class DbManagementClient {
|
|
26
26
|
protected static serviceEndpointTemplate: string;
|
|
27
27
|
protected static endpointServiceName: string;
|
|
28
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
28
29
|
protected "_endpoint": string;
|
|
29
30
|
protected "_defaultHeaders": any;
|
|
30
31
|
protected "_waiters": DbManagementWaiter;
|
|
@@ -32,6 +33,9 @@ export declare class DbManagementClient {
|
|
|
32
33
|
protected _circuitBreaker: null;
|
|
33
34
|
protected _httpOptions: any;
|
|
34
35
|
targetService: string;
|
|
36
|
+
protected _regionId: string;
|
|
37
|
+
protected "_region": common.Region;
|
|
38
|
+
protected _lastSetRegionOrRegionId: string;
|
|
35
39
|
protected _httpClient: common.HttpClient;
|
|
36
40
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
37
41
|
/**
|
|
@@ -44,6 +48,12 @@ export declare class DbManagementClient {
|
|
|
44
48
|
*/
|
|
45
49
|
set endpoint(endpoint: string);
|
|
46
50
|
get logger(): import("oci-common/lib/log").Logger;
|
|
51
|
+
/**
|
|
52
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
53
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
54
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
55
|
+
*/
|
|
56
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
47
57
|
/**
|
|
48
58
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
49
59
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -79,7 +89,7 @@ export declare class DbManagementClient {
|
|
|
79
89
|
* @param AddDataFilesRequest
|
|
80
90
|
* @return AddDataFilesResponse
|
|
81
91
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/AddDataFiles.ts.html |here} to see how to use AddDataFiles API.
|
|
83
93
|
*/
|
|
84
94
|
addDataFiles(addDataFilesRequest: requests.AddDataFilesRequest): Promise<responses.AddDataFilesResponse>;
|
|
85
95
|
/**
|
|
@@ -91,7 +101,7 @@ export declare class DbManagementClient {
|
|
|
91
101
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
92
102
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
93
103
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
95
105
|
*/
|
|
96
106
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest: requests.AddManagedDatabaseToManagedDatabaseGroupRequest): Promise<responses.AddManagedDatabaseToManagedDatabaseGroupResponse>;
|
|
97
107
|
/**
|
|
@@ -102,7 +112,7 @@ export declare class DbManagementClient {
|
|
|
102
112
|
* @param AddmTasksRequest
|
|
103
113
|
* @return AddmTasksResponse
|
|
104
114
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/AddmTasks.ts.html |here} to see how to use AddmTasks API.
|
|
106
116
|
*/
|
|
107
117
|
addmTasks(addmTasksRequest: requests.AddmTasksRequest): Promise<responses.AddmTasksResponse>;
|
|
108
118
|
/**
|
|
@@ -124,7 +134,7 @@ export declare class DbManagementClient {
|
|
|
124
134
|
* @param ChangeDatabaseParametersRequest
|
|
125
135
|
* @return ChangeDatabaseParametersResponse
|
|
126
136
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
128
138
|
*/
|
|
129
139
|
changeDatabaseParameters(changeDatabaseParametersRequest: requests.ChangeDatabaseParametersRequest): Promise<responses.ChangeDatabaseParametersResponse>;
|
|
130
140
|
/**
|
|
@@ -133,7 +143,7 @@ export declare class DbManagementClient {
|
|
|
133
143
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
134
144
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
135
145
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
137
147
|
*/
|
|
138
148
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest: requests.ChangeDbManagementPrivateEndpointCompartmentRequest): Promise<responses.ChangeDbManagementPrivateEndpointCompartmentResponse>;
|
|
139
149
|
/**
|
|
@@ -143,9 +153,19 @@ export declare class DbManagementClient {
|
|
|
143
153
|
* @param ChangeExternalDbSystemCompartmentRequest
|
|
144
154
|
* @return ChangeExternalDbSystemCompartmentResponse
|
|
145
155
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ChangeExternalDbSystemCompartment.ts.html |here} to see how to use ChangeExternalDbSystemCompartment API.
|
|
147
157
|
*/
|
|
148
158
|
changeExternalDbSystemCompartment(changeExternalDbSystemCompartmentRequest: requests.ChangeExternalDbSystemCompartmentRequest): Promise<responses.ChangeExternalDbSystemCompartmentResponse>;
|
|
159
|
+
/**
|
|
160
|
+
* Moves the Exadata infrastructure and its related resources (storage server, storage server connectors and storage server grid) to the specified compartment.
|
|
161
|
+
*
|
|
162
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
163
|
+
* @param ChangeExternalExadataInfrastructureCompartmentRequest
|
|
164
|
+
* @return ChangeExternalExadataInfrastructureCompartmentResponse
|
|
165
|
+
* @throws OciError when an error occurs
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ChangeExternalExadataInfrastructureCompartment.ts.html |here} to see how to use ChangeExternalExadataInfrastructureCompartment API.
|
|
167
|
+
*/
|
|
168
|
+
changeExternalExadataInfrastructureCompartment(changeExternalExadataInfrastructureCompartmentRequest: requests.ChangeExternalExadataInfrastructureCompartmentRequest): Promise<responses.ChangeExternalExadataInfrastructureCompartmentResponse>;
|
|
149
169
|
/**
|
|
150
170
|
* Moves a job.
|
|
151
171
|
*
|
|
@@ -153,7 +173,7 @@ export declare class DbManagementClient {
|
|
|
153
173
|
* @param ChangeJobCompartmentRequest
|
|
154
174
|
* @return ChangeJobCompartmentResponse
|
|
155
175
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
157
177
|
*/
|
|
158
178
|
changeJobCompartment(changeJobCompartmentRequest: requests.ChangeJobCompartmentRequest): Promise<responses.ChangeJobCompartmentResponse>;
|
|
159
179
|
/**
|
|
@@ -165,7 +185,7 @@ export declare class DbManagementClient {
|
|
|
165
185
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
166
186
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
167
187
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
169
189
|
*/
|
|
170
190
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest: requests.ChangeManagedDatabaseGroupCompartmentRequest): Promise<responses.ChangeManagedDatabaseGroupCompartmentResponse>;
|
|
171
191
|
/**
|
|
@@ -176,9 +196,19 @@ export declare class DbManagementClient {
|
|
|
176
196
|
* @param CheckExternalDbSystemConnectorConnectionStatusRequest
|
|
177
197
|
* @return CheckExternalDbSystemConnectorConnectionStatusResponse
|
|
178
198
|
* @throws OciError when an error occurs
|
|
179
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CheckExternalDbSystemConnectorConnectionStatus.ts.html |here} to see how to use CheckExternalDbSystemConnectorConnectionStatus API.
|
|
180
200
|
*/
|
|
181
201
|
checkExternalDbSystemConnectorConnectionStatus(checkExternalDbSystemConnectorConnectionStatusRequest: requests.CheckExternalDbSystemConnectorConnectionStatusRequest): Promise<responses.CheckExternalDbSystemConnectorConnectionStatusResponse>;
|
|
202
|
+
/**
|
|
203
|
+
* Check the status of the Exadata storage server connection specified by exadataStorageConnectorId.
|
|
204
|
+
*
|
|
205
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
206
|
+
* @param CheckExternalExadataStorageConnectorRequest
|
|
207
|
+
* @return CheckExternalExadataStorageConnectorResponse
|
|
208
|
+
* @throws OciError when an error occurs
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CheckExternalExadataStorageConnector.ts.html |here} to see how to use CheckExternalExadataStorageConnector API.
|
|
210
|
+
*/
|
|
211
|
+
checkExternalExadataStorageConnector(checkExternalExadataStorageConnectorRequest: requests.CheckExternalExadataStorageConnectorRequest): Promise<responses.CheckExternalExadataStorageConnectorResponse>;
|
|
182
212
|
/**
|
|
183
213
|
* Creates a new Database Management private endpoint.
|
|
184
214
|
*
|
|
@@ -186,7 +216,7 @@ export declare class DbManagementClient {
|
|
|
186
216
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
187
217
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
188
218
|
* @throws OciError when an error occurs
|
|
189
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
190
220
|
*/
|
|
191
221
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest: requests.CreateDbManagementPrivateEndpointRequest): Promise<responses.CreateDbManagementPrivateEndpointResponse>;
|
|
192
222
|
/**
|
|
@@ -196,7 +226,7 @@ export declare class DbManagementClient {
|
|
|
196
226
|
* @param CreateExternalDbSystemRequest
|
|
197
227
|
* @return CreateExternalDbSystemResponse
|
|
198
228
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateExternalDbSystem.ts.html |here} to see how to use CreateExternalDbSystem API.
|
|
200
230
|
*/
|
|
201
231
|
createExternalDbSystem(createExternalDbSystemRequest: requests.CreateExternalDbSystemRequest): Promise<responses.CreateExternalDbSystemResponse>;
|
|
202
232
|
/**
|
|
@@ -205,7 +235,7 @@ export declare class DbManagementClient {
|
|
|
205
235
|
* @param CreateExternalDbSystemConnectorRequest
|
|
206
236
|
* @return CreateExternalDbSystemConnectorResponse
|
|
207
237
|
* @throws OciError when an error occurs
|
|
208
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateExternalDbSystemConnector.ts.html |here} to see how to use CreateExternalDbSystemConnector API.
|
|
209
239
|
*/
|
|
210
240
|
createExternalDbSystemConnector(createExternalDbSystemConnectorRequest: requests.CreateExternalDbSystemConnectorRequest): Promise<responses.CreateExternalDbSystemConnectorResponse>;
|
|
211
241
|
/**
|
|
@@ -215,9 +245,36 @@ export declare class DbManagementClient {
|
|
|
215
245
|
* @param CreateExternalDbSystemDiscoveryRequest
|
|
216
246
|
* @return CreateExternalDbSystemDiscoveryResponse
|
|
217
247
|
* @throws OciError when an error occurs
|
|
218
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateExternalDbSystemDiscovery.ts.html |here} to see how to use CreateExternalDbSystemDiscovery API.
|
|
219
249
|
*/
|
|
220
250
|
createExternalDbSystemDiscovery(createExternalDbSystemDiscoveryRequest: requests.CreateExternalDbSystemDiscoveryRequest): Promise<responses.CreateExternalDbSystemDiscoveryResponse>;
|
|
251
|
+
/**
|
|
252
|
+
* Creates an OCI resource for the Exadata infrastructure and enable monitoring service on the exadata infrastructure.
|
|
253
|
+
* The following resource/subresources are created:
|
|
254
|
+
* Infrastructure
|
|
255
|
+
* Storage server connectors
|
|
256
|
+
* Storage servers
|
|
257
|
+
* Storage grids
|
|
258
|
+
*
|
|
259
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
260
|
+
* @param CreateExternalExadataInfrastructureRequest
|
|
261
|
+
* @return CreateExternalExadataInfrastructureResponse
|
|
262
|
+
* @throws OciError when an error occurs
|
|
263
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateExternalExadataInfrastructure.ts.html |here} to see how to use CreateExternalExadataInfrastructure API.
|
|
264
|
+
*/
|
|
265
|
+
createExternalExadataInfrastructure(createExternalExadataInfrastructureRequest: requests.CreateExternalExadataInfrastructureRequest): Promise<responses.CreateExternalExadataInfrastructureResponse>;
|
|
266
|
+
/**
|
|
267
|
+
* Create the storage server connector after validating the connection information.
|
|
268
|
+
* Or only validates the connection information for creating the connection to the storage server.
|
|
269
|
+
* The connector for one storage server is associated with the Exadata infrastructure discovery or existing Exadata infrastructure.
|
|
270
|
+
*
|
|
271
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
272
|
+
* @param CreateExternalExadataStorageConnectorRequest
|
|
273
|
+
* @return CreateExternalExadataStorageConnectorResponse
|
|
274
|
+
* @throws OciError when an error occurs
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateExternalExadataStorageConnector.ts.html |here} to see how to use CreateExternalExadataStorageConnector API.
|
|
276
|
+
*/
|
|
277
|
+
createExternalExadataStorageConnector(createExternalExadataStorageConnectorRequest: requests.CreateExternalExadataStorageConnectorRequest): Promise<responses.CreateExternalExadataStorageConnectorResponse>;
|
|
221
278
|
/**
|
|
222
279
|
* Creates a job to be executed on a Managed Database or Managed Database Group. Only one
|
|
223
280
|
* of the parameters, managedDatabaseId or managedDatabaseGroupId should be provided as
|
|
@@ -227,7 +284,7 @@ export declare class DbManagementClient {
|
|
|
227
284
|
* @param CreateJobRequest
|
|
228
285
|
* @return CreateJobResponse
|
|
229
286
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
231
288
|
*/
|
|
232
289
|
createJob(createJobRequest: requests.CreateJobRequest): Promise<responses.CreateJobResponse>;
|
|
233
290
|
/**
|
|
@@ -238,7 +295,7 @@ export declare class DbManagementClient {
|
|
|
238
295
|
* @param CreateManagedDatabaseGroupRequest
|
|
239
296
|
* @return CreateManagedDatabaseGroupResponse
|
|
240
297
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
242
299
|
*/
|
|
243
300
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest: requests.CreateManagedDatabaseGroupRequest): Promise<responses.CreateManagedDatabaseGroupResponse>;
|
|
244
301
|
/**
|
|
@@ -248,7 +305,7 @@ export declare class DbManagementClient {
|
|
|
248
305
|
* @param CreateTablespaceRequest
|
|
249
306
|
* @return CreateTablespaceResponse
|
|
250
307
|
* @throws OciError when an error occurs
|
|
251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CreateTablespace.ts.html |here} to see how to use CreateTablespace API.
|
|
252
309
|
*/
|
|
253
310
|
createTablespace(createTablespaceRequest: requests.CreateTablespaceRequest): Promise<responses.CreateTablespaceResponse>;
|
|
254
311
|
/**
|
|
@@ -257,7 +314,7 @@ export declare class DbManagementClient {
|
|
|
257
314
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
258
315
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
259
316
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
261
318
|
*/
|
|
262
319
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest: requests.DeleteDbManagementPrivateEndpointRequest): Promise<responses.DeleteDbManagementPrivateEndpointResponse>;
|
|
263
320
|
/**
|
|
@@ -267,7 +324,7 @@ export declare class DbManagementClient {
|
|
|
267
324
|
* @param DeleteExternalDbSystemRequest
|
|
268
325
|
* @return DeleteExternalDbSystemResponse
|
|
269
326
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteExternalDbSystem.ts.html |here} to see how to use DeleteExternalDbSystem API.
|
|
271
328
|
*/
|
|
272
329
|
deleteExternalDbSystem(deleteExternalDbSystemRequest: requests.DeleteExternalDbSystemRequest): Promise<responses.DeleteExternalDbSystemResponse>;
|
|
273
330
|
/**
|
|
@@ -277,7 +334,7 @@ export declare class DbManagementClient {
|
|
|
277
334
|
* @param DeleteExternalDbSystemConnectorRequest
|
|
278
335
|
* @return DeleteExternalDbSystemConnectorResponse
|
|
279
336
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteExternalDbSystemConnector.ts.html |here} to see how to use DeleteExternalDbSystemConnector API.
|
|
281
338
|
*/
|
|
282
339
|
deleteExternalDbSystemConnector(deleteExternalDbSystemConnectorRequest: requests.DeleteExternalDbSystemConnectorRequest): Promise<responses.DeleteExternalDbSystemConnectorResponse>;
|
|
283
340
|
/**
|
|
@@ -287,16 +344,36 @@ export declare class DbManagementClient {
|
|
|
287
344
|
* @param DeleteExternalDbSystemDiscoveryRequest
|
|
288
345
|
* @return DeleteExternalDbSystemDiscoveryResponse
|
|
289
346
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteExternalDbSystemDiscovery.ts.html |here} to see how to use DeleteExternalDbSystemDiscovery API.
|
|
291
348
|
*/
|
|
292
349
|
deleteExternalDbSystemDiscovery(deleteExternalDbSystemDiscoveryRequest: requests.DeleteExternalDbSystemDiscoveryRequest): Promise<responses.DeleteExternalDbSystemDiscoveryResponse>;
|
|
350
|
+
/**
|
|
351
|
+
* Deletes the the Exadata infrastructure specified by externalExadataInfrastructureId.
|
|
352
|
+
*
|
|
353
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
354
|
+
* @param DeleteExternalExadataInfrastructureRequest
|
|
355
|
+
* @return DeleteExternalExadataInfrastructureResponse
|
|
356
|
+
* @throws OciError when an error occurs
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteExternalExadataInfrastructure.ts.html |here} to see how to use DeleteExternalExadataInfrastructure API.
|
|
358
|
+
*/
|
|
359
|
+
deleteExternalExadataInfrastructure(deleteExternalExadataInfrastructureRequest: requests.DeleteExternalExadataInfrastructureRequest): Promise<responses.DeleteExternalExadataInfrastructureResponse>;
|
|
360
|
+
/**
|
|
361
|
+
* Deletes the storage server connector specified by exadataStorageConnectorId.
|
|
362
|
+
*
|
|
363
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
364
|
+
* @param DeleteExternalExadataStorageConnectorRequest
|
|
365
|
+
* @return DeleteExternalExadataStorageConnectorResponse
|
|
366
|
+
* @throws OciError when an error occurs
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteExternalExadataStorageConnector.ts.html |here} to see how to use DeleteExternalExadataStorageConnector API.
|
|
368
|
+
*/
|
|
369
|
+
deleteExternalExadataStorageConnector(deleteExternalExadataStorageConnectorRequest: requests.DeleteExternalExadataStorageConnectorRequest): Promise<responses.DeleteExternalExadataStorageConnectorResponse>;
|
|
293
370
|
/**
|
|
294
371
|
* Deletes the job specified by jobId.
|
|
295
372
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
296
373
|
* @param DeleteJobRequest
|
|
297
374
|
* @return DeleteJobResponse
|
|
298
375
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
300
377
|
*/
|
|
301
378
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
302
379
|
/**
|
|
@@ -307,7 +384,7 @@ export declare class DbManagementClient {
|
|
|
307
384
|
* @param DeleteManagedDatabaseGroupRequest
|
|
308
385
|
* @return DeleteManagedDatabaseGroupResponse
|
|
309
386
|
* @throws OciError when an error occurs
|
|
310
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
311
388
|
*/
|
|
312
389
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest: requests.DeleteManagedDatabaseGroupRequest): Promise<responses.DeleteManagedDatabaseGroupResponse>;
|
|
313
390
|
/**
|
|
@@ -317,7 +394,7 @@ export declare class DbManagementClient {
|
|
|
317
394
|
* @param DeletePreferredCredentialRequest
|
|
318
395
|
* @return DeletePreferredCredentialResponse
|
|
319
396
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DeletePreferredCredential.ts.html |here} to see how to use DeletePreferredCredential API.
|
|
321
398
|
*/
|
|
322
399
|
deletePreferredCredential(deletePreferredCredentialRequest: requests.DeletePreferredCredentialRequest): Promise<responses.DeletePreferredCredentialResponse>;
|
|
323
400
|
/**
|
|
@@ -328,9 +405,47 @@ export declare class DbManagementClient {
|
|
|
328
405
|
* @param DisableExternalDbSystemDatabaseManagementRequest
|
|
329
406
|
* @return DisableExternalDbSystemDatabaseManagementResponse
|
|
330
407
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DisableExternalDbSystemDatabaseManagement.ts.html |here} to see how to use DisableExternalDbSystemDatabaseManagement API.
|
|
332
409
|
*/
|
|
333
410
|
disableExternalDbSystemDatabaseManagement(disableExternalDbSystemDatabaseManagementRequest: requests.DisableExternalDbSystemDatabaseManagementRequest): Promise<responses.DisableExternalDbSystemDatabaseManagementResponse>;
|
|
411
|
+
/**
|
|
412
|
+
* Disables Database Management service for the Exadata infrastructure specified by externalExadataInfrastructureId.
|
|
413
|
+
* It covers the following components
|
|
414
|
+
* Exadata infrastructure
|
|
415
|
+
* Exadata storage grid
|
|
416
|
+
* Exadata storage server
|
|
417
|
+
* Database systems within the Exdata infrastructure will not be impacted and should be disabled explicitly if needed.
|
|
418
|
+
*
|
|
419
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
420
|
+
* @param DisableExternalExadataInfrastructureManagementRequest
|
|
421
|
+
* @return DisableExternalExadataInfrastructureManagementResponse
|
|
422
|
+
* @throws OciError when an error occurs
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DisableExternalExadataInfrastructureManagement.ts.html |here} to see how to use DisableExternalExadataInfrastructureManagement API.
|
|
424
|
+
*/
|
|
425
|
+
disableExternalExadataInfrastructureManagement(disableExternalExadataInfrastructureManagementRequest: requests.DisableExternalExadataInfrastructureManagementRequest): Promise<responses.DisableExternalExadataInfrastructureManagementResponse>;
|
|
426
|
+
/**
|
|
427
|
+
* Completes the Exadata system prechecking on the following:
|
|
428
|
+
* Verifies if the database systems are valid RAC database systems. Otherwise, return 400 status code with NON_RAC_DATABASE_SYSTEM error code.
|
|
429
|
+
* Verifies if the ASM connectors defined for each database system. Otherwise, return 400 status code with CONNECTOR_NOT_DEFINED error code.
|
|
430
|
+
* Verifies if the agents associated with ASM are valid and could be used for the storage servers. Otherwise, return 400 status code with INVALID_AGENT error code.
|
|
431
|
+
* Verifies if it is an Exadata system. Otherwise, return 400 status code with INVALID_EXADATA_SYSTEM error code.
|
|
432
|
+
* <p>
|
|
433
|
+
Starts the discovery process for the Exadata system infrastructure.The following resources/components could be discovered
|
|
434
|
+
* storage servers from each database systems
|
|
435
|
+
* storage grid for all storage server
|
|
436
|
+
* exadata infrastructure
|
|
437
|
+
* The same API covers both new discovery and re-discovery cases.
|
|
438
|
+
* For the new discovery case, new managed resources/sub-resources are created or override the existing one.
|
|
439
|
+
* For re-discovery case, the existing managed resources/sub-resources are checked to find out which ones should be added or which one should be
|
|
440
|
+
* removed based on the unique key defined for each resource/sub-resource.
|
|
441
|
+
*
|
|
442
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
443
|
+
* @param DiscoverExternalExadataInfrastructureRequest
|
|
444
|
+
* @return DiscoverExternalExadataInfrastructureResponse
|
|
445
|
+
* @throws OciError when an error occurs
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DiscoverExternalExadataInfrastructure.ts.html |here} to see how to use DiscoverExternalExadataInfrastructure API.
|
|
447
|
+
*/
|
|
448
|
+
discoverExternalExadataInfrastructure(discoverExternalExadataInfrastructureRequest: requests.DiscoverExternalExadataInfrastructureRequest): Promise<responses.DiscoverExternalExadataInfrastructureResponse>;
|
|
334
449
|
/**
|
|
335
450
|
* Drops the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
|
|
336
451
|
*
|
|
@@ -338,7 +453,7 @@ export declare class DbManagementClient {
|
|
|
338
453
|
* @param DropTablespaceRequest
|
|
339
454
|
* @return DropTablespaceResponse
|
|
340
455
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DropTablespace.ts.html |here} to see how to use DropTablespace API.
|
|
342
457
|
*/
|
|
343
458
|
dropTablespace(dropTablespaceRequest: requests.DropTablespaceRequest): Promise<responses.DropTablespaceResponse>;
|
|
344
459
|
/**
|
|
@@ -349,9 +464,23 @@ export declare class DbManagementClient {
|
|
|
349
464
|
* @param EnableExternalDbSystemDatabaseManagementRequest
|
|
350
465
|
* @return EnableExternalDbSystemDatabaseManagementResponse
|
|
351
466
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/EnableExternalDbSystemDatabaseManagement.ts.html |here} to see how to use EnableExternalDbSystemDatabaseManagement API.
|
|
353
468
|
*/
|
|
354
469
|
enableExternalDbSystemDatabaseManagement(enableExternalDbSystemDatabaseManagementRequest: requests.EnableExternalDbSystemDatabaseManagementRequest): Promise<responses.EnableExternalDbSystemDatabaseManagementResponse>;
|
|
470
|
+
/**
|
|
471
|
+
* Enables Database Management service for the exadata infrastructure specified by externalExadataInfrastructureId. It covers the following
|
|
472
|
+
* components
|
|
473
|
+
* Exadata infrastructure
|
|
474
|
+
* Exadata storage grid
|
|
475
|
+
* Exadata storage server
|
|
476
|
+
*
|
|
477
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
478
|
+
* @param EnableExternalExadataInfrastructureManagementRequest
|
|
479
|
+
* @return EnableExternalExadataInfrastructureManagementResponse
|
|
480
|
+
* @throws OciError when an error occurs
|
|
481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/EnableExternalExadataInfrastructureManagement.ts.html |here} to see how to use EnableExternalExadataInfrastructureManagement API.
|
|
482
|
+
*/
|
|
483
|
+
enableExternalExadataInfrastructureManagement(enableExternalExadataInfrastructureManagementRequest: requests.EnableExternalExadataInfrastructureManagementRequest): Promise<responses.EnableExternalExadataInfrastructureManagementResponse>;
|
|
355
484
|
/**
|
|
356
485
|
* Creates an AWR snapshot for the target database.
|
|
357
486
|
*
|
|
@@ -359,7 +488,7 @@ export declare class DbManagementClient {
|
|
|
359
488
|
* @param GenerateAwrSnapshotRequest
|
|
360
489
|
* @return GenerateAwrSnapshotResponse
|
|
361
490
|
* @throws OciError when an error occurs
|
|
362
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GenerateAwrSnapshot.ts.html |here} to see how to use GenerateAwrSnapshot API.
|
|
363
492
|
*/
|
|
364
493
|
generateAwrSnapshot(generateAwrSnapshotRequest: requests.GenerateAwrSnapshotRequest): Promise<responses.GenerateAwrSnapshotResponse>;
|
|
365
494
|
/**
|
|
@@ -369,7 +498,7 @@ export declare class DbManagementClient {
|
|
|
369
498
|
* @param GetAwrDbReportRequest
|
|
370
499
|
* @return GetAwrDbReportResponse
|
|
371
500
|
* @throws OciError when an error occurs
|
|
372
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
373
502
|
*/
|
|
374
503
|
getAwrDbReport(getAwrDbReportRequest: requests.GetAwrDbReportRequest): Promise<responses.GetAwrDbReportResponse>;
|
|
375
504
|
/**
|
|
@@ -379,7 +508,7 @@ export declare class DbManagementClient {
|
|
|
379
508
|
* @param GetAwrDbSqlReportRequest
|
|
380
509
|
* @return GetAwrDbSqlReportResponse
|
|
381
510
|
* @throws OciError when an error occurs
|
|
382
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
383
512
|
*/
|
|
384
513
|
getAwrDbSqlReport(getAwrDbSqlReportRequest: requests.GetAwrDbSqlReportRequest): Promise<responses.GetAwrDbSqlReportResponse>;
|
|
385
514
|
/**
|
|
@@ -391,7 +520,7 @@ export declare class DbManagementClient {
|
|
|
391
520
|
* @param GetClusterCacheMetricRequest
|
|
392
521
|
* @return GetClusterCacheMetricResponse
|
|
393
522
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
395
524
|
*/
|
|
396
525
|
getClusterCacheMetric(getClusterCacheMetricRequest: requests.GetClusterCacheMetricRequest): Promise<responses.GetClusterCacheMetricResponse>;
|
|
397
526
|
/**
|
|
@@ -402,7 +531,7 @@ export declare class DbManagementClient {
|
|
|
402
531
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
403
532
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
404
533
|
* @throws OciError when an error occurs
|
|
405
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
406
535
|
*/
|
|
407
536
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest: requests.GetDatabaseFleetHealthMetricsRequest): Promise<responses.GetDatabaseFleetHealthMetricsResponse>;
|
|
408
537
|
/**
|
|
@@ -411,7 +540,7 @@ export declare class DbManagementClient {
|
|
|
411
540
|
* @param GetDatabaseHomeMetricsRequest
|
|
412
541
|
* @return GetDatabaseHomeMetricsResponse
|
|
413
542
|
* @throws OciError when an error occurs
|
|
414
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
415
544
|
*/
|
|
416
545
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest: requests.GetDatabaseHomeMetricsRequest): Promise<responses.GetDatabaseHomeMetricsResponse>;
|
|
417
546
|
/**
|
|
@@ -420,7 +549,7 @@ export declare class DbManagementClient {
|
|
|
420
549
|
* @param GetDbManagementPrivateEndpointRequest
|
|
421
550
|
* @return GetDbManagementPrivateEndpointResponse
|
|
422
551
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
424
553
|
*/
|
|
425
554
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest: requests.GetDbManagementPrivateEndpointRequest): Promise<responses.GetDbManagementPrivateEndpointResponse>;
|
|
426
555
|
/**
|
|
@@ -430,7 +559,7 @@ export declare class DbManagementClient {
|
|
|
430
559
|
* @param GetExternalAsmRequest
|
|
431
560
|
* @return GetExternalAsmResponse
|
|
432
561
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalAsm.ts.html |here} to see how to use GetExternalAsm API.
|
|
434
563
|
*/
|
|
435
564
|
getExternalAsm(getExternalAsmRequest: requests.GetExternalAsmRequest): Promise<responses.GetExternalAsmResponse>;
|
|
436
565
|
/**
|
|
@@ -440,7 +569,7 @@ export declare class DbManagementClient {
|
|
|
440
569
|
* @param GetExternalAsmConfigurationRequest
|
|
441
570
|
* @return GetExternalAsmConfigurationResponse
|
|
442
571
|
* @throws OciError when an error occurs
|
|
443
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalAsmConfiguration.ts.html |here} to see how to use GetExternalAsmConfiguration API.
|
|
444
573
|
*/
|
|
445
574
|
getExternalAsmConfiguration(getExternalAsmConfigurationRequest: requests.GetExternalAsmConfigurationRequest): Promise<responses.GetExternalAsmConfigurationResponse>;
|
|
446
575
|
/**
|
|
@@ -450,7 +579,7 @@ export declare class DbManagementClient {
|
|
|
450
579
|
* @param GetExternalAsmInstanceRequest
|
|
451
580
|
* @return GetExternalAsmInstanceResponse
|
|
452
581
|
* @throws OciError when an error occurs
|
|
453
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalAsmInstance.ts.html |here} to see how to use GetExternalAsmInstance API.
|
|
454
583
|
*/
|
|
455
584
|
getExternalAsmInstance(getExternalAsmInstanceRequest: requests.GetExternalAsmInstanceRequest): Promise<responses.GetExternalAsmInstanceResponse>;
|
|
456
585
|
/**
|
|
@@ -460,7 +589,7 @@ export declare class DbManagementClient {
|
|
|
460
589
|
* @param GetExternalClusterRequest
|
|
461
590
|
* @return GetExternalClusterResponse
|
|
462
591
|
* @throws OciError when an error occurs
|
|
463
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalCluster.ts.html |here} to see how to use GetExternalCluster API.
|
|
464
593
|
*/
|
|
465
594
|
getExternalCluster(getExternalClusterRequest: requests.GetExternalClusterRequest): Promise<responses.GetExternalClusterResponse>;
|
|
466
595
|
/**
|
|
@@ -470,7 +599,7 @@ export declare class DbManagementClient {
|
|
|
470
599
|
* @param GetExternalClusterInstanceRequest
|
|
471
600
|
* @return GetExternalClusterInstanceResponse
|
|
472
601
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalClusterInstance.ts.html |here} to see how to use GetExternalClusterInstance API.
|
|
474
603
|
*/
|
|
475
604
|
getExternalClusterInstance(getExternalClusterInstanceRequest: requests.GetExternalClusterInstanceRequest): Promise<responses.GetExternalClusterInstanceResponse>;
|
|
476
605
|
/**
|
|
@@ -480,7 +609,7 @@ export declare class DbManagementClient {
|
|
|
480
609
|
* @param GetExternalDbHomeRequest
|
|
481
610
|
* @return GetExternalDbHomeResponse
|
|
482
611
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalDbHome.ts.html |here} to see how to use GetExternalDbHome API.
|
|
484
613
|
*/
|
|
485
614
|
getExternalDbHome(getExternalDbHomeRequest: requests.GetExternalDbHomeRequest): Promise<responses.GetExternalDbHomeResponse>;
|
|
486
615
|
/**
|
|
@@ -490,7 +619,7 @@ export declare class DbManagementClient {
|
|
|
490
619
|
* @param GetExternalDbNodeRequest
|
|
491
620
|
* @return GetExternalDbNodeResponse
|
|
492
621
|
* @throws OciError when an error occurs
|
|
493
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalDbNode.ts.html |here} to see how to use GetExternalDbNode API.
|
|
494
623
|
*/
|
|
495
624
|
getExternalDbNode(getExternalDbNodeRequest: requests.GetExternalDbNodeRequest): Promise<responses.GetExternalDbNodeResponse>;
|
|
496
625
|
/**
|
|
@@ -500,7 +629,7 @@ export declare class DbManagementClient {
|
|
|
500
629
|
* @param GetExternalDbSystemRequest
|
|
501
630
|
* @return GetExternalDbSystemResponse
|
|
502
631
|
* @throws OciError when an error occurs
|
|
503
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalDbSystem.ts.html |here} to see how to use GetExternalDbSystem API.
|
|
504
633
|
*/
|
|
505
634
|
getExternalDbSystem(getExternalDbSystemRequest: requests.GetExternalDbSystemRequest): Promise<responses.GetExternalDbSystemResponse>;
|
|
506
635
|
/**
|
|
@@ -510,7 +639,7 @@ export declare class DbManagementClient {
|
|
|
510
639
|
* @param GetExternalDbSystemConnectorRequest
|
|
511
640
|
* @return GetExternalDbSystemConnectorResponse
|
|
512
641
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalDbSystemConnector.ts.html |here} to see how to use GetExternalDbSystemConnector API.
|
|
514
643
|
*/
|
|
515
644
|
getExternalDbSystemConnector(getExternalDbSystemConnectorRequest: requests.GetExternalDbSystemConnectorRequest): Promise<responses.GetExternalDbSystemConnectorResponse>;
|
|
516
645
|
/**
|
|
@@ -520,9 +649,50 @@ export declare class DbManagementClient {
|
|
|
520
649
|
* @param GetExternalDbSystemDiscoveryRequest
|
|
521
650
|
* @return GetExternalDbSystemDiscoveryResponse
|
|
522
651
|
* @throws OciError when an error occurs
|
|
523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalDbSystemDiscovery.ts.html |here} to see how to use GetExternalDbSystemDiscovery API.
|
|
524
653
|
*/
|
|
525
654
|
getExternalDbSystemDiscovery(getExternalDbSystemDiscoveryRequest: requests.GetExternalDbSystemDiscoveryRequest): Promise<responses.GetExternalDbSystemDiscoveryResponse>;
|
|
655
|
+
/**
|
|
656
|
+
* Gets the details for the the Exadata infrastructure specified by externalExadataInfrastructureId. It includes the database systems and storage grid within the
|
|
657
|
+
* Exadata infrastructure.
|
|
658
|
+
*
|
|
659
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
660
|
+
* @param GetExternalExadataInfrastructureRequest
|
|
661
|
+
* @return GetExternalExadataInfrastructureResponse
|
|
662
|
+
* @throws OciError when an error occurs
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalExadataInfrastructure.ts.html |here} to see how to use GetExternalExadataInfrastructure API.
|
|
664
|
+
*/
|
|
665
|
+
getExternalExadataInfrastructure(getExternalExadataInfrastructureRequest: requests.GetExternalExadataInfrastructureRequest): Promise<responses.GetExternalExadataInfrastructureResponse>;
|
|
666
|
+
/**
|
|
667
|
+
* Gets the details for the storage server connector specified by exadataStorageConnectorId.
|
|
668
|
+
*
|
|
669
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
670
|
+
* @param GetExternalExadataStorageConnectorRequest
|
|
671
|
+
* @return GetExternalExadataStorageConnectorResponse
|
|
672
|
+
* @throws OciError when an error occurs
|
|
673
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalExadataStorageConnector.ts.html |here} to see how to use GetExternalExadataStorageConnector API.
|
|
674
|
+
*/
|
|
675
|
+
getExternalExadataStorageConnector(getExternalExadataStorageConnectorRequest: requests.GetExternalExadataStorageConnectorRequest): Promise<responses.GetExternalExadataStorageConnectorResponse>;
|
|
676
|
+
/**
|
|
677
|
+
* Gets the details for the storage server grid specified by exadataStorageGridId.
|
|
678
|
+
*
|
|
679
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
680
|
+
* @param GetExternalExadataStorageGridRequest
|
|
681
|
+
* @return GetExternalExadataStorageGridResponse
|
|
682
|
+
* @throws OciError when an error occurs
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalExadataStorageGrid.ts.html |here} to see how to use GetExternalExadataStorageGrid API.
|
|
684
|
+
*/
|
|
685
|
+
getExternalExadataStorageGrid(getExternalExadataStorageGridRequest: requests.GetExternalExadataStorageGridRequest): Promise<responses.GetExternalExadataStorageGridResponse>;
|
|
686
|
+
/**
|
|
687
|
+
* Gets the summary for the storage server specified by exadataStorageServerId.
|
|
688
|
+
*
|
|
689
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
690
|
+
* @param GetExternalExadataStorageServerRequest
|
|
691
|
+
* @return GetExternalExadataStorageServerResponse
|
|
692
|
+
* @throws OciError when an error occurs
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalExadataStorageServer.ts.html |here} to see how to use GetExternalExadataStorageServer API.
|
|
694
|
+
*/
|
|
695
|
+
getExternalExadataStorageServer(getExternalExadataStorageServerRequest: requests.GetExternalExadataStorageServerRequest): Promise<responses.GetExternalExadataStorageServerResponse>;
|
|
526
696
|
/**
|
|
527
697
|
* Gets the details for the external listener specified by `externalListenerId`.
|
|
528
698
|
*
|
|
@@ -530,9 +700,19 @@ export declare class DbManagementClient {
|
|
|
530
700
|
* @param GetExternalListenerRequest
|
|
531
701
|
* @return GetExternalListenerResponse
|
|
532
702
|
* @throws OciError when an error occurs
|
|
533
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExternalListener.ts.html |here} to see how to use GetExternalListener API.
|
|
534
704
|
*/
|
|
535
705
|
getExternalListener(getExternalListenerRequest: requests.GetExternalListenerRequest): Promise<responses.GetExternalListenerResponse>;
|
|
706
|
+
/**
|
|
707
|
+
* Get the IORM plan from the specific exadata storage server.
|
|
708
|
+
*
|
|
709
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
710
|
+
* @param GetIormPlanRequest
|
|
711
|
+
* @return GetIormPlanResponse
|
|
712
|
+
* @throws OciError when an error occurs
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetIormPlan.ts.html |here} to see how to use GetIormPlan API.
|
|
714
|
+
*/
|
|
715
|
+
getIormPlan(getIormPlanRequest: requests.GetIormPlanRequest): Promise<responses.GetIormPlanResponse>;
|
|
536
716
|
/**
|
|
537
717
|
* Gets the details for the job specified by jobId.
|
|
538
718
|
*
|
|
@@ -540,7 +720,7 @@ export declare class DbManagementClient {
|
|
|
540
720
|
* @param GetJobRequest
|
|
541
721
|
* @return GetJobResponse
|
|
542
722
|
* @throws OciError when an error occurs
|
|
543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
544
724
|
*/
|
|
545
725
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
546
726
|
/**
|
|
@@ -550,7 +730,7 @@ export declare class DbManagementClient {
|
|
|
550
730
|
* @param GetJobExecutionRequest
|
|
551
731
|
* @return GetJobExecutionResponse
|
|
552
732
|
* @throws OciError when an error occurs
|
|
553
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
554
734
|
*/
|
|
555
735
|
getJobExecution(getJobExecutionRequest: requests.GetJobExecutionRequest): Promise<responses.GetJobExecutionResponse>;
|
|
556
736
|
/**
|
|
@@ -560,7 +740,7 @@ export declare class DbManagementClient {
|
|
|
560
740
|
* @param GetJobRunRequest
|
|
561
741
|
* @return GetJobRunResponse
|
|
562
742
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
564
744
|
*/
|
|
565
745
|
getJobRun(getJobRunRequest: requests.GetJobRunRequest): Promise<responses.GetJobRunResponse>;
|
|
566
746
|
/**
|
|
@@ -570,7 +750,7 @@ export declare class DbManagementClient {
|
|
|
570
750
|
* @param GetManagedDatabaseRequest
|
|
571
751
|
* @return GetManagedDatabaseResponse
|
|
572
752
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
574
754
|
*/
|
|
575
755
|
getManagedDatabase(getManagedDatabaseRequest: requests.GetManagedDatabaseRequest): Promise<responses.GetManagedDatabaseResponse>;
|
|
576
756
|
/**
|
|
@@ -580,9 +760,19 @@ export declare class DbManagementClient {
|
|
|
580
760
|
* @param GetManagedDatabaseGroupRequest
|
|
581
761
|
* @return GetManagedDatabaseGroupResponse
|
|
582
762
|
* @throws OciError when an error occurs
|
|
583
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
584
764
|
*/
|
|
585
765
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest: requests.GetManagedDatabaseGroupRequest): Promise<responses.GetManagedDatabaseGroupResponse>;
|
|
766
|
+
/**
|
|
767
|
+
* Get open alerts from storage server.
|
|
768
|
+
*
|
|
769
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
770
|
+
* @param GetOpenAlertHistoryRequest
|
|
771
|
+
* @return GetOpenAlertHistoryResponse
|
|
772
|
+
* @throws OciError when an error occurs
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetOpenAlertHistory.ts.html |here} to see how to use GetOpenAlertHistory API.
|
|
774
|
+
*/
|
|
775
|
+
getOpenAlertHistory(getOpenAlertHistoryRequest: requests.GetOpenAlertHistoryRequest): Promise<responses.GetOpenAlertHistoryResponse>;
|
|
586
776
|
/**
|
|
587
777
|
* Gets a comprehensive report of the Optimizer Statistics Advisor execution, which includes details of the
|
|
588
778
|
* Managed Database, findings, recommendations, rationale, and examples.
|
|
@@ -591,7 +781,7 @@ export declare class DbManagementClient {
|
|
|
591
781
|
* @param GetOptimizerStatisticsAdvisorExecutionRequest
|
|
592
782
|
* @return GetOptimizerStatisticsAdvisorExecutionResponse
|
|
593
783
|
* @throws OciError when an error occurs
|
|
594
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetOptimizerStatisticsAdvisorExecution.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecution API.
|
|
595
785
|
*/
|
|
596
786
|
getOptimizerStatisticsAdvisorExecution(getOptimizerStatisticsAdvisorExecutionRequest: requests.GetOptimizerStatisticsAdvisorExecutionRequest): Promise<responses.GetOptimizerStatisticsAdvisorExecutionResponse>;
|
|
597
787
|
/**
|
|
@@ -600,7 +790,7 @@ export declare class DbManagementClient {
|
|
|
600
790
|
* @param GetOptimizerStatisticsAdvisorExecutionScriptRequest
|
|
601
791
|
* @return GetOptimizerStatisticsAdvisorExecutionScriptResponse
|
|
602
792
|
* @throws OciError when an error occurs
|
|
603
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetOptimizerStatisticsAdvisorExecutionScript.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecutionScript API.
|
|
604
794
|
*/
|
|
605
795
|
getOptimizerStatisticsAdvisorExecutionScript(getOptimizerStatisticsAdvisorExecutionScriptRequest: requests.GetOptimizerStatisticsAdvisorExecutionScriptRequest): Promise<responses.GetOptimizerStatisticsAdvisorExecutionScriptResponse>;
|
|
606
796
|
/**
|
|
@@ -609,7 +799,7 @@ export declare class DbManagementClient {
|
|
|
609
799
|
* @param GetOptimizerStatisticsCollectionOperationRequest
|
|
610
800
|
* @return GetOptimizerStatisticsCollectionOperationResponse
|
|
611
801
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
802
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetOptimizerStatisticsCollectionOperation.ts.html |here} to see how to use GetOptimizerStatisticsCollectionOperation API.
|
|
613
803
|
*/
|
|
614
804
|
getOptimizerStatisticsCollectionOperation(getOptimizerStatisticsCollectionOperationRequest: requests.GetOptimizerStatisticsCollectionOperationRequest): Promise<responses.GetOptimizerStatisticsCollectionOperationResponse>;
|
|
615
805
|
/**
|
|
@@ -622,7 +812,7 @@ export declare class DbManagementClient {
|
|
|
622
812
|
* @param GetPdbMetricsRequest
|
|
623
813
|
* @return GetPdbMetricsResponse
|
|
624
814
|
* @throws OciError when an error occurs
|
|
625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
815
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
626
816
|
*/
|
|
627
817
|
getPdbMetrics(getPdbMetricsRequest: requests.GetPdbMetricsRequest): Promise<responses.GetPdbMetricsResponse>;
|
|
628
818
|
/**
|
|
@@ -632,7 +822,7 @@ export declare class DbManagementClient {
|
|
|
632
822
|
* @param GetPreferredCredentialRequest
|
|
633
823
|
* @return GetPreferredCredentialResponse
|
|
634
824
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetPreferredCredential.ts.html |here} to see how to use GetPreferredCredential API.
|
|
636
826
|
*/
|
|
637
827
|
getPreferredCredential(getPreferredCredentialRequest: requests.GetPreferredCredentialRequest): Promise<responses.GetPreferredCredentialResponse>;
|
|
638
828
|
/**
|
|
@@ -642,9 +832,19 @@ export declare class DbManagementClient {
|
|
|
642
832
|
* @param GetTablespaceRequest
|
|
643
833
|
* @return GetTablespaceResponse
|
|
644
834
|
* @throws OciError when an error occurs
|
|
645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetTablespace.ts.html |here} to see how to use GetTablespace API.
|
|
646
836
|
*/
|
|
647
837
|
getTablespace(getTablespaceRequest: requests.GetTablespaceRequest): Promise<responses.GetTablespaceResponse>;
|
|
838
|
+
/**
|
|
839
|
+
* Get SQL ID with top cpu activity from storage server.
|
|
840
|
+
*
|
|
841
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
842
|
+
* @param GetTopSqlCpuActivityRequest
|
|
843
|
+
* @return GetTopSqlCpuActivityResponse
|
|
844
|
+
* @throws OciError when an error occurs
|
|
845
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetTopSqlCpuActivity.ts.html |here} to see how to use GetTopSqlCpuActivity API.
|
|
846
|
+
*/
|
|
847
|
+
getTopSqlCpuActivity(getTopSqlCpuActivityRequest: requests.GetTopSqlCpuActivityRequest): Promise<responses.GetTopSqlCpuActivityResponse>;
|
|
648
848
|
/**
|
|
649
849
|
* Gets the details of the user specified by managedDatabaseId and userName.
|
|
650
850
|
*
|
|
@@ -652,7 +852,7 @@ export declare class DbManagementClient {
|
|
|
652
852
|
* @param GetUserRequest
|
|
653
853
|
* @return GetUserResponse
|
|
654
854
|
* @throws OciError when an error occurs
|
|
655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetUser.ts.html |here} to see how to use GetUser API.
|
|
656
856
|
*/
|
|
657
857
|
getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
|
|
658
858
|
/**
|
|
@@ -661,7 +861,7 @@ export declare class DbManagementClient {
|
|
|
661
861
|
* @param GetWorkRequestRequest
|
|
662
862
|
* @return GetWorkRequestResponse
|
|
663
863
|
* @throws OciError when an error occurs
|
|
664
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
665
865
|
*/
|
|
666
866
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
667
867
|
/**
|
|
@@ -670,7 +870,7 @@ export declare class DbManagementClient {
|
|
|
670
870
|
* @param ImplementOptimizerStatisticsAdvisorRecommendationsRequest
|
|
671
871
|
* @return ImplementOptimizerStatisticsAdvisorRecommendationsResponse
|
|
672
872
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ImplementOptimizerStatisticsAdvisorRecommendations.ts.html |here} to see how to use ImplementOptimizerStatisticsAdvisorRecommendations API.
|
|
674
874
|
*/
|
|
675
875
|
implementOptimizerStatisticsAdvisorRecommendations(implementOptimizerStatisticsAdvisorRecommendationsRequest: requests.ImplementOptimizerStatisticsAdvisorRecommendationsRequest): Promise<responses.ImplementOptimizerStatisticsAdvisorRecommendationsResponse>;
|
|
676
876
|
/**
|
|
@@ -679,7 +879,7 @@ export declare class DbManagementClient {
|
|
|
679
879
|
* @param ListAsmPropertiesRequest
|
|
680
880
|
* @return ListAsmPropertiesResponse
|
|
681
881
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
882
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListAsmProperties.ts.html |here} to see how to use ListAsmProperties API.
|
|
683
883
|
*/
|
|
684
884
|
listAsmProperties(listAsmPropertiesRequest: requests.ListAsmPropertiesRequest): Promise<responses.ListAsmPropertiesResponse>;
|
|
685
885
|
/**
|
|
@@ -688,7 +888,7 @@ export declare class DbManagementClient {
|
|
|
688
888
|
* @param ListAssociatedDatabasesRequest
|
|
689
889
|
* @return ListAssociatedDatabasesResponse
|
|
690
890
|
* @throws OciError when an error occurs
|
|
691
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
692
892
|
*/
|
|
693
893
|
listAssociatedDatabases(listAssociatedDatabasesRequest: requests.ListAssociatedDatabasesRequest): Promise<responses.ListAssociatedDatabasesResponse>;
|
|
694
894
|
/**
|
|
@@ -698,7 +898,7 @@ export declare class DbManagementClient {
|
|
|
698
898
|
* @param ListAwrDbSnapshotsRequest
|
|
699
899
|
* @return ListAwrDbSnapshotsResponse
|
|
700
900
|
* @throws OciError when an error occurs
|
|
701
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
901
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
702
902
|
*/
|
|
703
903
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest: requests.ListAwrDbSnapshotsRequest): Promise<responses.ListAwrDbSnapshotsResponse>;
|
|
704
904
|
/**
|
|
@@ -708,7 +908,7 @@ export declare class DbManagementClient {
|
|
|
708
908
|
* @param ListAwrDbsRequest
|
|
709
909
|
* @return ListAwrDbsResponse
|
|
710
910
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
911
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
712
912
|
*/
|
|
713
913
|
listAwrDbs(listAwrDbsRequest: requests.ListAwrDbsRequest): Promise<responses.ListAwrDbsResponse>;
|
|
714
914
|
/**
|
|
@@ -717,7 +917,7 @@ export declare class DbManagementClient {
|
|
|
717
917
|
* @param ListConsumerGroupPrivilegesRequest
|
|
718
918
|
* @return ListConsumerGroupPrivilegesResponse
|
|
719
919
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListConsumerGroupPrivileges.ts.html |here} to see how to use ListConsumerGroupPrivileges API.
|
|
721
921
|
*/
|
|
722
922
|
listConsumerGroupPrivileges(listConsumerGroupPrivilegesRequest: requests.ListConsumerGroupPrivilegesRequest): Promise<responses.ListConsumerGroupPrivilegesResponse>;
|
|
723
923
|
/**
|
|
@@ -726,7 +926,7 @@ export declare class DbManagementClient {
|
|
|
726
926
|
* @param ListDataAccessContainersRequest
|
|
727
927
|
* @return ListDataAccessContainersResponse
|
|
728
928
|
* @throws OciError when an error occurs
|
|
729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListDataAccessContainers.ts.html |here} to see how to use ListDataAccessContainers API.
|
|
730
930
|
*/
|
|
731
931
|
listDataAccessContainers(listDataAccessContainersRequest: requests.ListDataAccessContainersRequest): Promise<responses.ListDataAccessContainersResponse>;
|
|
732
932
|
/**
|
|
@@ -736,7 +936,7 @@ export declare class DbManagementClient {
|
|
|
736
936
|
* @param ListDatabaseParametersRequest
|
|
737
937
|
* @return ListDatabaseParametersResponse
|
|
738
938
|
* @throws OciError when an error occurs
|
|
739
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
939
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
740
940
|
*/
|
|
741
941
|
listDatabaseParameters(listDatabaseParametersRequest: requests.ListDatabaseParametersRequest): Promise<responses.ListDatabaseParametersResponse>;
|
|
742
942
|
/**
|
|
@@ -746,7 +946,7 @@ export declare class DbManagementClient {
|
|
|
746
946
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
747
947
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
748
948
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
750
950
|
*/
|
|
751
951
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest: requests.ListDbManagementPrivateEndpointsRequest): Promise<responses.ListDbManagementPrivateEndpointsResponse>;
|
|
752
952
|
/**
|
|
@@ -756,7 +956,7 @@ export declare class DbManagementClient {
|
|
|
756
956
|
* @param ListExternalAsmDiskGroupsRequest
|
|
757
957
|
* @return ListExternalAsmDiskGroupsResponse
|
|
758
958
|
* @throws OciError when an error occurs
|
|
759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
959
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalAsmDiskGroups.ts.html |here} to see how to use ListExternalAsmDiskGroups API.
|
|
760
960
|
*/
|
|
761
961
|
listExternalAsmDiskGroups(listExternalAsmDiskGroupsRequest: requests.ListExternalAsmDiskGroupsRequest): Promise<responses.ListExternalAsmDiskGroupsResponse>;
|
|
762
962
|
/**
|
|
@@ -765,7 +965,7 @@ export declare class DbManagementClient {
|
|
|
765
965
|
* @param ListExternalAsmInstancesRequest
|
|
766
966
|
* @return ListExternalAsmInstancesResponse
|
|
767
967
|
* @throws OciError when an error occurs
|
|
768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
968
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalAsmInstances.ts.html |here} to see how to use ListExternalAsmInstances API.
|
|
769
969
|
*/
|
|
770
970
|
listExternalAsmInstances(listExternalAsmInstancesRequest: requests.ListExternalAsmInstancesRequest): Promise<responses.ListExternalAsmInstancesResponse>;
|
|
771
971
|
/**
|
|
@@ -775,7 +975,7 @@ export declare class DbManagementClient {
|
|
|
775
975
|
* @param ListExternalAsmUsersRequest
|
|
776
976
|
* @return ListExternalAsmUsersResponse
|
|
777
977
|
* @throws OciError when an error occurs
|
|
778
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalAsmUsers.ts.html |here} to see how to use ListExternalAsmUsers API.
|
|
779
979
|
*/
|
|
780
980
|
listExternalAsmUsers(listExternalAsmUsersRequest: requests.ListExternalAsmUsersRequest): Promise<responses.ListExternalAsmUsersResponse>;
|
|
781
981
|
/**
|
|
@@ -784,7 +984,7 @@ export declare class DbManagementClient {
|
|
|
784
984
|
* @param ListExternalAsmsRequest
|
|
785
985
|
* @return ListExternalAsmsResponse
|
|
786
986
|
* @throws OciError when an error occurs
|
|
787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalAsms.ts.html |here} to see how to use ListExternalAsms API.
|
|
788
988
|
*/
|
|
789
989
|
listExternalAsms(listExternalAsmsRequest: requests.ListExternalAsmsRequest): Promise<responses.ListExternalAsmsResponse>;
|
|
790
990
|
/**
|
|
@@ -793,7 +993,7 @@ export declare class DbManagementClient {
|
|
|
793
993
|
* @param ListExternalClusterInstancesRequest
|
|
794
994
|
* @return ListExternalClusterInstancesResponse
|
|
795
995
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
996
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalClusterInstances.ts.html |here} to see how to use ListExternalClusterInstances API.
|
|
797
997
|
*/
|
|
798
998
|
listExternalClusterInstances(listExternalClusterInstancesRequest: requests.ListExternalClusterInstancesRequest): Promise<responses.ListExternalClusterInstancesResponse>;
|
|
799
999
|
/**
|
|
@@ -802,7 +1002,7 @@ export declare class DbManagementClient {
|
|
|
802
1002
|
* @param ListExternalClustersRequest
|
|
803
1003
|
* @return ListExternalClustersResponse
|
|
804
1004
|
* @throws OciError when an error occurs
|
|
805
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1005
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalClusters.ts.html |here} to see how to use ListExternalClusters API.
|
|
806
1006
|
*/
|
|
807
1007
|
listExternalClusters(listExternalClustersRequest: requests.ListExternalClustersRequest): Promise<responses.ListExternalClustersResponse>;
|
|
808
1008
|
/**
|
|
@@ -811,7 +1011,7 @@ export declare class DbManagementClient {
|
|
|
811
1011
|
* @param ListExternalDatabasesRequest
|
|
812
1012
|
* @return ListExternalDatabasesResponse
|
|
813
1013
|
* @throws OciError when an error occurs
|
|
814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1014
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalDatabases.ts.html |here} to see how to use ListExternalDatabases API.
|
|
815
1015
|
*/
|
|
816
1016
|
listExternalDatabases(listExternalDatabasesRequest: requests.ListExternalDatabasesRequest): Promise<responses.ListExternalDatabasesResponse>;
|
|
817
1017
|
/**
|
|
@@ -820,7 +1020,7 @@ export declare class DbManagementClient {
|
|
|
820
1020
|
* @param ListExternalDbHomesRequest
|
|
821
1021
|
* @return ListExternalDbHomesResponse
|
|
822
1022
|
* @throws OciError when an error occurs
|
|
823
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1023
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalDbHomes.ts.html |here} to see how to use ListExternalDbHomes API.
|
|
824
1024
|
*/
|
|
825
1025
|
listExternalDbHomes(listExternalDbHomesRequest: requests.ListExternalDbHomesRequest): Promise<responses.ListExternalDbHomesResponse>;
|
|
826
1026
|
/**
|
|
@@ -829,7 +1029,7 @@ export declare class DbManagementClient {
|
|
|
829
1029
|
* @param ListExternalDbNodesRequest
|
|
830
1030
|
* @return ListExternalDbNodesResponse
|
|
831
1031
|
* @throws OciError when an error occurs
|
|
832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1032
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalDbNodes.ts.html |here} to see how to use ListExternalDbNodes API.
|
|
833
1033
|
*/
|
|
834
1034
|
listExternalDbNodes(listExternalDbNodesRequest: requests.ListExternalDbNodesRequest): Promise<responses.ListExternalDbNodesResponse>;
|
|
835
1035
|
/**
|
|
@@ -838,7 +1038,7 @@ export declare class DbManagementClient {
|
|
|
838
1038
|
* @param ListExternalDbSystemConnectorsRequest
|
|
839
1039
|
* @return ListExternalDbSystemConnectorsResponse
|
|
840
1040
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalDbSystemConnectors.ts.html |here} to see how to use ListExternalDbSystemConnectors API.
|
|
842
1042
|
*/
|
|
843
1043
|
listExternalDbSystemConnectors(listExternalDbSystemConnectorsRequest: requests.ListExternalDbSystemConnectorsRequest): Promise<responses.ListExternalDbSystemConnectorsResponse>;
|
|
844
1044
|
/**
|
|
@@ -847,7 +1047,7 @@ export declare class DbManagementClient {
|
|
|
847
1047
|
* @param ListExternalDbSystemDiscoveriesRequest
|
|
848
1048
|
* @return ListExternalDbSystemDiscoveriesResponse
|
|
849
1049
|
* @throws OciError when an error occurs
|
|
850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalDbSystemDiscoveries.ts.html |here} to see how to use ListExternalDbSystemDiscoveries API.
|
|
851
1051
|
*/
|
|
852
1052
|
listExternalDbSystemDiscoveries(listExternalDbSystemDiscoveriesRequest: requests.ListExternalDbSystemDiscoveriesRequest): Promise<responses.ListExternalDbSystemDiscoveriesResponse>;
|
|
853
1053
|
/**
|
|
@@ -856,9 +1056,39 @@ export declare class DbManagementClient {
|
|
|
856
1056
|
* @param ListExternalDbSystemsRequest
|
|
857
1057
|
* @return ListExternalDbSystemsResponse
|
|
858
1058
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1059
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalDbSystems.ts.html |here} to see how to use ListExternalDbSystems API.
|
|
860
1060
|
*/
|
|
861
1061
|
listExternalDbSystems(listExternalDbSystemsRequest: requests.ListExternalDbSystemsRequest): Promise<responses.ListExternalDbSystemsResponse>;
|
|
1062
|
+
/**
|
|
1063
|
+
* Lists the Exadata infrastructures for a specific compartment.
|
|
1064
|
+
*
|
|
1065
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1066
|
+
* @param ListExternalExadataInfrastructuresRequest
|
|
1067
|
+
* @return ListExternalExadataInfrastructuresResponse
|
|
1068
|
+
* @throws OciError when an error occurs
|
|
1069
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalExadataInfrastructures.ts.html |here} to see how to use ListExternalExadataInfrastructures API.
|
|
1070
|
+
*/
|
|
1071
|
+
listExternalExadataInfrastructures(listExternalExadataInfrastructuresRequest: requests.ListExternalExadataInfrastructuresRequest): Promise<responses.ListExternalExadataInfrastructuresResponse>;
|
|
1072
|
+
/**
|
|
1073
|
+
* Lists the connectors for the specific Exadata infrastructures.
|
|
1074
|
+
*
|
|
1075
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1076
|
+
* @param ListExternalExadataStorageConnectorsRequest
|
|
1077
|
+
* @return ListExternalExadataStorageConnectorsResponse
|
|
1078
|
+
* @throws OciError when an error occurs
|
|
1079
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalExadataStorageConnectors.ts.html |here} to see how to use ListExternalExadataStorageConnectors API.
|
|
1080
|
+
*/
|
|
1081
|
+
listExternalExadataStorageConnectors(listExternalExadataStorageConnectorsRequest: requests.ListExternalExadataStorageConnectorsRequest): Promise<responses.ListExternalExadataStorageConnectorsResponse>;
|
|
1082
|
+
/**
|
|
1083
|
+
* Lists all the storage servers for the exadata infrastructure or storage grid.
|
|
1084
|
+
*
|
|
1085
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1086
|
+
* @param ListExternalExadataStorageServersRequest
|
|
1087
|
+
* @return ListExternalExadataStorageServersResponse
|
|
1088
|
+
* @throws OciError when an error occurs
|
|
1089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalExadataStorageServers.ts.html |here} to see how to use ListExternalExadataStorageServers API.
|
|
1090
|
+
*/
|
|
1091
|
+
listExternalExadataStorageServers(listExternalExadataStorageServersRequest: requests.ListExternalExadataStorageServersRequest): Promise<responses.ListExternalExadataStorageServersResponse>;
|
|
862
1092
|
/**
|
|
863
1093
|
* Lists the database services registered with the specified external listener
|
|
864
1094
|
* for the specified Managed Database.
|
|
@@ -867,7 +1097,7 @@ export declare class DbManagementClient {
|
|
|
867
1097
|
* @param ListExternalListenerServicesRequest
|
|
868
1098
|
* @return ListExternalListenerServicesResponse
|
|
869
1099
|
* @throws OciError when an error occurs
|
|
870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalListenerServices.ts.html |here} to see how to use ListExternalListenerServices API.
|
|
871
1101
|
*/
|
|
872
1102
|
listExternalListenerServices(listExternalListenerServicesRequest: requests.ListExternalListenerServicesRequest): Promise<responses.ListExternalListenerServicesResponse>;
|
|
873
1103
|
/**
|
|
@@ -876,7 +1106,7 @@ export declare class DbManagementClient {
|
|
|
876
1106
|
* @param ListExternalListenersRequest
|
|
877
1107
|
* @return ListExternalListenersResponse
|
|
878
1108
|
* @throws OciError when an error occurs
|
|
879
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1109
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListExternalListeners.ts.html |here} to see how to use ListExternalListeners API.
|
|
880
1110
|
*/
|
|
881
1111
|
listExternalListeners(listExternalListenersRequest: requests.ListExternalListenersRequest): Promise<responses.ListExternalListenersResponse>;
|
|
882
1112
|
/**
|
|
@@ -889,7 +1119,7 @@ export declare class DbManagementClient {
|
|
|
889
1119
|
* @param ListJobExecutionsRequest
|
|
890
1120
|
* @return ListJobExecutionsResponse
|
|
891
1121
|
* @throws OciError when an error occurs
|
|
892
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
893
1123
|
*/
|
|
894
1124
|
listJobExecutions(listJobExecutionsRequest: requests.ListJobExecutionsRequest): Promise<responses.ListJobExecutionsResponse>;
|
|
895
1125
|
/**
|
|
@@ -902,7 +1132,7 @@ export declare class DbManagementClient {
|
|
|
902
1132
|
* @param ListJobRunsRequest
|
|
903
1133
|
* @return ListJobRunsResponse
|
|
904
1134
|
* @throws OciError when an error occurs
|
|
905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
906
1136
|
*/
|
|
907
1137
|
listJobRuns(listJobRunsRequest: requests.ListJobRunsRequest): Promise<responses.ListJobRunsResponse>;
|
|
908
1138
|
/**
|
|
@@ -915,7 +1145,7 @@ export declare class DbManagementClient {
|
|
|
915
1145
|
* @param ListJobsRequest
|
|
916
1146
|
* @return ListJobsResponse
|
|
917
1147
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
919
1149
|
*/
|
|
920
1150
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
921
1151
|
/**
|
|
@@ -928,7 +1158,7 @@ export declare class DbManagementClient {
|
|
|
928
1158
|
* @param ListManagedDatabaseGroupsRequest
|
|
929
1159
|
* @return ListManagedDatabaseGroupsResponse
|
|
930
1160
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1161
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
932
1162
|
*/
|
|
933
1163
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest: requests.ListManagedDatabaseGroupsRequest): Promise<responses.ListManagedDatabaseGroupsResponse>;
|
|
934
1164
|
/**
|
|
@@ -943,7 +1173,7 @@ export declare class DbManagementClient {
|
|
|
943
1173
|
* @param ListManagedDatabasesRequest
|
|
944
1174
|
* @return ListManagedDatabasesResponse
|
|
945
1175
|
* @throws OciError when an error occurs
|
|
946
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
947
1177
|
*/
|
|
948
1178
|
listManagedDatabases(listManagedDatabasesRequest: requests.ListManagedDatabasesRequest): Promise<responses.ListManagedDatabasesResponse>;
|
|
949
1179
|
/**
|
|
@@ -952,7 +1182,7 @@ export declare class DbManagementClient {
|
|
|
952
1182
|
* @param ListObjectPrivilegesRequest
|
|
953
1183
|
* @return ListObjectPrivilegesResponse
|
|
954
1184
|
* @throws OciError when an error occurs
|
|
955
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListObjectPrivileges.ts.html |here} to see how to use ListObjectPrivileges API.
|
|
956
1186
|
*/
|
|
957
1187
|
listObjectPrivileges(listObjectPrivilegesRequest: requests.ListObjectPrivilegesRequest): Promise<responses.ListObjectPrivilegesResponse>;
|
|
958
1188
|
/**
|
|
@@ -964,7 +1194,7 @@ export declare class DbManagementClient {
|
|
|
964
1194
|
* @param ListOptimizerStatisticsAdvisorExecutionsRequest
|
|
965
1195
|
* @return ListOptimizerStatisticsAdvisorExecutionsResponse
|
|
966
1196
|
* @throws OciError when an error occurs
|
|
967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListOptimizerStatisticsAdvisorExecutions.ts.html |here} to see how to use ListOptimizerStatisticsAdvisorExecutions API.
|
|
968
1198
|
*/
|
|
969
1199
|
listOptimizerStatisticsAdvisorExecutions(listOptimizerStatisticsAdvisorExecutionsRequest: requests.ListOptimizerStatisticsAdvisorExecutionsRequest): Promise<responses.ListOptimizerStatisticsAdvisorExecutionsResponse>;
|
|
970
1200
|
/**
|
|
@@ -979,7 +1209,7 @@ export declare class DbManagementClient {
|
|
|
979
1209
|
* @param ListOptimizerStatisticsCollectionAggregationsRequest
|
|
980
1210
|
* @return ListOptimizerStatisticsCollectionAggregationsResponse
|
|
981
1211
|
* @throws OciError when an error occurs
|
|
982
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListOptimizerStatisticsCollectionAggregations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionAggregations API.
|
|
983
1213
|
*/
|
|
984
1214
|
listOptimizerStatisticsCollectionAggregations(listOptimizerStatisticsCollectionAggregationsRequest: requests.ListOptimizerStatisticsCollectionAggregationsRequest): Promise<responses.ListOptimizerStatisticsCollectionAggregationsResponse>;
|
|
985
1215
|
/**
|
|
@@ -995,7 +1225,7 @@ export declare class DbManagementClient {
|
|
|
995
1225
|
* @param ListOptimizerStatisticsCollectionOperationsRequest
|
|
996
1226
|
* @return ListOptimizerStatisticsCollectionOperationsResponse
|
|
997
1227
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1228
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListOptimizerStatisticsCollectionOperations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionOperations API.
|
|
999
1229
|
*/
|
|
1000
1230
|
listOptimizerStatisticsCollectionOperations(listOptimizerStatisticsCollectionOperationsRequest: requests.ListOptimizerStatisticsCollectionOperationsRequest): Promise<responses.ListOptimizerStatisticsCollectionOperationsResponse>;
|
|
1001
1231
|
/**
|
|
@@ -1005,7 +1235,7 @@ export declare class DbManagementClient {
|
|
|
1005
1235
|
* @param ListPreferredCredentialsRequest
|
|
1006
1236
|
* @return ListPreferredCredentialsResponse
|
|
1007
1237
|
* @throws OciError when an error occurs
|
|
1008
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListPreferredCredentials.ts.html |here} to see how to use ListPreferredCredentials API.
|
|
1009
1239
|
*/
|
|
1010
1240
|
listPreferredCredentials(listPreferredCredentialsRequest: requests.ListPreferredCredentialsRequest): Promise<responses.ListPreferredCredentialsResponse>;
|
|
1011
1241
|
/**
|
|
@@ -1014,7 +1244,7 @@ export declare class DbManagementClient {
|
|
|
1014
1244
|
* @param ListProxiedForUsersRequest
|
|
1015
1245
|
* @return ListProxiedForUsersResponse
|
|
1016
1246
|
* @throws OciError when an error occurs
|
|
1017
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListProxiedForUsers.ts.html |here} to see how to use ListProxiedForUsers API.
|
|
1018
1248
|
*/
|
|
1019
1249
|
listProxiedForUsers(listProxiedForUsersRequest: requests.ListProxiedForUsersRequest): Promise<responses.ListProxiedForUsersResponse>;
|
|
1020
1250
|
/**
|
|
@@ -1023,7 +1253,7 @@ export declare class DbManagementClient {
|
|
|
1023
1253
|
* @param ListProxyUsersRequest
|
|
1024
1254
|
* @return ListProxyUsersResponse
|
|
1025
1255
|
* @throws OciError when an error occurs
|
|
1026
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListProxyUsers.ts.html |here} to see how to use ListProxyUsers API.
|
|
1027
1257
|
*/
|
|
1028
1258
|
listProxyUsers(listProxyUsersRequest: requests.ListProxyUsersRequest): Promise<responses.ListProxyUsersResponse>;
|
|
1029
1259
|
/**
|
|
@@ -1032,7 +1262,7 @@ export declare class DbManagementClient {
|
|
|
1032
1262
|
* @param ListRolesRequest
|
|
1033
1263
|
* @return ListRolesResponse
|
|
1034
1264
|
* @throws OciError when an error occurs
|
|
1035
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListRoles.ts.html |here} to see how to use ListRoles API.
|
|
1036
1266
|
*/
|
|
1037
1267
|
listRoles(listRolesRequest: requests.ListRolesRequest): Promise<responses.ListRolesResponse>;
|
|
1038
1268
|
/**
|
|
@@ -1041,7 +1271,7 @@ export declare class DbManagementClient {
|
|
|
1041
1271
|
* @param ListSystemPrivilegesRequest
|
|
1042
1272
|
* @return ListSystemPrivilegesResponse
|
|
1043
1273
|
* @throws OciError when an error occurs
|
|
1044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1274
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListSystemPrivileges.ts.html |here} to see how to use ListSystemPrivileges API.
|
|
1045
1275
|
*/
|
|
1046
1276
|
listSystemPrivileges(listSystemPrivilegesRequest: requests.ListSystemPrivilegesRequest): Promise<responses.ListSystemPrivilegesResponse>;
|
|
1047
1277
|
/**
|
|
@@ -1052,7 +1282,7 @@ export declare class DbManagementClient {
|
|
|
1052
1282
|
* @param ListTableStatisticsRequest
|
|
1053
1283
|
* @return ListTableStatisticsResponse
|
|
1054
1284
|
* @throws OciError when an error occurs
|
|
1055
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListTableStatistics.ts.html |here} to see how to use ListTableStatistics API.
|
|
1056
1286
|
*/
|
|
1057
1287
|
listTableStatistics(listTableStatisticsRequest: requests.ListTableStatisticsRequest): Promise<responses.ListTableStatisticsResponse>;
|
|
1058
1288
|
/**
|
|
@@ -1061,7 +1291,7 @@ export declare class DbManagementClient {
|
|
|
1061
1291
|
* @param ListTablespacesRequest
|
|
1062
1292
|
* @return ListTablespacesResponse
|
|
1063
1293
|
* @throws OciError when an error occurs
|
|
1064
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
1065
1295
|
*/
|
|
1066
1296
|
listTablespaces(listTablespacesRequest: requests.ListTablespacesRequest): Promise<responses.ListTablespacesResponse>;
|
|
1067
1297
|
/**
|
|
@@ -1070,7 +1300,7 @@ export declare class DbManagementClient {
|
|
|
1070
1300
|
* @param ListUsersRequest
|
|
1071
1301
|
* @return ListUsersResponse
|
|
1072
1302
|
* @throws OciError when an error occurs
|
|
1073
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
1074
1304
|
*/
|
|
1075
1305
|
listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
|
|
1076
1306
|
/**
|
|
@@ -1080,7 +1310,7 @@ export declare class DbManagementClient {
|
|
|
1080
1310
|
* @param ListWorkRequestErrorsRequest
|
|
1081
1311
|
* @return ListWorkRequestErrorsResponse
|
|
1082
1312
|
* @throws OciError when an error occurs
|
|
1083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1084
1314
|
*/
|
|
1085
1315
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1086
1316
|
/**
|
|
@@ -1090,7 +1320,7 @@ export declare class DbManagementClient {
|
|
|
1090
1320
|
* @param ListWorkRequestLogsRequest
|
|
1091
1321
|
* @return ListWorkRequestLogsResponse
|
|
1092
1322
|
* @throws OciError when an error occurs
|
|
1093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1323
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1094
1324
|
*/
|
|
1095
1325
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1096
1326
|
/**
|
|
@@ -1100,7 +1330,7 @@ export declare class DbManagementClient {
|
|
|
1100
1330
|
* @param ListWorkRequestsRequest
|
|
1101
1331
|
* @return ListWorkRequestsResponse
|
|
1102
1332
|
* @throws OciError when an error occurs
|
|
1103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1104
1334
|
*/
|
|
1105
1335
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1106
1336
|
/**
|
|
@@ -1110,7 +1340,7 @@ export declare class DbManagementClient {
|
|
|
1110
1340
|
* @param PatchExternalDbSystemDiscoveryRequest
|
|
1111
1341
|
* @return PatchExternalDbSystemDiscoveryResponse
|
|
1112
1342
|
* @throws OciError when an error occurs
|
|
1113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/PatchExternalDbSystemDiscovery.ts.html |here} to see how to use PatchExternalDbSystemDiscovery API.
|
|
1114
1344
|
*/
|
|
1115
1345
|
patchExternalDbSystemDiscovery(patchExternalDbSystemDiscoveryRequest: requests.PatchExternalDbSystemDiscoveryRequest): Promise<responses.PatchExternalDbSystemDiscoveryResponse>;
|
|
1116
1346
|
/**
|
|
@@ -1120,7 +1350,7 @@ export declare class DbManagementClient {
|
|
|
1120
1350
|
* @param RemoveDataFileRequest
|
|
1121
1351
|
* @return RemoveDataFileResponse
|
|
1122
1352
|
* @throws OciError when an error occurs
|
|
1123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/RemoveDataFile.ts.html |here} to see how to use RemoveDataFile API.
|
|
1124
1354
|
*/
|
|
1125
1355
|
removeDataFile(removeDataFileRequest: requests.RemoveDataFileRequest): Promise<responses.RemoveDataFileResponse>;
|
|
1126
1356
|
/**
|
|
@@ -1133,7 +1363,7 @@ export declare class DbManagementClient {
|
|
|
1133
1363
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
1134
1364
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
1135
1365
|
* @throws OciError when an error occurs
|
|
1136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
1137
1367
|
*/
|
|
1138
1368
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest: requests.RemoveManagedDatabaseFromManagedDatabaseGroupRequest): Promise<responses.RemoveManagedDatabaseFromManagedDatabaseGroupResponse>;
|
|
1139
1369
|
/**
|
|
@@ -1143,7 +1373,7 @@ export declare class DbManagementClient {
|
|
|
1143
1373
|
* @param ResetDatabaseParametersRequest
|
|
1144
1374
|
* @return ResetDatabaseParametersResponse
|
|
1145
1375
|
* @throws OciError when an error occurs
|
|
1146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
1147
1377
|
*/
|
|
1148
1378
|
resetDatabaseParameters(resetDatabaseParametersRequest: requests.ResetDatabaseParametersRequest): Promise<responses.ResetDatabaseParametersResponse>;
|
|
1149
1379
|
/**
|
|
@@ -1153,7 +1383,7 @@ export declare class DbManagementClient {
|
|
|
1153
1383
|
* @param ResizeDataFileRequest
|
|
1154
1384
|
* @return ResizeDataFileResponse
|
|
1155
1385
|
* @throws OciError when an error occurs
|
|
1156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ResizeDataFile.ts.html |here} to see how to use ResizeDataFile API.
|
|
1157
1387
|
*/
|
|
1158
1388
|
resizeDataFile(resizeDataFileRequest: requests.ResizeDataFileRequest): Promise<responses.ResizeDataFileResponse>;
|
|
1159
1389
|
/**
|
|
@@ -1164,7 +1394,7 @@ export declare class DbManagementClient {
|
|
|
1164
1394
|
* @param RunHistoricAddmRequest
|
|
1165
1395
|
* @return RunHistoricAddmResponse
|
|
1166
1396
|
* @throws OciError when an error occurs
|
|
1167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/RunHistoricAddm.ts.html |here} to see how to use RunHistoricAddm API.
|
|
1168
1398
|
*/
|
|
1169
1399
|
runHistoricAddm(runHistoricAddmRequest: requests.RunHistoricAddmRequest): Promise<responses.RunHistoricAddmResponse>;
|
|
1170
1400
|
/**
|
|
@@ -1174,7 +1404,7 @@ export declare class DbManagementClient {
|
|
|
1174
1404
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
1175
1405
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
1176
1406
|
* @throws OciError when an error occurs
|
|
1177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
1178
1408
|
*/
|
|
1179
1409
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest: requests.SummarizeAwrDbCpuUsagesRequest): Promise<responses.SummarizeAwrDbCpuUsagesResponse>;
|
|
1180
1410
|
/**
|
|
@@ -1184,7 +1414,7 @@ export declare class DbManagementClient {
|
|
|
1184
1414
|
* @param SummarizeAwrDbMetricsRequest
|
|
1185
1415
|
* @return SummarizeAwrDbMetricsResponse
|
|
1186
1416
|
* @throws OciError when an error occurs
|
|
1187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
1188
1418
|
*/
|
|
1189
1419
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest: requests.SummarizeAwrDbMetricsRequest): Promise<responses.SummarizeAwrDbMetricsResponse>;
|
|
1190
1420
|
/**
|
|
@@ -1198,7 +1428,7 @@ export declare class DbManagementClient {
|
|
|
1198
1428
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
1199
1429
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
1200
1430
|
* @throws OciError when an error occurs
|
|
1201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1431
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
1202
1432
|
*/
|
|
1203
1433
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest: requests.SummarizeAwrDbParameterChangesRequest): Promise<responses.SummarizeAwrDbParameterChangesResponse>;
|
|
1204
1434
|
/**
|
|
@@ -1218,7 +1448,7 @@ export declare class DbManagementClient {
|
|
|
1218
1448
|
* @param SummarizeAwrDbParametersRequest
|
|
1219
1449
|
* @return SummarizeAwrDbParametersResponse
|
|
1220
1450
|
* @throws OciError when an error occurs
|
|
1221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
1222
1452
|
*/
|
|
1223
1453
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest: requests.SummarizeAwrDbParametersRequest): Promise<responses.SummarizeAwrDbParametersResponse>;
|
|
1224
1454
|
/**
|
|
@@ -1228,7 +1458,7 @@ export declare class DbManagementClient {
|
|
|
1228
1458
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
1229
1459
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
1230
1460
|
* @throws OciError when an error occurs
|
|
1231
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
1232
1462
|
*/
|
|
1233
1463
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest: requests.SummarizeAwrDbSnapshotRangesRequest): Promise<responses.SummarizeAwrDbSnapshotRangesResponse>;
|
|
1234
1464
|
/**
|
|
@@ -1238,7 +1468,7 @@ export declare class DbManagementClient {
|
|
|
1238
1468
|
* @param SummarizeAwrDbSysstatsRequest
|
|
1239
1469
|
* @return SummarizeAwrDbSysstatsResponse
|
|
1240
1470
|
* @throws OciError when an error occurs
|
|
1241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1471
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
1242
1472
|
*/
|
|
1243
1473
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest: requests.SummarizeAwrDbSysstatsRequest): Promise<responses.SummarizeAwrDbSysstatsResponse>;
|
|
1244
1474
|
/**
|
|
@@ -1248,7 +1478,7 @@ export declare class DbManagementClient {
|
|
|
1248
1478
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
1249
1479
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
1250
1480
|
* @throws OciError when an error occurs
|
|
1251
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1481
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
1252
1482
|
*/
|
|
1253
1483
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest: requests.SummarizeAwrDbTopWaitEventsRequest): Promise<responses.SummarizeAwrDbTopWaitEventsResponse>;
|
|
1254
1484
|
/**
|
|
@@ -1258,7 +1488,7 @@ export declare class DbManagementClient {
|
|
|
1258
1488
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
1259
1489
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
1260
1490
|
* @throws OciError when an error occurs
|
|
1261
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
1262
1492
|
*/
|
|
1263
1493
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest: requests.SummarizeAwrDbWaitEventBucketsRequest): Promise<responses.SummarizeAwrDbWaitEventBucketsResponse>;
|
|
1264
1494
|
/**
|
|
@@ -1268,7 +1498,7 @@ export declare class DbManagementClient {
|
|
|
1268
1498
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
1269
1499
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
1270
1500
|
* @throws OciError when an error occurs
|
|
1271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
1272
1502
|
*/
|
|
1273
1503
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest: requests.SummarizeAwrDbWaitEventsRequest): Promise<responses.SummarizeAwrDbWaitEventsResponse>;
|
|
1274
1504
|
/**
|
|
@@ -1278,7 +1508,7 @@ export declare class DbManagementClient {
|
|
|
1278
1508
|
* @param SummarizeExternalAsmMetricsRequest
|
|
1279
1509
|
* @return SummarizeExternalAsmMetricsResponse
|
|
1280
1510
|
* @throws OciError when an error occurs
|
|
1281
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeExternalAsmMetrics.ts.html |here} to see how to use SummarizeExternalAsmMetrics API.
|
|
1282
1512
|
*/
|
|
1283
1513
|
summarizeExternalAsmMetrics(summarizeExternalAsmMetricsRequest: requests.SummarizeExternalAsmMetricsRequest): Promise<responses.SummarizeExternalAsmMetricsResponse>;
|
|
1284
1514
|
/**
|
|
@@ -1288,7 +1518,7 @@ export declare class DbManagementClient {
|
|
|
1288
1518
|
* @param SummarizeExternalClusterMetricsRequest
|
|
1289
1519
|
* @return SummarizeExternalClusterMetricsResponse
|
|
1290
1520
|
* @throws OciError when an error occurs
|
|
1291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeExternalClusterMetrics.ts.html |here} to see how to use SummarizeExternalClusterMetrics API.
|
|
1292
1522
|
*/
|
|
1293
1523
|
summarizeExternalClusterMetrics(summarizeExternalClusterMetricsRequest: requests.SummarizeExternalClusterMetricsRequest): Promise<responses.SummarizeExternalClusterMetricsResponse>;
|
|
1294
1524
|
/**
|
|
@@ -1298,7 +1528,7 @@ export declare class DbManagementClient {
|
|
|
1298
1528
|
* @param SummarizeExternalDbNodeMetricsRequest
|
|
1299
1529
|
* @return SummarizeExternalDbNodeMetricsResponse
|
|
1300
1530
|
* @throws OciError when an error occurs
|
|
1301
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeExternalDbNodeMetrics.ts.html |here} to see how to use SummarizeExternalDbNodeMetrics API.
|
|
1302
1532
|
*/
|
|
1303
1533
|
summarizeExternalDbNodeMetrics(summarizeExternalDbNodeMetricsRequest: requests.SummarizeExternalDbNodeMetricsRequest): Promise<responses.SummarizeExternalDbNodeMetricsResponse>;
|
|
1304
1534
|
/**
|
|
@@ -1308,7 +1538,7 @@ export declare class DbManagementClient {
|
|
|
1308
1538
|
* @param SummarizeExternalDbSystemAvailabilityMetricsRequest
|
|
1309
1539
|
* @return SummarizeExternalDbSystemAvailabilityMetricsResponse
|
|
1310
1540
|
* @throws OciError when an error occurs
|
|
1311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeExternalDbSystemAvailabilityMetrics.ts.html |here} to see how to use SummarizeExternalDbSystemAvailabilityMetrics API.
|
|
1312
1542
|
*/
|
|
1313
1543
|
summarizeExternalDbSystemAvailabilityMetrics(summarizeExternalDbSystemAvailabilityMetricsRequest: requests.SummarizeExternalDbSystemAvailabilityMetricsRequest): Promise<responses.SummarizeExternalDbSystemAvailabilityMetricsResponse>;
|
|
1314
1544
|
/**
|
|
@@ -1318,7 +1548,7 @@ export declare class DbManagementClient {
|
|
|
1318
1548
|
* @param SummarizeExternalListenerMetricsRequest
|
|
1319
1549
|
* @return SummarizeExternalListenerMetricsResponse
|
|
1320
1550
|
* @throws OciError when an error occurs
|
|
1321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeExternalListenerMetrics.ts.html |here} to see how to use SummarizeExternalListenerMetrics API.
|
|
1322
1552
|
*/
|
|
1323
1553
|
summarizeExternalListenerMetrics(summarizeExternalListenerMetricsRequest: requests.SummarizeExternalListenerMetricsRequest): Promise<responses.SummarizeExternalListenerMetricsResponse>;
|
|
1324
1554
|
/**
|
|
@@ -1327,7 +1557,7 @@ export declare class DbManagementClient {
|
|
|
1327
1557
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
1328
1558
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
1329
1559
|
* @throws OciError when an error occurs
|
|
1330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
1331
1561
|
*/
|
|
1332
1562
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest: requests.SummarizeJobExecutionsStatusesRequest): Promise<responses.SummarizeJobExecutionsStatusesResponse>;
|
|
1333
1563
|
/**
|
|
@@ -1338,7 +1568,7 @@ export declare class DbManagementClient {
|
|
|
1338
1568
|
* @param SummarizeManagedDatabaseAvailabilityMetricsRequest
|
|
1339
1569
|
* @return SummarizeManagedDatabaseAvailabilityMetricsResponse
|
|
1340
1570
|
* @throws OciError when an error occurs
|
|
1341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeManagedDatabaseAvailabilityMetrics.ts.html |here} to see how to use SummarizeManagedDatabaseAvailabilityMetrics API.
|
|
1342
1572
|
*/
|
|
1343
1573
|
summarizeManagedDatabaseAvailabilityMetrics(summarizeManagedDatabaseAvailabilityMetricsRequest: requests.SummarizeManagedDatabaseAvailabilityMetricsRequest): Promise<responses.SummarizeManagedDatabaseAvailabilityMetricsResponse>;
|
|
1344
1574
|
/**
|
|
@@ -1348,7 +1578,7 @@ export declare class DbManagementClient {
|
|
|
1348
1578
|
* @param TestPreferredCredentialRequest
|
|
1349
1579
|
* @return TestPreferredCredentialResponse
|
|
1350
1580
|
* @throws OciError when an error occurs
|
|
1351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1581
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/TestPreferredCredential.ts.html |here} to see how to use TestPreferredCredential API.
|
|
1352
1582
|
*/
|
|
1353
1583
|
testPreferredCredential(testPreferredCredentialRequest: requests.TestPreferredCredentialRequest): Promise<responses.TestPreferredCredentialResponse>;
|
|
1354
1584
|
/**
|
|
@@ -1357,7 +1587,7 @@ export declare class DbManagementClient {
|
|
|
1357
1587
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
1358
1588
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
1359
1589
|
* @throws OciError when an error occurs
|
|
1360
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
1361
1591
|
*/
|
|
1362
1592
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest: requests.UpdateDbManagementPrivateEndpointRequest): Promise<responses.UpdateDbManagementPrivateEndpointResponse>;
|
|
1363
1593
|
/**
|
|
@@ -1367,7 +1597,7 @@ export declare class DbManagementClient {
|
|
|
1367
1597
|
* @param UpdateExternalAsmRequest
|
|
1368
1598
|
* @return UpdateExternalAsmResponse
|
|
1369
1599
|
* @throws OciError when an error occurs
|
|
1370
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalAsm.ts.html |here} to see how to use UpdateExternalAsm API.
|
|
1371
1601
|
*/
|
|
1372
1602
|
updateExternalAsm(updateExternalAsmRequest: requests.UpdateExternalAsmRequest): Promise<responses.UpdateExternalAsmResponse>;
|
|
1373
1603
|
/**
|
|
@@ -1377,7 +1607,7 @@ export declare class DbManagementClient {
|
|
|
1377
1607
|
* @param UpdateExternalClusterRequest
|
|
1378
1608
|
* @return UpdateExternalClusterResponse
|
|
1379
1609
|
* @throws OciError when an error occurs
|
|
1380
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalCluster.ts.html |here} to see how to use UpdateExternalCluster API.
|
|
1381
1611
|
*/
|
|
1382
1612
|
updateExternalCluster(updateExternalClusterRequest: requests.UpdateExternalClusterRequest): Promise<responses.UpdateExternalClusterResponse>;
|
|
1383
1613
|
/**
|
|
@@ -1387,7 +1617,7 @@ export declare class DbManagementClient {
|
|
|
1387
1617
|
* @param UpdateExternalClusterInstanceRequest
|
|
1388
1618
|
* @return UpdateExternalClusterInstanceResponse
|
|
1389
1619
|
* @throws OciError when an error occurs
|
|
1390
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalClusterInstance.ts.html |here} to see how to use UpdateExternalClusterInstance API.
|
|
1391
1621
|
*/
|
|
1392
1622
|
updateExternalClusterInstance(updateExternalClusterInstanceRequest: requests.UpdateExternalClusterInstanceRequest): Promise<responses.UpdateExternalClusterInstanceResponse>;
|
|
1393
1623
|
/**
|
|
@@ -1397,7 +1627,7 @@ export declare class DbManagementClient {
|
|
|
1397
1627
|
* @param UpdateExternalDbNodeRequest
|
|
1398
1628
|
* @return UpdateExternalDbNodeResponse
|
|
1399
1629
|
* @throws OciError when an error occurs
|
|
1400
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1630
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalDbNode.ts.html |here} to see how to use UpdateExternalDbNode API.
|
|
1401
1631
|
*/
|
|
1402
1632
|
updateExternalDbNode(updateExternalDbNodeRequest: requests.UpdateExternalDbNodeRequest): Promise<responses.UpdateExternalDbNodeResponse>;
|
|
1403
1633
|
/**
|
|
@@ -1407,7 +1637,7 @@ export declare class DbManagementClient {
|
|
|
1407
1637
|
* @param UpdateExternalDbSystemRequest
|
|
1408
1638
|
* @return UpdateExternalDbSystemResponse
|
|
1409
1639
|
* @throws OciError when an error occurs
|
|
1410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1640
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalDbSystem.ts.html |here} to see how to use UpdateExternalDbSystem API.
|
|
1411
1641
|
*/
|
|
1412
1642
|
updateExternalDbSystem(updateExternalDbSystemRequest: requests.UpdateExternalDbSystemRequest): Promise<responses.UpdateExternalDbSystemResponse>;
|
|
1413
1643
|
/**
|
|
@@ -1416,7 +1646,7 @@ export declare class DbManagementClient {
|
|
|
1416
1646
|
* @param UpdateExternalDbSystemConnectorRequest
|
|
1417
1647
|
* @return UpdateExternalDbSystemConnectorResponse
|
|
1418
1648
|
* @throws OciError when an error occurs
|
|
1419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalDbSystemConnector.ts.html |here} to see how to use UpdateExternalDbSystemConnector API.
|
|
1420
1650
|
*/
|
|
1421
1651
|
updateExternalDbSystemConnector(updateExternalDbSystemConnectorRequest: requests.UpdateExternalDbSystemConnectorRequest): Promise<responses.UpdateExternalDbSystemConnectorResponse>;
|
|
1422
1652
|
/**
|
|
@@ -1426,9 +1656,29 @@ export declare class DbManagementClient {
|
|
|
1426
1656
|
* @param UpdateExternalDbSystemDiscoveryRequest
|
|
1427
1657
|
* @return UpdateExternalDbSystemDiscoveryResponse
|
|
1428
1658
|
* @throws OciError when an error occurs
|
|
1429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalDbSystemDiscovery.ts.html |here} to see how to use UpdateExternalDbSystemDiscovery API.
|
|
1430
1660
|
*/
|
|
1431
1661
|
updateExternalDbSystemDiscovery(updateExternalDbSystemDiscoveryRequest: requests.UpdateExternalDbSystemDiscoveryRequest): Promise<responses.UpdateExternalDbSystemDiscoveryResponse>;
|
|
1662
|
+
/**
|
|
1663
|
+
* Updates the details for the the Exadata infrastructure specified by externalExadataInfrastructureId.
|
|
1664
|
+
*
|
|
1665
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1666
|
+
* @param UpdateExternalExadataInfrastructureRequest
|
|
1667
|
+
* @return UpdateExternalExadataInfrastructureResponse
|
|
1668
|
+
* @throws OciError when an error occurs
|
|
1669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalExadataInfrastructure.ts.html |here} to see how to use UpdateExternalExadataInfrastructure API.
|
|
1670
|
+
*/
|
|
1671
|
+
updateExternalExadataInfrastructure(updateExternalExadataInfrastructureRequest: requests.UpdateExternalExadataInfrastructureRequest): Promise<responses.UpdateExternalExadataInfrastructureResponse>;
|
|
1672
|
+
/**
|
|
1673
|
+
* Updates the details for the storage server connector specified by exadataStorageConnectorId.
|
|
1674
|
+
*
|
|
1675
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1676
|
+
* @param UpdateExternalExadataStorageConnectorRequest
|
|
1677
|
+
* @return UpdateExternalExadataStorageConnectorResponse
|
|
1678
|
+
* @throws OciError when an error occurs
|
|
1679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalExadataStorageConnector.ts.html |here} to see how to use UpdateExternalExadataStorageConnector API.
|
|
1680
|
+
*/
|
|
1681
|
+
updateExternalExadataStorageConnector(updateExternalExadataStorageConnectorRequest: requests.UpdateExternalExadataStorageConnectorRequest): Promise<responses.UpdateExternalExadataStorageConnectorResponse>;
|
|
1432
1682
|
/**
|
|
1433
1683
|
* Updates the external listener specified by `externalListenerId`.
|
|
1434
1684
|
*
|
|
@@ -1436,7 +1686,7 @@ export declare class DbManagementClient {
|
|
|
1436
1686
|
* @param UpdateExternalListenerRequest
|
|
1437
1687
|
* @return UpdateExternalListenerResponse
|
|
1438
1688
|
* @throws OciError when an error occurs
|
|
1439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1689
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateExternalListener.ts.html |here} to see how to use UpdateExternalListener API.
|
|
1440
1690
|
*/
|
|
1441
1691
|
updateExternalListener(updateExternalListenerRequest: requests.UpdateExternalListenerRequest): Promise<responses.UpdateExternalListenerResponse>;
|
|
1442
1692
|
/**
|
|
@@ -1446,7 +1696,7 @@ export declare class DbManagementClient {
|
|
|
1446
1696
|
* @param UpdateJobRequest
|
|
1447
1697
|
* @return UpdateJobResponse
|
|
1448
1698
|
* @throws OciError when an error occurs
|
|
1449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1699
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
1450
1700
|
*/
|
|
1451
1701
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
1452
1702
|
/**
|
|
@@ -1456,7 +1706,7 @@ export declare class DbManagementClient {
|
|
|
1456
1706
|
* @param UpdateManagedDatabaseGroupRequest
|
|
1457
1707
|
* @return UpdateManagedDatabaseGroupResponse
|
|
1458
1708
|
* @throws OciError when an error occurs
|
|
1459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
1460
1710
|
*/
|
|
1461
1711
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest: requests.UpdateManagedDatabaseGroupRequest): Promise<responses.UpdateManagedDatabaseGroupResponse>;
|
|
1462
1712
|
/**
|
|
@@ -1466,7 +1716,7 @@ export declare class DbManagementClient {
|
|
|
1466
1716
|
* @param UpdatePreferredCredentialRequest
|
|
1467
1717
|
* @return UpdatePreferredCredentialResponse
|
|
1468
1718
|
* @throws OciError when an error occurs
|
|
1469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1719
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdatePreferredCredential.ts.html |here} to see how to use UpdatePreferredCredential API.
|
|
1470
1720
|
*/
|
|
1471
1721
|
updatePreferredCredential(updatePreferredCredentialRequest: requests.UpdatePreferredCredentialRequest): Promise<responses.UpdatePreferredCredentialResponse>;
|
|
1472
1722
|
/**
|
|
@@ -1476,7 +1726,7 @@ export declare class DbManagementClient {
|
|
|
1476
1726
|
* @param UpdateTablespaceRequest
|
|
1477
1727
|
* @return UpdateTablespaceResponse
|
|
1478
1728
|
* @throws OciError when an error occurs
|
|
1479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/UpdateTablespace.ts.html |here} to see how to use UpdateTablespace API.
|
|
1480
1730
|
*/
|
|
1481
1731
|
updateTablespace(updateTablespaceRequest: requests.UpdateTablespaceRequest): Promise<responses.UpdateTablespaceResponse>;
|
|
1482
1732
|
}
|
|
@@ -1488,12 +1738,16 @@ export declare enum DiagnosabilityApiKeys {
|
|
|
1488
1738
|
export declare class DiagnosabilityClient {
|
|
1489
1739
|
protected static serviceEndpointTemplate: string;
|
|
1490
1740
|
protected static endpointServiceName: string;
|
|
1741
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1491
1742
|
protected "_endpoint": string;
|
|
1492
1743
|
protected "_defaultHeaders": any;
|
|
1493
1744
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1494
1745
|
protected _circuitBreaker: null;
|
|
1495
1746
|
protected _httpOptions: any;
|
|
1496
1747
|
targetService: string;
|
|
1748
|
+
protected _regionId: string;
|
|
1749
|
+
protected "_region": common.Region;
|
|
1750
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1497
1751
|
protected _httpClient: common.HttpClient;
|
|
1498
1752
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1499
1753
|
/**
|
|
@@ -1506,6 +1760,12 @@ export declare class DiagnosabilityClient {
|
|
|
1506
1760
|
*/
|
|
1507
1761
|
set endpoint(endpoint: string);
|
|
1508
1762
|
get logger(): import("oci-common/lib/log").Logger;
|
|
1763
|
+
/**
|
|
1764
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1765
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1766
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1767
|
+
*/
|
|
1768
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1509
1769
|
/**
|
|
1510
1770
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1511
1771
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -1528,7 +1788,7 @@ export declare class DiagnosabilityClient {
|
|
|
1528
1788
|
* @param ListAlertLogsRequest
|
|
1529
1789
|
* @return ListAlertLogsResponse
|
|
1530
1790
|
* @throws OciError when an error occurs
|
|
1531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListAlertLogs.ts.html |here} to see how to use ListAlertLogs API.
|
|
1532
1792
|
*/
|
|
1533
1793
|
listAlertLogs(listAlertLogsRequest: requests.ListAlertLogsRequest): Promise<responses.ListAlertLogsResponse>;
|
|
1534
1794
|
/**
|
|
@@ -1538,7 +1798,7 @@ export declare class DiagnosabilityClient {
|
|
|
1538
1798
|
* @param ListAttentionLogsRequest
|
|
1539
1799
|
* @return ListAttentionLogsResponse
|
|
1540
1800
|
* @throws OciError when an error occurs
|
|
1541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListAttentionLogs.ts.html |here} to see how to use ListAttentionLogs API.
|
|
1542
1802
|
*/
|
|
1543
1803
|
listAttentionLogs(listAttentionLogsRequest: requests.ListAttentionLogsRequest): Promise<responses.ListAttentionLogsResponse>;
|
|
1544
1804
|
/**
|
|
@@ -1548,7 +1808,7 @@ export declare class DiagnosabilityClient {
|
|
|
1548
1808
|
* @param SummarizeAlertLogCountsRequest
|
|
1549
1809
|
* @return SummarizeAlertLogCountsResponse
|
|
1550
1810
|
* @throws OciError when an error occurs
|
|
1551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAlertLogCounts.ts.html |here} to see how to use SummarizeAlertLogCounts API.
|
|
1552
1812
|
*/
|
|
1553
1813
|
summarizeAlertLogCounts(summarizeAlertLogCountsRequest: requests.SummarizeAlertLogCountsRequest): Promise<responses.SummarizeAlertLogCountsResponse>;
|
|
1554
1814
|
/**
|
|
@@ -1558,7 +1818,7 @@ export declare class DiagnosabilityClient {
|
|
|
1558
1818
|
* @param SummarizeAttentionLogCountsRequest
|
|
1559
1819
|
* @return SummarizeAttentionLogCountsResponse
|
|
1560
1820
|
* @throws OciError when an error occurs
|
|
1561
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1821
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/SummarizeAttentionLogCounts.ts.html |here} to see how to use SummarizeAttentionLogCounts API.
|
|
1562
1822
|
*/
|
|
1563
1823
|
summarizeAttentionLogCounts(summarizeAttentionLogCountsRequest: requests.SummarizeAttentionLogCountsRequest): Promise<responses.SummarizeAttentionLogCountsResponse>;
|
|
1564
1824
|
}
|
|
@@ -1570,12 +1830,16 @@ export declare enum SqlTuningApiKeys {
|
|
|
1570
1830
|
export declare class SqlTuningClient {
|
|
1571
1831
|
protected static serviceEndpointTemplate: string;
|
|
1572
1832
|
protected static endpointServiceName: string;
|
|
1833
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1573
1834
|
protected "_endpoint": string;
|
|
1574
1835
|
protected "_defaultHeaders": any;
|
|
1575
1836
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1576
1837
|
protected _circuitBreaker: null;
|
|
1577
1838
|
protected _httpOptions: any;
|
|
1578
1839
|
targetService: string;
|
|
1840
|
+
protected _regionId: string;
|
|
1841
|
+
protected "_region": common.Region;
|
|
1842
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1579
1843
|
protected _httpClient: common.HttpClient;
|
|
1580
1844
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1581
1845
|
/**
|
|
@@ -1588,6 +1852,12 @@ export declare class SqlTuningClient {
|
|
|
1588
1852
|
*/
|
|
1589
1853
|
set endpoint(endpoint: string);
|
|
1590
1854
|
get logger(): import("oci-common/lib/log").Logger;
|
|
1855
|
+
/**
|
|
1856
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1857
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1858
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1859
|
+
*/
|
|
1860
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1591
1861
|
/**
|
|
1592
1862
|
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1593
1863
|
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
@@ -1610,7 +1880,7 @@ export declare class SqlTuningClient {
|
|
|
1610
1880
|
* @param CloneSqlTuningTaskRequest
|
|
1611
1881
|
* @return CloneSqlTuningTaskResponse
|
|
1612
1882
|
* @throws OciError when an error occurs
|
|
1613
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/CloneSqlTuningTask.ts.html |here} to see how to use CloneSqlTuningTask API.
|
|
1614
1884
|
*/
|
|
1615
1885
|
cloneSqlTuningTask(cloneSqlTuningTaskRequest: requests.CloneSqlTuningTaskRequest): Promise<responses.CloneSqlTuningTaskResponse>;
|
|
1616
1886
|
/**
|
|
@@ -1620,7 +1890,7 @@ export declare class SqlTuningClient {
|
|
|
1620
1890
|
* @param DropSqlTuningTaskRequest
|
|
1621
1891
|
* @return DropSqlTuningTaskResponse
|
|
1622
1892
|
* @throws OciError when an error occurs
|
|
1623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/DropSqlTuningTask.ts.html |here} to see how to use DropSqlTuningTask API.
|
|
1624
1894
|
*/
|
|
1625
1895
|
dropSqlTuningTask(dropSqlTuningTaskRequest: requests.DropSqlTuningTaskRequest): Promise<responses.DropSqlTuningTaskResponse>;
|
|
1626
1896
|
/**
|
|
@@ -1632,7 +1902,7 @@ export declare class SqlTuningClient {
|
|
|
1632
1902
|
* @param GetExecutionPlanStatsComparisionRequest
|
|
1633
1903
|
* @return GetExecutionPlanStatsComparisionResponse
|
|
1634
1904
|
* @throws OciError when an error occurs
|
|
1635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1905
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetExecutionPlanStatsComparision.ts.html |here} to see how to use GetExecutionPlanStatsComparision API.
|
|
1636
1906
|
*/
|
|
1637
1907
|
getExecutionPlanStatsComparision(getExecutionPlanStatsComparisionRequest: requests.GetExecutionPlanStatsComparisionRequest): Promise<responses.GetExecutionPlanStatsComparisionResponse>;
|
|
1638
1908
|
/**
|
|
@@ -1642,7 +1912,7 @@ export declare class SqlTuningClient {
|
|
|
1642
1912
|
* @param GetSqlExecutionPlanRequest
|
|
1643
1913
|
* @return GetSqlExecutionPlanResponse
|
|
1644
1914
|
* @throws OciError when an error occurs
|
|
1645
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetSqlExecutionPlan.ts.html |here} to see how to use GetSqlExecutionPlan API.
|
|
1646
1916
|
*/
|
|
1647
1917
|
getSqlExecutionPlan(getSqlExecutionPlanRequest: requests.GetSqlExecutionPlanRequest): Promise<responses.GetSqlExecutionPlanResponse>;
|
|
1648
1918
|
/**
|
|
@@ -1652,7 +1922,7 @@ export declare class SqlTuningClient {
|
|
|
1652
1922
|
* @param GetSqlTuningAdvisorTaskSummaryReportRequest
|
|
1653
1923
|
* @return GetSqlTuningAdvisorTaskSummaryReportResponse
|
|
1654
1924
|
* @throws OciError when an error occurs
|
|
1655
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/GetSqlTuningAdvisorTaskSummaryReport.ts.html |here} to see how to use GetSqlTuningAdvisorTaskSummaryReport API.
|
|
1656
1926
|
*/
|
|
1657
1927
|
getSqlTuningAdvisorTaskSummaryReport(getSqlTuningAdvisorTaskSummaryReportRequest: requests.GetSqlTuningAdvisorTaskSummaryReportRequest): Promise<responses.GetSqlTuningAdvisorTaskSummaryReportResponse>;
|
|
1658
1928
|
/**
|
|
@@ -1662,7 +1932,7 @@ export declare class SqlTuningClient {
|
|
|
1662
1932
|
* @param ListSqlTuningAdvisorTaskFindingsRequest
|
|
1663
1933
|
* @return ListSqlTuningAdvisorTaskFindingsResponse
|
|
1664
1934
|
* @throws OciError when an error occurs
|
|
1665
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListSqlTuningAdvisorTaskFindings.ts.html |here} to see how to use ListSqlTuningAdvisorTaskFindings API.
|
|
1666
1936
|
*/
|
|
1667
1937
|
listSqlTuningAdvisorTaskFindings(listSqlTuningAdvisorTaskFindingsRequest: requests.ListSqlTuningAdvisorTaskFindingsRequest): Promise<responses.ListSqlTuningAdvisorTaskFindingsResponse>;
|
|
1668
1938
|
/**
|
|
@@ -1673,7 +1943,7 @@ export declare class SqlTuningClient {
|
|
|
1673
1943
|
* @param ListSqlTuningAdvisorTaskRecommendationsRequest
|
|
1674
1944
|
* @return ListSqlTuningAdvisorTaskRecommendationsResponse
|
|
1675
1945
|
* @throws OciError when an error occurs
|
|
1676
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1946
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListSqlTuningAdvisorTaskRecommendations.ts.html |here} to see how to use ListSqlTuningAdvisorTaskRecommendations API.
|
|
1677
1947
|
*/
|
|
1678
1948
|
listSqlTuningAdvisorTaskRecommendations(listSqlTuningAdvisorTaskRecommendationsRequest: requests.ListSqlTuningAdvisorTaskRecommendationsRequest): Promise<responses.ListSqlTuningAdvisorTaskRecommendationsResponse>;
|
|
1679
1949
|
/**
|
|
@@ -1683,7 +1953,7 @@ export declare class SqlTuningClient {
|
|
|
1683
1953
|
* @param ListSqlTuningAdvisorTasksRequest
|
|
1684
1954
|
* @return ListSqlTuningAdvisorTasksResponse
|
|
1685
1955
|
* @throws OciError when an error occurs
|
|
1686
|
-
* @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.59.0/databasemanagement/ListSqlTuningAdvisorTasks.ts.html |here} to see how to use ListSqlTuningAdvisorTasks API.
|
|
1687
1957
|
*/
|
|
1688
1958
|
listSqlTuningAdvisorTasks(listSqlTuningAdvisorTasksRequest: requests.ListSqlTuningAdvisorTasksRequest): Promise<responses.ListSqlTuningAdvisorTasksResponse>;
|
|
1689
1959
|
/**
|
|
@@ -1693,7 +1963,7 @@ export declare class SqlTuningClient {
|
|
|
1693
1963
|
* @param ListSqlTuningSetsRequest
|
|
1694
1964
|
* @return ListSqlTuningSetsResponse
|
|
1695
1965
|
* @throws OciError when an error occurs
|
|
1696
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1966
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/ListSqlTuningSets.ts.html |here} to see how to use ListSqlTuningSets API.
|
|
1697
1967
|
*/
|
|
1698
1968
|
listSqlTuningSets(listSqlTuningSetsRequest: requests.ListSqlTuningSetsRequest): Promise<responses.ListSqlTuningSetsResponse>;
|
|
1699
1969
|
/**
|
|
@@ -1703,7 +1973,7 @@ export declare class SqlTuningClient {
|
|
|
1703
1973
|
* @param StartSqlTuningTaskRequest
|
|
1704
1974
|
* @return StartSqlTuningTaskResponse
|
|
1705
1975
|
* @throws OciError when an error occurs
|
|
1706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.59.0/databasemanagement/StartSqlTuningTask.ts.html |here} to see how to use StartSqlTuningTask API.
|
|
1707
1977
|
*/
|
|
1708
1978
|
startSqlTuningTask(startSqlTuningTaskRequest: requests.StartSqlTuningTaskRequest): Promise<responses.StartSqlTuningTaskResponse>;
|
|
1709
1979
|
}
|