oci-disasterrecovery 2.119.1 → 2.120.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 +45 -0
- package/lib/client.js +323 -0
- package/lib/client.js.map +1 -1
- package/lib/disasterrecovery-waiter.d.ts +8 -0
- package/lib/disasterrecovery-waiter.js +12 -0
- package/lib/disasterrecovery-waiter.js.map +1 -1
- package/lib/model/automatic-dr-configuration-collection.d.ts +31 -0
- package/lib/model/automatic-dr-configuration-collection.js +65 -0
- package/lib/model/automatic-dr-configuration-collection.js.map +1 -0
- package/lib/model/automatic-dr-configuration-lifecycle-state.d.ts +47 -0
- package/lib/model/automatic-dr-configuration-lifecycle-state.js +58 -0
- package/lib/model/automatic-dr-configuration-lifecycle-state.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-container-database.d.ts +42 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-container-database.js +58 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-container-database.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-database.d.ts +42 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-database.js +58 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-database.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-database.d.ts +42 -0
- package/lib/model/automatic-dr-configuration-member-database.js +58 -0
- package/lib/model/automatic-dr-configuration-member-database.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-type.d.ts +37 -0
- package/lib/model/automatic-dr-configuration-member-type.js +48 -0
- package/lib/model/automatic-dr-configuration-member-type.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member.d.ts +33 -0
- package/lib/model/automatic-dr-configuration-member.js +80 -0
- package/lib/model/automatic-dr-configuration-member.js.map +1 -0
- package/lib/model/automatic-dr-configuration-summary.d.ts +121 -0
- package/lib/model/automatic-dr-configuration-summary.js +33 -0
- package/lib/model/automatic-dr-configuration-summary.js.map +1 -0
- package/lib/model/automatic-dr-configuration.d.ts +143 -0
- package/lib/model/automatic-dr-configuration.js +65 -0
- package/lib/model/automatic-dr-configuration.js.map +1 -0
- package/lib/model/automatic-dr-plan-execution-submission-status.d.ts +35 -0
- package/lib/model/automatic-dr-plan-execution-submission-status.js +46 -0
- package/lib/model/automatic-dr-plan-execution-submission-status.js.map +1 -0
- package/lib/model/automatic-execution-details.d.ts +39 -0
- package/lib/model/automatic-execution-details.js +33 -0
- package/lib/model/automatic-execution-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-details.d.ts +79 -0
- package/lib/model/create-automatic-dr-configuration-details.js +65 -0
- package/lib/model/create-automatic-dr-configuration-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-container-database-details.d.ts +42 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-container-database-details.js +58 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-container-database-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-database-details.d.ts +42 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-database-details.js +58 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-database-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-database-details.d.ts +42 -0
- package/lib/model/create-automatic-dr-configuration-member-database-details.js +58 -0
- package/lib/model/create-automatic-dr-configuration-member-database-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-details.d.ts +33 -0
- package/lib/model/create-automatic-dr-configuration-member-details.js +80 -0
- package/lib/model/create-automatic-dr-configuration-member-details.js.map +1 -0
- package/lib/model/dr-plan-execution.d.ts +8 -0
- package/lib/model/dr-plan-execution.js +6 -0
- package/lib/model/dr-plan-execution.js.map +1 -1
- package/lib/model/dr-protection-group-auth-type.d.ts +30 -0
- package/lib/model/dr-protection-group-auth-type.js +41 -0
- package/lib/model/dr-protection-group-auth-type.js.map +1 -0
- package/lib/model/dr-protection-group-lifecycle-sub-state.d.ts +4 -0
- package/lib/model/dr-protection-group-lifecycle-sub-state.js +4 -0
- package/lib/model/dr-protection-group-lifecycle-sub-state.js.map +1 -1
- package/lib/model/index.d.ts +44 -0
- package/lib/model/index.js +49 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/operation-type.d.ts +3 -0
- package/lib/model/operation-type.js +3 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/update-automatic-dr-configuration-details.d.ts +72 -0
- package/lib/model/update-automatic-dr-configuration-details.js +65 -0
- package/lib/model/update-automatic-dr-configuration-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-container-database-details.d.ts +42 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-container-database-details.js +58 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-container-database-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-database-details.d.ts +42 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-database-details.js +58 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-database-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-database-details.d.ts +42 -0
- package/lib/model/update-automatic-dr-configuration-member-database-details.js +58 -0
- package/lib/model/update-automatic-dr-configuration-member-database-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-details.d.ts +33 -0
- package/lib/model/update-automatic-dr-configuration-member-details.js +80 -0
- package/lib/model/update-automatic-dr-configuration-member-details.js.map +1 -0
- package/lib/model/update-dr-plan-execution-details.d.ts +1 -1
- package/lib/request/create-automatic-dr-configuration-request.d.ts +37 -0
- package/lib/request/create-automatic-dr-configuration-request.js +15 -0
- package/lib/request/create-automatic-dr-configuration-request.js.map +1 -0
- package/lib/request/delete-automatic-dr-configuration-request.d.ts +39 -0
- package/lib/request/delete-automatic-dr-configuration-request.js +15 -0
- package/lib/request/delete-automatic-dr-configuration-request.js.map +1 -0
- package/lib/request/get-automatic-dr-configuration-request.d.ts +30 -0
- package/lib/request/get-automatic-dr-configuration-request.js +15 -0
- package/lib/request/get-automatic-dr-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-automatic-dr-configurations-request.d.ts +95 -0
- package/lib/request/list-automatic-dr-configurations-request.js +24 -0
- package/lib/request/list-automatic-dr-configurations-request.js.map +1 -0
- package/lib/request/update-automatic-dr-configuration-request.d.ts +44 -0
- package/lib/request/update-automatic-dr-configuration-request.js +15 -0
- package/lib/request/update-automatic-dr-configuration-request.js.map +1 -0
- package/lib/response/create-automatic-dr-configuration-response.d.ts +39 -0
- package/lib/response/create-automatic-dr-configuration-response.js +15 -0
- package/lib/response/create-automatic-dr-configuration-response.js.map +1 -0
- package/lib/response/delete-automatic-dr-configuration-response.d.ts +20 -0
- package/lib/response/delete-automatic-dr-configuration-response.js +15 -0
- package/lib/response/delete-automatic-dr-configuration-response.js.map +1 -0
- package/lib/response/get-automatic-dr-configuration-response.d.ts +30 -0
- package/lib/response/get-automatic-dr-configuration-response.js +15 -0
- package/lib/response/get-automatic-dr-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-automatic-dr-configurations-response.d.ts +32 -0
- package/lib/response/list-automatic-dr-configurations-response.js +15 -0
- package/lib/response/list-automatic-dr-configurations-response.js.map +1 -0
- package/lib/response/update-automatic-dr-configuration-response.d.ts +25 -0
- package/lib/response/update-automatic-dr-configuration-response.js +15 -0
- package/lib/response/update-automatic-dr-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
5
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
6
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
7
|
+
and application.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20220125
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
21
|
+
}) : (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
}));
|
|
25
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
27
|
+
}) : function(o, v) {
|
|
28
|
+
o["default"] = v;
|
|
29
|
+
});
|
|
30
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.AutomaticDrConfigurationMemberAutonomousContainerDatabase = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var AutomaticDrConfigurationMemberAutonomousContainerDatabase;
|
|
41
|
+
(function (AutomaticDrConfigurationMemberAutonomousContainerDatabase) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.AutomaticDrConfigurationMember.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
AutomaticDrConfigurationMemberAutonomousContainerDatabase.getJsonObj = getJsonObj;
|
|
49
|
+
AutomaticDrConfigurationMemberAutonomousContainerDatabase.memberType = "AUTONOMOUS_CONTAINER_DATABASE";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.AutomaticDrConfigurationMember.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
AutomaticDrConfigurationMemberAutonomousContainerDatabase.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(AutomaticDrConfigurationMemberAutonomousContainerDatabase = exports.AutomaticDrConfigurationMemberAutonomousContainerDatabase || (exports.AutomaticDrConfigurationMemberAutonomousContainerDatabase = {}));
|
|
58
|
+
//# sourceMappingURL=automatic-dr-configuration-member-autonomous-container-database.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automatic-dr-configuration-member-autonomous-container-database.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-member-autonomous-container-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,yDAAyD,CAgCzE;AAhCD,WAAiB,yDAAyD;IACxE,SAAgB,UAAU,CACxB,GAA8D,EAC9D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CAC0D,CAAC,GACjE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oEAAU,aAczB,CAAA;IACY,oEAAU,GAAG,+BAA+B,CAAC;IAC1D,SAAgB,sBAAsB,CACpC,GAA8D,EAC9D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC0D,CAAC,GACjE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gFAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QAgCzE"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
4
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
5
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
6
|
+
and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
import * as model from "../model";
|
|
18
|
+
/**
|
|
19
|
+
* Properties for an Autonomous Database Serverless member in an Automatic DR configuration.
|
|
20
|
+
*/
|
|
21
|
+
export interface AutomaticDrConfigurationMemberAutonomousDatabase extends model.AutomaticDrConfigurationMember {
|
|
22
|
+
/**
|
|
23
|
+
* A flag indicating if the automatic switchover should be enabled for the Autonomous Database Serverless member in the Automatic DR configuration.
|
|
24
|
+
* <p>
|
|
25
|
+
Example: {@code false}
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"isAutoSwitchoverEnabled"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* A flag indicating if the automatic failover should be enabled for the Autonomous Database Serverless member in the Automatic DR configuration.
|
|
31
|
+
* <p>
|
|
32
|
+
Example: {@code false}
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"isAutoFailoverEnabled"?: boolean;
|
|
36
|
+
"memberType": string;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace AutomaticDrConfigurationMemberAutonomousDatabase {
|
|
39
|
+
function getJsonObj(obj: AutomaticDrConfigurationMemberAutonomousDatabase, isParentJsonObj?: boolean): object;
|
|
40
|
+
const memberType = "AUTONOMOUS_DATABASE";
|
|
41
|
+
function getDeserializedJsonObj(obj: AutomaticDrConfigurationMemberAutonomousDatabase, isParentJsonObj?: boolean): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
5
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
6
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
7
|
+
and application.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20220125
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
21
|
+
}) : (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
}));
|
|
25
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
27
|
+
}) : function(o, v) {
|
|
28
|
+
o["default"] = v;
|
|
29
|
+
});
|
|
30
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.AutomaticDrConfigurationMemberAutonomousDatabase = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var AutomaticDrConfigurationMemberAutonomousDatabase;
|
|
41
|
+
(function (AutomaticDrConfigurationMemberAutonomousDatabase) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.AutomaticDrConfigurationMember.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
AutomaticDrConfigurationMemberAutonomousDatabase.getJsonObj = getJsonObj;
|
|
49
|
+
AutomaticDrConfigurationMemberAutonomousDatabase.memberType = "AUTONOMOUS_DATABASE";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.AutomaticDrConfigurationMember.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
AutomaticDrConfigurationMemberAutonomousDatabase.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(AutomaticDrConfigurationMemberAutonomousDatabase = exports.AutomaticDrConfigurationMemberAutonomousDatabase || (exports.AutomaticDrConfigurationMemberAutonomousDatabase = {}));
|
|
58
|
+
//# sourceMappingURL=automatic-dr-configuration-member-autonomous-database.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automatic-dr-configuration-member-autonomous-database.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-member-autonomous-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,gDAAgD,CAgChE;AAhCD,WAAiB,gDAAgD;IAC/D,SAAgB,UAAU,CACxB,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAU,aAczB,CAAA;IACY,2DAAU,GAAG,qBAAqB,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,gDAAgD,GAAhD,wDAAgD,KAAhD,wDAAgD,QAgChE"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
4
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
5
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
6
|
+
and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
import * as model from "../model";
|
|
18
|
+
/**
|
|
19
|
+
* Properties for Database member in an Automatic DR configuration.
|
|
20
|
+
*/
|
|
21
|
+
export interface AutomaticDrConfigurationMemberDatabase extends model.AutomaticDrConfigurationMember {
|
|
22
|
+
/**
|
|
23
|
+
* A flag indicating if the automatic switchover should be enabled for the Database member in the Automatic DR configuration.
|
|
24
|
+
* <p>
|
|
25
|
+
Example: {@code false}
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"isAutoSwitchoverEnabled"?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* A flag indicating if the automatic failover should be enabled for the Database member in the Automatic DR configuration.
|
|
31
|
+
* <p>
|
|
32
|
+
Example: {@code false}
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"isAutoFailoverEnabled"?: boolean;
|
|
36
|
+
"memberType": string;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace AutomaticDrConfigurationMemberDatabase {
|
|
39
|
+
function getJsonObj(obj: AutomaticDrConfigurationMemberDatabase, isParentJsonObj?: boolean): object;
|
|
40
|
+
const memberType = "DATABASE";
|
|
41
|
+
function getDeserializedJsonObj(obj: AutomaticDrConfigurationMemberDatabase, isParentJsonObj?: boolean): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
5
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
6
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
7
|
+
and application.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20220125
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
21
|
+
}) : (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
}));
|
|
25
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
27
|
+
}) : function(o, v) {
|
|
28
|
+
o["default"] = v;
|
|
29
|
+
});
|
|
30
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.AutomaticDrConfigurationMemberDatabase = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var AutomaticDrConfigurationMemberDatabase;
|
|
41
|
+
(function (AutomaticDrConfigurationMemberDatabase) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.AutomaticDrConfigurationMember.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
AutomaticDrConfigurationMemberDatabase.getJsonObj = getJsonObj;
|
|
49
|
+
AutomaticDrConfigurationMemberDatabase.memberType = "DATABASE";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.AutomaticDrConfigurationMember.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
AutomaticDrConfigurationMemberDatabase.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(AutomaticDrConfigurationMemberDatabase = exports.AutomaticDrConfigurationMemberDatabase || (exports.AutomaticDrConfigurationMemberDatabase = {}));
|
|
58
|
+
//# sourceMappingURL=automatic-dr-configuration-member-database.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automatic-dr-configuration-member-database.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-member-database.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,sCAAsC,CAgCtD;AAhCD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CACxB,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CACuC,CAAC,GAC9C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,iDAAU,aAczB,CAAA;IACY,iDAAU,GAAG,UAAU,CAAC;IACrC,SAAgB,sBAAsB,CACpC,GAA2C,EAC3C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CACuC,CAAC,GAC9C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAgCtD"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
4
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
5
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
6
|
+
and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Enumeration of different types of Oracle Cloud Infrastructure (OCI) resources that are members in Automatic DR Configuration.
|
|
19
|
+
* - DATABASE
|
|
20
|
+
* - AUTONOMOUS_DATABASE
|
|
21
|
+
* - AUTONOMOUS_CONTAINER_DATABASE
|
|
22
|
+
*
|
|
23
|
+
**/
|
|
24
|
+
export declare enum AutomaticDrConfigurationMemberType {
|
|
25
|
+
Database = "DATABASE",
|
|
26
|
+
AutonomousDatabase = "AUTONOMOUS_DATABASE",
|
|
27
|
+
AutonomousContainerDatabase = "AUTONOMOUS_CONTAINER_DATABASE",
|
|
28
|
+
/**
|
|
29
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
30
|
+
* version of the SDK.
|
|
31
|
+
*/
|
|
32
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
33
|
+
}
|
|
34
|
+
export declare namespace AutomaticDrConfigurationMemberType {
|
|
35
|
+
function getJsonObj(obj: AutomaticDrConfigurationMemberType): AutomaticDrConfigurationMemberType;
|
|
36
|
+
function getDeserializedJsonObj(obj: AutomaticDrConfigurationMemberType): AutomaticDrConfigurationMemberType;
|
|
37
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
5
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
6
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
7
|
+
and application.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20220125
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.AutomaticDrConfigurationMemberType = void 0;
|
|
20
|
+
/**
|
|
21
|
+
* Enumeration of different types of Oracle Cloud Infrastructure (OCI) resources that are members in Automatic DR Configuration.
|
|
22
|
+
* - DATABASE
|
|
23
|
+
* - AUTONOMOUS_DATABASE
|
|
24
|
+
* - AUTONOMOUS_CONTAINER_DATABASE
|
|
25
|
+
*
|
|
26
|
+
**/
|
|
27
|
+
var AutomaticDrConfigurationMemberType;
|
|
28
|
+
(function (AutomaticDrConfigurationMemberType) {
|
|
29
|
+
AutomaticDrConfigurationMemberType["Database"] = "DATABASE";
|
|
30
|
+
AutomaticDrConfigurationMemberType["AutonomousDatabase"] = "AUTONOMOUS_DATABASE";
|
|
31
|
+
AutomaticDrConfigurationMemberType["AutonomousContainerDatabase"] = "AUTONOMOUS_CONTAINER_DATABASE";
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
AutomaticDrConfigurationMemberType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
37
|
+
})(AutomaticDrConfigurationMemberType = exports.AutomaticDrConfigurationMemberType || (exports.AutomaticDrConfigurationMemberType = {}));
|
|
38
|
+
(function (AutomaticDrConfigurationMemberType) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
return obj;
|
|
41
|
+
}
|
|
42
|
+
AutomaticDrConfigurationMemberType.getJsonObj = getJsonObj;
|
|
43
|
+
function getDeserializedJsonObj(obj) {
|
|
44
|
+
return obj;
|
|
45
|
+
}
|
|
46
|
+
AutomaticDrConfigurationMemberType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
47
|
+
})(AutomaticDrConfigurationMemberType = exports.AutomaticDrConfigurationMemberType || (exports.AutomaticDrConfigurationMemberType = {}));
|
|
48
|
+
//# sourceMappingURL=automatic-dr-configuration-member-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automatic-dr-configuration-member-type.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-member-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAKH;;;;;;IAMI;AACJ,IAAY,kCAUX;AAVD,WAAY,kCAAkC;IAC5C,2DAAqB,CAAA;IACrB,gFAA0C,CAAA;IAC1C,mGAA6D,CAAA;IAE7D;;;OAGG;IACH,oEAA8B,CAAA;AAChC,CAAC,EAVW,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAU7C;AAED,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuC;QAEvC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
4
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
5
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
6
|
+
and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
/**
|
|
18
|
+
* Details of a member in an Automatic DR configuration.
|
|
19
|
+
*/
|
|
20
|
+
export interface AutomaticDrConfigurationMember {
|
|
21
|
+
/**
|
|
22
|
+
* The unique id of the member. Must not be modified by user.
|
|
23
|
+
* <p>
|
|
24
|
+
Example: {@code ocid1.database.oc1..uniqueID}
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"memberId": string;
|
|
28
|
+
"memberType": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace AutomaticDrConfigurationMember {
|
|
31
|
+
function getJsonObj(obj: AutomaticDrConfigurationMember): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: AutomaticDrConfigurationMember): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
5
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
6
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
7
|
+
and application.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20220125
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
21
|
+
}) : (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
o[k2] = m[k];
|
|
24
|
+
}));
|
|
25
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
26
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
27
|
+
}) : function(o, v) {
|
|
28
|
+
o["default"] = v;
|
|
29
|
+
});
|
|
30
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
+
exports.AutomaticDrConfigurationMember = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
const common = require("oci-common");
|
|
41
|
+
var AutomaticDrConfigurationMember;
|
|
42
|
+
(function (AutomaticDrConfigurationMember) {
|
|
43
|
+
function getJsonObj(obj) {
|
|
44
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
45
|
+
if (obj && "memberType" in obj && obj.memberType) {
|
|
46
|
+
switch (obj.memberType) {
|
|
47
|
+
case "AUTONOMOUS_DATABASE":
|
|
48
|
+
return model.AutomaticDrConfigurationMemberAutonomousDatabase.getJsonObj(jsonObj, true);
|
|
49
|
+
case "DATABASE":
|
|
50
|
+
return model.AutomaticDrConfigurationMemberDatabase.getJsonObj(jsonObj, true);
|
|
51
|
+
case "AUTONOMOUS_CONTAINER_DATABASE":
|
|
52
|
+
return model.AutomaticDrConfigurationMemberAutonomousContainerDatabase.getJsonObj(jsonObj, true);
|
|
53
|
+
default:
|
|
54
|
+
if (common.LOG.logger)
|
|
55
|
+
common.LOG.logger.info(`Unknown value for: ${obj.memberType}`);
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
return jsonObj;
|
|
59
|
+
}
|
|
60
|
+
AutomaticDrConfigurationMember.getJsonObj = getJsonObj;
|
|
61
|
+
function getDeserializedJsonObj(obj) {
|
|
62
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
63
|
+
if (obj && "memberType" in obj && obj.memberType) {
|
|
64
|
+
switch (obj.memberType) {
|
|
65
|
+
case "AUTONOMOUS_DATABASE":
|
|
66
|
+
return model.AutomaticDrConfigurationMemberAutonomousDatabase.getDeserializedJsonObj(jsonObj, true);
|
|
67
|
+
case "DATABASE":
|
|
68
|
+
return model.AutomaticDrConfigurationMemberDatabase.getDeserializedJsonObj(jsonObj, true);
|
|
69
|
+
case "AUTONOMOUS_CONTAINER_DATABASE":
|
|
70
|
+
return model.AutomaticDrConfigurationMemberAutonomousContainerDatabase.getDeserializedJsonObj(jsonObj, true);
|
|
71
|
+
default:
|
|
72
|
+
if (common.LOG.logger)
|
|
73
|
+
common.LOG.logger.info(`Unknown value for: ${obj.memberType}`);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
return jsonObj;
|
|
77
|
+
}
|
|
78
|
+
AutomaticDrConfigurationMember.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
79
|
+
})(AutomaticDrConfigurationMember = exports.AutomaticDrConfigurationMember || (exports.AutomaticDrConfigurationMember = {}));
|
|
80
|
+
//# sourceMappingURL=automatic-dr-configuration-member.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automatic-dr-configuration-member.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-member.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,8BAA8B,CAqD9C;AArDD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,gDAAgD,CAAC,UAAU,CACL,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,+BAA+B;oBAClC,OAAO,KAAK,CAAC,yDAAyD,CAAC,UAAU,CACL,OAAQ,EAClF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,yCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CACjB,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,+BAA+B;oBAClC,OAAO,KAAK,CAAC,yDAAyD,CAAC,sBAAsB,CACjB,OAAQ,EAClF,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,qDAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAqD9C"}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Full Stack Disaster Recovery API
|
|
3
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
4
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
5
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
6
|
+
and application.
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20220125
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
import * as model from "../model";
|
|
18
|
+
/**
|
|
19
|
+
* The summary of an Automatic DR configuration.
|
|
20
|
+
*/
|
|
21
|
+
export interface AutomaticDrConfigurationSummary {
|
|
22
|
+
/**
|
|
23
|
+
* The OCID of the Automatic DR configuration.
|
|
24
|
+
* <p>
|
|
25
|
+
Example: {@code ocid1.automaticdrconfiguration.oc1..uniqueID}
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"id": string;
|
|
29
|
+
/**
|
|
30
|
+
* The display name of the Automatic DR configuration.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"displayName": string;
|
|
34
|
+
/**
|
|
35
|
+
* The OCID of the compartment containing the Automatic DR configuration.
|
|
36
|
+
* <p>
|
|
37
|
+
Example: {@code ocid1.compartment.oc1..uniqueID}
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"compartmentId": string;
|
|
41
|
+
/**
|
|
42
|
+
* The date and time the Automatic DR configuration was created. An RFC3339 formatted datetime string.
|
|
43
|
+
* <p>
|
|
44
|
+
Example: {@code 2024-03-29T09:36:42Z}
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"timeCreated": Date;
|
|
48
|
+
/**
|
|
49
|
+
* The date and time the Automatic DR configuration was updated. An RFC3339 formatted datetime string.
|
|
50
|
+
* <p>
|
|
51
|
+
Example: {@code 2024-03-29T09:36:42Z}
|
|
52
|
+
*
|
|
53
|
+
*/
|
|
54
|
+
"timeUpdated": Date;
|
|
55
|
+
/**
|
|
56
|
+
* The OCID of the DR protection group to which this Automatic DR configuration belongs.
|
|
57
|
+
* <p>
|
|
58
|
+
Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"drProtectionGroupId": string;
|
|
62
|
+
/**
|
|
63
|
+
* The unique id of a Switchover DR Plan.
|
|
64
|
+
* <p>
|
|
65
|
+
Example: {@code ocid1.drplan.oc1..uniqueID}
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"defaultSwitchoverDrPlanId"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The unique id of a Failover DR Plan.
|
|
71
|
+
* <p>
|
|
72
|
+
Example: {@code ocid1.drplan.oc1..uniqueID}
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
"defaultFailoverDrPlanId"?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The current state of the Automatic DR configuration.
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"lifecycleState": model.AutomaticDrConfigurationLifecycleState;
|
|
81
|
+
/**
|
|
82
|
+
* A message describing the Automatic DR configuration's current state in more detail.
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"lifecycleDetails"?: string;
|
|
86
|
+
/**
|
|
87
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
88
|
+
* <p>
|
|
89
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
"freeformTags"?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
97
|
+
* <p>
|
|
98
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
"definedTags"?: {
|
|
102
|
+
[key: string]: {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
108
|
+
* <p>
|
|
109
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
"systemTags"?: {
|
|
113
|
+
[key: string]: {
|
|
114
|
+
[key: string]: any;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
export declare namespace AutomaticDrConfigurationSummary {
|
|
119
|
+
function getJsonObj(obj: AutomaticDrConfigurationSummary): object;
|
|
120
|
+
function getDeserializedJsonObj(obj: AutomaticDrConfigurationSummary): object;
|
|
121
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
|
|
5
|
+
Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
|
|
6
|
+
recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
|
|
7
|
+
and application.
|
|
8
|
+
|
|
9
|
+
* OpenAPI spec version: 20220125
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*
|
|
15
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
16
|
+
* 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.
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.AutomaticDrConfigurationSummary = void 0;
|
|
20
|
+
var AutomaticDrConfigurationSummary;
|
|
21
|
+
(function (AutomaticDrConfigurationSummary) {
|
|
22
|
+
function getJsonObj(obj) {
|
|
23
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
24
|
+
return jsonObj;
|
|
25
|
+
}
|
|
26
|
+
AutomaticDrConfigurationSummary.getJsonObj = getJsonObj;
|
|
27
|
+
function getDeserializedJsonObj(obj) {
|
|
28
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
29
|
+
return jsonObj;
|
|
30
|
+
}
|
|
31
|
+
AutomaticDrConfigurationSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
32
|
+
})(AutomaticDrConfigurationSummary = exports.AutomaticDrConfigurationSummary || (exports.AutomaticDrConfigurationSummary = {}));
|
|
33
|
+
//# sourceMappingURL=automatic-dr-configuration-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"automatic-dr-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAgGH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
|