oci-disasterrecovery 2.63.0 → 2.65.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/LICENSE.txt +6 -6
- package/lib/client.d.ts +59 -59
- package/lib/client.js +90 -89
- package/lib/client.js.map +1 -1
- package/lib/model/associate-dr-protection-group-details.d.ts +1 -1
- package/lib/model/change-dr-protection-group-compartment-details.d.ts +1 -1
- package/lib/model/compute-instance-movable-vnic-mapping-details.d.ts +61 -0
- package/lib/model/compute-instance-movable-vnic-mapping-details.js +32 -0
- package/lib/model/compute-instance-movable-vnic-mapping-details.js.map +1 -0
- package/lib/model/compute-instance-movable-vnic-mapping.d.ts +61 -0
- package/lib/model/compute-instance-movable-vnic-mapping.js +32 -0
- package/lib/model/compute-instance-movable-vnic-mapping.js.map +1 -0
- package/lib/model/compute-instance-vnic-mapping-details.d.ts +20 -4
- package/lib/model/compute-instance-vnic-mapping-details.js.map +1 -1
- package/lib/model/create-dr-plan-details.d.ts +1 -1
- package/lib/model/create-dr-plan-execution-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-member-compute-instance-details.d.ts +2 -2
- package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.d.ts +63 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js +69 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.d.ts +27 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js +57 -0
- package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -0
- package/lib/model/create-dr-protection-group-member-database-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-member-details.d.ts +1 -1
- package/lib/model/create-dr-protection-group-member-details.js +8 -0
- package/lib/model/create-dr-protection-group-member-details.js.map +1 -1
- package/lib/model/dr-plan-execution-summary.d.ts +5 -5
- package/lib/model/dr-plan-execution.d.ts +5 -5
- package/lib/model/dr-plan-group-execution.d.ts +1 -1
- package/lib/model/dr-plan-group.d.ts +1 -1
- package/lib/model/dr-plan-step-execution.d.ts +2 -2
- package/lib/model/dr-plan-step-type.d.ts +4 -0
- package/lib/model/dr-plan-step-type.js +4 -0
- package/lib/model/dr-plan-step-type.js.map +1 -1
- package/lib/model/dr-plan-step.d.ts +3 -3
- package/lib/model/dr-plan-summary.d.ts +4 -4
- package/lib/model/dr-plan.d.ts +4 -4
- package/lib/model/dr-protection-group-member-compute-instance-movable.d.ts +62 -0
- package/lib/model/dr-protection-group-member-compute-instance-movable.js +69 -0
- package/lib/model/dr-protection-group-member-compute-instance-movable.js.map +1 -0
- package/lib/model/dr-protection-group-member-compute-instance-non-movable.d.ts +27 -0
- package/lib/model/dr-protection-group-member-compute-instance-non-movable.js +57 -0
- package/lib/model/dr-protection-group-member-compute-instance-non-movable.js.map +1 -0
- package/lib/model/dr-protection-group-member-type.d.ts +4 -0
- package/lib/model/dr-protection-group-member-type.js +4 -0
- package/lib/model/dr-protection-group-member-type.js.map +1 -1
- package/lib/model/dr-protection-group-member.d.ts +1 -1
- package/lib/model/dr-protection-group-member.js +8 -0
- package/lib/model/dr-protection-group-member.js.map +1 -1
- package/lib/model/dr-protection-group-role.d.ts +3 -3
- package/lib/model/dr-protection-group-role.js +3 -3
- package/lib/model/dr-protection-group-summary.d.ts +3 -3
- package/lib/model/dr-protection-group.d.ts +3 -3
- package/lib/model/failover-execution-option-details.d.ts +2 -2
- package/lib/model/failover-execution-options.d.ts +2 -2
- package/lib/model/failover-precheck-execution-option-details.d.ts +1 -1
- package/lib/model/failover-precheck-execution-options.d.ts +1 -1
- package/lib/model/ignore-dr-plan-execution-details.d.ts +2 -2
- package/lib/model/index.d.ts +16 -0
- package/lib/model/index.js +19 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/invoke-function-step.d.ts +3 -3
- package/lib/model/retry-dr-plan-execution-details.d.ts +2 -2
- package/lib/model/run-local-script-user-defined-step.d.ts +4 -4
- package/lib/model/run-object-store-script-user-defined-step.d.ts +4 -4
- package/lib/model/switchover-execution-option-details.d.ts +2 -2
- package/lib/model/switchover-execution-options.d.ts +2 -2
- package/lib/model/switchover-precheck-execution-option-details.d.ts +1 -1
- package/lib/model/switchover-precheck-execution-options.d.ts +1 -1
- package/lib/model/update-dr-plan-group-details.d.ts +1 -1
- package/lib/model/update-dr-plan-step-details.d.ts +1 -1
- package/lib/model/update-dr-protection-group-member-compute-instance-details.d.ts +2 -2
- package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.d.ts +63 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js +69 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.d.ts +27 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js +57 -0
- package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -0
- package/lib/model/update-dr-protection-group-member-database-details.d.ts +1 -1
- package/lib/model/update-dr-protection-group-member-details.d.ts +1 -1
- package/lib/model/update-dr-protection-group-member-details.js +8 -0
- package/lib/model/update-dr-protection-group-member-details.js.map +1 -1
- package/lib/model/update-invoke-function-user-defined-step-details.d.ts +2 -2
- package/lib/model/update-run-local-script-user-defined-step-details.d.ts +3 -3
- package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +2 -2
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/associate-dr-protection-group-request.d.ts +1 -1
- package/lib/request/cancel-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-dr-protection-group-compartment-request.d.ts +1 -1
- package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/create-dr-plan-request.d.ts +1 -1
- package/lib/request/create-dr-protection-group-request.d.ts +1 -1
- package/lib/request/delete-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/delete-dr-plan-request.d.ts +1 -1
- package/lib/request/delete-dr-protection-group-request.d.ts +1 -1
- package/lib/request/disassociate-dr-protection-group-request.d.ts +1 -1
- package/lib/request/get-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/get-dr-plan-request.d.ts +1 -1
- package/lib/request/get-dr-protection-group-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/ignore-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/list-dr-plan-executions-request.d.ts +1 -1
- package/lib/request/list-dr-plans-request.d.ts +1 -1
- package/lib/request/list-dr-protection-groups-request.d.ts +5 -1
- package/lib/request/list-dr-protection-groups-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/pause-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/resume-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/retry-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/update-dr-plan-execution-request.d.ts +1 -1
- package/lib/request/update-dr-plan-request.d.ts +1 -1
- package/lib/request/update-dr-protection-group-request.d.ts +1 -1
- package/lib/request/update-dr-protection-group-role-request.d.ts +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Full Stack Disaster Recovery API
|
|
4
|
+
* Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
|
|
5
|
+
FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
|
|
6
|
+
capabilities for all layers of an application stack, including infrastructure, middleware, database, 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, 2023, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DrProtectionGroupMemberComputeInstanceNonMovable = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DrProtectionGroupMemberComputeInstanceNonMovable;
|
|
40
|
+
(function (DrProtectionGroupMemberComputeInstanceNonMovable) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.DrProtectionGroupMember.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
DrProtectionGroupMemberComputeInstanceNonMovable.getJsonObj = getJsonObj;
|
|
48
|
+
DrProtectionGroupMemberComputeInstanceNonMovable.memberType = "COMPUTE_INSTANCE_NON_MOVABLE";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.DrProtectionGroupMember.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
DrProtectionGroupMemberComputeInstanceNonMovable.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(DrProtectionGroupMemberComputeInstanceNonMovable = exports.DrProtectionGroupMemberComputeInstanceNonMovable || (exports.DrProtectionGroupMemberComputeInstanceNonMovable = {}));
|
|
57
|
+
//# sourceMappingURL=dr-protection-group-member-compute-instance-non-movable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dr-protection-group-member-compute-instance-non-movable.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-member-compute-instance-non-movable.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,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,uBAAuB,CAAC,UAAU,CACvC,GAAG,CACiD,CAAC,GACxD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAU,aAczB,CAAA;IACY,2DAAU,GAAG,8BAA8B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAqD,EACrD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CACnD,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"}
|
|
@@ -16,6 +16,8 @@ capabilities for all layers of an application stack, including infrastructure, m
|
|
|
16
16
|
/**
|
|
17
17
|
* Enumeration of different type of members in a DR Protection Group.
|
|
18
18
|
* - COMPUTE_INSTANCE - An Oracle Cloud compute instance.
|
|
19
|
+
* - COMPUTE_INSTANCE_MOVABLE - An Oracle Cloud compute instance that moves across regions or ADs during DR.
|
|
20
|
+
* - COMPUTE_INSTANCE_NON_MOVABLE - An Oracle Cloud compute instance that does not move across regions or ADs during DR.
|
|
19
21
|
* - VOLUME_GROUP - An Oracle Cloud volume group.
|
|
20
22
|
* - DATABASE - An Oracle Database Cloud Service database.
|
|
21
23
|
* - AUTONOMOUS_DATABASE - An Oracle Autonomous Database.
|
|
@@ -23,6 +25,8 @@ capabilities for all layers of an application stack, including infrastructure, m
|
|
|
23
25
|
**/
|
|
24
26
|
export declare enum DrProtectionGroupMemberType {
|
|
25
27
|
ComputeInstance = "COMPUTE_INSTANCE",
|
|
28
|
+
ComputeInstanceMovable = "COMPUTE_INSTANCE_MOVABLE",
|
|
29
|
+
ComputeInstanceNonMovable = "COMPUTE_INSTANCE_NON_MOVABLE",
|
|
26
30
|
VolumeGroup = "VOLUME_GROUP",
|
|
27
31
|
Database = "DATABASE",
|
|
28
32
|
AutonomousDatabase = "AUTONOMOUS_DATABASE",
|
|
@@ -19,6 +19,8 @@ exports.DrProtectionGroupMemberType = void 0;
|
|
|
19
19
|
/**
|
|
20
20
|
* Enumeration of different type of members in a DR Protection Group.
|
|
21
21
|
* - COMPUTE_INSTANCE - An Oracle Cloud compute instance.
|
|
22
|
+
* - COMPUTE_INSTANCE_MOVABLE - An Oracle Cloud compute instance that moves across regions or ADs during DR.
|
|
23
|
+
* - COMPUTE_INSTANCE_NON_MOVABLE - An Oracle Cloud compute instance that does not move across regions or ADs during DR.
|
|
22
24
|
* - VOLUME_GROUP - An Oracle Cloud volume group.
|
|
23
25
|
* - DATABASE - An Oracle Database Cloud Service database.
|
|
24
26
|
* - AUTONOMOUS_DATABASE - An Oracle Autonomous Database.
|
|
@@ -27,6 +29,8 @@ exports.DrProtectionGroupMemberType = void 0;
|
|
|
27
29
|
var DrProtectionGroupMemberType;
|
|
28
30
|
(function (DrProtectionGroupMemberType) {
|
|
29
31
|
DrProtectionGroupMemberType["ComputeInstance"] = "COMPUTE_INSTANCE";
|
|
32
|
+
DrProtectionGroupMemberType["ComputeInstanceMovable"] = "COMPUTE_INSTANCE_MOVABLE";
|
|
33
|
+
DrProtectionGroupMemberType["ComputeInstanceNonMovable"] = "COMPUTE_INSTANCE_NON_MOVABLE";
|
|
30
34
|
DrProtectionGroupMemberType["VolumeGroup"] = "VOLUME_GROUP";
|
|
31
35
|
DrProtectionGroupMemberType["Database"] = "DATABASE";
|
|
32
36
|
DrProtectionGroupMemberType["AutonomousDatabase"] = "AUTONOMOUS_DATABASE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dr-protection-group-member-type.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-member-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH
|
|
1
|
+
{"version":3,"file":"dr-protection-group-member-type.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-member-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;;;;;;;;IASI;AACJ,IAAY,2BAaX;AAbD,WAAY,2BAA2B;IACrC,mEAAoC,CAAA;IACpC,kFAAmD,CAAA;IACnD,yFAA0D,CAAA;IAC1D,2DAA4B,CAAA;IAC5B,oDAAqB,CAAA;IACrB,yEAA0C,CAAA;IAE1C;;;OAGG;IACH,6DAA8B,CAAA;AAChC,CAAC,EAbW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAatC;AAED,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAgC;QAEhC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,kDAAsB,yBAIrC,CAAA;AACH,CAAC,EATgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAS3C"}
|
|
@@ -45,10 +45,14 @@ var DrProtectionGroupMember;
|
|
|
45
45
|
switch (obj.memberType) {
|
|
46
46
|
case "VOLUME_GROUP":
|
|
47
47
|
return model.DrProtectionGroupMemberVolumeGroup.getJsonObj(jsonObj, true);
|
|
48
|
+
case "COMPUTE_INSTANCE_MOVABLE":
|
|
49
|
+
return model.DrProtectionGroupMemberComputeInstanceMovable.getJsonObj(jsonObj, true);
|
|
48
50
|
case "AUTONOMOUS_DATABASE":
|
|
49
51
|
return model.DrProtectionGroupMemberAutonomousDatabase.getJsonObj(jsonObj, true);
|
|
50
52
|
case "COMPUTE_INSTANCE":
|
|
51
53
|
return model.DrProtectionGroupMemberComputeInstance.getJsonObj(jsonObj, true);
|
|
54
|
+
case "COMPUTE_INSTANCE_NON_MOVABLE":
|
|
55
|
+
return model.DrProtectionGroupMemberComputeInstanceNonMovable.getJsonObj(jsonObj, true);
|
|
52
56
|
case "DATABASE":
|
|
53
57
|
return model.DrProtectionGroupMemberDatabase.getJsonObj(jsonObj, true);
|
|
54
58
|
default:
|
|
@@ -65,10 +69,14 @@ var DrProtectionGroupMember;
|
|
|
65
69
|
switch (obj.memberType) {
|
|
66
70
|
case "VOLUME_GROUP":
|
|
67
71
|
return model.DrProtectionGroupMemberVolumeGroup.getDeserializedJsonObj(jsonObj, true);
|
|
72
|
+
case "COMPUTE_INSTANCE_MOVABLE":
|
|
73
|
+
return model.DrProtectionGroupMemberComputeInstanceMovable.getDeserializedJsonObj(jsonObj, true);
|
|
68
74
|
case "AUTONOMOUS_DATABASE":
|
|
69
75
|
return model.DrProtectionGroupMemberAutonomousDatabase.getDeserializedJsonObj(jsonObj, true);
|
|
70
76
|
case "COMPUTE_INSTANCE":
|
|
71
77
|
return model.DrProtectionGroupMemberComputeInstance.getDeserializedJsonObj(jsonObj, true);
|
|
78
|
+
case "COMPUTE_INSTANCE_NON_MOVABLE":
|
|
79
|
+
return model.DrProtectionGroupMemberComputeInstanceNonMovable.getDeserializedJsonObj(jsonObj, true);
|
|
72
80
|
case "DATABASE":
|
|
73
81
|
return model.DrProtectionGroupMemberDatabase.getDeserializedJsonObj(jsonObj, true);
|
|
74
82
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dr-protection-group-member.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-member.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"dr-protection-group-member.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-protection-group-member.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,uBAAuB,CAmFvC;AAnFD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,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,cAAc;oBACjB,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CACL,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,6CAA6C,CAAC,UAAU,CACL,OAAQ,EACtE,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,gDAAgD,CAAC,UAAU,CACL,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CACL,OAAQ,EACxD,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;IAxCe,kCAAU,aAwCzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,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,cAAc;oBACjB,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CACjB,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,6CAA6C,CAAC,sBAAsB,CACjB,OAAQ,EACtE,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,gDAAgD,CAAC,sBAAsB,CACjB,OAAQ,EACzE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CACjB,OAAQ,EACxD,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;IAxCe,8CAAsB,yBAwCrC,CAAA;AACH,CAAC,EAnFgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAmFvC"}
|
|
@@ -15,9 +15,9 @@ capabilities for all layers of an application stack, including infrastructure, m
|
|
|
15
15
|
*/
|
|
16
16
|
/**
|
|
17
17
|
* Enumeration of different roles of a DR Protection Group.
|
|
18
|
-
* - PRIMARY - The DR Protection Group has a primary role in a DR
|
|
19
|
-
* - STANDBY - The DR Protection Group has a standby role in a DR
|
|
20
|
-
* - UNCONFIGURED - The DR Protection Group is not part of a DR
|
|
18
|
+
* - PRIMARY - The DR Protection Group has a primary role in a DR configuration.
|
|
19
|
+
* - STANDBY - The DR Protection Group has a standby role in a DR configuration.
|
|
20
|
+
* - UNCONFIGURED - The DR Protection Group is not part of a DR configuration
|
|
21
21
|
*
|
|
22
22
|
**/
|
|
23
23
|
export declare enum DrProtectionGroupRole {
|
|
@@ -18,9 +18,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
exports.DrProtectionGroupRole = void 0;
|
|
19
19
|
/**
|
|
20
20
|
* Enumeration of different roles of a DR Protection Group.
|
|
21
|
-
* - PRIMARY - The DR Protection Group has a primary role in a DR
|
|
22
|
-
* - STANDBY - The DR Protection Group has a standby role in a DR
|
|
23
|
-
* - UNCONFIGURED - The DR Protection Group is not part of a DR
|
|
21
|
+
* - PRIMARY - The DR Protection Group has a primary role in a DR configuration.
|
|
22
|
+
* - STANDBY - The DR Protection Group has a standby role in a DR configuration.
|
|
23
|
+
* - UNCONFIGURED - The DR Protection Group is not part of a DR configuration
|
|
24
24
|
*
|
|
25
25
|
**/
|
|
26
26
|
var DrProtectionGroupRole;
|
|
@@ -21,14 +21,14 @@ export interface DrProtectionGroupSummary {
|
|
|
21
21
|
/**
|
|
22
22
|
* The OCID of the DR Protection Group.
|
|
23
23
|
* <p>
|
|
24
|
-
Example: `ocid1.drprotectiongroup.oc1.phx
|
|
24
|
+
Example: `ocid1.drprotectiongroup.oc1.phx.<unique_id>`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"id": string;
|
|
28
28
|
/**
|
|
29
29
|
* The OCID of the compartment containing the DR Protection Group.
|
|
30
30
|
* <p>
|
|
31
|
-
Example: `ocid1.compartment.oc1
|
|
31
|
+
Example: `ocid1.compartment.oc1..<unique_id>`
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"compartmentId": string;
|
|
@@ -47,7 +47,7 @@ export interface DrProtectionGroupSummary {
|
|
|
47
47
|
/**
|
|
48
48
|
* The OCID of the peer (remote) DR Protection Group.
|
|
49
49
|
* <p>
|
|
50
|
-
Example: `ocid1.drprotectiongroup.oc1.iad
|
|
50
|
+
Example: `ocid1.drprotectiongroup.oc1.iad.<unique_id>`
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"peerId"?: string;
|
|
@@ -21,14 +21,14 @@ export interface DrProtectionGroup {
|
|
|
21
21
|
/**
|
|
22
22
|
* The OCID of the DR Protection Group.
|
|
23
23
|
* <p>
|
|
24
|
-
Example: `ocid1.drprotectiongroup.oc1.phx
|
|
24
|
+
Example: `ocid1.drprotectiongroup.oc1.phx.<unique_id>`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"id": string;
|
|
28
28
|
/**
|
|
29
29
|
* The OCID of the compartment containing the DR Protection Group.
|
|
30
30
|
* <p>
|
|
31
|
-
Example: `ocid1.compartment.oc1
|
|
31
|
+
Example: `ocid1.compartment.oc1..<unique_id>`
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
"compartmentId": string;
|
|
@@ -47,7 +47,7 @@ export interface DrProtectionGroup {
|
|
|
47
47
|
/**
|
|
48
48
|
* The OCID of the peer (remote) DR Protection Group.
|
|
49
49
|
* <p>
|
|
50
|
-
Example: `ocid1.drprotectiongroup.oc1.iad
|
|
50
|
+
Example: `ocid1.drprotectiongroup.oc1.iad.<unique_id>`
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"peerId"?: string;
|
|
@@ -19,14 +19,14 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface FailoverExecutionOptionDetails extends model.DrPlanExecutionOptionDetails {
|
|
21
21
|
/**
|
|
22
|
-
* A flag indicating whether
|
|
22
|
+
* A flag indicating whether prechecks should be executed before the plan execution.
|
|
23
23
|
* <p>
|
|
24
24
|
Example: `true`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"arePrechecksEnabled"?: boolean;
|
|
28
28
|
/**
|
|
29
|
-
* A flag indicating whether
|
|
29
|
+
* A flag indicating whether warnings should be ignored during the failover.
|
|
30
30
|
* <p>
|
|
31
31
|
Example: `false`
|
|
32
32
|
*
|
|
@@ -19,14 +19,14 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface FailoverExecutionOptions extends model.DrPlanExecutionOptions {
|
|
21
21
|
/**
|
|
22
|
-
* A flag indicating whether
|
|
22
|
+
* A flag indicating whether prechecks should be executed before the plan execution.
|
|
23
23
|
* <p>
|
|
24
24
|
Example: `true`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"arePrechecksEnabled"?: boolean;
|
|
28
28
|
/**
|
|
29
|
-
* A flag indicating whether
|
|
29
|
+
* A flag indicating whether warnings should be ignored during the plan execution.
|
|
30
30
|
* <p>
|
|
31
31
|
Example: `false`
|
|
32
32
|
*
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface FailoverPrecheckExecutionOptionDetails extends model.DrPlanExecutionOptionDetails {
|
|
21
21
|
/**
|
|
22
|
-
* A flag indicating whether
|
|
22
|
+
* A flag indicating whether warnings should be ignored during the failover precheck.
|
|
23
23
|
* <p>
|
|
24
24
|
Example: `false`
|
|
25
25
|
*
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface FailoverPrecheckExecutionOptions extends model.DrPlanExecutionOptions {
|
|
21
21
|
/**
|
|
22
|
-
* A flag indicating whether
|
|
22
|
+
* A flag indicating whether warnings should be ignored during the precheck.
|
|
23
23
|
* <p>
|
|
24
24
|
Example: `false`
|
|
25
25
|
*
|
|
@@ -20,14 +20,14 @@ export interface IgnoreDrPlanExecutionDetails {
|
|
|
20
20
|
/**
|
|
21
21
|
* The unique id of the group to ignore as a whole, or the group containing the step to ignore.
|
|
22
22
|
* <p>
|
|
23
|
-
Example: `sgid1.group
|
|
23
|
+
Example: `sgid1.group..<unique_id>`
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"groupId": string;
|
|
27
27
|
/**
|
|
28
28
|
* The unique id of the step to ignore (optional). Only needed when ignoring a step.
|
|
29
29
|
* <p>
|
|
30
|
-
Example: `sgid1.step
|
|
30
|
+
Example: `sgid1.step..<unique_id>`
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"stepId"?: string;
|
package/lib/model/index.d.ts
CHANGED
|
@@ -19,6 +19,10 @@ import * as AssociateDrProtectionGroupDetails from "./associate-dr-protection-gr
|
|
|
19
19
|
export import AssociateDrProtectionGroupDetails = AssociateDrProtectionGroupDetails.AssociateDrProtectionGroupDetails;
|
|
20
20
|
import * as ChangeDrProtectionGroupCompartmentDetails from "./change-dr-protection-group-compartment-details";
|
|
21
21
|
export import ChangeDrProtectionGroupCompartmentDetails = ChangeDrProtectionGroupCompartmentDetails.ChangeDrProtectionGroupCompartmentDetails;
|
|
22
|
+
import * as ComputeInstanceMovableVnicMapping from "./compute-instance-movable-vnic-mapping";
|
|
23
|
+
export import ComputeInstanceMovableVnicMapping = ComputeInstanceMovableVnicMapping.ComputeInstanceMovableVnicMapping;
|
|
24
|
+
import * as ComputeInstanceMovableVnicMappingDetails from "./compute-instance-movable-vnic-mapping-details";
|
|
25
|
+
export import ComputeInstanceMovableVnicMappingDetails = ComputeInstanceMovableVnicMappingDetails.ComputeInstanceMovableVnicMappingDetails;
|
|
22
26
|
import * as ComputeInstanceVnicMapping from "./compute-instance-vnic-mapping";
|
|
23
27
|
export import ComputeInstanceVnicMapping = ComputeInstanceVnicMapping.ComputeInstanceVnicMapping;
|
|
24
28
|
import * as ComputeInstanceVnicMappingDetails from "./compute-instance-vnic-mapping-details";
|
|
@@ -151,6 +155,10 @@ import * as CreateDrProtectionGroupMemberAutonomousDatabaseDetails from "./creat
|
|
|
151
155
|
export import CreateDrProtectionGroupMemberAutonomousDatabaseDetails = CreateDrProtectionGroupMemberAutonomousDatabaseDetails.CreateDrProtectionGroupMemberAutonomousDatabaseDetails;
|
|
152
156
|
import * as CreateDrProtectionGroupMemberComputeInstanceDetails from "./create-dr-protection-group-member-compute-instance-details";
|
|
153
157
|
export import CreateDrProtectionGroupMemberComputeInstanceDetails = CreateDrProtectionGroupMemberComputeInstanceDetails.CreateDrProtectionGroupMemberComputeInstanceDetails;
|
|
158
|
+
import * as CreateDrProtectionGroupMemberComputeInstanceMovableDetails from "./create-dr-protection-group-member-compute-instance-movable-details";
|
|
159
|
+
export import CreateDrProtectionGroupMemberComputeInstanceMovableDetails = CreateDrProtectionGroupMemberComputeInstanceMovableDetails.CreateDrProtectionGroupMemberComputeInstanceMovableDetails;
|
|
160
|
+
import * as CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails from "./create-dr-protection-group-member-compute-instance-non-movable-details";
|
|
161
|
+
export import CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails = CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails.CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails;
|
|
154
162
|
import * as CreateDrProtectionGroupMemberDatabaseDetails from "./create-dr-protection-group-member-database-details";
|
|
155
163
|
export import CreateDrProtectionGroupMemberDatabaseDetails = CreateDrProtectionGroupMemberDatabaseDetails.CreateDrProtectionGroupMemberDatabaseDetails;
|
|
156
164
|
import * as CreateDrProtectionGroupMemberVolumeGroupDetails from "./create-dr-protection-group-member-volume-group-details";
|
|
@@ -161,6 +169,10 @@ import * as DrProtectionGroupMemberAutonomousDatabase from "./dr-protection-grou
|
|
|
161
169
|
export import DrProtectionGroupMemberAutonomousDatabase = DrProtectionGroupMemberAutonomousDatabase.DrProtectionGroupMemberAutonomousDatabase;
|
|
162
170
|
import * as DrProtectionGroupMemberComputeInstance from "./dr-protection-group-member-compute-instance";
|
|
163
171
|
export import DrProtectionGroupMemberComputeInstance = DrProtectionGroupMemberComputeInstance.DrProtectionGroupMemberComputeInstance;
|
|
172
|
+
import * as DrProtectionGroupMemberComputeInstanceMovable from "./dr-protection-group-member-compute-instance-movable";
|
|
173
|
+
export import DrProtectionGroupMemberComputeInstanceMovable = DrProtectionGroupMemberComputeInstanceMovable.DrProtectionGroupMemberComputeInstanceMovable;
|
|
174
|
+
import * as DrProtectionGroupMemberComputeInstanceNonMovable from "./dr-protection-group-member-compute-instance-non-movable";
|
|
175
|
+
export import DrProtectionGroupMemberComputeInstanceNonMovable = DrProtectionGroupMemberComputeInstanceNonMovable.DrProtectionGroupMemberComputeInstanceNonMovable;
|
|
164
176
|
import * as DrProtectionGroupMemberDatabase from "./dr-protection-group-member-database";
|
|
165
177
|
export import DrProtectionGroupMemberDatabase = DrProtectionGroupMemberDatabase.DrProtectionGroupMemberDatabase;
|
|
166
178
|
import * as DrProtectionGroupMemberVolumeGroup from "./dr-protection-group-member-volume-group";
|
|
@@ -201,6 +213,10 @@ import * as UpdateDrProtectionGroupMemberAutonomousDatabaseDetails from "./updat
|
|
|
201
213
|
export import UpdateDrProtectionGroupMemberAutonomousDatabaseDetails = UpdateDrProtectionGroupMemberAutonomousDatabaseDetails.UpdateDrProtectionGroupMemberAutonomousDatabaseDetails;
|
|
202
214
|
import * as UpdateDrProtectionGroupMemberComputeInstanceDetails from "./update-dr-protection-group-member-compute-instance-details";
|
|
203
215
|
export import UpdateDrProtectionGroupMemberComputeInstanceDetails = UpdateDrProtectionGroupMemberComputeInstanceDetails.UpdateDrProtectionGroupMemberComputeInstanceDetails;
|
|
216
|
+
import * as UpdateDrProtectionGroupMemberComputeInstanceMovableDetails from "./update-dr-protection-group-member-compute-instance-movable-details";
|
|
217
|
+
export import UpdateDrProtectionGroupMemberComputeInstanceMovableDetails = UpdateDrProtectionGroupMemberComputeInstanceMovableDetails.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails;
|
|
218
|
+
import * as UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails from "./update-dr-protection-group-member-compute-instance-non-movable-details";
|
|
219
|
+
export import UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails = UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails;
|
|
204
220
|
import * as UpdateDrProtectionGroupMemberDatabaseDetails from "./update-dr-protection-group-member-database-details";
|
|
205
221
|
export import UpdateDrProtectionGroupMemberDatabaseDetails = UpdateDrProtectionGroupMemberDatabaseDetails.UpdateDrProtectionGroupMemberDatabaseDetails;
|
|
206
222
|
import * as UpdateDrProtectionGroupMemberVolumeGroupDetails from "./update-dr-protection-group-member-volume-group-details";
|
package/lib/model/index.js
CHANGED
|
@@ -34,15 +34,19 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
34
34
|
return result;
|
|
35
35
|
};
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.UpdateRunObjectStoreScriptUserDefinedStepDetails = exports.UpdateRunLocalScriptUserDefinedStepDetails = void 0;
|
|
37
|
+
exports.SortOrder = exports.RetryDrPlanExecutionDetails = exports.OperationType = exports.OperationStatus = exports.ObjectStorageScriptLocation = exports.ObjectStorageLogLocation = exports.IgnoreDrPlanExecutionDetails = exports.DrProtectionGroupSummary = exports.DrProtectionGroupRole = exports.DrProtectionGroupMemberType = exports.DrProtectionGroupMember = exports.DrProtectionGroupLifecycleState = exports.DrProtectionGroupCollection = exports.DrProtectionGroup = exports.DrPlanUserDefinedStep = exports.DrPlanType = exports.DrPlanSummary = exports.DrPlanStepType = exports.DrPlanStepExecutionStatus = exports.DrPlanStepExecution = exports.DrPlanStepErrorMode = exports.DrPlanStep = exports.DrPlanLifecycleState = exports.DrPlanGroupType = exports.DrPlanGroupExecutionStatus = exports.DrPlanGroupExecution = exports.DrPlanGroup = exports.DrPlanExecutionType = exports.DrPlanExecutionSummary = exports.DrPlanExecutionOptions = exports.DrPlanExecutionOptionDetails = exports.DrPlanExecutionLifecycleState = exports.DrPlanExecutionControlDetails = exports.DrPlanExecutionCollection = exports.DrPlanExecution = exports.DrPlanCollection = exports.DrPlan = exports.DisassociateDrProtectionGroupDetails = exports.CreateObjectStorageLogLocationDetails = exports.CreateDrProtectionGroupMemberDetails = exports.CreateDrProtectionGroupDetails = exports.CreateDrPlanExecutionDetails = exports.CreateDrPlanDetails = exports.ComputeInstanceVnicMappingDetails = exports.ComputeInstanceVnicMapping = exports.ComputeInstanceMovableVnicMappingDetails = exports.ComputeInstanceMovableVnicMapping = exports.ChangeDrProtectionGroupCompartmentDetails = exports.AssociateDrProtectionGroupDetails = exports.ActionType = void 0;
|
|
38
|
+
exports.UpdateDrProtectionGroupMemberComputeInstanceDetails = exports.UpdateDrProtectionGroupMemberAutonomousDatabaseDetails = exports.SwitchoverPrecheckExecutionOptions = exports.SwitchoverPrecheckExecutionOptionDetails = exports.SwitchoverExecutionOptions = exports.SwitchoverExecutionOptionDetails = exports.RunObjectStoreScriptUserDefinedStep = exports.RunLocalScriptUserDefinedStep = exports.ResumeDrPlanExecutionDetails = exports.PauseDrPlanExecutionDetails = exports.ObjectStoreScriptPrecheckStep = exports.LocalScriptPrecheckStep = exports.InvokeFunctionStep = exports.InvokeFunctionPrecheckStep = exports.FailoverPrecheckExecutionOptions = exports.FailoverPrecheckExecutionOptionDetails = exports.FailoverExecutionOptions = exports.FailoverExecutionOptionDetails = exports.DrProtectionGroupMemberVolumeGroup = exports.DrProtectionGroupMemberDatabase = exports.DrProtectionGroupMemberComputeInstanceNonMovable = exports.DrProtectionGroupMemberComputeInstanceMovable = exports.DrProtectionGroupMemberComputeInstance = exports.DrProtectionGroupMemberAutonomousDatabase = exports.DisassociateDrProtectionGroupDefaultDetails = exports.CreateDrProtectionGroupMemberVolumeGroupDetails = exports.CreateDrProtectionGroupMemberDatabaseDetails = exports.CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails = exports.CreateDrProtectionGroupMemberComputeInstanceMovableDetails = exports.CreateDrProtectionGroupMemberComputeInstanceDetails = exports.CreateDrProtectionGroupMemberAutonomousDatabaseDetails = exports.CancelDrPlanExecutionDetails = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateObjectStorageScriptLocationDetails = exports.UpdateObjectStorageLogLocationDetails = exports.UpdateDrProtectionGroupRoleDetails = exports.UpdateDrProtectionGroupMemberDetails = exports.UpdateDrProtectionGroupDetails = exports.UpdateDrPlanUserDefinedStepDetails = exports.UpdateDrPlanStepDetails = exports.UpdateDrPlanGroupDetails = exports.UpdateDrPlanExecutionDetails = exports.UpdateDrPlanDetails = void 0;
|
|
39
|
+
exports.UpdateRunObjectStoreScriptUserDefinedStepDetails = exports.UpdateRunLocalScriptUserDefinedStepDetails = exports.UpdateObjectStoreScriptPrecheckStepDetails = exports.UpdateLocalScriptPrecheckStepDetails = exports.UpdateInvokeFunctionUserDefinedStepDetails = exports.UpdateInvokeFunctionPrecheckStepDetails = exports.UpdateDrProtectionGroupMemberVolumeGroupDetails = exports.UpdateDrProtectionGroupMemberDatabaseDetails = exports.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails = exports.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails = void 0;
|
|
40
40
|
const ActionType = __importStar(require("./action-type"));
|
|
41
41
|
exports.ActionType = ActionType.ActionType;
|
|
42
42
|
const AssociateDrProtectionGroupDetails = __importStar(require("./associate-dr-protection-group-details"));
|
|
43
43
|
exports.AssociateDrProtectionGroupDetails = AssociateDrProtectionGroupDetails.AssociateDrProtectionGroupDetails;
|
|
44
44
|
const ChangeDrProtectionGroupCompartmentDetails = __importStar(require("./change-dr-protection-group-compartment-details"));
|
|
45
45
|
exports.ChangeDrProtectionGroupCompartmentDetails = ChangeDrProtectionGroupCompartmentDetails.ChangeDrProtectionGroupCompartmentDetails;
|
|
46
|
+
const ComputeInstanceMovableVnicMapping = __importStar(require("./compute-instance-movable-vnic-mapping"));
|
|
47
|
+
exports.ComputeInstanceMovableVnicMapping = ComputeInstanceMovableVnicMapping.ComputeInstanceMovableVnicMapping;
|
|
48
|
+
const ComputeInstanceMovableVnicMappingDetails = __importStar(require("./compute-instance-movable-vnic-mapping-details"));
|
|
49
|
+
exports.ComputeInstanceMovableVnicMappingDetails = ComputeInstanceMovableVnicMappingDetails.ComputeInstanceMovableVnicMappingDetails;
|
|
46
50
|
const ComputeInstanceVnicMapping = __importStar(require("./compute-instance-vnic-mapping"));
|
|
47
51
|
exports.ComputeInstanceVnicMapping = ComputeInstanceVnicMapping.ComputeInstanceVnicMapping;
|
|
48
52
|
const ComputeInstanceVnicMappingDetails = __importStar(require("./compute-instance-vnic-mapping-details"));
|
|
@@ -175,6 +179,10 @@ const CreateDrProtectionGroupMemberAutonomousDatabaseDetails = __importStar(requ
|
|
|
175
179
|
exports.CreateDrProtectionGroupMemberAutonomousDatabaseDetails = CreateDrProtectionGroupMemberAutonomousDatabaseDetails.CreateDrProtectionGroupMemberAutonomousDatabaseDetails;
|
|
176
180
|
const CreateDrProtectionGroupMemberComputeInstanceDetails = __importStar(require("./create-dr-protection-group-member-compute-instance-details"));
|
|
177
181
|
exports.CreateDrProtectionGroupMemberComputeInstanceDetails = CreateDrProtectionGroupMemberComputeInstanceDetails.CreateDrProtectionGroupMemberComputeInstanceDetails;
|
|
182
|
+
const CreateDrProtectionGroupMemberComputeInstanceMovableDetails = __importStar(require("./create-dr-protection-group-member-compute-instance-movable-details"));
|
|
183
|
+
exports.CreateDrProtectionGroupMemberComputeInstanceMovableDetails = CreateDrProtectionGroupMemberComputeInstanceMovableDetails.CreateDrProtectionGroupMemberComputeInstanceMovableDetails;
|
|
184
|
+
const CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails = __importStar(require("./create-dr-protection-group-member-compute-instance-non-movable-details"));
|
|
185
|
+
exports.CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails = CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails.CreateDrProtectionGroupMemberComputeInstanceNonMovableDetails;
|
|
178
186
|
const CreateDrProtectionGroupMemberDatabaseDetails = __importStar(require("./create-dr-protection-group-member-database-details"));
|
|
179
187
|
exports.CreateDrProtectionGroupMemberDatabaseDetails = CreateDrProtectionGroupMemberDatabaseDetails.CreateDrProtectionGroupMemberDatabaseDetails;
|
|
180
188
|
const CreateDrProtectionGroupMemberVolumeGroupDetails = __importStar(require("./create-dr-protection-group-member-volume-group-details"));
|
|
@@ -185,6 +193,10 @@ const DrProtectionGroupMemberAutonomousDatabase = __importStar(require("./dr-pro
|
|
|
185
193
|
exports.DrProtectionGroupMemberAutonomousDatabase = DrProtectionGroupMemberAutonomousDatabase.DrProtectionGroupMemberAutonomousDatabase;
|
|
186
194
|
const DrProtectionGroupMemberComputeInstance = __importStar(require("./dr-protection-group-member-compute-instance"));
|
|
187
195
|
exports.DrProtectionGroupMemberComputeInstance = DrProtectionGroupMemberComputeInstance.DrProtectionGroupMemberComputeInstance;
|
|
196
|
+
const DrProtectionGroupMemberComputeInstanceMovable = __importStar(require("./dr-protection-group-member-compute-instance-movable"));
|
|
197
|
+
exports.DrProtectionGroupMemberComputeInstanceMovable = DrProtectionGroupMemberComputeInstanceMovable.DrProtectionGroupMemberComputeInstanceMovable;
|
|
198
|
+
const DrProtectionGroupMemberComputeInstanceNonMovable = __importStar(require("./dr-protection-group-member-compute-instance-non-movable"));
|
|
199
|
+
exports.DrProtectionGroupMemberComputeInstanceNonMovable = DrProtectionGroupMemberComputeInstanceNonMovable.DrProtectionGroupMemberComputeInstanceNonMovable;
|
|
188
200
|
const DrProtectionGroupMemberDatabase = __importStar(require("./dr-protection-group-member-database"));
|
|
189
201
|
exports.DrProtectionGroupMemberDatabase = DrProtectionGroupMemberDatabase.DrProtectionGroupMemberDatabase;
|
|
190
202
|
const DrProtectionGroupMemberVolumeGroup = __importStar(require("./dr-protection-group-member-volume-group"));
|
|
@@ -225,6 +237,10 @@ const UpdateDrProtectionGroupMemberAutonomousDatabaseDetails = __importStar(requ
|
|
|
225
237
|
exports.UpdateDrProtectionGroupMemberAutonomousDatabaseDetails = UpdateDrProtectionGroupMemberAutonomousDatabaseDetails.UpdateDrProtectionGroupMemberAutonomousDatabaseDetails;
|
|
226
238
|
const UpdateDrProtectionGroupMemberComputeInstanceDetails = __importStar(require("./update-dr-protection-group-member-compute-instance-details"));
|
|
227
239
|
exports.UpdateDrProtectionGroupMemberComputeInstanceDetails = UpdateDrProtectionGroupMemberComputeInstanceDetails.UpdateDrProtectionGroupMemberComputeInstanceDetails;
|
|
240
|
+
const UpdateDrProtectionGroupMemberComputeInstanceMovableDetails = __importStar(require("./update-dr-protection-group-member-compute-instance-movable-details"));
|
|
241
|
+
exports.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails = UpdateDrProtectionGroupMemberComputeInstanceMovableDetails.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails;
|
|
242
|
+
const UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails = __importStar(require("./update-dr-protection-group-member-compute-instance-non-movable-details"));
|
|
243
|
+
exports.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails = UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails;
|
|
228
244
|
const UpdateDrProtectionGroupMemberDatabaseDetails = __importStar(require("./update-dr-protection-group-member-database-details"));
|
|
229
245
|
exports.UpdateDrProtectionGroupMemberDatabaseDetails = UpdateDrProtectionGroupMemberDatabaseDetails.UpdateDrProtectionGroupMemberDatabaseDetails;
|
|
230
246
|
const UpdateDrProtectionGroupMemberVolumeGroupDetails = __importStar(require("./update-dr-protection-group-member-volume-group-details"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -22,17 +22,17 @@ export interface InvokeFunctionStep extends model.DrPlanUserDefinedStep {
|
|
|
22
22
|
/**
|
|
23
23
|
* The OCID of function to be invoked.
|
|
24
24
|
* <p>
|
|
25
|
-
Example: `ocid1.fnfunc.oc1.iad
|
|
25
|
+
Example: `ocid1.fnfunc.oc1.iad.<unique_id>`
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
|
-
"functionId"
|
|
28
|
+
"functionId": string;
|
|
29
29
|
/**
|
|
30
30
|
* The region in which the function is deployed.
|
|
31
31
|
* <p>
|
|
32
32
|
Example: `us-ashburn-1`
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
|
-
"functionRegion"
|
|
35
|
+
"functionRegion": string;
|
|
36
36
|
/**
|
|
37
37
|
* The request body for the function.
|
|
38
38
|
* <p>
|
|
@@ -20,14 +20,14 @@ export interface RetryDrPlanExecutionDetails {
|
|
|
20
20
|
/**
|
|
21
21
|
* The unique id of the group to retry as a whole, or the group containing the step being retried.
|
|
22
22
|
* <p>
|
|
23
|
-
Example: `sgid1.group
|
|
23
|
+
Example: `sgid1.group..<unique_id>`
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"groupId": string;
|
|
27
27
|
/**
|
|
28
28
|
* The unique id of the step to retry (optional). Only needed when retrying a step.
|
|
29
29
|
* <p>
|
|
30
|
-
Example: `sgid1.step
|
|
30
|
+
Example: `sgid1.step..<unique_id>`
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"stepId"?: string;
|
|
@@ -21,24 +21,24 @@ export interface RunLocalScriptUserDefinedStep extends model.DrPlanUserDefinedSt
|
|
|
21
21
|
/**
|
|
22
22
|
* The OCID of the instance where this script or command should be executed.
|
|
23
23
|
* <p>
|
|
24
|
-
Example: `ocid1.instance.oc1.phx
|
|
24
|
+
Example: `ocid1.instance.oc1.phx.<unique_id>`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
|
-
"runOnInstanceId"
|
|
27
|
+
"runOnInstanceId": string;
|
|
28
28
|
/**
|
|
29
29
|
* The region in which the instance is present.
|
|
30
30
|
* <p>
|
|
31
31
|
Example: `us-phoenix-1`
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
|
-
"runOnInstanceRegion"
|
|
34
|
+
"runOnInstanceRegion": string;
|
|
35
35
|
/**
|
|
36
36
|
* The script name and arguments.
|
|
37
37
|
* <p>
|
|
38
38
|
Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
|
-
"scriptCommand"
|
|
41
|
+
"scriptCommand": string;
|
|
42
42
|
/**
|
|
43
43
|
* The userid on the instance to be used for executing the script or command.
|
|
44
44
|
* <p>
|
|
@@ -21,18 +21,18 @@ export interface RunObjectStoreScriptUserDefinedStep extends model.DrPlanUserDef
|
|
|
21
21
|
/**
|
|
22
22
|
* The OCID of the instance where this script or command should be executed.
|
|
23
23
|
* <p>
|
|
24
|
-
Example: `ocid1.instance.oc1.phx
|
|
24
|
+
Example: `ocid1.instance.oc1.phx.<unique_id>`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
|
-
"runOnInstanceId"
|
|
27
|
+
"runOnInstanceId": string;
|
|
28
28
|
/**
|
|
29
29
|
* The region of the instance where this script or command should be executed.
|
|
30
30
|
* <p>
|
|
31
31
|
Example: `us-phoenix-1`
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
|
-
"runOnInstanceRegion"
|
|
35
|
-
"objectStorageScriptLocation"
|
|
34
|
+
"runOnInstanceRegion": string;
|
|
35
|
+
"objectStorageScriptLocation": model.ObjectStorageScriptLocation;
|
|
36
36
|
"stepType": string;
|
|
37
37
|
}
|
|
38
38
|
export declare namespace RunObjectStoreScriptUserDefinedStep {
|
|
@@ -19,14 +19,14 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface SwitchoverExecutionOptionDetails extends model.DrPlanExecutionOptionDetails {
|
|
21
21
|
/**
|
|
22
|
-
* A flag indicating whether
|
|
22
|
+
* A flag indicating whether prechecks should be executed before the plan execution.
|
|
23
23
|
* <p>
|
|
24
24
|
Example: `false`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"arePrechecksEnabled"?: boolean;
|
|
28
28
|
/**
|
|
29
|
-
* A flag indicating whether
|
|
29
|
+
* A flag indicating whether warnings should be ignored during the switchover.
|
|
30
30
|
* <p>
|
|
31
31
|
Example: `true`
|
|
32
32
|
*
|
|
@@ -19,14 +19,14 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface SwitchoverExecutionOptions extends model.DrPlanExecutionOptions {
|
|
21
21
|
/**
|
|
22
|
-
* A flag indicating whether
|
|
22
|
+
* A flag indicating whether prechecks should be executed before the plan execution.
|
|
23
23
|
* <p>
|
|
24
24
|
Example: `false`
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"arePrechecksEnabled"?: boolean;
|
|
28
28
|
/**
|
|
29
|
-
* A flag indicating whether
|
|
29
|
+
* A flag indicating whether warnings should be ignored during the plan execution.
|
|
30
30
|
* <p>
|
|
31
31
|
Example: `true`
|
|
32
32
|
*
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface SwitchoverPrecheckExecutionOptionDetails extends model.DrPlanExecutionOptionDetails {
|
|
21
21
|
/**
|
|
22
|
-
* A flag indicating whether
|
|
22
|
+
* A flag indicating whether warnings should be ignored during the switchover precheck.
|
|
23
23
|
* <p>
|
|
24
24
|
Example: `true`
|
|
25
25
|
*
|