oci-disasterrecovery 2.122.0 → 2.122.2

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.
Files changed (83) hide show
  1. package/lib/model/automatic-dr-configuration-lifecycle-sub-state.d.ts +37 -0
  2. package/lib/model/automatic-dr-configuration-lifecycle-sub-state.js +48 -0
  3. package/lib/model/automatic-dr-configuration-lifecycle-sub-state.js.map +1 -0
  4. package/lib/model/automatic-dr-configuration-summary.d.ts +5 -0
  5. package/lib/model/automatic-dr-configuration-summary.js.map +1 -1
  6. package/lib/model/automatic-dr-configuration.d.ts +5 -0
  7. package/lib/model/automatic-dr-configuration.js.map +1 -1
  8. package/lib/model/create-dr-protection-group-member-details.js +4 -0
  9. package/lib/model/create-dr-protection-group-member-details.js.map +1 -1
  10. package/lib/model/create-dr-protection-group-member-integration-instance-details.d.ts +28 -0
  11. package/lib/model/create-dr-protection-group-member-integration-instance-details.js +58 -0
  12. package/lib/model/create-dr-protection-group-member-integration-instance-details.js.map +1 -0
  13. package/lib/model/create-dr-protection-group-member-oke-cluster-details.d.ts +6 -0
  14. package/lib/model/create-dr-protection-group-member-oke-cluster-details.js +10 -0
  15. package/lib/model/create-dr-protection-group-member-oke-cluster-details.js.map +1 -1
  16. package/lib/model/create-oke-cluster-resource-modifier-mapping-details.d.ts +37 -0
  17. package/lib/model/create-oke-cluster-resource-modifier-mapping-details.js +33 -0
  18. package/lib/model/create-oke-cluster-resource-modifier-mapping-details.js.map +1 -0
  19. package/lib/model/dr-plan-execution-failed-step-status-counts.d.ts +41 -0
  20. package/lib/model/dr-plan-execution-failed-step-status-counts.js +33 -0
  21. package/lib/model/dr-plan-execution-failed-step-status-counts.js.map +1 -0
  22. package/lib/model/dr-plan-execution-remaining-step-status-counts.d.ts +46 -0
  23. package/lib/model/dr-plan-execution-remaining-step-status-counts.js +33 -0
  24. package/lib/model/dr-plan-execution-remaining-step-status-counts.js.map +1 -0
  25. package/lib/model/dr-plan-execution-skipped-step-status-counts.d.ts +51 -0
  26. package/lib/model/dr-plan-execution-skipped-step-status-counts.js +33 -0
  27. package/lib/model/dr-plan-execution-skipped-step-status-counts.js.map +1 -0
  28. package/lib/model/dr-plan-execution-step-status-counts.d.ts +37 -0
  29. package/lib/model/dr-plan-execution-step-status-counts.js +85 -0
  30. package/lib/model/dr-plan-execution-step-status-counts.js.map +1 -0
  31. package/lib/model/dr-plan-execution-successful-step-status-counts.d.ts +36 -0
  32. package/lib/model/dr-plan-execution-successful-step-status-counts.js +33 -0
  33. package/lib/model/dr-plan-execution-successful-step-status-counts.js.map +1 -0
  34. package/lib/model/dr-plan-execution-warning-step-status-counts.d.ts +36 -0
  35. package/lib/model/dr-plan-execution-warning-step-status-counts.js +33 -0
  36. package/lib/model/dr-plan-execution-warning-step-status-counts.js.map +1 -0
  37. package/lib/model/dr-plan-execution.d.ts +1 -0
  38. package/lib/model/dr-plan-execution.js +6 -0
  39. package/lib/model/dr-plan-execution.js.map +1 -1
  40. package/lib/model/dr-plan-step-execution-status.d.ts +2 -0
  41. package/lib/model/dr-plan-step-execution-status.js +2 -0
  42. package/lib/model/dr-plan-step-execution-status.js.map +1 -1
  43. package/lib/model/dr-plan-step-type.d.ts +8 -0
  44. package/lib/model/dr-plan-step-type.js +8 -0
  45. package/lib/model/dr-plan-step-type.js.map +1 -1
  46. package/lib/model/dr-protection-group-member-integration-instance.d.ts +29 -0
  47. package/lib/model/dr-protection-group-member-integration-instance.js +58 -0
  48. package/lib/model/dr-protection-group-member-integration-instance.js.map +1 -0
  49. package/lib/model/dr-protection-group-member-oke-cluster.d.ts +6 -0
  50. package/lib/model/dr-protection-group-member-oke-cluster.js +10 -0
  51. package/lib/model/dr-protection-group-member-oke-cluster.js.map +1 -1
  52. package/lib/model/dr-protection-group-member-type.d.ts +2 -0
  53. package/lib/model/dr-protection-group-member-type.js +2 -0
  54. package/lib/model/dr-protection-group-member-type.js.map +1 -1
  55. package/lib/model/dr-protection-group-member.js +4 -0
  56. package/lib/model/dr-protection-group-member.js.map +1 -1
  57. package/lib/model/index.d.ts +26 -0
  58. package/lib/model/index.js +32 -5
  59. package/lib/model/index.js.map +1 -1
  60. package/lib/model/oke-cluster-resource-modifier-mapping.d.ts +37 -0
  61. package/lib/model/oke-cluster-resource-modifier-mapping.js +33 -0
  62. package/lib/model/oke-cluster-resource-modifier-mapping.js.map +1 -0
  63. package/lib/model/run-object-store-script-user-defined-custom-precheck-step.d.ts +12 -0
  64. package/lib/model/run-object-store-script-user-defined-custom-precheck-step.js.map +1 -1
  65. package/lib/model/run-object-store-script-user-defined-step.d.ts +12 -0
  66. package/lib/model/run-object-store-script-user-defined-step.js.map +1 -1
  67. package/lib/model/update-dr-plan-execution-details.d.ts +1 -1
  68. package/lib/model/update-dr-protection-group-member-details.js +4 -0
  69. package/lib/model/update-dr-protection-group-member-details.js.map +1 -1
  70. package/lib/model/update-dr-protection-group-member-integration-instance-details.d.ts +28 -0
  71. package/lib/model/update-dr-protection-group-member-integration-instance-details.js +58 -0
  72. package/lib/model/update-dr-protection-group-member-integration-instance-details.js.map +1 -0
  73. package/lib/model/update-dr-protection-group-member-oke-cluster-details.d.ts +6 -0
  74. package/lib/model/update-dr-protection-group-member-oke-cluster-details.js +10 -0
  75. package/lib/model/update-dr-protection-group-member-oke-cluster-details.js.map +1 -1
  76. package/lib/model/update-oke-cluster-resource-modifier-mapping-details.d.ts +37 -0
  77. package/lib/model/update-oke-cluster-resource-modifier-mapping-details.js +33 -0
  78. package/lib/model/update-oke-cluster-resource-modifier-mapping-details.js.map +1 -0
  79. package/lib/model/update-run-object-store-script-user-defined-custom-precheck-step-details.d.ts +12 -0
  80. package/lib/model/update-run-object-store-script-user-defined-custom-precheck-step-details.js.map +1 -1
  81. package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +12 -0
  82. package/lib/model/update-run-object-store-script-user-defined-step-details.js.map +1 -1
  83. package/package.json +3 -3
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Full Stack Disaster Recovery API
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ and application.
7
+
8
+ * OpenAPI spec version: 20220125
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ /**
18
+ * The secondary lifecycle states of an Automatic DR configuration. Provides information in addition to the lifecycle state.
19
+ * - RESOURCE_PRINCIPAL_VALIDATION_FAILED - Resource principal validation has failed.
20
+ * - DR_PLAN_NEEDS_ATTENTION - One or more default DR Plans associated with this Automatic DR configuration are not in an 'Active' state.
21
+ * - DR_PLAN_INACTIVE - One or more default DR Plans associated with this Automatic DR configuration are in an 'Inactive' state.
22
+ *
23
+ **/
24
+ export declare enum AutomaticDrConfigurationLifecycleSubState {
25
+ ResourcePrincipalValidationFailed = "RESOURCE_PRINCIPAL_VALIDATION_FAILED",
26
+ DrPlanNeedsAttention = "DR_PLAN_NEEDS_ATTENTION",
27
+ DrPlanInactive = "DR_PLAN_INACTIVE",
28
+ /**
29
+ * This value is used if a service returns a value for this enum that is not recognized by this
30
+ * version of the SDK.
31
+ */
32
+ UnknownValue = "UNKNOWN_VALUE"
33
+ }
34
+ export declare namespace AutomaticDrConfigurationLifecycleSubState {
35
+ function getJsonObj(obj: AutomaticDrConfigurationLifecycleSubState): AutomaticDrConfigurationLifecycleSubState;
36
+ function getDeserializedJsonObj(obj: AutomaticDrConfigurationLifecycleSubState): AutomaticDrConfigurationLifecycleSubState;
37
+ }
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ /**
3
+ * Full Stack Disaster Recovery API
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
8
+
9
+ * OpenAPI spec version: 20220125
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.AutomaticDrConfigurationLifecycleSubState = void 0;
20
+ /**
21
+ * The secondary lifecycle states of an Automatic DR configuration. Provides information in addition to the lifecycle state.
22
+ * - RESOURCE_PRINCIPAL_VALIDATION_FAILED - Resource principal validation has failed.
23
+ * - DR_PLAN_NEEDS_ATTENTION - One or more default DR Plans associated with this Automatic DR configuration are not in an 'Active' state.
24
+ * - DR_PLAN_INACTIVE - One or more default DR Plans associated with this Automatic DR configuration are in an 'Inactive' state.
25
+ *
26
+ **/
27
+ var AutomaticDrConfigurationLifecycleSubState;
28
+ (function (AutomaticDrConfigurationLifecycleSubState) {
29
+ AutomaticDrConfigurationLifecycleSubState["ResourcePrincipalValidationFailed"] = "RESOURCE_PRINCIPAL_VALIDATION_FAILED";
30
+ AutomaticDrConfigurationLifecycleSubState["DrPlanNeedsAttention"] = "DR_PLAN_NEEDS_ATTENTION";
31
+ AutomaticDrConfigurationLifecycleSubState["DrPlanInactive"] = "DR_PLAN_INACTIVE";
32
+ /**
33
+ * This value is used if a service returns a value for this enum that is not recognized by this
34
+ * version of the SDK.
35
+ */
36
+ AutomaticDrConfigurationLifecycleSubState["UnknownValue"] = "UNKNOWN_VALUE";
37
+ })(AutomaticDrConfigurationLifecycleSubState = exports.AutomaticDrConfigurationLifecycleSubState || (exports.AutomaticDrConfigurationLifecycleSubState = {}));
38
+ (function (AutomaticDrConfigurationLifecycleSubState) {
39
+ function getJsonObj(obj) {
40
+ return obj;
41
+ }
42
+ AutomaticDrConfigurationLifecycleSubState.getJsonObj = getJsonObj;
43
+ function getDeserializedJsonObj(obj) {
44
+ return obj;
45
+ }
46
+ AutomaticDrConfigurationLifecycleSubState.getDeserializedJsonObj = getDeserializedJsonObj;
47
+ })(AutomaticDrConfigurationLifecycleSubState = exports.AutomaticDrConfigurationLifecycleSubState || (exports.AutomaticDrConfigurationLifecycleSubState = {}));
48
+ //# sourceMappingURL=automatic-dr-configuration-lifecycle-sub-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"automatic-dr-configuration-lifecycle-sub-state.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-lifecycle-sub-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAKH;;;;;;IAMI;AACJ,IAAY,yCAUX;AAVD,WAAY,yCAAyC;IACnD,uHAA0E,CAAA;IAC1E,6FAAgD,CAAA;IAChD,gFAAmC,CAAA;IAEnC;;;OAGG;IACH,2EAA8B,CAAA;AAChC,CAAC,EAVW,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAUpD;AAED,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CACxB,GAA8C;QAE9C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA8C;QAE9C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
@@ -78,6 +78,11 @@ export interface AutomaticDrConfigurationSummary {
78
78
  *
79
79
  */
80
80
  "lifecycleState": model.AutomaticDrConfigurationLifecycleState;
81
+ /**
82
+ * The current sub-state of the Automatic DR configuration.
83
+ *
84
+ */
85
+ "lifecycleSubState"?: model.AutomaticDrConfigurationLifecycleSubState;
81
86
  /**
82
87
  * A message describing the Automatic DR configuration's current state in more detail.
83
88
  *
@@ -1 +1 @@
1
- {"version":3,"file":"automatic-dr-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAgGH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
1
+ {"version":3,"file":"automatic-dr-configuration-summary.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAqGH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
@@ -83,6 +83,11 @@ export interface AutomaticDrConfiguration {
83
83
  *
84
84
  */
85
85
  "lifecycleState": model.AutomaticDrConfigurationLifecycleState;
86
+ /**
87
+ * The current sub-state of the Automatic DR configuration.
88
+ *
89
+ */
90
+ "lifecycleSubState"?: model.AutomaticDrConfigurationLifecycleSubState;
86
91
  /**
87
92
  * A message describing the Automatic DR configuration's current state in more detail.
88
93
  *
@@ -1 +1 @@
1
- {"version":3,"file":"automatic-dr-configuration.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoHlC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
1
+ {"version":3,"file":"automatic-dr-configuration.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/automatic-dr-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyHlC,IAAiB,wBAAwB,CA6BxC;AA7BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,SAAS,EAAE,GAAG,CAAC,OAAO;gBACpB,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,+CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA6BxC"}
@@ -44,6 +44,8 @@ var CreateDrProtectionGroupMemberDetails;
44
44
  const jsonObj = Object.assign(Object.assign({}, obj), {});
45
45
  if (obj && "memberType" in obj && obj.memberType) {
46
46
  switch (obj.memberType) {
47
+ case "INTEGRATION_INSTANCE":
48
+ return model.CreateDrProtectionGroupMemberIntegrationInstanceDetails.getJsonObj(jsonObj, true);
47
49
  case "DATABASE":
48
50
  return model.CreateDrProtectionGroupMemberDatabaseDetails.getJsonObj(jsonObj, true);
49
51
  case "AUTONOMOUS_DATABASE":
@@ -82,6 +84,8 @@ var CreateDrProtectionGroupMemberDetails;
82
84
  const jsonObj = Object.assign(Object.assign({}, obj), {});
83
85
  if (obj && "memberType" in obj && obj.memberType) {
84
86
  switch (obj.memberType) {
87
+ case "INTEGRATION_INSTANCE":
88
+ return model.CreateDrProtectionGroupMemberIntegrationInstanceDetails.getDeserializedJsonObj(jsonObj, true);
85
89
  case "DATABASE":
86
90
  return model.CreateDrProtectionGroupMemberDatabaseDetails.getDeserializedJsonObj(jsonObj, true);
87
91
  case "AUTONOMOUS_DATABASE":
@@ -1 +1 @@
1
- {"version":3,"file":"create-dr-protection-group-member-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-dr-protection-group-member-details.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"create-dr-protection-group-member-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-dr-protection-group-member-details.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,28 @@
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 integration instance (OIC) member.
20
+ */
21
+ export interface CreateDrProtectionGroupMemberIntegrationInstanceDetails extends model.CreateDrProtectionGroupMemberDetails {
22
+ "memberType": string;
23
+ }
24
+ export declare namespace CreateDrProtectionGroupMemberIntegrationInstanceDetails {
25
+ function getJsonObj(obj: CreateDrProtectionGroupMemberIntegrationInstanceDetails, isParentJsonObj?: boolean): object;
26
+ const memberType = "INTEGRATION_INSTANCE";
27
+ function getDeserializedJsonObj(obj: CreateDrProtectionGroupMemberIntegrationInstanceDetails, isParentJsonObj?: boolean): object;
28
+ }
@@ -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.CreateDrProtectionGroupMemberIntegrationInstanceDetails = void 0;
39
+ const model = __importStar(require("../model"));
40
+ var CreateDrProtectionGroupMemberIntegrationInstanceDetails;
41
+ (function (CreateDrProtectionGroupMemberIntegrationInstanceDetails) {
42
+ function getJsonObj(obj, isParentJsonObj) {
43
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
44
+ ? obj
45
+ : model.CreateDrProtectionGroupMemberDetails.getJsonObj(obj))), {});
46
+ return jsonObj;
47
+ }
48
+ CreateDrProtectionGroupMemberIntegrationInstanceDetails.getJsonObj = getJsonObj;
49
+ CreateDrProtectionGroupMemberIntegrationInstanceDetails.memberType = "INTEGRATION_INSTANCE";
50
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
51
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
52
+ ? obj
53
+ : model.CreateDrProtectionGroupMemberDetails.getDeserializedJsonObj(obj))), {});
54
+ return jsonObj;
55
+ }
56
+ CreateDrProtectionGroupMemberIntegrationInstanceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
57
+ })(CreateDrProtectionGroupMemberIntegrationInstanceDetails = exports.CreateDrProtectionGroupMemberIntegrationInstanceDetails || (exports.CreateDrProtectionGroupMemberIntegrationInstanceDetails = {}));
58
+ //# sourceMappingURL=create-dr-protection-group-member-integration-instance-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-dr-protection-group-member-integration-instance-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-dr-protection-group-member-integration-instance-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,uDAAuD,CAgCvE;AAhCD,WAAiB,uDAAuD;IACtE,SAAgB,UAAU,CACxB,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kEAAU,aAczB,CAAA;IACY,kEAAU,GAAG,sBAAsB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA4D,EAC5D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CACwD,CAAC,GAC/D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8EAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,uDAAuD,GAAvD,+DAAuD,KAAvD,+DAAuD,QAgCvE"}
@@ -67,6 +67,12 @@ export interface CreateDrProtectionGroupMemberOkeClusterDetails extends model.Cr
67
67
  *
68
68
  */
69
69
  "virtualNodePoolConfigs"?: Array<model.CreateOkeClusterVirtualNodePoolConfigurationDetails>;
70
+ /**
71
+ * The list of config maps along with their corresponding namespaces.
72
+ * This property applies to the OKE cluster member in primary region.
73
+ *
74
+ */
75
+ "resourceModifierMappings"?: Array<model.CreateOkeClusterResourceModifierMappingDetails>;
70
76
  "memberType": string;
71
77
  }
72
78
  export declare namespace CreateDrProtectionGroupMemberOkeClusterDetails {
@@ -73,6 +73,11 @@ var CreateDrProtectionGroupMemberOkeClusterDetails;
73
73
  ? obj.virtualNodePoolConfigs.map(item => {
74
74
  return model.CreateOkeClusterVirtualNodePoolConfigurationDetails.getJsonObj(item);
75
75
  })
76
+ : undefined,
77
+ "resourceModifierMappings": obj.resourceModifierMappings
78
+ ? obj.resourceModifierMappings.map(item => {
79
+ return model.CreateOkeClusterResourceModifierMappingDetails.getJsonObj(item);
80
+ })
76
81
  : undefined
77
82
  });
78
83
  return jsonObj;
@@ -113,6 +118,11 @@ var CreateDrProtectionGroupMemberOkeClusterDetails;
113
118
  ? obj.virtualNodePoolConfigs.map(item => {
114
119
  return model.CreateOkeClusterVirtualNodePoolConfigurationDetails.getDeserializedJsonObj(item);
115
120
  })
121
+ : undefined,
122
+ "resourceModifierMappings": obj.resourceModifierMappings
123
+ ? obj.resourceModifierMappings.map(item => {
124
+ return model.CreateOkeClusterResourceModifierMappingDetails.getDeserializedJsonObj(item);
125
+ })
116
126
  : undefined
117
127
  });
118
128
  return jsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"create-dr-protection-group-member-oke-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-dr-protection-group-member-oke-cluster-details.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"create-dr-protection-group-member-oke-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-dr-protection-group-member-oke-cluster-details.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Full Stack Disaster Recovery API
3
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
4
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
5
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
6
+ and application.
7
+
8
+ * OpenAPI spec version: 20220125
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ /**
18
+ * Create a mapping of OKE namespaces to config maps for an OKE member.
19
+ */
20
+ export interface CreateOkeClusterResourceModifierMappingDetails {
21
+ /**
22
+ * The OKE namespace where the config map resides.
23
+ * Example: {@code namespace_string_5}
24
+ *
25
+ */
26
+ "namespace": string;
27
+ /**
28
+ * The name of the config map containing resource modification details.
29
+ * Example: {@code resource-modifier}
30
+ *
31
+ */
32
+ "configMap": string;
33
+ }
34
+ export declare namespace CreateOkeClusterResourceModifierMappingDetails {
35
+ function getJsonObj(obj: CreateOkeClusterResourceModifierMappingDetails): object;
36
+ function getDeserializedJsonObj(obj: CreateOkeClusterResourceModifierMappingDetails): object;
37
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Full Stack Disaster Recovery API
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
8
+
9
+ * OpenAPI spec version: 20220125
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.CreateOkeClusterResourceModifierMappingDetails = void 0;
20
+ var CreateOkeClusterResourceModifierMappingDetails;
21
+ (function (CreateOkeClusterResourceModifierMappingDetails) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ CreateOkeClusterResourceModifierMappingDetails.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ CreateOkeClusterResourceModifierMappingDetails.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(CreateOkeClusterResourceModifierMappingDetails = exports.CreateOkeClusterResourceModifierMappingDetails || (exports.CreateOkeClusterResourceModifierMappingDetails = {}));
33
+ //# sourceMappingURL=create-oke-cluster-resource-modifier-mapping-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-oke-cluster-resource-modifier-mapping-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/create-oke-cluster-resource-modifier-mapping-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAuBH,IAAiB,8CAA8C,CAa9D;AAbD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,qEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QAa9D"}
@@ -0,0 +1,41 @@
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
+ * A summary of steps that failed during a DR plan execution, including failed and timed out steps.
19
+ *
20
+ */
21
+ export interface DrPlanExecutionFailedStepStatusCounts {
22
+ /**
23
+ * The total number of steps that failed during a DR plan execution.
24
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "totalFailed": number;
27
+ /**
28
+ * The total number of failed steps in a DR plan execution.
29
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "failed": number;
32
+ /**
33
+ * The total number of steps that timed out during a DR plan execution.
34
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "timedOut": number;
37
+ }
38
+ export declare namespace DrPlanExecutionFailedStepStatusCounts {
39
+ function getJsonObj(obj: DrPlanExecutionFailedStepStatusCounts): object;
40
+ function getDeserializedJsonObj(obj: DrPlanExecutionFailedStepStatusCounts): object;
41
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Full Stack Disaster Recovery API
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
8
+
9
+ * OpenAPI spec version: 20220125
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.DrPlanExecutionFailedStepStatusCounts = void 0;
20
+ var DrPlanExecutionFailedStepStatusCounts;
21
+ (function (DrPlanExecutionFailedStepStatusCounts) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ DrPlanExecutionFailedStepStatusCounts.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ DrPlanExecutionFailedStepStatusCounts.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(DrPlanExecutionFailedStepStatusCounts = exports.DrPlanExecutionFailedStepStatusCounts || (exports.DrPlanExecutionFailedStepStatusCounts = {}));
33
+ //# sourceMappingURL=dr-plan-execution-failed-step-status-counts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dr-plan-execution-failed-step-status-counts.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution-failed-step-status-counts.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA2BH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
@@ -0,0 +1,46 @@
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
+ * A summary of remaining steps in a DR plan execution, including queued, paused, and in-progress steps.
19
+ *
20
+ */
21
+ export interface DrPlanExecutionRemainingStepStatusCounts {
22
+ /**
23
+ * The total number of remaining steps in a DR plan execution.
24
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "totalRemaining": number;
27
+ /**
28
+ * The total number of queued steps in a DR plan execution.
29
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "queued": number;
32
+ /**
33
+ * The total number of paused steps in a DR plan execution.
34
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "paused": number;
37
+ /**
38
+ * The total number of steps in progress during a DR plan execution.
39
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
40
+ */
41
+ "inProgress": number;
42
+ }
43
+ export declare namespace DrPlanExecutionRemainingStepStatusCounts {
44
+ function getJsonObj(obj: DrPlanExecutionRemainingStepStatusCounts): object;
45
+ function getDeserializedJsonObj(obj: DrPlanExecutionRemainingStepStatusCounts): object;
46
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * Full Stack Disaster Recovery API
4
+ * Use the Full Stack Disaster Recovery (DR) API to manage disaster recovery for business applications.
5
+ Full Stack DR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster
6
+ recovery capabilities for all layers of an application stack, including infrastructure, middleware, database,
7
+ and application.
8
+
9
+ * OpenAPI spec version: 20220125
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
16
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.DrPlanExecutionRemainingStepStatusCounts = void 0;
20
+ var DrPlanExecutionRemainingStepStatusCounts;
21
+ (function (DrPlanExecutionRemainingStepStatusCounts) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ DrPlanExecutionRemainingStepStatusCounts.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ DrPlanExecutionRemainingStepStatusCounts.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(DrPlanExecutionRemainingStepStatusCounts = exports.DrPlanExecutionRemainingStepStatusCounts || (exports.DrPlanExecutionRemainingStepStatusCounts = {}));
33
+ //# sourceMappingURL=dr-plan-execution-remaining-step-status-counts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dr-plan-execution-remaining-step-status-counts.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/dr-plan-execution-remaining-step-status-counts.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAgCH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
@@ -0,0 +1,51 @@
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
+ * A summary of steps that were skipped during a DR plan execution, including disabled, failed but ignored, timed out but ignored, and canceled steps.
19
+ *
20
+ */
21
+ export interface DrPlanExecutionSkippedStepStatusCounts {
22
+ /**
23
+ * The total number of steps that were skipped during a DR plan execution.
24
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "totalSkipped": number;
27
+ /**
28
+ * The total number of disabled steps in a DR plan execution.
29
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "disabled": number;
32
+ /**
33
+ * The total number of steps that failed but were ignored during a DR plan execution.
34
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "failedIgnored": number;
37
+ /**
38
+ * The total number of steps that timed out but were ignored during a DR plan execution.
39
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
40
+ */
41
+ "timedOutIgnored": number;
42
+ /**
43
+ * The total number of canceled steps in a DR plan execution.
44
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
45
+ */
46
+ "canceled": number;
47
+ }
48
+ export declare namespace DrPlanExecutionSkippedStepStatusCounts {
49
+ function getJsonObj(obj: DrPlanExecutionSkippedStepStatusCounts): object;
50
+ function getDeserializedJsonObj(obj: DrPlanExecutionSkippedStepStatusCounts): object;
51
+ }