oci-databasetools 2.30.0 → 2.33.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
|
@@ -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
|
-
* Description of
|
|
15
|
+
* Description of Database Tools Endpoint Service.
|
|
16
16
|
*/
|
|
17
17
|
export interface DatabaseToolsEndpointService {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Database Tools Endpoint Service.
|
|
20
20
|
*/
|
|
21
21
|
"id": string;
|
|
22
22
|
/**
|
|
@@ -28,7 +28,7 @@ export interface DatabaseToolsEndpointService {
|
|
|
28
28
|
*/
|
|
29
29
|
"name"?: string;
|
|
30
30
|
/**
|
|
31
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing
|
|
31
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the Database Tools Endpoint Service.
|
|
32
32
|
*/
|
|
33
33
|
"compartmentId"?: string;
|
|
34
34
|
/**
|
|
@@ -60,15 +60,15 @@ export interface DatabaseToolsEndpointService {
|
|
|
60
60
|
};
|
|
61
61
|
};
|
|
62
62
|
/**
|
|
63
|
-
* The time the
|
|
63
|
+
* The time the Database Tools Endpoint Service was created. An RFC3339 formatted datetime string
|
|
64
64
|
*/
|
|
65
65
|
"timeCreated": Date;
|
|
66
66
|
/**
|
|
67
|
-
* The time the
|
|
67
|
+
* The time the Database Tools Endpoint Service was updated. An RFC3339 formatted datetime string
|
|
68
68
|
*/
|
|
69
69
|
"timeUpdated"?: Date;
|
|
70
70
|
/**
|
|
71
|
-
* The current state of the
|
|
71
|
+
* The current state of the Database Tools Endpoint Service.
|
|
72
72
|
*/
|
|
73
73
|
"lifecycleState": model.LifecycleState;
|
|
74
74
|
/**
|
|
@@ -76,7 +76,7 @@ export interface DatabaseToolsEndpointService {
|
|
|
76
76
|
*/
|
|
77
77
|
"lifecycleDetails"?: string;
|
|
78
78
|
/**
|
|
79
|
-
* A description of the
|
|
79
|
+
* A description of the Database Tools Endpoint Service.
|
|
80
80
|
*/
|
|
81
81
|
"description"?: string;
|
|
82
82
|
}
|
|
@@ -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,22 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* The key store content.
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsKeyStoreContentMySqlDetails {
|
|
17
|
+
"valueType": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace DatabaseToolsKeyStoreContentMySqlDetails {
|
|
20
|
+
function getJsonObj(obj: DatabaseToolsKeyStoreContentMySqlDetails): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentMySqlDetails): object;
|
|
22
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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.DatabaseToolsKeyStoreContentMySqlDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStoreContentMySqlDetails;
|
|
37
|
+
(function (DatabaseToolsKeyStoreContentMySqlDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
41
|
+
switch (obj.valueType) {
|
|
42
|
+
case "SECRETID":
|
|
43
|
+
return model.DatabaseToolsKeyStoreContentSecretIdMySqlDetails.getJsonObj(jsonObj, true);
|
|
44
|
+
default:
|
|
45
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
DatabaseToolsKeyStoreContentMySqlDetails.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
54
|
+
switch (obj.valueType) {
|
|
55
|
+
case "SECRETID":
|
|
56
|
+
return model.DatabaseToolsKeyStoreContentSecretIdMySqlDetails.getDeserializedJsonObj(jsonObj, true);
|
|
57
|
+
default:
|
|
58
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
DatabaseToolsKeyStoreContentMySqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(DatabaseToolsKeyStoreContentMySqlDetails = exports.DatabaseToolsKeyStoreContentMySqlDetails || (exports.DatabaseToolsKeyStoreContentMySqlDetails = {}));
|
|
65
|
+
//# sourceMappingURL=database-tools-key-store-content-my-sql-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-content-my-sql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-my-sql-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,wCAAwC,CAiCxD;AAjCD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,gDAAgD,CAAC,UAAU,CACL,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CACjB,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAiCxD"}
|
|
@@ -0,0 +1,22 @@
|
|
|
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
|
+
/**
|
|
14
|
+
* The key store content.
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsKeyStoreContentMySqlSummary {
|
|
17
|
+
"valueType": string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace DatabaseToolsKeyStoreContentMySqlSummary {
|
|
20
|
+
function getJsonObj(obj: DatabaseToolsKeyStoreContentMySqlSummary): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentMySqlSummary): object;
|
|
22
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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.DatabaseToolsKeyStoreContentMySqlSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStoreContentMySqlSummary;
|
|
37
|
+
(function (DatabaseToolsKeyStoreContentMySqlSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
41
|
+
switch (obj.valueType) {
|
|
42
|
+
case "SECRETID":
|
|
43
|
+
return model.DatabaseToolsKeyStoreContentSecretIdMySqlSummary.getJsonObj(jsonObj, true);
|
|
44
|
+
default:
|
|
45
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
DatabaseToolsKeyStoreContentMySqlSummary.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
54
|
+
switch (obj.valueType) {
|
|
55
|
+
case "SECRETID":
|
|
56
|
+
return model.DatabaseToolsKeyStoreContentSecretIdMySqlSummary.getDeserializedJsonObj(jsonObj, true);
|
|
57
|
+
default:
|
|
58
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
DatabaseToolsKeyStoreContentMySqlSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(DatabaseToolsKeyStoreContentMySqlSummary = exports.DatabaseToolsKeyStoreContentMySqlSummary || (exports.DatabaseToolsKeyStoreContentMySqlSummary = {}));
|
|
65
|
+
//# sourceMappingURL=database-tools-key-store-content-my-sql-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-content-my-sql-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-my-sql-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,wCAAwC,CAiCxD;AAjCD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,gDAAgD,CAAC,UAAU,CACL,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CACjB,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAiCxD"}
|
|
@@ -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,12 +11,12 @@
|
|
|
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
|
-
*
|
|
15
|
-
|
|
16
|
-
export
|
|
17
|
-
|
|
14
|
+
* The key store content.
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsKeyStoreContentMySql {
|
|
17
|
+
"valueType": string;
|
|
18
18
|
}
|
|
19
|
-
export declare namespace
|
|
20
|
-
function getJsonObj(obj:
|
|
21
|
-
function getDeserializedJsonObj(obj:
|
|
19
|
+
export declare namespace DatabaseToolsKeyStoreContentMySql {
|
|
20
|
+
function getJsonObj(obj: DatabaseToolsKeyStoreContentMySql): object;
|
|
21
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentMySql): object;
|
|
22
22
|
}
|
|
@@ -0,0 +1,65 @@
|
|
|
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.DatabaseToolsKeyStoreContentMySql = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStoreContentMySql;
|
|
37
|
+
(function (DatabaseToolsKeyStoreContentMySql) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
41
|
+
switch (obj.valueType) {
|
|
42
|
+
case "SECRETID":
|
|
43
|
+
return model.DatabaseToolsKeyStoreContentSecretIdMySql.getJsonObj(jsonObj, true);
|
|
44
|
+
default:
|
|
45
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
DatabaseToolsKeyStoreContentMySql.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
|
+
if (obj && "valueType" in obj && obj.valueType) {
|
|
54
|
+
switch (obj.valueType) {
|
|
55
|
+
case "SECRETID":
|
|
56
|
+
return model.DatabaseToolsKeyStoreContentSecretIdMySql.getDeserializedJsonObj(jsonObj, true);
|
|
57
|
+
default:
|
|
58
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
DatabaseToolsKeyStoreContentMySql.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(DatabaseToolsKeyStoreContentMySql = exports.DatabaseToolsKeyStoreContentMySql || (exports.DatabaseToolsKeyStoreContentMySql = {}));
|
|
65
|
+
//# sourceMappingURL=database-tools-key-store-content-my-sql.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-content-my-sql.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-my-sql.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,iCAAiC,CAiCjD;AAjCD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,4CAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YAC9C,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAiCjD"}
|
|
@@ -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,28 @@
|
|
|
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 key store content.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStoreContentSecretIdMySqlDetails extends model.DatabaseToolsKeyStoreContentMySqlDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStoreContentSecretIdMySqlDetails {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdMySqlDetails, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdMySqlDetails, isParentJsonObj?: boolean): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.DatabaseToolsKeyStoreContentSecretIdMySqlDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStoreContentSecretIdMySqlDetails;
|
|
37
|
+
(function (DatabaseToolsKeyStoreContentSecretIdMySqlDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStoreContentMySqlDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStoreContentSecretIdMySqlDetails.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStoreContentSecretIdMySqlDetails.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStoreContentMySqlDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStoreContentSecretIdMySqlDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStoreContentSecretIdMySqlDetails = exports.DatabaseToolsKeyStoreContentSecretIdMySqlDetails || (exports.DatabaseToolsKeyStoreContentSecretIdMySqlDetails = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-content-secret-id-my-sql-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-content-secret-id-my-sql-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-my-sql-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,gDAAgD,CAgChE;AAhCD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CACxB,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACxD,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAU,aAczB,CAAA;IACY,0DAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACpE,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgChE"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 key store content.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStoreContentSecretIdMySqlSummary extends model.DatabaseToolsKeyStoreContentMySqlSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStoreContentSecretIdMySqlSummary {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdMySqlSummary, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdMySqlSummary, isParentJsonObj?: boolean): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
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.DatabaseToolsKeyStoreContentSecretIdMySqlSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStoreContentSecretIdMySqlSummary;
|
|
37
|
+
(function (DatabaseToolsKeyStoreContentSecretIdMySqlSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsKeyStoreContentMySqlSummary.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
DatabaseToolsKeyStoreContentSecretIdMySqlSummary.getJsonObj = getJsonObj;
|
|
45
|
+
DatabaseToolsKeyStoreContentSecretIdMySqlSummary.valueType = "SECRETID";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.DatabaseToolsKeyStoreContentMySqlSummary.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
DatabaseToolsKeyStoreContentSecretIdMySqlSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(DatabaseToolsKeyStoreContentSecretIdMySqlSummary = exports.DatabaseToolsKeyStoreContentSecretIdMySqlSummary || (exports.DatabaseToolsKeyStoreContentSecretIdMySqlSummary = {}));
|
|
54
|
+
//# sourceMappingURL=database-tools-key-store-content-secret-id-my-sql-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-content-secret-id-my-sql-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,gDAAgD,CAgChE;AAhCD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CACxB,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACxD,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAU,aAczB,CAAA;IACY,0DAAS,GAAG,UAAU,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACpE,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgChE"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 key store content.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStoreContentSecretIdMySql extends model.DatabaseToolsKeyStoreContentMySql {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the secret containing the key store.
|
|
20
|
+
*/
|
|
21
|
+
"secretId"?: string;
|
|
22
|
+
"valueType": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsKeyStoreContentSecretIdMySql {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdMySql, isParentJsonObj?: boolean): object;
|
|
26
|
+
const valueType = "SECRETID";
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreContentSecretIdMySql, isParentJsonObj?: boolean): object;
|
|
28
|
+
}
|