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.
Files changed (121) hide show
  1. package/LICENSE.txt +6 -6
  2. package/lib/client.d.ts +59 -59
  3. package/lib/client.js +90 -89
  4. package/lib/client.js.map +1 -1
  5. package/lib/model/associate-dr-protection-group-details.d.ts +1 -1
  6. package/lib/model/change-dr-protection-group-compartment-details.d.ts +1 -1
  7. package/lib/model/compute-instance-movable-vnic-mapping-details.d.ts +61 -0
  8. package/lib/model/compute-instance-movable-vnic-mapping-details.js +32 -0
  9. package/lib/model/compute-instance-movable-vnic-mapping-details.js.map +1 -0
  10. package/lib/model/compute-instance-movable-vnic-mapping.d.ts +61 -0
  11. package/lib/model/compute-instance-movable-vnic-mapping.js +32 -0
  12. package/lib/model/compute-instance-movable-vnic-mapping.js.map +1 -0
  13. package/lib/model/compute-instance-vnic-mapping-details.d.ts +20 -4
  14. package/lib/model/compute-instance-vnic-mapping-details.js.map +1 -1
  15. package/lib/model/create-dr-plan-details.d.ts +1 -1
  16. package/lib/model/create-dr-plan-execution-details.d.ts +1 -1
  17. package/lib/model/create-dr-protection-group-details.d.ts +1 -1
  18. package/lib/model/create-dr-protection-group-member-compute-instance-details.d.ts +2 -2
  19. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.d.ts +63 -0
  20. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js +69 -0
  21. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.js.map +1 -0
  22. package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.d.ts +27 -0
  23. package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js +57 -0
  24. package/lib/model/create-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -0
  25. package/lib/model/create-dr-protection-group-member-database-details.d.ts +1 -1
  26. package/lib/model/create-dr-protection-group-member-details.d.ts +1 -1
  27. package/lib/model/create-dr-protection-group-member-details.js +8 -0
  28. package/lib/model/create-dr-protection-group-member-details.js.map +1 -1
  29. package/lib/model/dr-plan-execution-summary.d.ts +5 -5
  30. package/lib/model/dr-plan-execution.d.ts +5 -5
  31. package/lib/model/dr-plan-group-execution.d.ts +1 -1
  32. package/lib/model/dr-plan-group.d.ts +1 -1
  33. package/lib/model/dr-plan-step-execution.d.ts +2 -2
  34. package/lib/model/dr-plan-step-type.d.ts +4 -0
  35. package/lib/model/dr-plan-step-type.js +4 -0
  36. package/lib/model/dr-plan-step-type.js.map +1 -1
  37. package/lib/model/dr-plan-step.d.ts +3 -3
  38. package/lib/model/dr-plan-summary.d.ts +4 -4
  39. package/lib/model/dr-plan.d.ts +4 -4
  40. package/lib/model/dr-protection-group-member-compute-instance-movable.d.ts +62 -0
  41. package/lib/model/dr-protection-group-member-compute-instance-movable.js +69 -0
  42. package/lib/model/dr-protection-group-member-compute-instance-movable.js.map +1 -0
  43. package/lib/model/dr-protection-group-member-compute-instance-non-movable.d.ts +27 -0
  44. package/lib/model/dr-protection-group-member-compute-instance-non-movable.js +57 -0
  45. package/lib/model/dr-protection-group-member-compute-instance-non-movable.js.map +1 -0
  46. package/lib/model/dr-protection-group-member-type.d.ts +4 -0
  47. package/lib/model/dr-protection-group-member-type.js +4 -0
  48. package/lib/model/dr-protection-group-member-type.js.map +1 -1
  49. package/lib/model/dr-protection-group-member.d.ts +1 -1
  50. package/lib/model/dr-protection-group-member.js +8 -0
  51. package/lib/model/dr-protection-group-member.js.map +1 -1
  52. package/lib/model/dr-protection-group-role.d.ts +3 -3
  53. package/lib/model/dr-protection-group-role.js +3 -3
  54. package/lib/model/dr-protection-group-summary.d.ts +3 -3
  55. package/lib/model/dr-protection-group.d.ts +3 -3
  56. package/lib/model/failover-execution-option-details.d.ts +2 -2
  57. package/lib/model/failover-execution-options.d.ts +2 -2
  58. package/lib/model/failover-precheck-execution-option-details.d.ts +1 -1
  59. package/lib/model/failover-precheck-execution-options.d.ts +1 -1
  60. package/lib/model/ignore-dr-plan-execution-details.d.ts +2 -2
  61. package/lib/model/index.d.ts +16 -0
  62. package/lib/model/index.js +19 -3
  63. package/lib/model/index.js.map +1 -1
  64. package/lib/model/invoke-function-step.d.ts +3 -3
  65. package/lib/model/retry-dr-plan-execution-details.d.ts +2 -2
  66. package/lib/model/run-local-script-user-defined-step.d.ts +4 -4
  67. package/lib/model/run-object-store-script-user-defined-step.d.ts +4 -4
  68. package/lib/model/switchover-execution-option-details.d.ts +2 -2
  69. package/lib/model/switchover-execution-options.d.ts +2 -2
  70. package/lib/model/switchover-precheck-execution-option-details.d.ts +1 -1
  71. package/lib/model/switchover-precheck-execution-options.d.ts +1 -1
  72. package/lib/model/update-dr-plan-group-details.d.ts +1 -1
  73. package/lib/model/update-dr-plan-step-details.d.ts +1 -1
  74. package/lib/model/update-dr-protection-group-member-compute-instance-details.d.ts +2 -2
  75. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.d.ts +63 -0
  76. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js +69 -0
  77. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.js.map +1 -0
  78. package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.d.ts +27 -0
  79. package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js +57 -0
  80. package/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.js.map +1 -0
  81. package/lib/model/update-dr-protection-group-member-database-details.d.ts +1 -1
  82. package/lib/model/update-dr-protection-group-member-details.d.ts +1 -1
  83. package/lib/model/update-dr-protection-group-member-details.js +8 -0
  84. package/lib/model/update-dr-protection-group-member-details.js.map +1 -1
  85. package/lib/model/update-invoke-function-user-defined-step-details.d.ts +2 -2
  86. package/lib/model/update-run-local-script-user-defined-step-details.d.ts +3 -3
  87. package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +2 -2
  88. package/lib/model/work-request-resource.d.ts +1 -1
  89. package/lib/model/work-request-summary.d.ts +2 -2
  90. package/lib/model/work-request.d.ts +2 -2
  91. package/lib/request/associate-dr-protection-group-request.d.ts +1 -1
  92. package/lib/request/cancel-dr-plan-execution-request.d.ts +1 -1
  93. package/lib/request/cancel-work-request-request.d.ts +1 -1
  94. package/lib/request/change-dr-protection-group-compartment-request.d.ts +1 -1
  95. package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
  96. package/lib/request/create-dr-plan-request.d.ts +1 -1
  97. package/lib/request/create-dr-protection-group-request.d.ts +1 -1
  98. package/lib/request/delete-dr-plan-execution-request.d.ts +1 -1
  99. package/lib/request/delete-dr-plan-request.d.ts +1 -1
  100. package/lib/request/delete-dr-protection-group-request.d.ts +1 -1
  101. package/lib/request/disassociate-dr-protection-group-request.d.ts +1 -1
  102. package/lib/request/get-dr-plan-execution-request.d.ts +1 -1
  103. package/lib/request/get-dr-plan-request.d.ts +1 -1
  104. package/lib/request/get-dr-protection-group-request.d.ts +1 -1
  105. package/lib/request/get-work-request-request.d.ts +1 -1
  106. package/lib/request/ignore-dr-plan-execution-request.d.ts +1 -1
  107. package/lib/request/list-dr-plan-executions-request.d.ts +1 -1
  108. package/lib/request/list-dr-plans-request.d.ts +1 -1
  109. package/lib/request/list-dr-protection-groups-request.d.ts +5 -1
  110. package/lib/request/list-dr-protection-groups-request.js.map +1 -1
  111. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  112. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  113. package/lib/request/list-work-requests-request.d.ts +1 -1
  114. package/lib/request/pause-dr-plan-execution-request.d.ts +1 -1
  115. package/lib/request/resume-dr-plan-execution-request.d.ts +1 -1
  116. package/lib/request/retry-dr-plan-execution-request.d.ts +1 -1
  117. package/lib/request/update-dr-plan-execution-request.d.ts +1 -1
  118. package/lib/request/update-dr-plan-request.d.ts +1 -1
  119. package/lib/request/update-dr-protection-group-request.d.ts +1 -1
  120. package/lib/request/update-dr-protection-group-role-request.d.ts +1 -1
  121. package/package.json +3 -3
@@ -19,7 +19,7 @@ import * as model from "../model";
19
19
  */
20
20
  export interface SwitchoverPrecheckExecutionOptions extends model.DrPlanExecutionOptions {
21
21
  /**
22
- * A flag indicating whether warnigs was ignored during the switchover.
22
+ * A flag indicating whether warnings should be ignored during the precheck.
23
23
  * <p>
24
24
  Example: `true`
25
25
  *
@@ -21,7 +21,7 @@ export interface UpdateDrPlanGroupDetails {
21
21
  /**
22
22
  * The unique id of this group. Must not be modified by user.
23
23
  * <p>
24
- Example: `sgid1.group..examplegroupsgid`
24
+ Example: `sgid1.group..&lt;unique_id&gt;`
25
25
  *
26
26
  */
27
27
  "id"?: string;
@@ -21,7 +21,7 @@ export interface UpdateDrPlanStepDetails {
21
21
  /**
22
22
  * The unique id of this step.
23
23
  * <p>
24
- Example: `sgid1.step..examplestepsgid`
24
+ Example: `sgid1.step..&lt;unique_id&gt;`
25
25
  *
26
26
  */
27
27
  "id"?: string;
@@ -33,7 +33,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceDetails extends mod
33
33
  /**
34
34
  * The OCID of the compartment for this compute instance in the destination region.
35
35
  * <p>
36
- Example: `ocid1.compartment.oc1..exampleocid1`
36
+ Example: `ocid1.compartment.oc1..&lt;unique_id&gt;`
37
37
  *
38
38
  */
39
39
  "destinationCompartmentId"?: string;
@@ -41,7 +41,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceDetails extends mod
41
41
  * The OCID of the dedicated VM Host in the destination region where this compute instance
42
42
  * should be launched
43
43
  * <p>
44
- Example: `ocid1.dedicatedvmhost.oc1.iad.exampleocid2`
44
+ Example: `ocid1.dedicatedvmhost.oc1.iad.&lt;unique_id&gt;`
45
45
  *
46
46
  */
47
47
  "destinationDedicatedVmHostId"?: string;
@@ -0,0 +1,63 @@
1
+ /**
2
+ * Full Stack Disaster Recovery API
3
+ * Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
4
+ FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
5
+ capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
6
+
7
+ * OpenAPI spec version: 20220125
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Update properties for a Movable Compute Instance member.
19
+ */
20
+ export interface UpdateDrProtectionGroupMemberComputeInstanceMovableDetails extends model.UpdateDrProtectionGroupMemberDetails {
21
+ /**
22
+ * A flag indicating if this compute instance should be moved to the same fault domain.
23
+ * Compute instance launch will fail if this flag is set to true and capacity is not available in that specific fault domain in the destination region.
24
+ * <p>
25
+ Example: `false`
26
+ *
27
+ */
28
+ "isRetainFaultDomain"?: boolean;
29
+ /**
30
+ * The OCID of the capacity reservation in the destination region using which this compute instance
31
+ * should be launched.
32
+ * <p>
33
+ Example: `ocid1.capacityreservation.oc1..&lt;unique_id&gt;`
34
+ *
35
+ */
36
+ "destinationCapacityReservationId"?: string;
37
+ /**
38
+ * A list of Compute Instance VNIC mappings.
39
+ *
40
+ */
41
+ "vnicMappings"?: Array<model.ComputeInstanceMovableVnicMappingDetails>;
42
+ /**
43
+ * The OCID of the compartment for this compute instance in the destination region.
44
+ * <p>
45
+ Example: `ocid1.compartment.oc1..&lt;unique_id&gt;`
46
+ *
47
+ */
48
+ "destinationCompartmentId"?: string;
49
+ /**
50
+ * The OCID of the dedicated VM Host in the destination region where this compute instance
51
+ * should be launched
52
+ * <p>
53
+ Example: `ocid1.dedicatedvmhost.oc1..&lt;unique_id&gt;`
54
+ *
55
+ */
56
+ "destinationDedicatedVmHostId"?: string;
57
+ "memberType": string;
58
+ }
59
+ export declare namespace UpdateDrProtectionGroupMemberComputeInstanceMovableDetails {
60
+ function getJsonObj(obj: UpdateDrProtectionGroupMemberComputeInstanceMovableDetails, isParentJsonObj?: boolean): object;
61
+ const memberType = "COMPUTE_INSTANCE_MOVABLE";
62
+ function getDeserializedJsonObj(obj: UpdateDrProtectionGroupMemberComputeInstanceMovableDetails, isParentJsonObj?: boolean): object;
63
+ }
@@ -0,0 +1,69 @@
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.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var UpdateDrProtectionGroupMemberComputeInstanceMovableDetails;
40
+ (function (UpdateDrProtectionGroupMemberComputeInstanceMovableDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.UpdateDrProtectionGroupMemberDetails.getJsonObj(obj))), {
45
+ "vnicMappings": obj.vnicMappings
46
+ ? obj.vnicMappings.map(item => {
47
+ return model.ComputeInstanceMovableVnicMappingDetails.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ UpdateDrProtectionGroupMemberComputeInstanceMovableDetails.getJsonObj = getJsonObj;
54
+ UpdateDrProtectionGroupMemberComputeInstanceMovableDetails.memberType = "COMPUTE_INSTANCE_MOVABLE";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.UpdateDrProtectionGroupMemberDetails.getDeserializedJsonObj(obj))), {
59
+ "vnicMappings": obj.vnicMappings
60
+ ? obj.vnicMappings.map(item => {
61
+ return model.ComputeInstanceMovableVnicMappingDetails.getDeserializedJsonObj(item);
62
+ })
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ UpdateDrProtectionGroupMemberComputeInstanceMovableDetails.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(UpdateDrProtectionGroupMemberComputeInstanceMovableDetails = exports.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails || (exports.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails = {}));
69
+ //# sourceMappingURL=update-dr-protection-group-member-compute-instance-movable-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-dr-protection-group-member-compute-instance-movable-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/update-dr-protection-group-member-compute-instance-movable-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgDlC,IAAiB,0DAA0D,CA4C1E;AA5CD,WAAiB,0DAA0D;IACzE,SAAgB,UAAU,CACxB,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CAC2D,CAAC,GAClE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,wCAAwC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,qEAAU,aAoBzB,CAAA;IACY,qEAAU,GAAG,0BAA0B,CAAC;IACrD,SAAgB,sBAAsB,CACpC,GAA+D,EAC/D,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CAC2D,CAAC,GAClE;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iFAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,0DAA0D,GAA1D,kEAA0D,KAA1D,kEAA0D,QA4C1E"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Full Stack Disaster Recovery API
3
+ * Use the Full Stack Disaster Recovery (FSDR) API to manage disaster recovery for business applications.
4
+ FSDR is an OCI disaster recovery orchestration and management service that provides comprehensive disaster recovery
5
+ capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
6
+
7
+ * OpenAPI spec version: 20220125
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Update properties for a Non-Movable Compute Instance member.
19
+ */
20
+ export interface UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails extends model.UpdateDrProtectionGroupMemberDetails {
21
+ "memberType": string;
22
+ }
23
+ export declare namespace UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails {
24
+ function getJsonObj(obj: UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails, isParentJsonObj?: boolean): object;
25
+ const memberType = "COMPUTE_INSTANCE_NON_MOVABLE";
26
+ function getDeserializedJsonObj(obj: UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails, isParentJsonObj?: boolean): object;
27
+ }
@@ -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.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails;
40
+ (function (UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.UpdateDrProtectionGroupMemberDetails.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails.getJsonObj = getJsonObj;
48
+ UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails.memberType = "COMPUTE_INSTANCE_NON_MOVABLE";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.UpdateDrProtectionGroupMemberDetails.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails = exports.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails || (exports.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails = {}));
57
+ //# sourceMappingURL=update-dr-protection-group-member-compute-instance-non-movable-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-dr-protection-group-member-compute-instance-non-movable-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/update-dr-protection-group-member-compute-instance-non-movable-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAWlC,IAAiB,6DAA6D,CAgC7E;AAhCD,WAAiB,6DAA6D;IAC5E,SAAgB,UAAU,CACxB,GAAkE,EAClE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CAC8D,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wEAAU,aAczB,CAAA;IACY,wEAAU,GAAG,8BAA8B,CAAC;IACzD,SAAgB,sBAAsB,CACpC,GAAkE,EAClE,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CAC8D,CAAC,GACrE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oFAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,6DAA6D,GAA7D,qEAA6D,KAA7D,qEAA6D,QAgC7E"}
@@ -21,7 +21,7 @@ export interface UpdateDrProtectionGroupMemberDatabaseDetails extends model.Upda
21
21
  /**
22
22
  * The OCID of the vault secret where the database password is stored.
23
23
  * <p>
24
- Example: `ocid1.vaultsecret.oc1.phx.exampleocid1`
24
+ Example: `ocid1.vaultsecret.oc1.phx.&lt;unique_id&gt;`
25
25
  *
26
26
  */
27
27
  "passwordVaultSecretId"?: string;
@@ -20,7 +20,7 @@ export interface UpdateDrProtectionGroupMemberDetails {
20
20
  /**
21
21
  * The OCID of the member.
22
22
  * <p>
23
- Example: `ocid1.database.oc1.phx.exampleocid1`
23
+ Example: `ocid1.database.oc1.phx.&lt;unique_id&gt;`
24
24
  *
25
25
  */
26
26
  "memberId": string;
@@ -49,6 +49,10 @@ var UpdateDrProtectionGroupMemberDetails;
49
49
  return model.UpdateDrProtectionGroupMemberAutonomousDatabaseDetails.getJsonObj(jsonObj, true);
50
50
  case "VOLUME_GROUP":
51
51
  return model.UpdateDrProtectionGroupMemberVolumeGroupDetails.getJsonObj(jsonObj, true);
52
+ case "COMPUTE_INSTANCE_NON_MOVABLE":
53
+ return model.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails.getJsonObj(jsonObj, true);
54
+ case "COMPUTE_INSTANCE_MOVABLE":
55
+ return model.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails.getJsonObj(jsonObj, true);
52
56
  case "DATABASE":
53
57
  return model.UpdateDrProtectionGroupMemberDatabaseDetails.getJsonObj(jsonObj, true);
54
58
  default:
@@ -69,6 +73,10 @@ var UpdateDrProtectionGroupMemberDetails;
69
73
  return model.UpdateDrProtectionGroupMemberAutonomousDatabaseDetails.getDeserializedJsonObj(jsonObj, true);
70
74
  case "VOLUME_GROUP":
71
75
  return model.UpdateDrProtectionGroupMemberVolumeGroupDetails.getDeserializedJsonObj(jsonObj, true);
76
+ case "COMPUTE_INSTANCE_NON_MOVABLE":
77
+ return model.UpdateDrProtectionGroupMemberComputeInstanceNonMovableDetails.getDeserializedJsonObj(jsonObj, true);
78
+ case "COMPUTE_INSTANCE_MOVABLE":
79
+ return model.UpdateDrProtectionGroupMemberComputeInstanceMovableDetails.getDeserializedJsonObj(jsonObj, true);
72
80
  case "DATABASE":
73
81
  return model.UpdateDrProtectionGroupMemberDatabaseDetails.getDeserializedJsonObj(jsonObj, true);
74
82
  default:
@@ -1 +1 @@
1
- {"version":3,"file":"update-dr-protection-group-member-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/update-dr-protection-group-member-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,oCAAoC,CA+DpD;AA/DD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,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,kBAAkB;oBACrB,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,sDAAsD,CAAC,UAAU,CACL,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,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;IA9Be,+CAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,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,kBAAkB;oBACrB,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,sDAAsD,CAAC,sBAAsB,CACjB,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,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;IA9Be,2DAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA+DpD"}
1
+ {"version":3,"file":"update-dr-protection-group-member-details.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/model/update-dr-protection-group-member-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAiBtC,IAAiB,oCAAoC,CAmFpD;AAnFD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,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,kBAAkB;oBACrB,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,sDAAsD,CAAC,UAAU,CACL,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,6DAA6D,CAAC,UAAU,CACL,OAAQ,EACtF,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,0DAA0D,CAAC,UAAU,CACL,OAAQ,EACnF,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,UAAU,CACL,OAAQ,EACrE,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,+CAAU,aAwCzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,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,kBAAkB;oBACrB,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,qBAAqB;oBACxB,OAAO,KAAK,CAAC,sDAAsD,CAAC,sBAAsB,CACjB,OAAQ,EAC/E,IAAI,CACL,CAAC;gBACJ,KAAK,cAAc;oBACjB,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ,KAAK,8BAA8B;oBACjC,OAAO,KAAK,CAAC,6DAA6D,CAAC,sBAAsB,CACjB,OAAQ,EACtF,IAAI,CACL,CAAC;gBACJ,KAAK,0BAA0B;oBAC7B,OAAO,KAAK,CAAC,0DAA0D,CAAC,sBAAsB,CACjB,OAAQ,EACnF,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4CAA4C,CAAC,sBAAsB,CACjB,OAAQ,EACrE,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,2DAAsB,yBAwCrC,CAAA;AACH,CAAC,EAnFgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAmFpD"}
@@ -22,10 +22,10 @@ export interface UpdateInvokeFunctionUserDefinedStepDetails extends model.Update
22
22
  /**
23
23
  * The OCID of function to be invoked.
24
24
  * <p>
25
- Example: `ocid1.fnfunc.oc1.iad.exampleocid2`
25
+ Example: `ocid1.fnfunc.oc1.iad.&lt;unique_id&gt;`
26
26
  *
27
27
  */
28
- "functionId"?: string;
28
+ "functionId": string;
29
29
  /**
30
30
  * The request body for the function.
31
31
  * <p>
@@ -22,17 +22,17 @@ export interface UpdateRunLocalScriptUserDefinedStepDetails extends model.Update
22
22
  /**
23
23
  * The OCID of the instance where this script or command should be executed.
24
24
  * <p>
25
- Example: `ocid1.instance.oc1.phx.exampleocid1`
25
+ Example: `ocid1.instance.oc1.phx.&lt;unique_id&gt;`
26
26
  *
27
27
  */
28
- "runOnInstanceId"?: string;
28
+ "runOnInstanceId": string;
29
29
  /**
30
30
  * The script name and arguments.
31
31
  * <p>
32
32
  Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
33
33
  *
34
34
  */
35
- "scriptCommand"?: string;
35
+ "scriptCommand": string;
36
36
  /**
37
37
  * The userid on the instance to be used for executing the script or command.
38
38
  * <p>
@@ -23,8 +23,8 @@ export interface UpdateRunObjectStoreScriptUserDefinedStepDetails extends model.
23
23
  * The OCID of the instance where this script or command should be executed.
24
24
  *
25
25
  */
26
- "runOnInstanceId"?: string;
27
- "objectStorageScriptLocation"?: model.UpdateObjectStorageScriptLocationDetails;
26
+ "runOnInstanceId": string;
27
+ "objectStorageScriptLocation": model.UpdateObjectStorageScriptLocationDetails;
28
28
  "stepType": string;
29
29
  }
30
30
  export declare namespace UpdateRunObjectStoreScriptUserDefinedStepDetails {
@@ -36,7 +36,7 @@ export interface WorkRequestResource {
36
36
  /**
37
37
  * The identifier (OCID) of the resource the work request affects.
38
38
  * <p>
39
- Example: `ocid1.drplanexecution.oc1.iad.exampleocid2`
39
+ Example: `ocid1.drplanexecution.oc1.iad.&lt;unique_id&gt;`
40
40
  *
41
41
  */
42
42
  "identifier": string;
@@ -31,7 +31,7 @@ export interface WorkRequestSummary {
31
31
  /**
32
32
  * The ID (OCID) of the work request.
33
33
  * <p>
34
- Example: `ocid1.workrequest.oc1.phx.exampleocid1`
34
+ Example: `ocid1.workrequest.oc1.phx.&lt;unique_id&gt;`
35
35
  *
36
36
  */
37
37
  "id": string;
@@ -41,7 +41,7 @@ export interface WorkRequestSummary {
41
41
  * and those resources are not in the same compartment, it is up to the service team to pick the primary
42
42
  * resource whose compartment should be used.
43
43
  * <p>
44
- Example: `ocid1.compartment.oc1..exampleocid1`
44
+ Example: `ocid1.compartment.oc1..&lt;unique_id&gt;`
45
45
  *
46
46
  */
47
47
  "compartmentId": string;
@@ -31,7 +31,7 @@ export interface WorkRequest {
31
31
  /**
32
32
  * The ID (OCID) of the work request.
33
33
  * <p>
34
- Example: `ocid1.workrequest.oc1.phx.exampleocid1`
34
+ Example: `ocid1.workrequest.oc1.phx.&lt;unique_id&gt;`
35
35
  *
36
36
  */
37
37
  "id": string;
@@ -41,7 +41,7 @@ export interface WorkRequest {
41
41
  * and those resources are not in the same compartment, it is up to the service team to pick the primary
42
42
  * resource whose compartment should be used
43
43
  * <p>
44
- Example: `ocid1.compartment.oc1..exampleocid1`
44
+ Example: `ocid1.compartment.oc1..&lt;unique_id&gt;`
45
45
  *
46
46
  */
47
47
  "compartmentId": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface AssociateDrProtectionGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecutionRequest.
17
17
  */
18
18
  export interface CancelDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDrProtectionGroupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CreateDrPlanExecution.ts.html |here} to see how to use CreateDrPlanExecutionRequest.
17
17
  */
18
18
  export interface CreateDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlanRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CreateDrPlan.ts.html |here} to see how to use CreateDrPlanRequest.
17
17
  */
18
18
  export interface CreateDrPlanRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface CreateDrProtectionGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecutionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecutionRequest.
16
16
  */
17
17
  export interface DeleteDrPlanExecutionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlanRequest.
16
16
  */
17
17
  export interface DeleteDrPlanRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroupRequest.
16
16
  */
17
17
  export interface DeleteDrProtectionGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface DisassociateDrProtectionGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecutionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecutionRequest.
16
16
  */
17
17
  export interface GetDrPlanExecutionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlanRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlanRequest.
16
16
  */
17
17
  export interface GetDrPlanRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroupRequest.
16
16
  */
17
17
  export interface GetDrProtectionGroupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecutionRequest.
17
17
  */
18
18
  export interface IgnoreDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
17
17
  */
18
18
  export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
17
17
  */
18
18
  export interface ListDrPlansRequest extends common.BaseRequest {
19
19
  /**