oci-databasemanagement 2.100.2 → 2.101.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/index.d.ts +2 -0
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +210 -0
- package/lib/client.js +1416 -123
- package/lib/client.js.map +1 -1
- package/lib/dbmanagement-waiter.d.ts +8 -0
- package/lib/dbmanagement-waiter.js +12 -0
- package/lib/dbmanagement-waiter.js.map +1 -1
- package/lib/managedmysqldatabases-waiter.d.ts +32 -0
- package/lib/managedmysqldatabases-waiter.js +68 -0
- package/lib/managedmysqldatabases-waiter.js.map +1 -0
- package/lib/model/alert-log-summary.d.ts +2 -0
- package/lib/model/alert-log-summary.js +2 -0
- package/lib/model/alert-log-summary.js.map +1 -1
- package/lib/model/attention-log-summary.d.ts +2 -0
- package/lib/model/attention-log-summary.js +2 -0
- package/lib/model/attention-log-summary.js.map +1 -1
- package/lib/model/awr-db-snapshot-range-summary.d.ts +12 -0
- package/lib/model/awr-db-snapshot-range-summary.js.map +1 -1
- package/lib/model/awr-db-summary.d.ts +12 -0
- package/lib/model/awr-db-summary.js.map +1 -1
- package/lib/model/base-database-ha-details.d.ts +71 -0
- package/lib/model/base-database-ha-details.js +32 -0
- package/lib/model/base-database-ha-details.js.map +1 -0
- package/lib/model/create-external-my-sql-database-connector-details.d.ts +30 -0
- package/lib/model/create-external-my-sql-database-connector-details.js +60 -0
- package/lib/model/create-external-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/create-external-my-sql-database-details.d.ts +32 -0
- package/lib/model/create-external-my-sql-database-details.js +32 -0
- package/lib/model/create-external-my-sql-database-details.js.map +1 -0
- package/lib/model/create-my-sql-database-connector-details.d.ts +57 -0
- package/lib/model/create-my-sql-database-connector-details.js +32 -0
- package/lib/model/create-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/database-backup-metrics.d.ts +92 -0
- package/lib/model/database-backup-metrics.js +80 -0
- package/lib/model/database-backup-metrics.js.map +1 -0
- package/lib/model/database-backup-summary.d.ts +62 -0
- package/lib/model/database-backup-summary.js +47 -0
- package/lib/model/database-backup-summary.js.map +1 -0
- package/lib/model/database-fleet-backup-metrics.d.ts +29 -0
- package/lib/model/database-fleet-backup-metrics.js +64 -0
- package/lib/model/database-fleet-backup-metrics.js.map +1 -0
- package/lib/model/database-fleet-dataguard-metrics.d.ts +29 -0
- package/lib/model/database-fleet-dataguard-metrics.js +64 -0
- package/lib/model/database-fleet-dataguard-metrics.js.map +1 -0
- package/lib/model/database-fleet-ha-overview-metrics.d.ts +29 -0
- package/lib/model/database-fleet-ha-overview-metrics.js +64 -0
- package/lib/model/database-fleet-ha-overview-metrics.js.map +1 -0
- package/lib/model/database-ha-backup-details.d.ts +92 -0
- package/lib/model/database-ha-backup-details.js +80 -0
- package/lib/model/database-ha-backup-details.js.map +1 -0
- package/lib/model/database-ha-metrics.d.ts +80 -0
- package/lib/model/database-ha-metrics.js +70 -0
- package/lib/model/database-ha-metrics.js.map +1 -0
- package/lib/model/database-hosted-in.d.ts +26 -0
- package/lib/model/database-hosted-in.js +37 -0
- package/lib/model/database-hosted-in.js.map +1 -0
- package/lib/model/dataguard-metrics.d.ts +87 -0
- package/lib/model/dataguard-metrics.js +74 -0
- package/lib/model/dataguard-metrics.js.map +1 -0
- package/lib/model/disable-external-mysql-associated-service-details.d.ts +37 -0
- package/lib/model/disable-external-mysql-associated-service-details.js +32 -0
- package/lib/model/disable-external-mysql-associated-service-details.js.map +1 -0
- package/lib/model/enable-external-database-management-details.d.ts +28 -0
- package/lib/model/enable-external-database-management-details.js +32 -0
- package/lib/model/enable-external-database-management-details.js.map +1 -0
- package/lib/model/enable-external-mysql-associated-service-details.d.ts +37 -0
- package/lib/model/enable-external-mysql-associated-service-details.js +32 -0
- package/lib/model/enable-external-mysql-associated-service-details.js.map +1 -0
- package/lib/model/exadata-infrastructure-lifecycle-state-values.d.ts +37 -0
- package/lib/model/exadata-infrastructure-lifecycle-state-values.js +42 -0
- package/lib/model/exadata-infrastructure-lifecycle-state-values.js.map +1 -0
- package/lib/model/external-my-sql-database-collection.d.ts +29 -0
- package/lib/model/external-my-sql-database-collection.js +64 -0
- package/lib/model/external-my-sql-database-collection.js.map +1 -0
- package/lib/model/external-my-sql-database-connector.d.ts +105 -0
- package/lib/model/external-my-sql-database-connector.js +32 -0
- package/lib/model/external-my-sql-database-connector.js.map +1 -0
- package/lib/model/external-my-sql-database-summary.d.ts +66 -0
- package/lib/model/external-my-sql-database-summary.js +32 -0
- package/lib/model/external-my-sql-database-summary.js.map +1 -0
- package/lib/model/external-my-sql-database.d.ts +41 -0
- package/lib/model/external-my-sql-database.js +32 -0
- package/lib/model/external-my-sql-database.js.map +1 -0
- package/lib/model/external-mysql-associated-service-name.d.ts +25 -0
- package/lib/model/external-mysql-associated-service-name.js +36 -0
- package/lib/model/external-mysql-associated-service-name.js.map +1 -0
- package/lib/model/ha-metric-definition.d.ts +53 -0
- package/lib/model/ha-metric-definition.js +32 -0
- package/lib/model/ha-metric-definition.js.map +1 -0
- package/lib/model/index.d.ts +68 -0
- package/lib/model/index.js +80 -11
- package/lib/model/index.js.map +1 -1
- package/lib/model/managed-my-sql-database-summary.d.ts +15 -0
- package/lib/model/managed-my-sql-database-summary.js.map +1 -1
- package/lib/model/managed-my-sql-database.d.ts +18 -0
- package/lib/model/managed-my-sql-database.js.map +1 -1
- package/lib/model/management-state.d.ts +31 -0
- package/lib/model/management-state.js +42 -0
- package/lib/model/management-state.js.map +1 -0
- package/lib/model/my-sql-connector-collection.d.ts +29 -0
- package/lib/model/my-sql-connector-collection.js +64 -0
- package/lib/model/my-sql-connector-collection.js.map +1 -0
- package/lib/model/my-sql-connector-type.d.ts +30 -0
- package/lib/model/my-sql-connector-type.js +41 -0
- package/lib/model/my-sql-connector-type.js.map +1 -0
- package/lib/model/my-sql-cred-type.d.ts +32 -0
- package/lib/model/my-sql-cred-type.js +43 -0
- package/lib/model/my-sql-cred-type.js.map +1 -0
- package/lib/model/my-sql-data-summary.d.ts +12 -0
- package/lib/model/my-sql-data-summary.js.map +1 -1
- package/lib/model/my-sql-database-connector-summary.d.ts +106 -0
- package/lib/model/my-sql-database-connector-summary.js +32 -0
- package/lib/model/my-sql-database-connector-summary.js.map +1 -0
- package/lib/model/my-sql-deployment-type.d.ts +6 -1
- package/lib/model/my-sql-deployment-type.js +5 -0
- package/lib/model/my-sql-deployment-type.js.map +1 -1
- package/lib/model/my-sql-network-protocol-type.d.ts +32 -0
- package/lib/model/my-sql-network-protocol-type.js +43 -0
- package/lib/model/my-sql-network-protocol-type.js.map +1 -0
- package/lib/model/my-sql-type.d.ts +31 -0
- package/lib/model/my-sql-type.js +42 -0
- package/lib/model/my-sql-type.js.map +1 -0
- package/lib/model/stand-by-database-dataguard-metrics.d.ts +53 -0
- package/lib/model/stand-by-database-dataguard-metrics.js +64 -0
- package/lib/model/stand-by-database-dataguard-metrics.js.map +1 -0
- package/lib/model/update-external-my-sql-database-connector-details.d.ts +30 -0
- package/lib/model/update-external-my-sql-database-connector-details.js +60 -0
- package/lib/model/update-external-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/update-external-my-sql-database-details.d.ts +28 -0
- package/lib/model/update-external-my-sql-database-details.js +32 -0
- package/lib/model/update-external-my-sql-database-details.js.map +1 -0
- package/lib/model/update-my-sql-database-connector-details.d.ts +57 -0
- package/lib/model/update-my-sql-database-connector-details.js +32 -0
- package/lib/model/update-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +5 -0
- package/lib/model/work-request-operation-type.js +5 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/request/check-external-my-sql-database-connector-connection-status-request.d.ts +44 -0
- package/lib/request/check-external-my-sql-database-connector-connection-status-request.js +15 -0
- package/lib/request/check-external-my-sql-database-connector-connection-status-request.js.map +1 -0
- package/lib/request/create-external-my-sql-database-connector-request.d.ts +40 -0
- package/lib/request/create-external-my-sql-database-connector-request.js +15 -0
- package/lib/request/create-external-my-sql-database-connector-request.js.map +1 -0
- package/lib/request/create-external-my-sql-database-request.d.ts +36 -0
- package/lib/request/create-external-my-sql-database-request.js +15 -0
- package/lib/request/create-external-my-sql-database-request.js.map +1 -0
- package/lib/request/delete-external-my-sql-database-connector-request.d.ts +35 -0
- package/lib/request/delete-external-my-sql-database-connector-request.js +15 -0
- package/lib/request/delete-external-my-sql-database-connector-request.js.map +1 -0
- package/lib/request/delete-external-my-sql-database-request.d.ts +35 -0
- package/lib/request/delete-external-my-sql-database-request.js +15 -0
- package/lib/request/delete-external-my-sql-database-request.js.map +1 -0
- package/lib/request/disable-external-my-sql-database-management-request.d.ts +44 -0
- package/lib/request/disable-external-my-sql-database-management-request.js +15 -0
- package/lib/request/disable-external-my-sql-database-management-request.js.map +1 -0
- package/lib/request/disable-external-mysql-associated-service-request.d.ts +49 -0
- package/lib/request/disable-external-mysql-associated-service-request.js +15 -0
- package/lib/request/disable-external-mysql-associated-service-request.js.map +1 -0
- package/lib/request/enable-external-my-sql-database-management-request.d.ts +49 -0
- package/lib/request/enable-external-my-sql-database-management-request.js +15 -0
- package/lib/request/enable-external-my-sql-database-management-request.js.map +1 -0
- package/lib/request/enable-external-mysql-associated-service-request.d.ts +49 -0
- package/lib/request/enable-external-mysql-associated-service-request.js +15 -0
- package/lib/request/enable-external-mysql-associated-service-request.js.map +1 -0
- package/lib/request/get-database-fleet-backup-metrics-request.d.ts +109 -0
- package/lib/request/get-database-fleet-backup-metrics-request.js +23 -0
- package/lib/request/get-database-fleet-backup-metrics-request.js.map +1 -0
- package/lib/request/get-database-fleet-dataguard-metrics-request.d.ts +93 -0
- package/lib/request/get-database-fleet-dataguard-metrics-request.js +23 -0
- package/lib/request/get-database-fleet-dataguard-metrics-request.js.map +1 -0
- package/lib/request/get-database-fleet-ha-overview-metrics-request.d.ts +93 -0
- package/lib/request/get-database-fleet-ha-overview-metrics-request.js +23 -0
- package/lib/request/get-database-fleet-ha-overview-metrics-request.js.map +1 -0
- package/lib/request/get-database-ha-backup-details-request.d.ts +30 -0
- package/lib/request/get-database-ha-backup-details-request.js +15 -0
- package/lib/request/get-database-ha-backup-details-request.js.map +1 -0
- package/lib/request/get-external-my-sql-database-connector-request.d.ts +26 -0
- package/lib/request/get-external-my-sql-database-connector-request.js +15 -0
- package/lib/request/get-external-my-sql-database-connector-request.js.map +1 -0
- package/lib/request/get-external-my-sql-database-request.d.ts +26 -0
- package/lib/request/get-external-my-sql-database-request.js +15 -0
- package/lib/request/get-external-my-sql-database-request.js.map +1 -0
- package/lib/request/get-my-sql-fleet-metric-request.d.ts +4 -0
- package/lib/request/index.d.ts +38 -0
- package/lib/request/index.js +12 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-external-my-sql-databases-request.d.ts +58 -0
- package/lib/request/list-external-my-sql-databases-request.js +24 -0
- package/lib/request/list-external-my-sql-databases-request.js.map +1 -0
- package/lib/request/list-managed-my-sql-databases-request.d.ts +4 -0
- package/lib/request/list-managed-my-sql-databases-request.js.map +1 -1
- package/lib/request/list-my-sql-database-connectors-request.d.ts +62 -0
- package/lib/request/list-my-sql-database-connectors-request.js +24 -0
- package/lib/request/list-my-sql-database-connectors-request.js.map +1 -0
- package/lib/request/update-external-mysql-database-connector-request.d.ts +40 -0
- package/lib/request/update-external-mysql-database-connector-request.js +15 -0
- package/lib/request/update-external-mysql-database-connector-request.js.map +1 -0
- package/lib/request/update-external-mysql-database-request.d.ts +40 -0
- package/lib/request/update-external-mysql-database-request.js +15 -0
- package/lib/request/update-external-mysql-database-request.js.map +1 -0
- package/lib/response/check-external-my-sql-database-connector-connection-status-response.d.ts +25 -0
- package/lib/response/check-external-my-sql-database-connector-connection-status-response.js +15 -0
- package/lib/response/check-external-my-sql-database-connector-connection-status-response.js.map +1 -0
- package/lib/response/create-external-my-sql-database-connector-response.d.ts +38 -0
- package/lib/response/create-external-my-sql-database-connector-response.js +15 -0
- package/lib/response/create-external-my-sql-database-connector-response.js.map +1 -0
- package/lib/response/create-external-my-sql-database-response.d.ts +38 -0
- package/lib/response/create-external-my-sql-database-response.js +15 -0
- package/lib/response/create-external-my-sql-database-response.js.map +1 -0
- package/lib/response/delete-external-my-sql-database-connector-response.d.ts +25 -0
- package/lib/response/delete-external-my-sql-database-connector-response.js +15 -0
- package/lib/response/delete-external-my-sql-database-connector-response.js.map +1 -0
- package/lib/response/delete-external-my-sql-database-response.d.ts +25 -0
- package/lib/response/delete-external-my-sql-database-response.js +15 -0
- package/lib/response/delete-external-my-sql-database-response.js.map +1 -0
- package/lib/response/disable-external-my-sql-database-management-response.d.ts +25 -0
- package/lib/response/disable-external-my-sql-database-management-response.js +15 -0
- package/lib/response/disable-external-my-sql-database-management-response.js.map +1 -0
- package/lib/response/disable-external-mysql-associated-service-response.d.ts +20 -0
- package/lib/response/disable-external-mysql-associated-service-response.js +15 -0
- package/lib/response/disable-external-mysql-associated-service-response.js.map +1 -0
- package/lib/response/enable-external-my-sql-database-management-response.d.ts +25 -0
- package/lib/response/enable-external-my-sql-database-management-response.js +15 -0
- package/lib/response/enable-external-my-sql-database-management-response.js.map +1 -0
- package/lib/response/enable-external-mysql-associated-service-response.d.ts +20 -0
- package/lib/response/enable-external-mysql-associated-service-response.js +15 -0
- package/lib/response/enable-external-mysql-associated-service-response.js.map +1 -0
- package/lib/response/get-database-fleet-backup-metrics-response.d.ts +32 -0
- package/lib/response/get-database-fleet-backup-metrics-response.js +15 -0
- package/lib/response/get-database-fleet-backup-metrics-response.js.map +1 -0
- package/lib/response/get-database-fleet-dataguard-metrics-response.d.ts +32 -0
- package/lib/response/get-database-fleet-dataguard-metrics-response.js +15 -0
- package/lib/response/get-database-fleet-dataguard-metrics-response.js.map +1 -0
- package/lib/response/get-database-fleet-ha-overview-metrics-response.d.ts +32 -0
- package/lib/response/get-database-fleet-ha-overview-metrics-response.js +15 -0
- package/lib/response/get-database-fleet-ha-overview-metrics-response.js.map +1 -0
- package/lib/response/get-database-ha-backup-details-response.d.ts +25 -0
- package/lib/response/get-database-ha-backup-details-response.js +15 -0
- package/lib/response/get-database-ha-backup-details-response.js.map +1 -0
- package/lib/response/get-external-my-sql-database-connector-response.d.ts +30 -0
- package/lib/response/get-external-my-sql-database-connector-response.js +15 -0
- package/lib/response/get-external-my-sql-database-connector-response.js.map +1 -0
- package/lib/response/get-external-my-sql-database-response.d.ts +30 -0
- package/lib/response/get-external-my-sql-database-response.js +15 -0
- package/lib/response/get-external-my-sql-database-response.js.map +1 -0
- package/lib/response/index.d.ts +38 -0
- package/lib/response/list-external-my-sql-databases-response.d.ts +32 -0
- package/lib/response/list-external-my-sql-databases-response.js +15 -0
- package/lib/response/list-external-my-sql-databases-response.js.map +1 -0
- package/lib/response/list-my-sql-database-connectors-response.d.ts +32 -0
- package/lib/response/list-my-sql-database-connectors-response.js +15 -0
- package/lib/response/list-my-sql-database-connectors-response.js.map +1 -0
- package/lib/response/update-external-mysql-database-connector-response.d.ts +35 -0
- package/lib/response/update-external-mysql-database-connector-response.js +15 -0
- package/lib/response/update-external-mysql-database-connector-response.js.map +1 -0
- package/lib/response/update-external-mysql-database-response.d.ts +30 -0
- package/lib/response/update-external-mysql-database-response.js +15 -0
- package/lib/response/update-external-mysql-database-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* Detail to enable or disable database management.
|
|
18
|
+
*/
|
|
19
|
+
export interface EnableExternalDatabaseManagementDetails {
|
|
20
|
+
/**
|
|
21
|
+
* OCID of External MySQL Database connector.
|
|
22
|
+
*/
|
|
23
|
+
"connectorId": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace EnableExternalDatabaseManagementDetails {
|
|
26
|
+
function getJsonObj(obj: EnableExternalDatabaseManagementDetails): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: EnableExternalDatabaseManagementDetails): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.EnableExternalDatabaseManagementDetails = void 0;
|
|
19
|
+
var EnableExternalDatabaseManagementDetails;
|
|
20
|
+
(function (EnableExternalDatabaseManagementDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
EnableExternalDatabaseManagementDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
EnableExternalDatabaseManagementDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(EnableExternalDatabaseManagementDetails = exports.EnableExternalDatabaseManagementDetails || (exports.EnableExternalDatabaseManagementDetails = {}));
|
|
32
|
+
//# sourceMappingURL=enable-external-database-management-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-external-database-management-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/enable-external-database-management-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,uCAAuC,CAWvD;AAXD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAWvD"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Details to enable an eMysql Associated Service.
|
|
19
|
+
*/
|
|
20
|
+
export interface EnableExternalMysqlAssociatedServiceDetails {
|
|
21
|
+
/**
|
|
22
|
+
* OCID of the Service Resource.
|
|
23
|
+
*/
|
|
24
|
+
"serviceResourceId": string;
|
|
25
|
+
/**
|
|
26
|
+
* OCID of the External MySQL Database connector.
|
|
27
|
+
*/
|
|
28
|
+
"connectorId": string;
|
|
29
|
+
/**
|
|
30
|
+
* Name of the Associated Service.
|
|
31
|
+
*/
|
|
32
|
+
"serviceName": model.ExternalMysqlAssociatedServiceName;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace EnableExternalMysqlAssociatedServiceDetails {
|
|
35
|
+
function getJsonObj(obj: EnableExternalMysqlAssociatedServiceDetails): object;
|
|
36
|
+
function getDeserializedJsonObj(obj: EnableExternalMysqlAssociatedServiceDetails): object;
|
|
37
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.EnableExternalMysqlAssociatedServiceDetails = void 0;
|
|
19
|
+
var EnableExternalMysqlAssociatedServiceDetails;
|
|
20
|
+
(function (EnableExternalMysqlAssociatedServiceDetails) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
EnableExternalMysqlAssociatedServiceDetails.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
EnableExternalMysqlAssociatedServiceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(EnableExternalMysqlAssociatedServiceDetails = exports.EnableExternalMysqlAssociatedServiceDetails || (exports.EnableExternalMysqlAssociatedServiceDetails = {}));
|
|
32
|
+
//# sourceMappingURL=enable-external-mysql-associated-service-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-external-mysql-associated-service-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/enable-external-mysql-associated-service-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,2CAA2C,CAW3D;AAXD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAW3D"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
/**
|
|
17
|
+
* the lifecycle state values for the Exadata infrastructure.
|
|
18
|
+
*/
|
|
19
|
+
export interface ExadataInfrastructureLifecycleStateValues {
|
|
20
|
+
/**
|
|
21
|
+
* The current lifecycle state of the database resource.
|
|
22
|
+
*/
|
|
23
|
+
"lifecycleState"?: ExadataInfrastructureLifecycleStateValues.LifecycleState;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace ExadataInfrastructureLifecycleStateValues {
|
|
26
|
+
enum LifecycleState {
|
|
27
|
+
Creating = "CREATING",
|
|
28
|
+
Active = "ACTIVE",
|
|
29
|
+
Inactive = "INACTIVE",
|
|
30
|
+
Updating = "UPDATING",
|
|
31
|
+
Deleting = "DELETING",
|
|
32
|
+
Deleted = "DELETED",
|
|
33
|
+
Failed = "FAILED"
|
|
34
|
+
}
|
|
35
|
+
function getJsonObj(obj: ExadataInfrastructureLifecycleStateValues): object;
|
|
36
|
+
function getDeserializedJsonObj(obj: ExadataInfrastructureLifecycleStateValues): object;
|
|
37
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ExadataInfrastructureLifecycleStateValues = void 0;
|
|
19
|
+
var ExadataInfrastructureLifecycleStateValues;
|
|
20
|
+
(function (ExadataInfrastructureLifecycleStateValues) {
|
|
21
|
+
let LifecycleState;
|
|
22
|
+
(function (LifecycleState) {
|
|
23
|
+
LifecycleState["Creating"] = "CREATING";
|
|
24
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
25
|
+
LifecycleState["Inactive"] = "INACTIVE";
|
|
26
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
27
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
28
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
29
|
+
LifecycleState["Failed"] = "FAILED";
|
|
30
|
+
})(LifecycleState = ExadataInfrastructureLifecycleStateValues.LifecycleState || (ExadataInfrastructureLifecycleStateValues.LifecycleState = {}));
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
ExadataInfrastructureLifecycleStateValues.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
ExadataInfrastructureLifecycleStateValues.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(ExadataInfrastructureLifecycleStateValues = exports.ExadataInfrastructureLifecycleStateValues || (exports.ExadataInfrastructureLifecycleStateValues = {}));
|
|
42
|
+
//# sourceMappingURL=exadata-infrastructure-lifecycle-state-values.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"exadata-infrastructure-lifecycle-state-values.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/exadata-infrastructure-lifecycle-state-values.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,yCAAyC,CAqBzD;AArBD,WAAiB,yCAAyC;IACxD,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EARW,cAAc,GAAd,wDAAc,KAAd,wDAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAqBzD"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The collection of external MySQL Databases.
|
|
19
|
+
*/
|
|
20
|
+
export interface ExternalMySqlDatabaseCollection {
|
|
21
|
+
/**
|
|
22
|
+
* The list of external MySQL Database records.
|
|
23
|
+
*/
|
|
24
|
+
"items": Array<model.ExternalMySqlDatabaseSummary>;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ExternalMySqlDatabaseCollection {
|
|
27
|
+
function getJsonObj(obj: ExternalMySqlDatabaseCollection): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: ExternalMySqlDatabaseCollection): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ExternalMySqlDatabaseCollection = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var ExternalMySqlDatabaseCollection;
|
|
40
|
+
(function (ExternalMySqlDatabaseCollection) {
|
|
41
|
+
function getJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
43
|
+
"items": obj.items
|
|
44
|
+
? obj.items.map(item => {
|
|
45
|
+
return model.ExternalMySqlDatabaseSummary.getJsonObj(item);
|
|
46
|
+
})
|
|
47
|
+
: undefined
|
|
48
|
+
});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
ExternalMySqlDatabaseCollection.getJsonObj = getJsonObj;
|
|
52
|
+
function getDeserializedJsonObj(obj) {
|
|
53
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
|
+
"items": obj.items
|
|
55
|
+
? obj.items.map(item => {
|
|
56
|
+
return model.ExternalMySqlDatabaseSummary.getDeserializedJsonObj(item);
|
|
57
|
+
})
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
ExternalMySqlDatabaseCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(ExternalMySqlDatabaseCollection = exports.ExternalMySqlDatabaseCollection || (exports.ExternalMySqlDatabaseCollection = {}));
|
|
64
|
+
//# sourceMappingURL=external-my-sql-database-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-my-sql-database-collection.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/external-my-sql-database-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Details of external database connector.
|
|
19
|
+
*/
|
|
20
|
+
export interface ExternalMySqlDatabaseConnector {
|
|
21
|
+
/**
|
|
22
|
+
* External MySQL Database Connector Name.
|
|
23
|
+
*/
|
|
24
|
+
"name"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* OCID of compartment for the External MySQL connector.
|
|
27
|
+
*/
|
|
28
|
+
"compartmentId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* OCI Services associated with this connector.
|
|
31
|
+
*/
|
|
32
|
+
"associatedServices"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* OCID of MySQL Database resource
|
|
35
|
+
*/
|
|
36
|
+
"externalDatabaseId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* OCID of MySQL Database Connector.
|
|
39
|
+
*/
|
|
40
|
+
"id": string;
|
|
41
|
+
/**
|
|
42
|
+
* Connector update time.
|
|
43
|
+
*/
|
|
44
|
+
"timeUpdated"?: Date;
|
|
45
|
+
/**
|
|
46
|
+
* Connector creation time.
|
|
47
|
+
*/
|
|
48
|
+
"timeCreated"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* Indicates lifecycle state of the resource.
|
|
51
|
+
*/
|
|
52
|
+
"lifecycleState"?: model.LifecycleStates;
|
|
53
|
+
/**
|
|
54
|
+
* Name of MySQL Database.
|
|
55
|
+
*/
|
|
56
|
+
"sourceDatabase"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Type of MySQL Database.
|
|
59
|
+
*/
|
|
60
|
+
"sourceDatabaseType"?: model.MySqlType;
|
|
61
|
+
/**
|
|
62
|
+
* Agent Id of the MACS agent.
|
|
63
|
+
*/
|
|
64
|
+
"macsAgentId"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Connection Status
|
|
67
|
+
*/
|
|
68
|
+
"connectionStatus"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Time when connection status was last updated.
|
|
71
|
+
*/
|
|
72
|
+
"timeConnectionStatusUpdated"?: Date;
|
|
73
|
+
/**
|
|
74
|
+
* Host name for Connector.
|
|
75
|
+
*/
|
|
76
|
+
"hostName"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Connector port. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
79
|
+
*/
|
|
80
|
+
"port"?: number;
|
|
81
|
+
/**
|
|
82
|
+
* Connector Type.
|
|
83
|
+
*/
|
|
84
|
+
"connectorType"?: model.MySqlConnectorType;
|
|
85
|
+
/**
|
|
86
|
+
* Network Protocol.
|
|
87
|
+
*/
|
|
88
|
+
"networkProtocol"?: model.MySqlNetworkProtocolType;
|
|
89
|
+
/**
|
|
90
|
+
* Credential type used to connect to database.
|
|
91
|
+
*/
|
|
92
|
+
"credentialType"?: model.MySqlCredType;
|
|
93
|
+
/**
|
|
94
|
+
* OCID of the SSL secret, if TCPS with SSL is used to connect to database.
|
|
95
|
+
*/
|
|
96
|
+
"sslSecretId"?: string;
|
|
97
|
+
/**
|
|
98
|
+
* Name of the SSL secret, if TCPS with SSL is used to connect to database.
|
|
99
|
+
*/
|
|
100
|
+
"sslSecretName"?: string;
|
|
101
|
+
}
|
|
102
|
+
export declare namespace ExternalMySqlDatabaseConnector {
|
|
103
|
+
function getJsonObj(obj: ExternalMySqlDatabaseConnector): object;
|
|
104
|
+
function getDeserializedJsonObj(obj: ExternalMySqlDatabaseConnector): object;
|
|
105
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ExternalMySqlDatabaseConnector = void 0;
|
|
19
|
+
var ExternalMySqlDatabaseConnector;
|
|
20
|
+
(function (ExternalMySqlDatabaseConnector) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ExternalMySqlDatabaseConnector.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ExternalMySqlDatabaseConnector.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ExternalMySqlDatabaseConnector = exports.ExternalMySqlDatabaseConnector || (exports.ExternalMySqlDatabaseConnector = {}));
|
|
32
|
+
//# sourceMappingURL=external-my-sql-database-connector.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-my-sql-database-connector.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/external-my-sql-database-connector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2FH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* External database summary record.
|
|
19
|
+
*/
|
|
20
|
+
export interface ExternalMySqlDatabaseSummary {
|
|
21
|
+
/**
|
|
22
|
+
* OCID of compartment for the External MySQL Database.
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* OCID of External MySQL Database.
|
|
27
|
+
*/
|
|
28
|
+
"externalDatabaseId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The OCID of the enabled MySQL Database Connector.
|
|
31
|
+
*/
|
|
32
|
+
"connectorId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* Display name of the External MySQL Database.
|
|
35
|
+
*/
|
|
36
|
+
"dbName": string;
|
|
37
|
+
/**
|
|
38
|
+
* The deployment type of the Mysql Database.
|
|
39
|
+
*/
|
|
40
|
+
"deploymentType"?: model.MySqlDeploymentType;
|
|
41
|
+
/**
|
|
42
|
+
* Indicates database management state.
|
|
43
|
+
*/
|
|
44
|
+
"managementState"?: model.ManagementState;
|
|
45
|
+
/**
|
|
46
|
+
* Indicates lifecycle state of the resource.
|
|
47
|
+
*/
|
|
48
|
+
"lifecycleState"?: model.LifecycleStates;
|
|
49
|
+
/**
|
|
50
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
51
|
+
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
52
|
+
* System tags can be viewed by users, but can only be created by the system.
|
|
53
|
+
* <p>
|
|
54
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"systemTags"?: {
|
|
58
|
+
[key: string]: {
|
|
59
|
+
[key: string]: any;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export declare namespace ExternalMySqlDatabaseSummary {
|
|
64
|
+
function getJsonObj(obj: ExternalMySqlDatabaseSummary): object;
|
|
65
|
+
function getDeserializedJsonObj(obj: ExternalMySqlDatabaseSummary): object;
|
|
66
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ExternalMySqlDatabaseSummary = void 0;
|
|
19
|
+
var ExternalMySqlDatabaseSummary;
|
|
20
|
+
(function (ExternalMySqlDatabaseSummary) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ExternalMySqlDatabaseSummary.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ExternalMySqlDatabaseSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ExternalMySqlDatabaseSummary = exports.ExternalMySqlDatabaseSummary || (exports.ExternalMySqlDatabaseSummary = {}));
|
|
32
|
+
//# sourceMappingURL=external-my-sql-database-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-my-sql-database-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/external-my-sql-database-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAgDH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* External database.
|
|
19
|
+
*/
|
|
20
|
+
export interface ExternalMySqlDatabase {
|
|
21
|
+
/**
|
|
22
|
+
* OCID of compartment for the External MySQL Database.
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* OCID of External MySQL Database.
|
|
27
|
+
*/
|
|
28
|
+
"externalDatabaseId"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Display Name of the External MySQL Database.
|
|
31
|
+
*/
|
|
32
|
+
"dbName": string;
|
|
33
|
+
/**
|
|
34
|
+
* Indicates database management state.
|
|
35
|
+
*/
|
|
36
|
+
"managementState"?: model.ManagementState;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace ExternalMySqlDatabase {
|
|
39
|
+
function getJsonObj(obj: ExternalMySqlDatabase): object;
|
|
40
|
+
function getDeserializedJsonObj(obj: ExternalMySqlDatabase): object;
|
|
41
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ExternalMySqlDatabase = void 0;
|
|
19
|
+
var ExternalMySqlDatabase;
|
|
20
|
+
(function (ExternalMySqlDatabase) {
|
|
21
|
+
function getJsonObj(obj) {
|
|
22
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
23
|
+
return jsonObj;
|
|
24
|
+
}
|
|
25
|
+
ExternalMySqlDatabase.getJsonObj = getJsonObj;
|
|
26
|
+
function getDeserializedJsonObj(obj) {
|
|
27
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
28
|
+
return jsonObj;
|
|
29
|
+
}
|
|
30
|
+
ExternalMySqlDatabase.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
31
|
+
})(ExternalMySqlDatabase = exports.ExternalMySqlDatabase || (exports.ExternalMySqlDatabase = {}));
|
|
32
|
+
//# sourceMappingURL=external-my-sql-database.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"external-my-sql-database.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/external-my-sql-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA2BH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|