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,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
|
+
* Create properties for an Autonomous Database Serverless member in an Automatic DR configuration.
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails extends model.CreateAutomaticDrConfigurationMemberDetails {
|
|
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 CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails {
|
|
39
|
+
function getJsonObj(obj: CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails, isParentJsonObj?: boolean): object;
|
|
40
|
+
const memberType = "AUTONOMOUS_DATABASE";
|
|
41
|
+
function getDeserializedJsonObj(obj: CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails, 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.CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails;
|
|
41
|
+
(function (CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.CreateAutomaticDrConfigurationMemberDetails.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails.getJsonObj = getJsonObj;
|
|
49
|
+
CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails.memberType = "AUTONOMOUS_DATABASE";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.CreateAutomaticDrConfigurationMemberDetails.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails = exports.CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails || (exports.CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails = {}));
|
|
58
|
+
//# sourceMappingURL=create-automatic-dr-configuration-member-autonomous-database-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-automatic-dr-configuration-member-autonomous-database-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-automatic-dr-configuration-member-autonomous-database-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,6DAA6D,CAgC7E;AAhCD,WAAiB,6DAA6D;IAC5E,SAAgB,UAAU,CACxB,GAAkE,EAClE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2CAA2C,CAAC,UAAU,CAC3D,GAAG,CAC8D,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wEAAU,aAczB,CAAA;IACY,wEAAU,GAAG,qBAAqB,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAAkE,EAClE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACvE,GAAG,CAC8D,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oFAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,6DAA6D,GAA7D,qEAA6D,KAA7D,qEAA6D,QAgC7E"}
|
|
@@ -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
|
+
* Create properties for Database member in an Automatic DR configuration.
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateAutomaticDrConfigurationMemberDatabaseDetails extends model.CreateAutomaticDrConfigurationMemberDetails {
|
|
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 CreateAutomaticDrConfigurationMemberDatabaseDetails {
|
|
39
|
+
function getJsonObj(obj: CreateAutomaticDrConfigurationMemberDatabaseDetails, isParentJsonObj?: boolean): object;
|
|
40
|
+
const memberType = "DATABASE";
|
|
41
|
+
function getDeserializedJsonObj(obj: CreateAutomaticDrConfigurationMemberDatabaseDetails, 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.CreateAutomaticDrConfigurationMemberDatabaseDetails = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
var CreateAutomaticDrConfigurationMemberDatabaseDetails;
|
|
41
|
+
(function (CreateAutomaticDrConfigurationMemberDatabaseDetails) {
|
|
42
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
43
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
44
|
+
? obj
|
|
45
|
+
: model.CreateAutomaticDrConfigurationMemberDetails.getJsonObj(obj))), {});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
CreateAutomaticDrConfigurationMemberDatabaseDetails.getJsonObj = getJsonObj;
|
|
49
|
+
CreateAutomaticDrConfigurationMemberDatabaseDetails.memberType = "DATABASE";
|
|
50
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
52
|
+
? obj
|
|
53
|
+
: model.CreateAutomaticDrConfigurationMemberDetails.getDeserializedJsonObj(obj))), {});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
CreateAutomaticDrConfigurationMemberDatabaseDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
57
|
+
})(CreateAutomaticDrConfigurationMemberDatabaseDetails = exports.CreateAutomaticDrConfigurationMemberDatabaseDetails || (exports.CreateAutomaticDrConfigurationMemberDatabaseDetails = {}));
|
|
58
|
+
//# sourceMappingURL=create-automatic-dr-configuration-member-database-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-automatic-dr-configuration-member-database-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-automatic-dr-configuration-member-database-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0BlC,IAAiB,mDAAmD,CAgCnE;AAhCD,WAAiB,mDAAmD;IAClE,SAAgB,UAAU,CACxB,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2CAA2C,CAAC,UAAU,CAC3D,GAAG,CACoD,CAAC,GAC3D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8DAAU,aAczB,CAAA;IACY,8DAAU,GAAG,UAAU,CAAC;IACrC,SAAgB,sBAAsB,CACpC,GAAwD,EACxD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2CAA2C,CAAC,sBAAsB,CACvE,GAAG,CACoD,CAAC,GAC3D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,mDAAmD,GAAnD,2DAAmD,KAAnD,2DAAmD,QAgCnE"}
|
|
@@ -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
|
+
* Create properties for a member in an Automatic DR configuration.
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateAutomaticDrConfigurationMemberDetails {
|
|
21
|
+
/**
|
|
22
|
+
* The OCID of the member.
|
|
23
|
+
* <p>
|
|
24
|
+
Example: {@code ocid1.database.oc1..uniqueID}
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"memberId": string;
|
|
28
|
+
"memberType": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace CreateAutomaticDrConfigurationMemberDetails {
|
|
31
|
+
function getJsonObj(obj: CreateAutomaticDrConfigurationMemberDetails): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: CreateAutomaticDrConfigurationMemberDetails): 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.CreateAutomaticDrConfigurationMemberDetails = void 0;
|
|
39
|
+
const model = __importStar(require("../model"));
|
|
40
|
+
const common = require("oci-common");
|
|
41
|
+
var CreateAutomaticDrConfigurationMemberDetails;
|
|
42
|
+
(function (CreateAutomaticDrConfigurationMemberDetails) {
|
|
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.CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails.getJsonObj(jsonObj, true);
|
|
49
|
+
case "DATABASE":
|
|
50
|
+
return model.CreateAutomaticDrConfigurationMemberDatabaseDetails.getJsonObj(jsonObj, true);
|
|
51
|
+
case "AUTONOMOUS_CONTAINER_DATABASE":
|
|
52
|
+
return model.CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.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
|
+
CreateAutomaticDrConfigurationMemberDetails.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.CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails.getDeserializedJsonObj(jsonObj, true);
|
|
67
|
+
case "DATABASE":
|
|
68
|
+
return model.CreateAutomaticDrConfigurationMemberDatabaseDetails.getDeserializedJsonObj(jsonObj, true);
|
|
69
|
+
case "AUTONOMOUS_CONTAINER_DATABASE":
|
|
70
|
+
return model.CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.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
|
+
CreateAutomaticDrConfigurationMemberDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
79
|
+
})(CreateAutomaticDrConfigurationMemberDetails = exports.CreateAutomaticDrConfigurationMemberDetails || (exports.CreateAutomaticDrConfigurationMemberDetails = {}));
|
|
80
|
+
//# sourceMappingURL=create-automatic-dr-configuration-member-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-automatic-dr-configuration-member-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-automatic-dr-configuration-member-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,2CAA2C,CAyD3D;AAzDD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,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,6DAA6D,CAAC,UAAU,CACL,OAAQ,EACtF,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,+BAA+B;oBAClC,OAAO,KAAK,CAAC,sEAAsE,CAAC,UAAU,CAEjF,OACV,EACD,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;IA3Be,sDAAU,aA2BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,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,6DAA6D,CAAC,sBAAsB,CACjB,OAAQ,EACtF,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,+BAA+B;oBAClC,OAAO,KAAK,CAAC,sEAAsE,CAAC,sBAAsB,CAE7F,OACV,EACD,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;IA3Be,kEAAsB,yBA2BrC,CAAA;AACH,CAAC,EAzDgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAyD3D"}
|
|
@@ -128,6 +128,14 @@ export interface DrPlanExecution {
|
|
|
128
128
|
*
|
|
129
129
|
*/
|
|
130
130
|
"lifeCycleDetails"?: string;
|
|
131
|
+
/**
|
|
132
|
+
* A flag indicating whether execution was submitted automatically by Automatic DR Configuration.
|
|
133
|
+
* <p>
|
|
134
|
+
Example: {@code false}
|
|
135
|
+
*
|
|
136
|
+
*/
|
|
137
|
+
"isAutomatic": boolean;
|
|
138
|
+
"automaticExecutionDetails"?: model.AutomaticExecutionDetails;
|
|
131
139
|
/**
|
|
132
140
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
133
141
|
* <p>
|
|
@@ -51,6 +51,9 @@ var DrPlanExecution;
|
|
|
51
51
|
? obj.groupExecutions.map(item => {
|
|
52
52
|
return model.DrPlanGroupExecution.getJsonObj(item);
|
|
53
53
|
})
|
|
54
|
+
: undefined,
|
|
55
|
+
"automaticExecutionDetails": obj.automaticExecutionDetails
|
|
56
|
+
? model.AutomaticExecutionDetails.getJsonObj(obj.automaticExecutionDetails)
|
|
54
57
|
: undefined
|
|
55
58
|
});
|
|
56
59
|
return jsonObj;
|
|
@@ -68,6 +71,9 @@ var DrPlanExecution;
|
|
|
68
71
|
? obj.groupExecutions.map(item => {
|
|
69
72
|
return model.DrPlanGroupExecution.getDeserializedJsonObj(item);
|
|
70
73
|
})
|
|
74
|
+
: undefined,
|
|
75
|
+
"automaticExecutionDetails": obj.automaticExecutionDetails
|
|
76
|
+
? model.AutomaticExecutionDetails.getDeserializedJsonObj(obj.automaticExecutionDetails)
|
|
71
77
|
: undefined
|
|
72
78
|
});
|
|
73
79
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dr-plan-execution.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"dr-plan-execution.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2JlC,IAAiB,eAAe,CAqD/B;AArDD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC5D,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,0BAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBACxE,CAAC,CAAC,SAAS;YAEb,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACvF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,sCAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAqD/B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
* The authorization type used for the DR Protection Group.
|
|
19
|
+
* - OBO
|
|
20
|
+
* - RESOURCE_PRINCIPAL
|
|
21
|
+
*
|
|
22
|
+
**/
|
|
23
|
+
export declare enum DrProtectionGroupAuthType {
|
|
24
|
+
Obo = "OBO",
|
|
25
|
+
ResourcePrincipal = "RESOURCE_PRINCIPAL"
|
|
26
|
+
}
|
|
27
|
+
export declare namespace DrProtectionGroupAuthType {
|
|
28
|
+
function getJsonObj(obj: DrProtectionGroupAuthType): DrProtectionGroupAuthType;
|
|
29
|
+
function getDeserializedJsonObj(obj: DrProtectionGroupAuthType): DrProtectionGroupAuthType;
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.DrProtectionGroupAuthType = void 0;
|
|
20
|
+
/**
|
|
21
|
+
* The authorization type used for the DR Protection Group.
|
|
22
|
+
* - OBO
|
|
23
|
+
* - RESOURCE_PRINCIPAL
|
|
24
|
+
*
|
|
25
|
+
**/
|
|
26
|
+
var DrProtectionGroupAuthType;
|
|
27
|
+
(function (DrProtectionGroupAuthType) {
|
|
28
|
+
DrProtectionGroupAuthType["Obo"] = "OBO";
|
|
29
|
+
DrProtectionGroupAuthType["ResourcePrincipal"] = "RESOURCE_PRINCIPAL";
|
|
30
|
+
})(DrProtectionGroupAuthType = exports.DrProtectionGroupAuthType || (exports.DrProtectionGroupAuthType = {}));
|
|
31
|
+
(function (DrProtectionGroupAuthType) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
DrProtectionGroupAuthType.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
DrProtectionGroupAuthType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(DrProtectionGroupAuthType = exports.DrProtectionGroupAuthType || (exports.DrProtectionGroupAuthType = {}));
|
|
41
|
+
//# sourceMappingURL=dr-protection-group-auth-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-protection-group-auth-type.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-auth-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAKH;;;;;IAKI;AACJ,IAAY,yBAGX;AAHD,WAAY,yBAAyB;IACnC,wCAAW,CAAA;IACX,qEAAwC,CAAA;AAC1C,CAAC,EAHW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAGpC;AAED,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA8B;QAE9B,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QASzC"}
|
|
@@ -17,10 +17,14 @@ and application.
|
|
|
17
17
|
/**
|
|
18
18
|
* The secondary lifecycle states of a DR protection group. Provides information in addition to the lifecycle state.
|
|
19
19
|
* - DR_DRILL_IN_PROGRESS - A DR Drill is in progress.
|
|
20
|
+
* - DR_PLAN_EXECUTION_IN_PROGRESS - DR Plan Execution is in progress.
|
|
21
|
+
* - AUTOMATIC_DR_PLAN_EXECUTION_IN_PROGRESS - Automatic DR Plan Execution is in progress.
|
|
20
22
|
*
|
|
21
23
|
**/
|
|
22
24
|
export declare enum DrProtectionGroupLifecycleSubState {
|
|
23
25
|
DrDrillInProgress = "DR_DRILL_IN_PROGRESS",
|
|
26
|
+
DrPlanExecutionInProgress = "DR_PLAN_EXECUTION_IN_PROGRESS",
|
|
27
|
+
AutomaticDrPlanExecutionInProgress = "AUTOMATIC_DR_PLAN_EXECUTION_IN_PROGRESS",
|
|
24
28
|
/**
|
|
25
29
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
26
30
|
* version of the SDK.
|
|
@@ -20,11 +20,15 @@ exports.DrProtectionGroupLifecycleSubState = void 0;
|
|
|
20
20
|
/**
|
|
21
21
|
* The secondary lifecycle states of a DR protection group. Provides information in addition to the lifecycle state.
|
|
22
22
|
* - DR_DRILL_IN_PROGRESS - A DR Drill is in progress.
|
|
23
|
+
* - DR_PLAN_EXECUTION_IN_PROGRESS - DR Plan Execution is in progress.
|
|
24
|
+
* - AUTOMATIC_DR_PLAN_EXECUTION_IN_PROGRESS - Automatic DR Plan Execution is in progress.
|
|
23
25
|
*
|
|
24
26
|
**/
|
|
25
27
|
var DrProtectionGroupLifecycleSubState;
|
|
26
28
|
(function (DrProtectionGroupLifecycleSubState) {
|
|
27
29
|
DrProtectionGroupLifecycleSubState["DrDrillInProgress"] = "DR_DRILL_IN_PROGRESS";
|
|
30
|
+
DrProtectionGroupLifecycleSubState["DrPlanExecutionInProgress"] = "DR_PLAN_EXECUTION_IN_PROGRESS";
|
|
31
|
+
DrProtectionGroupLifecycleSubState["AutomaticDrPlanExecutionInProgress"] = "AUTOMATIC_DR_PLAN_EXECUTION_IN_PROGRESS";
|
|
28
32
|
/**
|
|
29
33
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
30
34
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dr-protection-group-lifecycle-sub-state.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-lifecycle-sub-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAKH
|
|
1
|
+
{"version":3,"file":"dr-protection-group-lifecycle-sub-state.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-lifecycle-sub-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAKH;;;;;;IAMI;AACJ,IAAY,kCAUX;AAVD,WAAY,kCAAkC;IAC5C,gFAA0C,CAAA;IAC1C,iGAA2D,CAAA;IAC3D,oHAA8E,CAAA;IAE9E;;;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"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -18,6 +18,22 @@ import * as ActionType from "./action-type";
|
|
|
18
18
|
export import ActionType = ActionType.ActionType;
|
|
19
19
|
import * as AssociateDrProtectionGroupDetails from "./associate-dr-protection-group-details";
|
|
20
20
|
export import AssociateDrProtectionGroupDetails = AssociateDrProtectionGroupDetails.AssociateDrProtectionGroupDetails;
|
|
21
|
+
import * as AutomaticDrConfiguration from "./automatic-dr-configuration";
|
|
22
|
+
export import AutomaticDrConfiguration = AutomaticDrConfiguration.AutomaticDrConfiguration;
|
|
23
|
+
import * as AutomaticDrConfigurationCollection from "./automatic-dr-configuration-collection";
|
|
24
|
+
export import AutomaticDrConfigurationCollection = AutomaticDrConfigurationCollection.AutomaticDrConfigurationCollection;
|
|
25
|
+
import * as AutomaticDrConfigurationLifecycleState from "./automatic-dr-configuration-lifecycle-state";
|
|
26
|
+
export import AutomaticDrConfigurationLifecycleState = AutomaticDrConfigurationLifecycleState.AutomaticDrConfigurationLifecycleState;
|
|
27
|
+
import * as AutomaticDrConfigurationMember from "./automatic-dr-configuration-member";
|
|
28
|
+
export import AutomaticDrConfigurationMember = AutomaticDrConfigurationMember.AutomaticDrConfigurationMember;
|
|
29
|
+
import * as AutomaticDrConfigurationMemberType from "./automatic-dr-configuration-member-type";
|
|
30
|
+
export import AutomaticDrConfigurationMemberType = AutomaticDrConfigurationMemberType.AutomaticDrConfigurationMemberType;
|
|
31
|
+
import * as AutomaticDrConfigurationSummary from "./automatic-dr-configuration-summary";
|
|
32
|
+
export import AutomaticDrConfigurationSummary = AutomaticDrConfigurationSummary.AutomaticDrConfigurationSummary;
|
|
33
|
+
import * as AutomaticDrPlanExecutionSubmissionStatus from "./automatic-dr-plan-execution-submission-status";
|
|
34
|
+
export import AutomaticDrPlanExecutionSubmissionStatus = AutomaticDrPlanExecutionSubmissionStatus.AutomaticDrPlanExecutionSubmissionStatus;
|
|
35
|
+
import * as AutomaticExecutionDetails from "./automatic-execution-details";
|
|
36
|
+
export import AutomaticExecutionDetails = AutomaticExecutionDetails.AutomaticExecutionDetails;
|
|
21
37
|
import * as AutonomousContainerDatabaseSnapshotStandbyConnectionStringType from "./autonomous-container-database-snapshot-standby-connection-string-type";
|
|
22
38
|
export import AutonomousContainerDatabaseSnapshotStandbyConnectionStringType = AutonomousContainerDatabaseSnapshotStandbyConnectionStringType.AutonomousContainerDatabaseSnapshotStandbyConnectionStringType;
|
|
23
39
|
import * as AutonomousDatabaseStandbyTypeForDrDrills from "./autonomous-database-standby-type-for-dr-drills";
|
|
@@ -48,6 +64,10 @@ import * as ComputeInstanceVnicMapping from "./compute-instance-vnic-mapping";
|
|
|
48
64
|
export import ComputeInstanceVnicMapping = ComputeInstanceVnicMapping.ComputeInstanceVnicMapping;
|
|
49
65
|
import * as ComputeInstanceVnicMappingDetails from "./compute-instance-vnic-mapping-details";
|
|
50
66
|
export import ComputeInstanceVnicMappingDetails = ComputeInstanceVnicMappingDetails.ComputeInstanceVnicMappingDetails;
|
|
67
|
+
import * as CreateAutomaticDrConfigurationDetails from "./create-automatic-dr-configuration-details";
|
|
68
|
+
export import CreateAutomaticDrConfigurationDetails = CreateAutomaticDrConfigurationDetails.CreateAutomaticDrConfigurationDetails;
|
|
69
|
+
import * as CreateAutomaticDrConfigurationMemberDetails from "./create-automatic-dr-configuration-member-details";
|
|
70
|
+
export import CreateAutomaticDrConfigurationMemberDetails = CreateAutomaticDrConfigurationMemberDetails.CreateAutomaticDrConfigurationMemberDetails;
|
|
51
71
|
import * as CreateBlockVolumeAttachmentDetails from "./create-block-volume-attachment-details";
|
|
52
72
|
export import CreateBlockVolumeAttachmentDetails = CreateBlockVolumeAttachmentDetails.CreateBlockVolumeAttachmentDetails;
|
|
53
73
|
import * as CreateBlockVolumeMountDetails from "./create-block-volume-mount-details";
|
|
@@ -156,6 +176,8 @@ import * as DrPlanUserDefinedStep from "./dr-plan-user-defined-step";
|
|
|
156
176
|
export import DrPlanUserDefinedStep = DrPlanUserDefinedStep.DrPlanUserDefinedStep;
|
|
157
177
|
import * as DrProtectionGroup from "./dr-protection-group";
|
|
158
178
|
export import DrProtectionGroup = DrProtectionGroup.DrProtectionGroup;
|
|
179
|
+
import * as DrProtectionGroupAuthType from "./dr-protection-group-auth-type";
|
|
180
|
+
export import DrProtectionGroupAuthType = DrProtectionGroupAuthType.DrProtectionGroupAuthType;
|
|
159
181
|
import * as DrProtectionGroupCollection from "./dr-protection-group-collection";
|
|
160
182
|
export import DrProtectionGroupCollection = DrProtectionGroupCollection.DrProtectionGroupCollection;
|
|
161
183
|
import * as DrProtectionGroupLifecycleState from "./dr-protection-group-lifecycle-state";
|
|
@@ -224,6 +246,10 @@ import * as SortOrder from "./sort-order";
|
|
|
224
246
|
export import SortOrder = SortOrder.SortOrder;
|
|
225
247
|
import * as SourceVolumeToDestinationEncryptionKeyMapping from "./source-volume-to-destination-encryption-key-mapping";
|
|
226
248
|
export import SourceVolumeToDestinationEncryptionKeyMapping = SourceVolumeToDestinationEncryptionKeyMapping.SourceVolumeToDestinationEncryptionKeyMapping;
|
|
249
|
+
import * as UpdateAutomaticDrConfigurationDetails from "./update-automatic-dr-configuration-details";
|
|
250
|
+
export import UpdateAutomaticDrConfigurationDetails = UpdateAutomaticDrConfigurationDetails.UpdateAutomaticDrConfigurationDetails;
|
|
251
|
+
import * as UpdateAutomaticDrConfigurationMemberDetails from "./update-automatic-dr-configuration-member-details";
|
|
252
|
+
export import UpdateAutomaticDrConfigurationMemberDetails = UpdateAutomaticDrConfigurationMemberDetails.UpdateAutomaticDrConfigurationMemberDetails;
|
|
227
253
|
import * as UpdateBlockVolumeAttachmentDetails from "./update-block-volume-attachment-details";
|
|
228
254
|
export import UpdateBlockVolumeAttachmentDetails = UpdateBlockVolumeAttachmentDetails.UpdateBlockVolumeAttachmentDetails;
|
|
229
255
|
import * as UpdateBlockVolumeMountDetails from "./update-block-volume-mount-details";
|
|
@@ -306,8 +332,20 @@ import * as WorkRequestSummary from "./work-request-summary";
|
|
|
306
332
|
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
307
333
|
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
308
334
|
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
335
|
+
import * as AutomaticDrConfigurationMemberAutonomousContainerDatabase from "./automatic-dr-configuration-member-autonomous-container-database";
|
|
336
|
+
export import AutomaticDrConfigurationMemberAutonomousContainerDatabase = AutomaticDrConfigurationMemberAutonomousContainerDatabase.AutomaticDrConfigurationMemberAutonomousContainerDatabase;
|
|
337
|
+
import * as AutomaticDrConfigurationMemberAutonomousDatabase from "./automatic-dr-configuration-member-autonomous-database";
|
|
338
|
+
export import AutomaticDrConfigurationMemberAutonomousDatabase = AutomaticDrConfigurationMemberAutonomousDatabase.AutomaticDrConfigurationMemberAutonomousDatabase;
|
|
339
|
+
import * as AutomaticDrConfigurationMemberDatabase from "./automatic-dr-configuration-member-database";
|
|
340
|
+
export import AutomaticDrConfigurationMemberDatabase = AutomaticDrConfigurationMemberDatabase.AutomaticDrConfigurationMemberDatabase;
|
|
309
341
|
import * as CancelDrPlanExecutionDetails from "./cancel-dr-plan-execution-details";
|
|
310
342
|
export import CancelDrPlanExecutionDetails = CancelDrPlanExecutionDetails.CancelDrPlanExecutionDetails;
|
|
343
|
+
import * as CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails from "./create-automatic-dr-configuration-member-autonomous-container-database-details";
|
|
344
|
+
export import CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails = CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails;
|
|
345
|
+
import * as CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails from "./create-automatic-dr-configuration-member-autonomous-database-details";
|
|
346
|
+
export import CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails = CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails.CreateAutomaticDrConfigurationMemberAutonomousDatabaseDetails;
|
|
347
|
+
import * as CreateAutomaticDrConfigurationMemberDatabaseDetails from "./create-automatic-dr-configuration-member-database-details";
|
|
348
|
+
export import CreateAutomaticDrConfigurationMemberDatabaseDetails = CreateAutomaticDrConfigurationMemberDatabaseDetails.CreateAutomaticDrConfigurationMemberDatabaseDetails;
|
|
311
349
|
import * as CreateDrProtectionGroupMemberAutonomousContainerDatabaseDetails from "./create-dr-protection-group-member-autonomous-container-database-details";
|
|
312
350
|
export import CreateDrProtectionGroupMemberAutonomousContainerDatabaseDetails = CreateDrProtectionGroupMemberAutonomousContainerDatabaseDetails.CreateDrProtectionGroupMemberAutonomousContainerDatabaseDetails;
|
|
313
351
|
import * as CreateDrProtectionGroupMemberAutonomousDatabaseDetails from "./create-dr-protection-group-member-autonomous-database-details";
|
|
@@ -418,6 +456,12 @@ import * as SwitchoverPrecheckExecutionOptionDetails from "./switchover-precheck
|
|
|
418
456
|
export import SwitchoverPrecheckExecutionOptionDetails = SwitchoverPrecheckExecutionOptionDetails.SwitchoverPrecheckExecutionOptionDetails;
|
|
419
457
|
import * as SwitchoverPrecheckExecutionOptions from "./switchover-precheck-execution-options";
|
|
420
458
|
export import SwitchoverPrecheckExecutionOptions = SwitchoverPrecheckExecutionOptions.SwitchoverPrecheckExecutionOptions;
|
|
459
|
+
import * as UpdateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails from "./update-automatic-dr-configuration-member-autonomous-container-database-details";
|
|
460
|
+
export import UpdateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails = UpdateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.UpdateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails;
|
|
461
|
+
import * as UpdateAutomaticDrConfigurationMemberAutonomousDatabaseDetails from "./update-automatic-dr-configuration-member-autonomous-database-details";
|
|
462
|
+
export import UpdateAutomaticDrConfigurationMemberAutonomousDatabaseDetails = UpdateAutomaticDrConfigurationMemberAutonomousDatabaseDetails.UpdateAutomaticDrConfigurationMemberAutonomousDatabaseDetails;
|
|
463
|
+
import * as UpdateAutomaticDrConfigurationMemberDatabaseDetails from "./update-automatic-dr-configuration-member-database-details";
|
|
464
|
+
export import UpdateAutomaticDrConfigurationMemberDatabaseDetails = UpdateAutomaticDrConfigurationMemberDatabaseDetails.UpdateAutomaticDrConfigurationMemberDatabaseDetails;
|
|
421
465
|
import * as UpdateDrProtectionGroupMemberAutonomousContainerDatabaseDetails from "./update-dr-protection-group-member-autonomous-container-database-details";
|
|
422
466
|
export import UpdateDrProtectionGroupMemberAutonomousContainerDatabaseDetails = UpdateDrProtectionGroupMemberAutonomousContainerDatabaseDetails.UpdateDrProtectionGroupMemberAutonomousContainerDatabaseDetails;
|
|
423
467
|
import * as UpdateDrProtectionGroupMemberAutonomousDatabaseDetails from "./update-dr-protection-group-member-autonomous-database-details";
|