oci-databasemigration 2.89.4 → 2.91.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 +99 -36
- package/lib/client.js +432 -36
- package/lib/client.js.map +1 -1
- package/lib/model/create-parameter-file-version-details.d.ts +39 -0
- package/lib/model/create-parameter-file-version-details.js +29 -0
- package/lib/model/create-parameter-file-version-details.js.map +1 -0
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.d.ts +2 -0
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js +2 -0
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js.map +1 -1
- package/lib/model/index.d.ts +10 -0
- package/lib/model/index.js +15 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/job-parameter-file-version-kind.d.ts +28 -0
- package/lib/model/job-parameter-file-version-kind.js +39 -0
- package/lib/model/job-parameter-file-version-kind.js.map +1 -0
- package/lib/model/job.d.ts +5 -0
- package/lib/model/job.js +10 -0
- package/lib/model/job.js.map +1 -1
- package/lib/model/parameter-file-version-collection.d.ts +26 -0
- package/lib/model/parameter-file-version-collection.js +61 -0
- package/lib/model/parameter-file-version-collection.js.map +1 -0
- package/lib/model/parameter-file-version-summary.d.ts +75 -0
- package/lib/model/parameter-file-version-summary.js +29 -0
- package/lib/model/parameter-file-version-summary.js.map +1 -0
- package/lib/model/parameter-file-version.d.ts +51 -0
- package/lib/model/parameter-file-version.js +29 -0
- package/lib/model/parameter-file-version.js.map +1 -0
- package/lib/model/phase-status.d.ts +19 -0
- package/lib/model/phase-status.js +10 -0
- package/lib/model/phase-status.js.map +1 -1
- package/lib/request/abort-job-request.d.ts +1 -1
- package/lib/request/add-migration-objects-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/connection-diagnostics-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/create-parameter-file-version-request.d.ts +53 -0
- package/lib/request/create-parameter-file-version-request.js +15 -0
- package/lib/request/create-parameter-file-version-request.js.map +1 -0
- 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/delete-parameter-file-version-request.d.ts +43 -0
- package/lib/request/delete-parameter-file-version-request.js +15 -0
- package/lib/request/delete-parameter-file-version-request.js.map +1 -0
- 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-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-parameter-file-version-request.d.ts +34 -0
- package/lib/request/get-parameter-file-version-request.js +15 -0
- package/lib/request/get-parameter-file-version-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-excluded-objects-request.d.ts +1 -1
- 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 +1 -1
- package/lib/request/list-migration-parameters-request.d.ts +1 -1
- package/lib/request/list-migrations-request.d.ts +1 -1
- package/lib/request/list-parameter-file-versions-request.d.ts +62 -0
- package/lib/request/list-parameter-file-versions-request.js +24 -0
- package/lib/request/list-parameter-file-versions-request.js.map +1 -0
- 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/make-current-parameter-file-version-request.d.ts +52 -0
- package/lib/request/make-current-parameter-file-version-request.js +15 -0
- package/lib/request/make-current-parameter-file-version-request.js.map +1 -0
- package/lib/request/remove-migration-objects-request.d.ts +1 -1
- 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/suspend-job-request.d.ts +47 -0
- package/lib/request/suspend-job-request.js +15 -0
- package/lib/request/suspend-job-request.js.map +1 -0
- 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/create-parameter-file-version-response.d.ts +25 -0
- package/lib/response/create-parameter-file-version-response.js +15 -0
- package/lib/response/create-parameter-file-version-response.js.map +1 -0
- package/lib/response/delete-parameter-file-version-response.d.ts +25 -0
- package/lib/response/delete-parameter-file-version-response.js +15 -0
- package/lib/response/delete-parameter-file-version-response.js.map +1 -0
- package/lib/response/get-parameter-file-version-response.d.ts +30 -0
- package/lib/response/get-parameter-file-version-response.js +15 -0
- package/lib/response/get-parameter-file-version-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-parameter-file-versions-response.d.ts +32 -0
- package/lib/response/list-parameter-file-versions-response.js +15 -0
- package/lib/response/list-parameter-file-versions-response.js.map +1 -0
- package/lib/response/make-current-parameter-file-version-response.d.ts +30 -0
- package/lib/response/make-current-parameter-file-version-response.js +15 -0
- package/lib/response/make-current-parameter-file-version-response.js.map +1 -0
- package/lib/response/suspend-job-response.d.ts +30 -0
- package/lib/response/suspend-job-response.js +15 -0
- package/lib/response/suspend-job-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* The valid type of parameter file version
|
|
15
|
+
**/
|
|
16
|
+
export declare enum JobParameterFileVersionKind {
|
|
17
|
+
Extract = "EXTRACT",
|
|
18
|
+
Replicat = "REPLICAT",
|
|
19
|
+
/**
|
|
20
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
21
|
+
* version of the SDK.
|
|
22
|
+
*/
|
|
23
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
24
|
+
}
|
|
25
|
+
export declare namespace JobParameterFileVersionKind {
|
|
26
|
+
function getJsonObj(obj: JobParameterFileVersionKind): JobParameterFileVersionKind;
|
|
27
|
+
function getDeserializedJsonObj(obj: JobParameterFileVersionKind): JobParameterFileVersionKind;
|
|
28
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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.JobParameterFileVersionKind = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The valid type of parameter file version
|
|
18
|
+
**/
|
|
19
|
+
var JobParameterFileVersionKind;
|
|
20
|
+
(function (JobParameterFileVersionKind) {
|
|
21
|
+
JobParameterFileVersionKind["Extract"] = "EXTRACT";
|
|
22
|
+
JobParameterFileVersionKind["Replicat"] = "REPLICAT";
|
|
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
|
+
JobParameterFileVersionKind["UnknownValue"] = "UNKNOWN_VALUE";
|
|
28
|
+
})(JobParameterFileVersionKind = exports.JobParameterFileVersionKind || (exports.JobParameterFileVersionKind = {}));
|
|
29
|
+
(function (JobParameterFileVersionKind) {
|
|
30
|
+
function getJsonObj(obj) {
|
|
31
|
+
return obj;
|
|
32
|
+
}
|
|
33
|
+
JobParameterFileVersionKind.getJsonObj = getJsonObj;
|
|
34
|
+
function getDeserializedJsonObj(obj) {
|
|
35
|
+
return obj;
|
|
36
|
+
}
|
|
37
|
+
JobParameterFileVersionKind.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(JobParameterFileVersionKind = exports.JobParameterFileVersionKind || (exports.JobParameterFileVersionKind = {}));
|
|
39
|
+
//# sourceMappingURL=job-parameter-file-version-kind.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"job-parameter-file-version-kind.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/job-parameter-file-version-kind.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,2BASX;AATD,WAAY,2BAA2B;IACrC,kDAAmB,CAAA;IACnB,oDAAqB,CAAA;IAErB;;;OAGG;IACH,6DAA8B,CAAA;AAChC,CAAC,EATW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAStC;AAED,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAgC;QAEhC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAS3C"}
|
package/lib/model/job.d.ts
CHANGED
|
@@ -63,6 +63,11 @@ export interface Job {
|
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"lifecycleDetails"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* A list of parameter file versions that can be viewed or edited for the current job.
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"parameterFileVersions"?: Array<model.ParameterFileVersionSummary>;
|
|
66
71
|
/**
|
|
67
72
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
68
73
|
* For more information, see Resource Tags. Example: {\"Department\": \"Finance\"}
|
package/lib/model/job.js
CHANGED
|
@@ -44,6 +44,11 @@ var Job;
|
|
|
44
44
|
? obj.unsupportedObjects.map(item => {
|
|
45
45
|
return model.UnsupportedDatabaseObject.getJsonObj(item);
|
|
46
46
|
})
|
|
47
|
+
: undefined,
|
|
48
|
+
"parameterFileVersions": obj.parameterFileVersions
|
|
49
|
+
? obj.parameterFileVersions.map(item => {
|
|
50
|
+
return model.ParameterFileVersionSummary.getJsonObj(item);
|
|
51
|
+
})
|
|
47
52
|
: undefined
|
|
48
53
|
});
|
|
49
54
|
return jsonObj;
|
|
@@ -58,6 +63,11 @@ var Job;
|
|
|
58
63
|
? obj.unsupportedObjects.map(item => {
|
|
59
64
|
return model.UnsupportedDatabaseObject.getDeserializedJsonObj(item);
|
|
60
65
|
})
|
|
66
|
+
: undefined,
|
|
67
|
+
"parameterFileVersions": obj.parameterFileVersions
|
|
68
|
+
? obj.parameterFileVersions.map(item => {
|
|
69
|
+
return model.ParameterFileVersionSummary.getDeserializedJsonObj(item);
|
|
70
|
+
})
|
|
61
71
|
: undefined
|
|
62
72
|
});
|
|
63
73
|
return jsonObj;
|
package/lib/model/job.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"job.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgFlC,IAAiB,GAAG,CA+CnB;AA/CD,WAAiB,GAAG;IAClB,SAAgB,UAAU,CAAC,GAAQ;QACjC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAC7D,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,cAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAQ;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBACzE,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,GAAG,CAAC,qBAAqB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnC,OAAO,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,0BAAsB,yBAsBrC,CAAA;AACH,CAAC,EA/CgB,GAAG,GAAH,WAAG,KAAH,WAAG,QA+CnB"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
* Results of request for Parameter Files. Contents is a collection of ParameterFileVersionSummary.
|
|
16
|
+
*/
|
|
17
|
+
export interface ParameterFileVersionCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A list of A parameter file metadata
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.ParameterFileVersionSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ParameterFileVersionCollection {
|
|
24
|
+
function getJsonObj(obj: ParameterFileVersionCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ParameterFileVersionCollection): object;
|
|
26
|
+
}
|
|
@@ -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: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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.ParameterFileVersionCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ParameterFileVersionCollection;
|
|
37
|
+
(function (ParameterFileVersionCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.ParameterFileVersionSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ParameterFileVersionCollection.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.ParameterFileVersionSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ParameterFileVersionCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ParameterFileVersionCollection = exports.ParameterFileVersionCollection || (exports.ParameterFileVersionCollection = {}));
|
|
61
|
+
//# sourceMappingURL=parameter-file-version-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameter-file-version-collection.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/parameter-file-version-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,8BAA8B,CA6B9C;AA7BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,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,2BAA2B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,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,2BAA2B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACxE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA6B9C"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
* A parameter file detatails
|
|
16
|
+
*/
|
|
17
|
+
export interface ParameterFileVersionSummary {
|
|
18
|
+
/**
|
|
19
|
+
* A unique name associated with the current migration/job and extract/replicat name
|
|
20
|
+
*/
|
|
21
|
+
"name": string;
|
|
22
|
+
/**
|
|
23
|
+
* Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
|
|
24
|
+
*/
|
|
25
|
+
"kind": model.JobParameterFileVersionKind;
|
|
26
|
+
/**
|
|
27
|
+
* A description to discribe the current parameter file version
|
|
28
|
+
*/
|
|
29
|
+
"description"?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
|
|
32
|
+
*/
|
|
33
|
+
"isCurrent": boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Return true/false for whether the parameter file is oracle provided (Factory)
|
|
36
|
+
*/
|
|
37
|
+
"isFactory": boolean;
|
|
38
|
+
/**
|
|
39
|
+
* The time when this parameter file was applied on the process
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"timeCreated": Date;
|
|
43
|
+
/**
|
|
44
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
45
|
+
* For more information, see Resource Tags. Example: {\"Department\": \"Finance\"}
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"freeformTags"?: {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
53
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"definedTags"?: {
|
|
57
|
+
[key: string]: {
|
|
58
|
+
[key: string]: any;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
63
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"systemTags"?: {
|
|
67
|
+
[key: string]: {
|
|
68
|
+
[key: string]: any;
|
|
69
|
+
};
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
export declare namespace ParameterFileVersionSummary {
|
|
73
|
+
function getJsonObj(obj: ParameterFileVersionSummary): object;
|
|
74
|
+
function getDeserializedJsonObj(obj: ParameterFileVersionSummary): object;
|
|
75
|
+
}
|
|
@@ -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: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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.ParameterFileVersionSummary = void 0;
|
|
16
|
+
var ParameterFileVersionSummary;
|
|
17
|
+
(function (ParameterFileVersionSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ParameterFileVersionSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ParameterFileVersionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ParameterFileVersionSummary = exports.ParameterFileVersionSummary || (exports.ParameterFileVersionSummary = {}));
|
|
29
|
+
//# sourceMappingURL=parameter-file-version-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameter-file-version-summary.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/parameter-file-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Migration API
|
|
3
|
+
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
* A parameter file detatails
|
|
16
|
+
*/
|
|
17
|
+
export interface ParameterFileVersion {
|
|
18
|
+
/**
|
|
19
|
+
* A unique name associated with the current migration/job and extract/replicat name
|
|
20
|
+
*/
|
|
21
|
+
"name": string;
|
|
22
|
+
/**
|
|
23
|
+
* Describes the current parameter file version
|
|
24
|
+
*/
|
|
25
|
+
"description"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Return boolean true/false for the currently in-use parameter file (factory or a versioned file)
|
|
28
|
+
*/
|
|
29
|
+
"isCurrent": boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Return true/false for whether the parameter file is oracle provided (Factory)
|
|
32
|
+
*/
|
|
33
|
+
"isFactory": boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Indicator of Parameter File 'kind' (for an EXTRACT or a REPLICAT)
|
|
36
|
+
*/
|
|
37
|
+
"kind": model.JobParameterFileVersionKind;
|
|
38
|
+
/**
|
|
39
|
+
* The time when this parameter file was applied on the process
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"timeCreated": Date;
|
|
43
|
+
/**
|
|
44
|
+
* The content in base64 encoded character string containing the value of the parameter file
|
|
45
|
+
*/
|
|
46
|
+
"content": string;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace ParameterFileVersion {
|
|
49
|
+
function getJsonObj(obj: ParameterFileVersion): object;
|
|
50
|
+
function getDeserializedJsonObj(obj: ParameterFileVersion): object;
|
|
51
|
+
}
|
|
@@ -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: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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.ParameterFileVersion = void 0;
|
|
16
|
+
var ParameterFileVersion;
|
|
17
|
+
(function (ParameterFileVersion) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ParameterFileVersion.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ParameterFileVersion.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ParameterFileVersion = exports.ParameterFileVersion || (exports.ParameterFileVersion = {}));
|
|
29
|
+
//# sourceMappingURL=parameter-file-version.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameter-file-version.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/parameter-file-version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwCH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|
|
@@ -57,8 +57,27 @@ export interface PhaseStatus {
|
|
|
57
57
|
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
58
58
|
*/
|
|
59
59
|
"progress"?: number;
|
|
60
|
+
/**
|
|
61
|
+
* This is returned as true if the current phase can be suspended.
|
|
62
|
+
*
|
|
63
|
+
*/
|
|
64
|
+
"isSuspendAvailable"?: boolean;
|
|
65
|
+
/**
|
|
66
|
+
* Attribute that returns an array of names and types of GoldenGate configuration files that are available for read or update.
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"editableParameterFiles"?: Array<PhaseStatus.EditableParameterFiles>;
|
|
60
70
|
}
|
|
61
71
|
export declare namespace PhaseStatus {
|
|
72
|
+
enum EditableParameterFiles {
|
|
73
|
+
Extract = "EXTRACT",
|
|
74
|
+
Replicat = "REPLICAT",
|
|
75
|
+
/**
|
|
76
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
77
|
+
* version of the SDK.
|
|
78
|
+
*/
|
|
79
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
80
|
+
}
|
|
62
81
|
function getJsonObj(obj: PhaseStatus): object;
|
|
63
82
|
function getDeserializedJsonObj(obj: PhaseStatus): object;
|
|
64
83
|
}
|
|
@@ -35,6 +35,16 @@ exports.PhaseStatus = void 0;
|
|
|
35
35
|
const model = __importStar(require("../model"));
|
|
36
36
|
var PhaseStatus;
|
|
37
37
|
(function (PhaseStatus) {
|
|
38
|
+
let EditableParameterFiles;
|
|
39
|
+
(function (EditableParameterFiles) {
|
|
40
|
+
EditableParameterFiles["Extract"] = "EXTRACT";
|
|
41
|
+
EditableParameterFiles["Replicat"] = "REPLICAT";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
EditableParameterFiles["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(EditableParameterFiles = PhaseStatus.EditableParameterFiles || (PhaseStatus.EditableParameterFiles = {}));
|
|
38
48
|
function getJsonObj(obj) {
|
|
39
49
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
50
|
"extract": obj.extract
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"phase-status.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/phase-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"phase-status.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/phase-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6DlC,IAAiB,WAAW,CA6C3B;AA7CD,WAAiB,WAAW;IAC1B,IAAY,sBAQX;IARD,WAAY,sBAAsB;QAChC,6CAAmB,CAAA;QACnB,+CAAqB,CAAA;QACrB;;;WAGG;QACH,wDAA8B,CAAA;IAChC,CAAC,EARW,sBAAsB,GAAtB,kCAAsB,KAAtB,kCAAsB,QAQjC;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC5D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,sBAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBACxE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,kCAAsB,yBAgBrC,CAAA;AACH,CAAC,EA7CgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6C3B"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AbortJob.ts.html |here} to see how to use AbortJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface AbortJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddMigrationObjectsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeConnectionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeMigrationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigrationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CloneMigrationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnosticsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ConnectionDiagnosticsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMigrationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230518
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateParameterFileVersion.ts.html |here} to see how to use CreateParameterFileVersionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateParameterFileVersionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the job
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"jobId": string;
|
|
24
|
+
/**
|
|
25
|
+
* The parameter file version details to be created
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"createParameterFileVersionDetails": model.CreateParameterFileVersionDetails;
|
|
29
|
+
/**
|
|
30
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
32
|
+
* etag from a previous GET or POST response for that resource.
|
|
33
|
+
* The resource will be updated or deleted only if the etag you
|
|
34
|
+
* provide matches the resource's current etag value.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"ifMatch"?: string;
|
|
38
|
+
/**
|
|
39
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
40
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
41
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
42
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
43
|
+
* might be rejected.
|
|
44
|
+
*
|
|
45
|
+
*/
|
|
46
|
+
"opcRetryToken"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
49
|
+
* particular request, please provide the request ID.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"opcRequestId"?: string;
|
|
53
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230518
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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
|
+
//# sourceMappingURL=create-parameter-file-version-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-parameter-file-version-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/create-parameter-file-version-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|