oci-databasetools 2.29.0 → 2.32.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 +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +48 -48
- package/lib/client.js +58 -58
- package/lib/client.js.map +1 -1
- package/lib/databasetools-waiter.d.ts +1 -1
- package/lib/databasetools-waiter.js +1 -1
- package/lib/model/action-type.d.ts +2 -2
- package/lib/model/action-type.js +2 -2
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +3 -3
- package/lib/model/change-database-tools-connection-compartment-details.js +1 -1
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +3 -3
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js +1 -1
- package/lib/model/connection-type.d.ts +3 -2
- package/lib/model/connection-type.js +3 -2
- package/lib/model/connection-type.js.map +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +3 -3
- package/lib/model/create-database-tools-connection-details.js +5 -1
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +50 -0
- package/lib/model/create-database-tools-connection-my-sql-details.js +78 -0
- package/lib/model/create-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +6 -6
- package/lib/model/create-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -5
- package/lib/model/create-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-my-sql-details.d.ts +30 -0
- package/lib/model/create-database-tools-related-resource-my-sql-details.js +29 -0
- package/lib/model/create-database-tools-related-resource-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-connection-collection.d.ts +3 -3
- package/lib/model/database-tools-connection-collection.js +1 -1
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +50 -0
- package/lib/model/database-tools-connection-my-sql-summary.js +78 -0
- package/lib/model/database-tools-connection-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-connection-my-sql.d.ts +50 -0
- package/lib/model/database-tools-connection-my-sql.js +78 -0
- package/lib/model/database-tools-connection-my-sql.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +5 -5
- package/lib/model/database-tools-connection-oracle-database-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database.d.ts +7 -7
- package/lib/model/database-tools-connection-oracle-database.js +1 -1
- package/lib/model/database-tools-connection-summary.d.ts +7 -7
- package/lib/model/database-tools-connection-summary.js +5 -1
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.d.ts +8 -8
- package/lib/model/database-tools-connection.js +5 -1
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-endpoint-service-collection.d.ts +3 -3
- package/lib/model/database-tools-endpoint-service-collection.js +1 -1
- package/lib/model/database-tools-endpoint-service-summary.d.ts +8 -8
- package/lib/model/database-tools-endpoint-service-summary.js +1 -1
- package/lib/model/database-tools-endpoint-service.d.ts +8 -8
- package/lib/model/database-tools-endpoint-service.js +1 -1
- package/lib/model/database-tools-key-store-content-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-details.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-my-sql-details.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.js.map +1 -0
- package/lib/model/{service-capability.d.ts → database-tools-key-store-content-my-sql.d.ts} +8 -8
- package/lib/model/database-tools-key-store-content-my-sql.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-content-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-summary.js +1 -1
- package/lib/model/database-tools-key-store-content.d.ts +1 -1
- package/lib/model/database-tools-key-store-content.js +1 -1
- package/lib/model/database-tools-key-store-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-details.js +1 -1
- package/lib/model/database-tools-key-store-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-my-sql-details.js +63 -0
- package/lib/model/database-tools-key-store-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-my-sql-summary.js +63 -0
- package/lib/model/database-tools-key-store-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-my-sql.d.ts +28 -0
- package/lib/model/{database-tools-allowed-network-sources.js → database-tools-key-store-my-sql.js} +18 -16
- package/lib/model/database-tools-key-store-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-details.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql-details.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-my-sql.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-password-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-summary.js +1 -1
- package/lib/model/database-tools-key-store-password.d.ts +1 -1
- package/lib/model/database-tools-key-store-password.js +1 -1
- package/lib/model/database-tools-key-store-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-summary.js +1 -1
- package/lib/model/database-tools-key-store.d.ts +1 -1
- package/lib/model/database-tools-key-store.js +1 -1
- package/lib/model/database-tools-private-endpoint-collection.d.ts +3 -3
- package/lib/model/database-tools-private-endpoint-collection.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +2 -2
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +1 -1
- package/lib/model/database-tools-private-endpoint-summary.d.ts +9 -9
- package/lib/model/database-tools-private-endpoint-summary.js +1 -1
- package/lib/model/database-tools-private-endpoint.d.ts +9 -9
- package/lib/model/database-tools-private-endpoint.js +1 -1
- package/lib/model/database-tools-related-resource-my-sql.d.ts +30 -0
- package/lib/model/{database-tools-virtual-source.js → database-tools-related-resource-my-sql.js} +8 -8
- package/lib/model/database-tools-related-resource-my-sql.js.map +1 -0
- package/lib/model/database-tools-related-resource.d.ts +1 -1
- package/lib/model/database-tools-related-resource.js +1 -1
- package/lib/model/database-tools-user-password-details.d.ts +1 -1
- package/lib/model/database-tools-user-password-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-details.d.ts +2 -2
- package/lib/model/database-tools-user-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-user-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id.js +1 -1
- package/lib/model/database-tools-user-password-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-summary.js +1 -1
- package/lib/model/database-tools-user-password.d.ts +1 -1
- package/lib/model/database-tools-user-password.js +1 -1
- package/lib/model/index.d.ts +53 -7
- package/lib/model/index.js +55 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-store-type-my-sql.d.ts +29 -0
- package/lib/model/key-store-type-my-sql.js +40 -0
- package/lib/model/key-store-type-my-sql.js.map +1 -0
- package/lib/model/key-store-type.d.ts +2 -2
- package/lib/model/key-store-type.js +2 -2
- package/lib/model/lifecycle-state.d.ts +2 -2
- package/lib/model/lifecycle-state.js +2 -2
- package/lib/model/operation-status.d.ts +2 -2
- package/lib/model/operation-status.js +2 -2
- package/lib/model/operation-type.d.ts +1 -1
- package/lib/model/operation-type.js +1 -1
- package/lib/model/related-resource-entity-type-my-sql.d.ts +27 -0
- package/lib/model/related-resource-entity-type-my-sql.js +38 -0
- package/lib/model/related-resource-entity-type-my-sql.js.map +1 -0
- package/lib/model/related-resource-entity-type.d.ts +2 -2
- package/lib/model/related-resource-entity-type.js +2 -2
- package/lib/model/sort-order.d.ts +2 -2
- package/lib/model/sort-order.js +2 -2
- package/lib/model/update-database-tools-connection-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-details.js +5 -1
- package/lib/model/update-database-tools-connection-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-my-sql-details.d.ts +50 -0
- package/lib/model/update-database-tools-connection-my-sql-details.js +78 -0
- package/lib/model/update-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +5 -5
- package/lib/model/update-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +2 -2
- package/lib/model/update-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-my-sql-details.d.ts +30 -0
- package/lib/model/update-database-tools-related-resource-my-sql-details.js +29 -0
- package/lib/model/update-database-tools-related-resource-my-sql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-details.js +5 -1
- package/lib/model/validate-database-tools-connection-details.js.map +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-details.d.ts +24 -0
- package/lib/model/validate-database-tools-connection-my-sql-details.js +54 -0
- package/lib/model/validate-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +32 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.js +54 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.js.map +1 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.js +1 -1
- package/lib/model/validate-database-tools-connection-result.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-result.js +5 -1
- package/lib/model/validate-database-tools-connection-result.js.map +1 -1
- package/lib/model/work-request-collection.d.ts +3 -3
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +2 -2
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +3 -3
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +2 -2
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +2 -2
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +2 -2
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/create-database-tools-connection-request.d.ts +3 -3
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-database-tools-connection-request.d.ts +2 -2
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-database-tools-connection-request.d.ts +2 -2
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +2 -2
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +4 -4
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +4 -4
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +5 -5
- 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/update-database-tools-connection-request.d.ts +3 -3
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/validate-database-tools-connection-request.d.ts +3 -3
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/package.json +3 -3
- package/lib/model/database-tools-allowed-network-sources.d.ts +0 -34
- package/lib/model/database-tools-allowed-network-sources.js.map +0 -1
- package/lib/model/database-tools-virtual-source.d.ts +0 -29
- package/lib/model/database-tools-virtual-source.js.map +0 -1
- package/lib/model/service-capability.js +0 -33
- package/lib/model/service-capability.js.map +0 -1
package/lib/model/action-type.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.ActionType = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The type of action.
|
|
18
18
|
**/
|
|
19
19
|
var ActionType;
|
|
20
20
|
(function (ActionType) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Contains the details for the compartment to move the DatabaseToolsConnection to.
|
|
14
|
+
* Contains the details for the compartment to move the `DatabaseToolsConnection` to.
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeDatabaseToolsConnectionCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the DatabaseToolsConnection to.
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the `DatabaseToolsConnection` to.
|
|
19
19
|
*/
|
|
20
20
|
"compartmentId": string;
|
|
21
21
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* Contains the details for the compartment to move the
|
|
14
|
+
* Contains the details for the compartment to move the Database Tools private endpoint to.
|
|
15
15
|
*/
|
|
16
16
|
export interface ChangeDatabaseToolsPrivateEndpointCompartmentDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the DatabaseConnectionProfile to.
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment to move the `DatabaseConnectionProfile` to.
|
|
19
19
|
*/
|
|
20
20
|
"compartmentId": string;
|
|
21
21
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,10 +11,11 @@
|
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* The connection type.
|
|
15
15
|
**/
|
|
16
16
|
export declare enum ConnectionType {
|
|
17
17
|
OracleDatabase = "ORACLE_DATABASE",
|
|
18
|
+
Mysql = "MYSQL",
|
|
18
19
|
/**
|
|
19
20
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
20
21
|
* version of the SDK.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -14,11 +14,12 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.ConnectionType = void 0;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* The connection type.
|
|
18
18
|
**/
|
|
19
19
|
var ConnectionType;
|
|
20
20
|
(function (ConnectionType) {
|
|
21
21
|
ConnectionType["OracleDatabase"] = "ORACLE_DATABASE";
|
|
22
|
+
ConnectionType["Mysql"] = "MYSQL";
|
|
22
23
|
/**
|
|
23
24
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
25
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection-type.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/connection-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"connection-type.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/connection-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,cASX;AATD,WAAY,cAAc;IACxB,oDAAkC,CAAA;IAClC,iCAAe,CAAA;IAEf;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EATW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QASzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* Details for the new Database Tools connection.
|
|
15
15
|
*/
|
|
16
16
|
export interface CreateDatabaseToolsConnectionDetails {
|
|
17
17
|
/**
|
|
@@ -19,7 +19,7 @@ export interface CreateDatabaseToolsConnectionDetails {
|
|
|
19
19
|
*/
|
|
20
20
|
"displayName": string;
|
|
21
21
|
/**
|
|
22
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing
|
|
22
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the Database Tools connection.
|
|
23
23
|
*/
|
|
24
24
|
"compartmentId": string;
|
|
25
25
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -39,6 +39,8 @@ var CreateDatabaseToolsConnectionDetails;
|
|
|
39
39
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
40
|
if (obj && "type" in obj && obj.type) {
|
|
41
41
|
switch (obj.type) {
|
|
42
|
+
case "MYSQL":
|
|
43
|
+
return model.CreateDatabaseToolsConnectionMySqlDetails.getJsonObj(jsonObj, true);
|
|
42
44
|
case "ORACLE_DATABASE":
|
|
43
45
|
return model.CreateDatabaseToolsConnectionOracleDatabaseDetails.getJsonObj(jsonObj, true);
|
|
44
46
|
default:
|
|
@@ -52,6 +54,8 @@ var CreateDatabaseToolsConnectionDetails;
|
|
|
52
54
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
55
|
if (obj && "type" in obj && obj.type) {
|
|
54
56
|
switch (obj.type) {
|
|
57
|
+
case "MYSQL":
|
|
58
|
+
return model.CreateDatabaseToolsConnectionMySqlDetails.getDeserializedJsonObj(jsonObj, true);
|
|
55
59
|
case "ORACLE_DATABASE":
|
|
56
60
|
return model.CreateDatabaseToolsConnectionOracleDatabaseDetails.getDeserializedJsonObj(jsonObj, true);
|
|
57
61
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-database-tools-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,oCAAoC,
|
|
1
|
+
{"version":3,"file":"create-database-tools-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,oCAAoC,CA2CpD;AA3CD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,kDAAkD,CAAC,UAAU,CACL,OAAQ,EAC3E,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+CAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,kDAAkD,CAAC,sBAAsB,CACjB,OAAQ,EAC3E,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,IAAI,CAAC,CAAC;aACjD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,2DAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA2CpD"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Details of the new Database Tools connection for a MySQL Server.
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateDatabaseToolsConnectionMySqlDetails extends model.CreateDatabaseToolsConnectionDetails {
|
|
18
|
+
"relatedResource"?: model.CreateDatabaseToolsRelatedResourceMySqlDetails;
|
|
19
|
+
/**
|
|
20
|
+
* The connection string used to connect to the MySQL Server.
|
|
21
|
+
*/
|
|
22
|
+
"connectionString"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The user name.
|
|
25
|
+
*/
|
|
26
|
+
"userName"?: string;
|
|
27
|
+
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdDetails;
|
|
28
|
+
/**
|
|
29
|
+
* The advanced connection properties key-value pair (e.g., `sslMode`).
|
|
30
|
+
*/
|
|
31
|
+
"advancedProperties"?: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* The CA certificate to verify the server's certificate and
|
|
36
|
+
* the client private key and associated certificate required for client authentication.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"keyStores"?: Array<model.DatabaseToolsKeyStoreMySqlDetails>;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Database Tools private endpoint used to access the database in the customer VCN.
|
|
42
|
+
*/
|
|
43
|
+
"privateEndpointId"?: string;
|
|
44
|
+
"type": string;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace CreateDatabaseToolsConnectionMySqlDetails {
|
|
47
|
+
function getJsonObj(obj: CreateDatabaseToolsConnectionMySqlDetails, isParentJsonObj?: boolean): object;
|
|
48
|
+
const type = "MYSQL";
|
|
49
|
+
function getDeserializedJsonObj(obj: CreateDatabaseToolsConnectionMySqlDetails, isParentJsonObj?: boolean): object;
|
|
50
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CreateDatabaseToolsConnectionMySqlDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateDatabaseToolsConnectionMySqlDetails;
|
|
37
|
+
(function (CreateDatabaseToolsConnectionMySqlDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.CreateDatabaseToolsConnectionDetails.getJsonObj(obj))), {
|
|
42
|
+
"relatedResource": obj.relatedResource
|
|
43
|
+
? model.CreateDatabaseToolsRelatedResourceMySqlDetails.getJsonObj(obj.relatedResource)
|
|
44
|
+
: undefined,
|
|
45
|
+
"userPassword": obj.userPassword
|
|
46
|
+
? model.DatabaseToolsUserPasswordDetails.getJsonObj(obj.userPassword)
|
|
47
|
+
: undefined,
|
|
48
|
+
"keyStores": obj.keyStores
|
|
49
|
+
? obj.keyStores.map(item => {
|
|
50
|
+
return model.DatabaseToolsKeyStoreMySqlDetails.getJsonObj(item);
|
|
51
|
+
})
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
CreateDatabaseToolsConnectionMySqlDetails.getJsonObj = getJsonObj;
|
|
57
|
+
CreateDatabaseToolsConnectionMySqlDetails.type = "MYSQL";
|
|
58
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
60
|
+
? obj
|
|
61
|
+
: model.CreateDatabaseToolsConnectionDetails.getDeserializedJsonObj(obj))), {
|
|
62
|
+
"relatedResource": obj.relatedResource
|
|
63
|
+
? model.CreateDatabaseToolsRelatedResourceMySqlDetails.getDeserializedJsonObj(obj.relatedResource)
|
|
64
|
+
: undefined,
|
|
65
|
+
"userPassword": obj.userPassword
|
|
66
|
+
? model.DatabaseToolsUserPasswordDetails.getDeserializedJsonObj(obj.userPassword)
|
|
67
|
+
: undefined,
|
|
68
|
+
"keyStores": obj.keyStores
|
|
69
|
+
? obj.keyStores.map(item => {
|
|
70
|
+
return model.DatabaseToolsKeyStoreMySqlDetails.getDeserializedJsonObj(item);
|
|
71
|
+
})
|
|
72
|
+
: undefined
|
|
73
|
+
});
|
|
74
|
+
return jsonObj;
|
|
75
|
+
}
|
|
76
|
+
CreateDatabaseToolsConnectionMySqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
77
|
+
})(CreateDatabaseToolsConnectionMySqlDetails = exports.CreateDatabaseToolsConnectionMySqlDetails || (exports.CreateDatabaseToolsConnectionMySqlDetails = {}));
|
|
78
|
+
//# sourceMappingURL=create-database-tools-connection-my-sql-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-connection-my-sql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-connection-my-sql-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoClC,IAAiB,yCAAyC,CA8DzD;AA9DD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CACxB,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CAC0C,CAAC,GACjD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,8CAA8C,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACtF,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,oDAAU,aA4BzB,CAAA;IACY,8CAAI,GAAG,OAAO,CAAC;IAC5B,SAAgB,sBAAsB,CACpC,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CAC0C,CAAC,GACjD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,8CAA8C,CAAC,sBAAsB,CACzE,GAAG,CAAC,eAAe,CACpB;gBACH,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,gEAAsB,yBA8BrC,CAAA;AACH,CAAC,EA9DgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA8DzD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -12,21 +12,21 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Details of the new Database Tools connection for an Oracle Database.
|
|
16
16
|
*/
|
|
17
17
|
export interface CreateDatabaseToolsConnectionOracleDatabaseDetails extends model.CreateDatabaseToolsConnectionDetails {
|
|
18
18
|
"relatedResource"?: model.CreateDatabaseToolsRelatedResourceDetails;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The connect descriptor or Easy Connect Naming method use to connect to the database.
|
|
21
21
|
*/
|
|
22
22
|
"connectionString"?: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* The database user name.
|
|
25
25
|
*/
|
|
26
26
|
"userName"?: string;
|
|
27
27
|
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdDetails;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* The advanced connection properties key-value pair (e.g., `oracle.net.ssl_server_dn_match`).
|
|
30
30
|
*/
|
|
31
31
|
"advancedProperties"?: {
|
|
32
32
|
[key: string]: string;
|
|
@@ -38,7 +38,7 @@ export interface CreateDatabaseToolsConnectionOracleDatabaseDetails extends mode
|
|
|
38
38
|
*/
|
|
39
39
|
"keyStores"?: Array<model.DatabaseToolsKeyStoreDetails>;
|
|
40
40
|
/**
|
|
41
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Database Tools private endpoint used to access the database in the customer VCN.
|
|
42
42
|
*/
|
|
43
43
|
"privateEndpointId"?: string;
|
|
44
44
|
"type": string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
* 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.
|
|
12
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* The
|
|
14
|
+
* The details for the new Database Tools private endpoint.
|
|
15
15
|
*/
|
|
16
16
|
export interface CreateDatabaseToolsPrivateEndpointDetails {
|
|
17
17
|
/**
|
|
18
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the Database Tools private endpoint.
|
|
19
19
|
*/
|
|
20
20
|
"compartmentId": string;
|
|
21
21
|
/**
|
|
@@ -41,11 +41,11 @@ export interface CreateDatabaseToolsPrivateEndpointDetails {
|
|
|
41
41
|
*/
|
|
42
42
|
"displayName": string;
|
|
43
43
|
/**
|
|
44
|
-
* A description of the
|
|
44
|
+
* A description of the Database Tools private endpoint.
|
|
45
45
|
*/
|
|
46
46
|
"description"?: string;
|
|
47
47
|
/**
|
|
48
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsEndpointService
|
|
48
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `DatabaseToolsEndpointService`.
|
|
49
49
|
*/
|
|
50
50
|
"endpointServiceId": string;
|
|
51
51
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The related resource
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateDatabaseToolsRelatedResourceMySqlDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The resource entity type.
|
|
20
|
+
*/
|
|
21
|
+
"entityType": model.RelatedResourceEntityTypeMySql;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related resource.
|
|
24
|
+
*/
|
|
25
|
+
"identifier": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace CreateDatabaseToolsRelatedResourceMySqlDetails {
|
|
28
|
+
function getJsonObj(obj: CreateDatabaseToolsRelatedResourceMySqlDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: CreateDatabaseToolsRelatedResourceMySqlDetails): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.CreateDatabaseToolsRelatedResourceMySqlDetails = void 0;
|
|
16
|
+
var CreateDatabaseToolsRelatedResourceMySqlDetails;
|
|
17
|
+
(function (CreateDatabaseToolsRelatedResourceMySqlDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CreateDatabaseToolsRelatedResourceMySqlDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CreateDatabaseToolsRelatedResourceMySqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CreateDatabaseToolsRelatedResourceMySqlDetails = exports.CreateDatabaseToolsRelatedResourceMySqlDetails || (exports.CreateDatabaseToolsRelatedResourceMySqlDetails = {}));
|
|
29
|
+
//# sourceMappingURL=create-database-tools-related-resource-my-sql-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-related-resource-my-sql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-related-resource-my-sql-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,8CAA8C,CAa9D;AAbD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,qEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAa9D"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* List of DatabaseToolsConnectionSummary items.
|
|
15
|
+
* List of `DatabaseToolsConnectionSummary` items.
|
|
16
16
|
*/
|
|
17
17
|
export interface DatabaseToolsConnectionCollection {
|
|
18
18
|
/**
|
|
19
|
-
* Array of DatabaseToolsConnectionSummary.
|
|
19
|
+
* Array of `DatabaseToolsConnectionSummary` items.
|
|
20
20
|
*/
|
|
21
21
|
"items": Array<model.DatabaseToolsConnectionSummary>;
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* DatabaseToolsConnectionSummary of a MySQL Server.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionMySqlSummary extends model.DatabaseToolsConnectionSummary {
|
|
18
|
+
"relatedResource"?: model.DatabaseToolsRelatedResourceMySql;
|
|
19
|
+
/**
|
|
20
|
+
* The connection string used to connect to the MySQL Server.
|
|
21
|
+
*/
|
|
22
|
+
"connectionString"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The user name.
|
|
25
|
+
*/
|
|
26
|
+
"userName"?: string;
|
|
27
|
+
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdSummary;
|
|
28
|
+
/**
|
|
29
|
+
* The advanced connection properties key-value pair (e.g., `sslMode`).
|
|
30
|
+
*/
|
|
31
|
+
"advancedProperties"?: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* The CA certificate to verify the server's certificate and
|
|
36
|
+
* the client private key and associated certificate required for client authentication.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"keyStores"?: Array<model.DatabaseToolsKeyStoreMySqlSummary>;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the `DatabaseToolsPrivateEndpoint` used to access the database in the customer VCN.
|
|
42
|
+
*/
|
|
43
|
+
"privateEndpointId"?: string;
|
|
44
|
+
"type": string;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace DatabaseToolsConnectionMySqlSummary {
|
|
47
|
+
function getJsonObj(obj: DatabaseToolsConnectionMySqlSummary, isParentJsonObj?: boolean): object;
|
|
48
|
+
const type = "MYSQL";
|
|
49
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionMySqlSummary, isParentJsonObj?: boolean): object;
|
|
50
|
+
}
|