oci-databasemigration 2.16.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +76 -36
- package/lib/client.js +286 -36
- package/lib/client.js.map +1 -1
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.d.ts +40 -0
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.js +54 -0
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.js.map +1 -0
- package/lib/model/a-db-dedicated-remap-target-tablespace-details.d.ts +30 -0
- package/lib/model/a-db-dedicated-remap-target-tablespace-details.js +54 -0
- package/lib/model/a-db-dedicated-remap-target-tablespace-details.js.map +1 -0
- package/lib/model/a-db-serverles-tablespace-details.d.ts +38 -0
- package/lib/model/a-db-serverles-tablespace-details.js +63 -0
- package/lib/model/a-db-serverles-tablespace-details.js.map +1 -0
- package/lib/model/aws-s3-details.d.ts +35 -0
- package/lib/model/aws-s3-details.js +29 -0
- package/lib/model/aws-s3-details.js.map +1 -0
- package/lib/model/connection-summary.d.ts +10 -0
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/connection.d.ts +10 -0
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.d.ts +40 -0
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js +54 -0
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js.map +1 -0
- package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.d.ts +30 -0
- package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.js +54 -0
- package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.js.map +1 -0
- package/lib/model/create-ad-bserverles-tablespace-details.d.ts +25 -0
- package/lib/model/create-ad-bserverles-tablespace-details.js +54 -0
- package/lib/model/create-ad-bserverles-tablespace-details.js.map +1 -0
- package/lib/model/create-aws-s3-details.d.ts +47 -0
- package/lib/model/create-aws-s3-details.js +29 -0
- package/lib/model/create-aws-s3-details.js.map +1 -0
- package/lib/model/create-connection-details.d.ts +5 -0
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-data-pump-settings.d.ts +1 -0
- package/lib/model/create-data-pump-settings.js +6 -0
- package/lib/model/create-data-pump-settings.js.map +1 -1
- package/lib/model/create-data-transfer-medium-details.d.ts +3 -1
- package/lib/model/create-data-transfer-medium-details.js +6 -0
- package/lib/model/create-data-transfer-medium-details.js.map +1 -1
- package/lib/model/create-non-ad-bauto-create-tablespace-details.d.ts +40 -0
- package/lib/model/create-non-ad-bauto-create-tablespace-details.js +54 -0
- package/lib/model/create-non-ad-bauto-create-tablespace-details.js.map +1 -0
- package/lib/model/create-non-ad-bremap-tablespace-details.d.ts +30 -0
- package/lib/model/create-non-ad-bremap-tablespace-details.js +54 -0
- package/lib/model/create-non-ad-bremap-tablespace-details.js.map +1 -0
- package/lib/model/create-target-type-tablespace-details.d.ts +23 -0
- package/lib/model/create-target-type-tablespace-details.js +81 -0
- package/lib/model/create-target-type-tablespace-details.js.map +1 -0
- package/lib/model/data-pump-settings.d.ts +1 -0
- package/lib/model/data-pump-settings.js +6 -0
- package/lib/model/data-pump-settings.js.map +1 -1
- package/lib/model/data-transfer-medium-details.d.ts +1 -0
- package/lib/model/data-transfer-medium-details.js +6 -0
- package/lib/model/data-transfer-medium-details.js.map +1 -1
- package/lib/model/database-manual-connection-sub-types.d.ts +29 -0
- package/lib/model/database-manual-connection-sub-types.js +40 -0
- package/lib/model/database-manual-connection-sub-types.js.map +1 -0
- package/lib/model/excluded-object-summary-collection.d.ts +28 -0
- package/lib/model/excluded-object-summary-collection.js +61 -0
- package/lib/model/excluded-object-summary-collection.js.map +1 -0
- package/lib/model/excluded-object-summary.d.ts +48 -0
- package/lib/model/excluded-object-summary.js +29 -0
- package/lib/model/excluded-object-summary.js.map +1 -0
- package/lib/model/extract-performance-profile.d.ts +1 -1
- package/lib/model/extract-performance-profile.js +1 -1
- package/lib/model/index.d.ts +64 -0
- package/lib/model/index.js +68 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/migration-database-target-types-update.d.ts +29 -0
- package/lib/model/migration-database-target-types-update.js +40 -0
- package/lib/model/migration-database-target-types-update.js.map +1 -0
- package/lib/model/migration-database-target-types.d.ts +32 -0
- package/lib/model/migration-database-target-types.js +43 -0
- package/lib/model/migration-database-target-types.js.map +1 -0
- package/lib/model/migration-object-collection.d.ts +28 -0
- package/lib/model/migration-object-collection.js +61 -0
- package/lib/model/migration-object-collection.js.map +1 -0
- package/lib/model/migration-object-summary.d.ts +44 -0
- package/lib/model/migration-object-summary.js +29 -0
- package/lib/model/migration-object-summary.js.map +1 -0
- package/lib/model/non-ad-bauto-create-tablespace-details.d.ts +40 -0
- package/lib/model/non-ad-bauto-create-tablespace-details.js +54 -0
- package/lib/model/non-ad-bauto-create-tablespace-details.js.map +1 -0
- package/lib/model/non-ad-bremap-tablespace-details.d.ts +30 -0
- package/lib/model/non-ad-bremap-tablespace-details.js +54 -0
- package/lib/model/non-ad-bremap-tablespace-details.js.map +1 -0
- package/lib/model/object-status.d.ts +29 -0
- package/lib/model/object-status.js +40 -0
- package/lib/model/object-status.js.map +1 -0
- package/lib/model/reason-keywords.d.ts +32 -0
- package/lib/model/reason-keywords.js +43 -0
- package/lib/model/reason-keywords.js.map +1 -0
- package/lib/model/target-type-tablespace-details.d.ts +23 -0
- package/lib/model/target-type-tablespace-details.js +81 -0
- package/lib/model/target-type-tablespace-details.js.map +1 -0
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.d.ts +40 -0
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js +54 -0
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js.map +1 -0
- package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.d.ts +30 -0
- package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.js +54 -0
- package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.js.map +1 -0
- package/lib/model/update-ad-bserverles-tablespace-details.d.ts +25 -0
- package/lib/model/update-ad-bserverles-tablespace-details.js +54 -0
- package/lib/model/update-ad-bserverles-tablespace-details.js.map +1 -0
- package/lib/model/update-aws-s3-details.d.ts +47 -0
- package/lib/model/update-aws-s3-details.js +29 -0
- package/lib/model/update-aws-s3-details.js.map +1 -0
- package/lib/model/update-data-pump-settings.d.ts +1 -0
- package/lib/model/update-data-pump-settings.js +6 -0
- package/lib/model/update-data-pump-settings.js.map +1 -1
- package/lib/model/update-data-transfer-medium-details.d.ts +3 -1
- package/lib/model/update-data-transfer-medium-details.js +6 -0
- package/lib/model/update-data-transfer-medium-details.js.map +1 -1
- package/lib/model/update-non-ad-bauto-create-tablespace-details.d.ts +40 -0
- package/lib/model/update-non-ad-bauto-create-tablespace-details.js +54 -0
- package/lib/model/update-non-ad-bauto-create-tablespace-details.js.map +1 -0
- package/lib/model/update-non-ad-bremap-tablespace-details.d.ts +30 -0
- package/lib/model/update-non-ad-bremap-tablespace-details.js +54 -0
- package/lib/model/update-non-ad-bremap-tablespace-details.js.map +1 -0
- package/lib/model/update-target-defaults-auto-create-tablespace-details.d.ts +27 -0
- package/lib/model/update-target-defaults-auto-create-tablespace-details.js +54 -0
- package/lib/model/update-target-defaults-auto-create-tablespace-details.js.map +1 -0
- package/lib/model/update-target-defaults-remap-tablespace-details.d.ts +27 -0
- package/lib/model/update-target-defaults-remap-tablespace-details.js +54 -0
- package/lib/model/update-target-defaults-remap-tablespace-details.js.map +1 -0
- package/lib/model/update-target-type-tablespace-details.d.ts +23 -0
- package/lib/model/update-target-type-tablespace-details.js +89 -0
- package/lib/model/update-target-type-tablespace-details.js.map +1 -0
- package/lib/request/abort-job-request.d.ts +1 -1
- package/lib/request/add-migration-objects-request.d.ts +44 -0
- package/lib/request/add-migration-objects-request.js +15 -0
- package/lib/request/add-migration-objects-request.js.map +1 -0
- package/lib/request/change-agent-compartment-request.d.ts +1 -1
- package/lib/request/change-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-migration-compartment-request.d.ts +1 -1
- package/lib/request/clone-migration-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-migration-request.d.ts +1 -1
- package/lib/request/delete-agent-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-migration-request.d.ts +1 -1
- package/lib/request/evaluate-migration-request.d.ts +1 -1
- package/lib/request/get-advisor-report-request.d.ts +1 -1
- package/lib/request/get-agent-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-job-output-content-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-migration-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +8 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-agent-images-request.d.ts +1 -1
- package/lib/request/list-agents-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-excluded-objects-request.d.ts +93 -0
- package/lib/request/list-excluded-objects-request.js +24 -0
- package/lib/request/list-excluded-objects-request.js.map +1 -0
- package/lib/request/list-job-outputs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-migration-object-types-request.d.ts +1 -1
- package/lib/request/list-migration-objects-request.d.ts +48 -0
- package/lib/request/list-migration-objects-request.js +15 -0
- package/lib/request/list-migration-objects-request.js.map +1 -0
- package/lib/request/list-migrations-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-migration-objects-request.d.ts +44 -0
- package/lib/request/remove-migration-objects-request.js +15 -0
- package/lib/request/remove-migration-objects-request.js.map +1 -0
- package/lib/request/resume-job-request.d.ts +1 -1
- package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
- package/lib/request/start-migration-request.d.ts +1 -1
- package/lib/request/update-agent-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-migration-request.d.ts +1 -1
- package/lib/response/add-migration-objects-response.d.ts +20 -0
- package/lib/response/add-migration-objects-response.js +15 -0
- package/lib/response/add-migration-objects-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/list-excluded-objects-response.d.ts +32 -0
- package/lib/response/list-excluded-objects-response.js +15 -0
- package/lib/response/list-excluded-objects-response.js.map +1 -0
- package/lib/response/list-migration-objects-response.d.ts +32 -0
- package/lib/response/list-migration-objects-response.js +15 -0
- package/lib/response/list-migration-objects-response.js.map +1 -0
- package/lib/response/remove-migration-objects-response.d.ts +20 -0
- package/lib/response/remove-migration-objects-response.js +15 -0
- package/lib/response/remove-migration-objects-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20210929
|
|
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.AwsS3Details = void 0;
|
|
16
|
+
var AwsS3Details;
|
|
17
|
+
(function (AwsS3Details) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
AwsS3Details.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
AwsS3Details.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(AwsS3Details = exports.AwsS3Details || (exports.AwsS3Details = {}));
|
|
29
|
+
//# sourceMappingURL=aws-s3-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aws-s3-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/aws-s3-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
|
|
@@ -31,6 +31,16 @@ export interface ConnectionSummary {
|
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"databaseType": model.DatabaseConnectionTypes;
|
|
34
|
+
/**
|
|
35
|
+
* Database manual connection subtype. This value can only be specified for manual connections.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"manualDatabaseSubType"?: model.DatabaseManualConnectionSubTypes;
|
|
39
|
+
/**
|
|
40
|
+
* True if the Autonomous Connection is dedicated. Not provided for Non-Autonomous Connections.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"isDedicated"?: boolean;
|
|
34
44
|
/**
|
|
35
45
|
* Database Connection display name identifier.
|
|
36
46
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"connection-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsFH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -31,6 +31,16 @@ export interface Connection {
|
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"databaseType": model.DatabaseConnectionTypes;
|
|
34
|
+
/**
|
|
35
|
+
* Database manual connection subtype. This value can only be specified for manual connections.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"manualDatabaseSubType"?: model.DatabaseManualConnectionSubTypes;
|
|
39
|
+
/**
|
|
40
|
+
* True if the Autonomous Connection is dedicated. Not provided for Non-Autonomous Connections.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"isDedicated"?: boolean;
|
|
34
44
|
/**
|
|
35
45
|
* Database Connection display name identifier.
|
|
36
46
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connection.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"connection.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/connection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmGlC,IAAiB,UAAU,CAiD1B;AAjDD,WAAiB,UAAU;IACzB,SAAgB,UAAU,CAAC,GAAe;QACxC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS;YACtF,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC9D,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,qBAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAe;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBACzD,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC1E,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC7D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,iCAAsB,yBAwBrC,CAAA;AACH,CAAC,EAjDgB,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAiD1B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
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
|
+
* Migration tablespace settings valid for ADB-D target type using auto create feature.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateADBDedicatedAutoCreateTablespaceDetails extends model.CreateTargetTypeTablespaceDetails {
|
|
19
|
+
/**
|
|
20
|
+
* True to auto-create tablespace in the target Database.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"isAutoCreate"?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* True set tablespace to big file.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"isBigFile"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Size of extend in MB. Can only be specified if 'isBigFile' property is set to true.
|
|
31
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
|
+
*/
|
|
33
|
+
"extendSizeInMBs"?: number;
|
|
34
|
+
"targetType": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace CreateADBDedicatedAutoCreateTablespaceDetails {
|
|
37
|
+
function getJsonObj(obj: CreateADBDedicatedAutoCreateTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
38
|
+
const targetType = "ADB_D_AUTOCREATE";
|
|
39
|
+
function getDeserializedJsonObj(obj: CreateADBDedicatedAutoCreateTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20210929
|
|
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.CreateADBDedicatedAutoCreateTablespaceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateADBDedicatedAutoCreateTablespaceDetails;
|
|
37
|
+
(function (CreateADBDedicatedAutoCreateTablespaceDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.CreateTargetTypeTablespaceDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CreateADBDedicatedAutoCreateTablespaceDetails.getJsonObj = getJsonObj;
|
|
45
|
+
CreateADBDedicatedAutoCreateTablespaceDetails.targetType = "ADB_D_AUTOCREATE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.CreateTargetTypeTablespaceDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CreateADBDedicatedAutoCreateTablespaceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CreateADBDedicatedAutoCreateTablespaceDetails = exports.CreateADBDedicatedAutoCreateTablespaceDetails || (exports.CreateADBDedicatedAutoCreateTablespaceDetails = {}));
|
|
54
|
+
//# sourceMappingURL=create-ad-bdedicated-auto-create-tablespace-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ad-bdedicated-auto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-ad-bdedicated-auto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,6CAA6C,CAgC7D;AAhCD,WAAiB,6CAA6C;IAC5D,SAAgB,UAAU,CACxB,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACjD,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAU,aAczB,CAAA;IACY,wDAAU,GAAG,kBAAkB,CAAC;IAC7C,SAAgB,sBAAsB,CACpC,GAAkD,EAClD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC7D,GAAG,CAC8C,CAAC,GACrD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,6CAA6C,GAA7C,qDAA6C,KAA7C,qDAA6C,QAgC7D"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
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
|
+
* Migration tablespace settings valid for ADB-D target type using remap feature.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateADBDedicatedRemapTargetTablespaceDetails extends model.CreateTargetTypeTablespaceDetails {
|
|
19
|
+
/**
|
|
20
|
+
* Name of tablespace at target to which the source database tablespace need to be remapped.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"remapTarget"?: string;
|
|
24
|
+
"targetType": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace CreateADBDedicatedRemapTargetTablespaceDetails {
|
|
27
|
+
function getJsonObj(obj: CreateADBDedicatedRemapTargetTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
28
|
+
const targetType = "ADB_D_REMAP";
|
|
29
|
+
function getDeserializedJsonObj(obj: CreateADBDedicatedRemapTargetTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20210929
|
|
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.CreateADBDedicatedRemapTargetTablespaceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateADBDedicatedRemapTargetTablespaceDetails;
|
|
37
|
+
(function (CreateADBDedicatedRemapTargetTablespaceDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.CreateTargetTypeTablespaceDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CreateADBDedicatedRemapTargetTablespaceDetails.getJsonObj = getJsonObj;
|
|
45
|
+
CreateADBDedicatedRemapTargetTablespaceDetails.targetType = "ADB_D_REMAP";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.CreateTargetTypeTablespaceDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CreateADBDedicatedRemapTargetTablespaceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CreateADBDedicatedRemapTargetTablespaceDetails = exports.CreateADBDedicatedRemapTargetTablespaceDetails || (exports.CreateADBDedicatedRemapTargetTablespaceDetails = {}));
|
|
54
|
+
//# sourceMappingURL=create-ad-bdedicated-remap-target-tablespace-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ad-bdedicated-remap-target-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-ad-bdedicated-remap-target-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,8CAA8C,CAgC9D;AAhCD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CACxB,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACjD,GAAG,CAC+C,CAAC,GACtD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yDAAU,aAczB,CAAA;IACY,yDAAU,GAAG,aAAa,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAmD,EACnD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC7D,GAAG,CAC+C,CAAC,GACtD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,qEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAgC9D"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
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
|
+
* Migration tablespace settings valid for ADB-S target type using remap feature.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateADBServerlesTablespaceDetails extends model.CreateTargetTypeTablespaceDetails {
|
|
19
|
+
"targetType": string;
|
|
20
|
+
}
|
|
21
|
+
export declare namespace CreateADBServerlesTablespaceDetails {
|
|
22
|
+
function getJsonObj(obj: CreateADBServerlesTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
23
|
+
const targetType = "ADB_S_REMAP";
|
|
24
|
+
function getDeserializedJsonObj(obj: CreateADBServerlesTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20210929
|
|
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.CreateADBServerlesTablespaceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateADBServerlesTablespaceDetails;
|
|
37
|
+
(function (CreateADBServerlesTablespaceDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.CreateTargetTypeTablespaceDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
CreateADBServerlesTablespaceDetails.getJsonObj = getJsonObj;
|
|
45
|
+
CreateADBServerlesTablespaceDetails.targetType = "ADB_S_REMAP";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.CreateTargetTypeTablespaceDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
CreateADBServerlesTablespaceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(CreateADBServerlesTablespaceDetails = exports.CreateADBServerlesTablespaceDetails || (exports.CreateADBServerlesTablespaceDetails = {}));
|
|
54
|
+
//# sourceMappingURL=create-ad-bserverles-tablespace-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-ad-bserverles-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-ad-bserverles-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,mCAAmC,CAgCnD;AAhCD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACjD,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8CAAU,aAczB,CAAA;IACY,8CAAU,GAAG,aAAa,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC7D,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAgCnD"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
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
|
+
* AWS S3 bucket details used for source Connection resources with RDS_ORACLE type.
|
|
15
|
+
* Only supported for source Connection resources with RDS_ORACLE type.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateAwsS3Details {
|
|
19
|
+
/**
|
|
20
|
+
* S3 bucket name.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"name": string;
|
|
24
|
+
/**
|
|
25
|
+
* AWS region code where the S3 bucket is located.
|
|
26
|
+
* Region code should match the documented available regions:
|
|
27
|
+
* https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"region": string;
|
|
31
|
+
/**
|
|
32
|
+
* AWS access key credentials identifier
|
|
33
|
+
* Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"accessKeyId": string;
|
|
37
|
+
/**
|
|
38
|
+
* AWS secret access key credentials
|
|
39
|
+
* Details: https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"secretAccessKey": string;
|
|
43
|
+
}
|
|
44
|
+
export declare namespace CreateAwsS3Details {
|
|
45
|
+
function getJsonObj(obj: CreateAwsS3Details): object;
|
|
46
|
+
function getDeserializedJsonObj(obj: CreateAwsS3Details): object;
|
|
47
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Migration API
|
|
4
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
+
* OpenAPI spec version: 20210929
|
|
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.CreateAwsS3Details = void 0;
|
|
16
|
+
var CreateAwsS3Details;
|
|
17
|
+
(function (CreateAwsS3Details) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CreateAwsS3Details.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CreateAwsS3Details.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CreateAwsS3Details = exports.CreateAwsS3Details || (exports.CreateAwsS3Details = {}));
|
|
29
|
+
//# sourceMappingURL=create-aws-s3-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-aws-s3-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-aws-s3-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqCH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -31,6 +31,11 @@ export interface CreateConnectionDetails {
|
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"databaseType": model.DatabaseConnectionTypes;
|
|
34
|
+
/**
|
|
35
|
+
* Database manual connection subtype. This value can only be specified for manual connections.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"manualDatabaseSubType"?: model.DatabaseManualConnectionSubTypes;
|
|
34
39
|
/**
|
|
35
40
|
* The OCID of the cloud database. Required if the database connection type is Autonomous.
|
|
36
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoElC,IAAiB,uBAAuB,CAmDvC;AAnDD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,UAAU,CAAC;gBACnD,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,kCAAU,aAwBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YAEb,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,UAAU,CAAC;gBAC/D,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,8CAAsB,yBAwBrC,CAAA;AACH,CAAC,EAnDgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAmDvC"}
|
|
@@ -29,6 +29,7 @@ export interface CreateDataPumpSettings {
|
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
"metadataRemaps"?: Array<model.MetadataRemap>;
|
|
32
|
+
"tablespaceDetails"?: model.CreateNonADBAutoCreateTablespaceDetails | model.CreateNonADBRemapTablespaceDetails | model.CreateADBDedicatedRemapTargetTablespaceDetails | model.CreateADBServerlesTablespaceDetails | model.CreateADBDedicatedAutoCreateTablespaceDetails;
|
|
32
33
|
"exportDirectoryObject"?: model.CreateDirectoryObject;
|
|
33
34
|
"importDirectoryObject"?: model.CreateDirectoryObject;
|
|
34
35
|
}
|
|
@@ -45,6 +45,9 @@ var CreateDataPumpSettings;
|
|
|
45
45
|
return model.MetadataRemap.getJsonObj(item);
|
|
46
46
|
})
|
|
47
47
|
: undefined,
|
|
48
|
+
"tablespaceDetails": obj.tablespaceDetails
|
|
49
|
+
? model.CreateTargetTypeTablespaceDetails.getJsonObj(obj.tablespaceDetails)
|
|
50
|
+
: undefined,
|
|
48
51
|
"exportDirectoryObject": obj.exportDirectoryObject
|
|
49
52
|
? model.CreateDirectoryObject.getJsonObj(obj.exportDirectoryObject)
|
|
50
53
|
: undefined,
|
|
@@ -65,6 +68,9 @@ var CreateDataPumpSettings;
|
|
|
65
68
|
return model.MetadataRemap.getDeserializedJsonObj(item);
|
|
66
69
|
})
|
|
67
70
|
: undefined,
|
|
71
|
+
"tablespaceDetails": obj.tablespaceDetails
|
|
72
|
+
? model.CreateTargetTypeTablespaceDetails.getDeserializedJsonObj(obj.tablespaceDetails)
|
|
73
|
+
: undefined,
|
|
68
74
|
"exportDirectoryObject": obj.exportDirectoryObject
|
|
69
75
|
? model.CreateDirectoryObject.getDeserializedJsonObj(obj.exportDirectoryObject)
|
|
70
76
|
: undefined,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-data-pump-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-data-pump-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-data-pump-settings.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-data-pump-settings.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,sBAAsB,CAqDtC;AArDD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,iCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC/E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,6CAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAqDtC"}
|
|
@@ -13,12 +13,14 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
15
|
* Data Transfer Medium details for the Migration. If not specified, it will default to Database Link. Only one type
|
|
16
|
-
* of data transfer medium can be specified
|
|
16
|
+
* of data transfer medium can be specified, except for the case of Amazon RDS Oracle as source, where Object Storage
|
|
17
|
+
* Details along with AwsS3Details are required.
|
|
17
18
|
*
|
|
18
19
|
*/
|
|
19
20
|
export interface CreateDataTransferMediumDetails {
|
|
20
21
|
"databaseLinkDetails"?: model.CreateDatabaseLinkDetails;
|
|
21
22
|
"objectStorageDetails"?: model.CreateObjectStoreBucket;
|
|
23
|
+
"awsS3Details"?: model.CreateAwsS3Details;
|
|
22
24
|
}
|
|
23
25
|
export declare namespace CreateDataTransferMediumDetails {
|
|
24
26
|
function getJsonObj(obj: CreateDataTransferMediumDetails): object;
|
|
@@ -42,6 +42,9 @@ var CreateDataTransferMediumDetails;
|
|
|
42
42
|
: undefined,
|
|
43
43
|
"objectStorageDetails": obj.objectStorageDetails
|
|
44
44
|
? model.CreateObjectStoreBucket.getJsonObj(obj.objectStorageDetails)
|
|
45
|
+
: undefined,
|
|
46
|
+
"awsS3Details": obj.awsS3Details
|
|
47
|
+
? model.CreateAwsS3Details.getJsonObj(obj.awsS3Details)
|
|
45
48
|
: undefined
|
|
46
49
|
});
|
|
47
50
|
return jsonObj;
|
|
@@ -54,6 +57,9 @@ var CreateDataTransferMediumDetails;
|
|
|
54
57
|
: undefined,
|
|
55
58
|
"objectStorageDetails": obj.objectStorageDetails
|
|
56
59
|
? model.CreateObjectStoreBucket.getDeserializedJsonObj(obj.objectStorageDetails)
|
|
60
|
+
: undefined,
|
|
61
|
+
"awsS3Details": obj.awsS3Details
|
|
62
|
+
? model.CreateAwsS3Details.getDeserializedJsonObj(obj.awsS3Details)
|
|
57
63
|
: undefined
|
|
58
64
|
});
|
|
59
65
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-data-transfer-medium-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-data-transfer-medium-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"create-data-transfer-medium-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/create-data-transfer-medium-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,+BAA+B,CAqC/C;AArCD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACrE,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACpE,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,0CAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACjF,CAAC,CAAC,SAAS;YACb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAChF,CAAC,CAAC,SAAS;YACb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,sDAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAqC/C"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20210929
|
|
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
|
+
* Migration tablespace settings valid for NON-ADB target type using auto create feature.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateNonADBAutoCreateTablespaceDetails extends model.CreateTargetTypeTablespaceDetails {
|
|
19
|
+
/**
|
|
20
|
+
* True to auto-create tablespace in the target Database.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"isAutoCreate"?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* True set tablespace to big file.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"isBigFile"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Size of extend in MB. Can only be specified if 'isBigFile' property is set to true.
|
|
31
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
32
|
+
*/
|
|
33
|
+
"extendSizeInMBs"?: number;
|
|
34
|
+
"targetType": string;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace CreateNonADBAutoCreateTablespaceDetails {
|
|
37
|
+
function getJsonObj(obj: CreateNonADBAutoCreateTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
38
|
+
const targetType = "NON_ADB_AUTOCREATE";
|
|
39
|
+
function getDeserializedJsonObj(obj: CreateNonADBAutoCreateTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|