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,61 @@
|
|
|
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.MigrationObjectCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var MigrationObjectCollection;
|
|
37
|
+
(function (MigrationObjectCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.MigrationObjectSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
MigrationObjectCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.MigrationObjectSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
MigrationObjectCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(MigrationObjectCollection = exports.MigrationObjectCollection || (exports.MigrationObjectCollection = {}));
|
|
61
|
+
//# sourceMappingURL=migration-object-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"migration-object-collection.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/migration-object-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
* Database objects to include or exclude from migration
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface MigrationObjectSummary {
|
|
19
|
+
/**
|
|
20
|
+
* Owner of the object (regular expression is allowed)
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"owner": string;
|
|
24
|
+
/**
|
|
25
|
+
* Name of the object (regular expression is allowed)
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"objectName": string;
|
|
29
|
+
/**
|
|
30
|
+
* Type of object to exclude.
|
|
31
|
+
* If not specified, matching owners and object names of type TABLE would be excluded.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"type"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Object status.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"objectStatus"?: model.ObjectStatus;
|
|
40
|
+
}
|
|
41
|
+
export declare namespace MigrationObjectSummary {
|
|
42
|
+
function getJsonObj(obj: MigrationObjectSummary): object;
|
|
43
|
+
function getDeserializedJsonObj(obj: MigrationObjectSummary): object;
|
|
44
|
+
}
|
|
@@ -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.MigrationObjectSummary = void 0;
|
|
16
|
+
var MigrationObjectSummary;
|
|
17
|
+
(function (MigrationObjectSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
MigrationObjectSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
MigrationObjectSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(MigrationObjectSummary = exports.MigrationObjectSummary || (exports.MigrationObjectSummary = {}));
|
|
29
|
+
//# sourceMappingURL=migration-object-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"migration-object-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/migration-object-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiCH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
|
@@ -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 NonADBAutoCreateTablespaceDetails extends model.TargetTypeTablespaceDetails {
|
|
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 NonADBAutoCreateTablespaceDetails {
|
|
37
|
+
function getJsonObj(obj: NonADBAutoCreateTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
38
|
+
const targetType = "NON_ADB_AUTOCREATE";
|
|
39
|
+
function getDeserializedJsonObj(obj: NonADBAutoCreateTablespaceDetails, 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.NonADBAutoCreateTablespaceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var NonADBAutoCreateTablespaceDetails;
|
|
37
|
+
(function (NonADBAutoCreateTablespaceDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.TargetTypeTablespaceDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
NonADBAutoCreateTablespaceDetails.getJsonObj = getJsonObj;
|
|
45
|
+
NonADBAutoCreateTablespaceDetails.targetType = "NON_ADB_AUTOCREATE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.TargetTypeTablespaceDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
NonADBAutoCreateTablespaceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(NonADBAutoCreateTablespaceDetails = exports.NonADBAutoCreateTablespaceDetails || (exports.NonADBAutoCreateTablespaceDetails = {}));
|
|
54
|
+
//# sourceMappingURL=non-ad-bauto-create-tablespace-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"non-ad-bauto-create-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/non-ad-bauto-create-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,iCAAiC,CA8BjD;AA9BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAuC,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAU,aAYzB,CAAA;IACY,4CAAU,GAAG,oBAAoB,CAAC;IAC/C,SAAgB,sBAAsB,CACpC,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACkC,CAAC,GACzC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA8BjD"}
|
|
@@ -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 NON-ADB target type using remap feature
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface NonADBRemapTablespaceDetails extends model.TargetTypeTablespaceDetails {
|
|
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 NonADBRemapTablespaceDetails {
|
|
27
|
+
function getJsonObj(obj: NonADBRemapTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
28
|
+
const targetType = "NON_ADB_REMAP";
|
|
29
|
+
function getDeserializedJsonObj(obj: NonADBRemapTablespaceDetails, 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.NonADBRemapTablespaceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var NonADBRemapTablespaceDetails;
|
|
37
|
+
(function (NonADBRemapTablespaceDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.TargetTypeTablespaceDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
NonADBRemapTablespaceDetails.getJsonObj = getJsonObj;
|
|
45
|
+
NonADBRemapTablespaceDetails.targetType = "NON_ADB_REMAP";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.TargetTypeTablespaceDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
NonADBRemapTablespaceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(NonADBRemapTablespaceDetails = exports.NonADBRemapTablespaceDetails || (exports.NonADBRemapTablespaceDetails = {}));
|
|
54
|
+
//# sourceMappingURL=non-ad-bremap-tablespace-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"non-ad-bremap-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/non-ad-bremap-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,4BAA4B,CA2B5C;AA3BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACrF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,uCAAU,GAAG,eAAe,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CAC6B,CAAC,GACpC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mDAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA2B5C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
* exclude/include/ status.
|
|
15
|
+
*
|
|
16
|
+
**/
|
|
17
|
+
export declare enum ObjectStatus {
|
|
18
|
+
Exclude = "EXCLUDE",
|
|
19
|
+
Include = "INCLUDE",
|
|
20
|
+
/**
|
|
21
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
22
|
+
* version of the SDK.
|
|
23
|
+
*/
|
|
24
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ObjectStatus {
|
|
27
|
+
function getJsonObj(obj: ObjectStatus): ObjectStatus;
|
|
28
|
+
function getDeserializedJsonObj(obj: ObjectStatus): ObjectStatus;
|
|
29
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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.ObjectStatus = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* exclude/include/ status.
|
|
18
|
+
*
|
|
19
|
+
**/
|
|
20
|
+
var ObjectStatus;
|
|
21
|
+
(function (ObjectStatus) {
|
|
22
|
+
ObjectStatus["Exclude"] = "EXCLUDE";
|
|
23
|
+
ObjectStatus["Include"] = "INCLUDE";
|
|
24
|
+
/**
|
|
25
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
|
+
* version of the SDK.
|
|
27
|
+
*/
|
|
28
|
+
ObjectStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
29
|
+
})(ObjectStatus = exports.ObjectStatus || (exports.ObjectStatus = {}));
|
|
30
|
+
(function (ObjectStatus) {
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
return obj;
|
|
33
|
+
}
|
|
34
|
+
ObjectStatus.getJsonObj = getJsonObj;
|
|
35
|
+
function getDeserializedJsonObj(obj) {
|
|
36
|
+
return obj;
|
|
37
|
+
}
|
|
38
|
+
ObjectStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
39
|
+
})(ObjectStatus = exports.ObjectStatus || (exports.ObjectStatus = {}));
|
|
40
|
+
//# sourceMappingURL=object-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-status.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/object-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,YASX;AATD,WAAY,YAAY;IACtB,mCAAmB,CAAA;IACnB,mCAAmB,CAAA;IAEnB;;;OAGG;IACH,8CAA8B,CAAA;AAChC,CAAC,EATW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QASvB;AAED,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,uBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,mCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAO5B"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
* Object exclusion reason category.
|
|
15
|
+
*
|
|
16
|
+
**/
|
|
17
|
+
export declare enum ReasonKeywords {
|
|
18
|
+
OracleMaintained = "ORACLE_MAINTAINED",
|
|
19
|
+
GgUnsupported = "GG_UNSUPPORTED",
|
|
20
|
+
UserExcluded = "USER_EXCLUDED",
|
|
21
|
+
MandatoryExcluded = "MANDATORY_EXCLUDED",
|
|
22
|
+
UserExcludedType = "USER_EXCLUDED_TYPE",
|
|
23
|
+
/**
|
|
24
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
|
+
* version of the SDK.
|
|
26
|
+
*/
|
|
27
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
28
|
+
}
|
|
29
|
+
export declare namespace ReasonKeywords {
|
|
30
|
+
function getJsonObj(obj: ReasonKeywords): ReasonKeywords;
|
|
31
|
+
function getDeserializedJsonObj(obj: ReasonKeywords): ReasonKeywords;
|
|
32
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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.ReasonKeywords = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* Object exclusion reason category.
|
|
18
|
+
*
|
|
19
|
+
**/
|
|
20
|
+
var ReasonKeywords;
|
|
21
|
+
(function (ReasonKeywords) {
|
|
22
|
+
ReasonKeywords["OracleMaintained"] = "ORACLE_MAINTAINED";
|
|
23
|
+
ReasonKeywords["GgUnsupported"] = "GG_UNSUPPORTED";
|
|
24
|
+
ReasonKeywords["UserExcluded"] = "USER_EXCLUDED";
|
|
25
|
+
ReasonKeywords["MandatoryExcluded"] = "MANDATORY_EXCLUDED";
|
|
26
|
+
ReasonKeywords["UserExcludedType"] = "USER_EXCLUDED_TYPE";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
ReasonKeywords["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(ReasonKeywords = exports.ReasonKeywords || (exports.ReasonKeywords = {}));
|
|
33
|
+
(function (ReasonKeywords) {
|
|
34
|
+
function getJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
ReasonKeywords.getJsonObj = getJsonObj;
|
|
38
|
+
function getDeserializedJsonObj(obj) {
|
|
39
|
+
return obj;
|
|
40
|
+
}
|
|
41
|
+
ReasonKeywords.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
42
|
+
})(ReasonKeywords = exports.ReasonKeywords || (exports.ReasonKeywords = {}));
|
|
43
|
+
//# sourceMappingURL=reason-keywords.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reason-keywords.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/reason-keywords.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;IAGI;AACJ,IAAY,cAYX;AAZD,WAAY,cAAc;IACxB,wDAAsC,CAAA;IACtC,kDAAgC,CAAA;IAChC,gDAA8B,CAAA;IAC9B,0DAAwC,CAAA;IACxC,yDAAuC,CAAA;IAEvC;;;OAGG;IACH,gDAA8B,CAAA;AAChC,CAAC,EAZW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAYzB;AAED,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,qCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAO9B"}
|
|
@@ -0,0 +1,23 @@
|
|
|
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
|
+
* Migration tablespace settings.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface TargetTypeTablespaceDetails {
|
|
18
|
+
"targetType": string;
|
|
19
|
+
}
|
|
20
|
+
export declare namespace TargetTypeTablespaceDetails {
|
|
21
|
+
function getJsonObj(obj: TargetTypeTablespaceDetails): object;
|
|
22
|
+
function getDeserializedJsonObj(obj: TargetTypeTablespaceDetails): object;
|
|
23
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
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.TargetTypeTablespaceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var TargetTypeTablespaceDetails;
|
|
37
|
+
(function (TargetTypeTablespaceDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
if ("targetType" in obj && obj.targetType) {
|
|
41
|
+
switch (obj.targetType) {
|
|
42
|
+
case "ADB_D_AUTOCREATE":
|
|
43
|
+
return model.ADBDedicatedAutoCreateTablespaceDetails.getJsonObj(jsonObj, true);
|
|
44
|
+
case "ADB_S_REMAP":
|
|
45
|
+
return model.ADBServerlesTablespaceDetails.getJsonObj(jsonObj, true);
|
|
46
|
+
case "ADB_D_REMAP":
|
|
47
|
+
return model.ADBDedicatedRemapTargetTablespaceDetails.getJsonObj(jsonObj, true);
|
|
48
|
+
case "NON_ADB_REMAP":
|
|
49
|
+
return model.NonADBRemapTablespaceDetails.getJsonObj(jsonObj, true);
|
|
50
|
+
case "NON_ADB_AUTOCREATE":
|
|
51
|
+
return model.NonADBAutoCreateTablespaceDetails.getJsonObj(jsonObj, true);
|
|
52
|
+
default:
|
|
53
|
+
throw Error("Unknown value for: " + obj.targetType);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
TargetTypeTablespaceDetails.getJsonObj = getJsonObj;
|
|
59
|
+
function getDeserializedJsonObj(obj) {
|
|
60
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
61
|
+
if ("targetType" in obj && obj.targetType) {
|
|
62
|
+
switch (obj.targetType) {
|
|
63
|
+
case "ADB_D_AUTOCREATE":
|
|
64
|
+
return model.ADBDedicatedAutoCreateTablespaceDetails.getDeserializedJsonObj(jsonObj, true);
|
|
65
|
+
case "ADB_S_REMAP":
|
|
66
|
+
return model.ADBServerlesTablespaceDetails.getDeserializedJsonObj(jsonObj, true);
|
|
67
|
+
case "ADB_D_REMAP":
|
|
68
|
+
return model.ADBDedicatedRemapTargetTablespaceDetails.getDeserializedJsonObj(jsonObj, true);
|
|
69
|
+
case "NON_ADB_REMAP":
|
|
70
|
+
return model.NonADBRemapTablespaceDetails.getDeserializedJsonObj(jsonObj, true);
|
|
71
|
+
case "NON_ADB_AUTOCREATE":
|
|
72
|
+
return model.NonADBAutoCreateTablespaceDetails.getDeserializedJsonObj(jsonObj, true);
|
|
73
|
+
default:
|
|
74
|
+
throw Error("Unknown value for: " + obj.targetType);
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
return jsonObj;
|
|
78
|
+
}
|
|
79
|
+
TargetTypeTablespaceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
80
|
+
})(TargetTypeTablespaceDetails = exports.TargetTypeTablespaceDetails || (exports.TargetTypeTablespaceDetails = {}));
|
|
81
|
+
//# sourceMappingURL=target-type-tablespace-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"target-type-tablespace-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/target-type-tablespace-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,2BAA2B,CAyE3C;AAzED,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YACzC,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,uCAAuC,CAAC,UAAU,CACL,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CACL,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACL,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,iCAAiC,CAAC,UAAU,CACL,OAAQ,EAC1D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAnCe,sCAAU,aAmCzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YACzC,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,uCAAuC,CAAC,sBAAsB,CACjB,OAAQ,EAChE,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACjB,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACjB,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ,KAAK,oBAAoB;oBACvB,OAAO,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CACjB,OAAQ,EAC1D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,UAAU,CAAC,CAAC;aACvD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAnCe,kDAAsB,yBAmCrC,CAAA;AACH,CAAC,EAzEgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyE3C"}
|
|
@@ -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 UpdateADBDedicatedAutoCreateTablespaceDetails extends model.UpdateTargetTypeTablespaceDetails {
|
|
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 UpdateADBDedicatedAutoCreateTablespaceDetails {
|
|
37
|
+
function getJsonObj(obj: UpdateADBDedicatedAutoCreateTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
38
|
+
const targetType = "ADB_D_AUTOCREATE";
|
|
39
|
+
function getDeserializedJsonObj(obj: UpdateADBDedicatedAutoCreateTablespaceDetails, isParentJsonObj?: boolean): object;
|
|
40
|
+
}
|