oci-disasterrecovery 2.76.1 → 2.77.1

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 (145) hide show
  1. package/lib/client.d.ts +36 -30
  2. package/lib/client.js +38 -29
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/associate-dr-protection-group-details.d.ts +3 -3
  5. package/lib/model/block-volume-attachment-details.d.ts +1 -1
  6. package/lib/model/block-volume-mount-details.d.ts +1 -1
  7. package/lib/model/change-dr-protection-group-compartment-details.d.ts +1 -1
  8. package/lib/model/compute-instance-movable-file-system-operation.d.ts +2 -2
  9. package/lib/model/compute-instance-movable-vnic-mapping-details.d.ts +5 -5
  10. package/lib/model/compute-instance-movable-vnic-mapping.d.ts +5 -5
  11. package/lib/model/compute-instance-non-movable-block-volume-operation.d.ts +1 -1
  12. package/lib/model/compute-instance-non-movable-file-system-operation.d.ts +3 -3
  13. package/lib/model/compute-instance-vnic-mapping-details.d.ts +5 -5
  14. package/lib/model/compute-instance-vnic-mapping.d.ts +3 -3
  15. package/lib/model/create-block-volume-attachment-details.d.ts +1 -1
  16. package/lib/model/create-block-volume-mount-details.d.ts +1 -1
  17. package/lib/model/create-compute-instance-movable-file-system-operation-details.d.ts +2 -2
  18. package/lib/model/create-compute-instance-non-movable-block-volume-operation-details.d.ts +1 -1
  19. package/lib/model/create-compute-instance-non-movable-file-system-operation-details.d.ts +3 -3
  20. package/lib/model/create-dr-plan-details.d.ts +4 -4
  21. package/lib/model/create-dr-plan-execution-details.d.ts +4 -4
  22. package/lib/model/create-dr-protection-group-details.d.ts +4 -4
  23. package/lib/model/create-dr-protection-group-member-compute-instance-details.d.ts +3 -3
  24. package/lib/model/create-dr-protection-group-member-compute-instance-movable-details.d.ts +4 -4
  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-file-system-details.d.ts +1 -1
  28. package/lib/model/create-dr-protection-group-member-load-balancer-details.d.ts +1 -1
  29. package/lib/model/create-dr-protection-group-member-network-load-balancer-details.d.ts +1 -1
  30. package/lib/model/create-file-system-mount-details.d.ts +1 -1
  31. package/lib/model/create-file-system-unmount-details.d.ts +1 -1
  32. package/lib/model/create-object-storage-log-location-details.d.ts +2 -2
  33. package/lib/model/dr-plan-execution-summary.d.ts +15 -15
  34. package/lib/model/dr-plan-execution.d.ts +15 -15
  35. package/lib/model/dr-plan-group-execution.d.ts +7 -7
  36. package/lib/model/dr-plan-group.d.ts +3 -3
  37. package/lib/model/dr-plan-step-execution.d.ts +7 -7
  38. package/lib/model/dr-plan-step.d.ts +6 -6
  39. package/lib/model/dr-plan-summary.d.ts +13 -13
  40. package/lib/model/dr-plan.d.ts +11 -11
  41. package/lib/model/dr-protection-group-member-compute-instance-movable.d.ts +4 -4
  42. package/lib/model/dr-protection-group-member-compute-instance.d.ts +3 -3
  43. package/lib/model/dr-protection-group-member-database.d.ts +1 -1
  44. package/lib/model/dr-protection-group-member-file-system.d.ts +1 -1
  45. package/lib/model/dr-protection-group-member-load-balancer.d.ts +1 -1
  46. package/lib/model/dr-protection-group-member-network-load-balancer.d.ts +1 -1
  47. package/lib/model/dr-protection-group-member.d.ts +1 -1
  48. package/lib/model/dr-protection-group-summary.d.ts +10 -10
  49. package/lib/model/dr-protection-group.d.ts +10 -10
  50. package/lib/model/failover-execution-option-details.d.ts +2 -2
  51. package/lib/model/failover-execution-options.d.ts +2 -2
  52. package/lib/model/failover-precheck-execution-option-details.d.ts +1 -1
  53. package/lib/model/failover-precheck-execution-options.d.ts +1 -1
  54. package/lib/model/file-system-export-mapping-details.d.ts +2 -2
  55. package/lib/model/file-system-export-mapping.d.ts +2 -2
  56. package/lib/model/file-system-mount-details.d.ts +1 -1
  57. package/lib/model/file-system-unmount-details.d.ts +1 -1
  58. package/lib/model/ignore-dr-plan-execution-details.d.ts +2 -2
  59. package/lib/model/invoke-function-step.d.ts +3 -3
  60. package/lib/model/load-balancer-backend-set-mapping-details.d.ts +3 -3
  61. package/lib/model/load-balancer-backend-set-mapping.d.ts +3 -3
  62. package/lib/model/network-load-balancer-backend-set-mapping-details.d.ts +3 -3
  63. package/lib/model/network-load-balancer-backend-set-mapping.d.ts +3 -3
  64. package/lib/model/object-storage-log-location.d.ts +3 -3
  65. package/lib/model/object-storage-script-location.d.ts +3 -3
  66. package/lib/model/retry-dr-plan-execution-details.d.ts +2 -2
  67. package/lib/model/run-local-script-user-defined-step.d.ts +4 -4
  68. package/lib/model/run-object-store-script-user-defined-step.d.ts +2 -2
  69. package/lib/model/start-drill-execution-option-details.d.ts +2 -2
  70. package/lib/model/start-drill-execution-options.d.ts +2 -2
  71. package/lib/model/start-drill-precheck-execution-option-details.d.ts +1 -1
  72. package/lib/model/start-drill-precheck-execution-options.d.ts +1 -1
  73. package/lib/model/stop-drill-execution-option-details.d.ts +2 -2
  74. package/lib/model/stop-drill-execution-options.d.ts +2 -2
  75. package/lib/model/stop-drill-precheck-execution-option-details.d.ts +1 -1
  76. package/lib/model/stop-drill-precheck-execution-options.d.ts +1 -1
  77. package/lib/model/switchover-execution-option-details.d.ts +2 -2
  78. package/lib/model/switchover-execution-options.d.ts +2 -2
  79. package/lib/model/switchover-precheck-execution-option-details.d.ts +1 -1
  80. package/lib/model/switchover-precheck-execution-options.d.ts +1 -1
  81. package/lib/model/update-block-volume-attachment-details.d.ts +1 -1
  82. package/lib/model/update-block-volume-mount-details.d.ts +1 -1
  83. package/lib/model/update-compute-instance-movable-file-system-operation-details.d.ts +2 -2
  84. package/lib/model/update-compute-instance-non-movable-block-volume-operation-details.d.ts +1 -1
  85. package/lib/model/update-compute-instance-non-movable-file-system-operation-details.d.ts +3 -3
  86. package/lib/model/update-dr-plan-details.d.ts +3 -3
  87. package/lib/model/update-dr-plan-execution-details.d.ts +3 -3
  88. package/lib/model/update-dr-plan-group-details.d.ts +3 -3
  89. package/lib/model/update-dr-plan-step-details.d.ts +4 -4
  90. package/lib/model/update-dr-protection-group-details.d.ts +3 -3
  91. package/lib/model/update-dr-protection-group-member-compute-instance-details.d.ts +3 -3
  92. package/lib/model/update-dr-protection-group-member-compute-instance-movable-details.d.ts +4 -4
  93. package/lib/model/update-dr-protection-group-member-database-details.d.ts +1 -1
  94. package/lib/model/update-dr-protection-group-member-details.d.ts +1 -1
  95. package/lib/model/update-dr-protection-group-member-file-system-details.d.ts +1 -1
  96. package/lib/model/update-dr-protection-group-member-load-balancer-details.d.ts +1 -1
  97. package/lib/model/update-dr-protection-group-member-network-load-balancer-details.d.ts +1 -1
  98. package/lib/model/update-file-system-mount-details.d.ts +1 -1
  99. package/lib/model/update-file-system-unmount-details.d.ts +1 -1
  100. package/lib/model/update-invoke-function-user-defined-step-details.d.ts +2 -2
  101. package/lib/model/update-object-storage-log-location-details.d.ts +2 -2
  102. package/lib/model/update-object-storage-script-location-details.d.ts +3 -3
  103. package/lib/model/update-run-local-script-user-defined-step-details.d.ts +3 -3
  104. package/lib/model/update-run-object-store-script-user-defined-step-details.d.ts +1 -1
  105. package/lib/model/work-request-error.d.ts +3 -3
  106. package/lib/model/work-request-log-entry.d.ts +2 -2
  107. package/lib/model/work-request-resource.d.ts +2 -2
  108. package/lib/model/work-request-summary.d.ts +6 -6
  109. package/lib/model/work-request.d.ts +6 -6
  110. package/lib/request/associate-dr-protection-group-request.d.ts +3 -3
  111. package/lib/request/cancel-dr-plan-execution-request.d.ts +3 -3
  112. package/lib/request/cancel-work-request-request.d.ts +3 -3
  113. package/lib/request/change-dr-protection-group-compartment-request.d.ts +3 -3
  114. package/lib/request/create-dr-plan-execution-request.d.ts +1 -1
  115. package/lib/request/create-dr-plan-request.d.ts +1 -1
  116. package/lib/request/create-dr-protection-group-request.d.ts +1 -1
  117. package/lib/request/delete-dr-plan-execution-request.d.ts +3 -3
  118. package/lib/request/delete-dr-plan-request.d.ts +3 -3
  119. package/lib/request/delete-dr-protection-group-request.d.ts +3 -3
  120. package/lib/request/disassociate-dr-protection-group-request.d.ts +3 -3
  121. package/lib/request/get-dr-plan-execution-request.d.ts +2 -2
  122. package/lib/request/get-dr-plan-request.d.ts +2 -2
  123. package/lib/request/get-dr-protection-group-request.d.ts +2 -2
  124. package/lib/request/get-work-request-request.d.ts +2 -2
  125. package/lib/request/ignore-dr-plan-execution-request.d.ts +3 -3
  126. package/lib/request/list-dr-plan-executions-request.d.ts +7 -7
  127. package/lib/request/list-dr-plans-request.d.ts +7 -7
  128. package/lib/request/list-dr-protection-groups-request.d.ts +7 -7
  129. package/lib/request/list-work-request-errors-request.d.ts +4 -4
  130. package/lib/request/list-work-request-logs-request.d.ts +4 -4
  131. package/lib/request/list-work-requests-request.d.ts +6 -6
  132. package/lib/request/pause-dr-plan-execution-request.d.ts +3 -3
  133. package/lib/request/resume-dr-plan-execution-request.d.ts +3 -3
  134. package/lib/request/retry-dr-plan-execution-request.d.ts +3 -3
  135. package/lib/request/update-dr-plan-execution-request.d.ts +3 -3
  136. package/lib/request/update-dr-plan-request.d.ts +3 -3
  137. package/lib/request/update-dr-protection-group-request.d.ts +3 -3
  138. package/lib/request/update-dr-protection-group-role-request.d.ts +3 -3
  139. package/lib/response/list-dr-plan-executions-response.d.ts +1 -1
  140. package/lib/response/list-dr-plans-response.d.ts +1 -1
  141. package/lib/response/list-dr-protection-groups-response.d.ts +1 -1
  142. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  143. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  144. package/lib/response/list-work-requests-response.d.ts +1 -1
  145. package/package.json +3 -3
@@ -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.76.1/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.77.1/disasterrecovery/IgnoreDrPlanExecution.ts.html |here} to see how to use IgnoreDrPlanExecutionRequest.
17
17
  */
18
18
  export interface IgnoreDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface IgnoreDrPlanExecutionRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR plan execution.
25
25
  * <p>
26
- Example: `ocid1.drplanexecution.oc1..uniqueID`
26
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drPlanExecutionId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -13,13 +13,13 @@
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.76.1/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.77.1/disasterrecovery/ListDrPlanExecutions.ts.html |here} to see how to use ListDrPlanExecutionsRequest.
17
17
  */
18
18
  export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The OCID of the DR protection group. Mandatory query param.
21
21
  * <p>
22
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
22
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
23
23
  *
24
24
  */
25
25
  "drProtectionGroupId": string;
@@ -31,7 +31,7 @@ export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
31
31
  /**
32
32
  * The OCID of the DR plan execution.
33
33
  * <p>
34
- Example: `ocid1.drplanexecution.oc1..uniqueID`
34
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
35
35
  *
36
36
  */
37
37
  "drPlanExecutionId"?: string;
@@ -42,7 +42,7 @@ export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
42
42
  /**
43
43
  * A filter to return only resources that match the given display name.
44
44
  * <p>
45
- Example: `MyResourceDisplayName`
45
+ Example: {@code MyResourceDisplayName}
46
46
  *
47
47
  */
48
48
  "displayName"?: string;
@@ -54,12 +54,12 @@ export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
54
54
  For important details about how pagination works,
55
55
  * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
56
56
  * <p>
57
- Example: `100`
57
+ Example: {@code 100}
58
58
  *
59
59
  */
60
60
  "limit"?: number;
61
61
  /**
62
- * For list pagination. The value of the `opc-next-page` response
62
+ * For list pagination. The value of the {@code opc-next-page} response
63
63
  * header from the previous \"List\" call.
64
64
  * <p>
65
65
  For important details about how pagination works,
@@ -76,7 +76,7 @@ export interface ListDrPlanExecutionsRequest extends common.BaseRequest {
76
76
  * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
77
77
  * Default order for displayName is ascending. If no value is specified timeCreated is default.
78
78
  * <p>
79
- Example: `MyResourceDisplayName`
79
+ Example: {@code MyResourceDisplayName}
80
80
  *
81
81
  */
82
82
  "sortBy"?: ListDrPlanExecutionsRequest.SortBy;
@@ -13,13 +13,13 @@
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.76.1/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.77.1/disasterrecovery/ListDrPlans.ts.html |here} to see how to use ListDrPlansRequest.
17
17
  */
18
18
  export interface ListDrPlansRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The OCID of the DR protection group. Mandatory query param.
21
21
  * <p>
22
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
22
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
23
23
  *
24
24
  */
25
25
  "drProtectionGroupId": string;
@@ -31,7 +31,7 @@ export interface ListDrPlansRequest extends common.BaseRequest {
31
31
  /**
32
32
  * The OCID of the DR plan.
33
33
  * <p>
34
- Example: `ocid1.drplan.oc1..uniqueID`
34
+ Example: {@code ocid1.drplan.oc1..uniqueID}
35
35
  *
36
36
  */
37
37
  "drPlanId"?: string;
@@ -42,7 +42,7 @@ export interface ListDrPlansRequest extends common.BaseRequest {
42
42
  /**
43
43
  * A filter to return only resources that match the given display name.
44
44
  * <p>
45
- Example: `MyResourceDisplayName`
45
+ Example: {@code MyResourceDisplayName}
46
46
  *
47
47
  */
48
48
  "displayName"?: string;
@@ -54,12 +54,12 @@ export interface ListDrPlansRequest extends common.BaseRequest {
54
54
  For important details about how pagination works,
55
55
  * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
56
56
  * <p>
57
- Example: `100`
57
+ Example: {@code 100}
58
58
  *
59
59
  */
60
60
  "limit"?: number;
61
61
  /**
62
- * For list pagination. The value of the `opc-next-page` response
62
+ * For list pagination. The value of the {@code opc-next-page} response
63
63
  * header from the previous \"List\" call.
64
64
  * <p>
65
65
  For important details about how pagination works,
@@ -76,7 +76,7 @@ export interface ListDrPlansRequest extends common.BaseRequest {
76
76
  * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
77
77
  * Default order for displayName is ascending. If no value is specified timeCreated is default.
78
78
  * <p>
79
- Example: `MyResourceDisplayName`
79
+ Example: {@code MyResourceDisplayName}
80
80
  *
81
81
  */
82
82
  "sortBy"?: ListDrPlansRequest.SortBy;
@@ -13,13 +13,13 @@
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.76.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroupsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListDrProtectionGroups.ts.html |here} to see how to use ListDrProtectionGroupsRequest.
17
17
  */
18
18
  export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The ID (OCID) of the compartment in which to list resources.
21
21
  * <p>
22
- Example: `ocid1.compartment.oc1..uniqueID`
22
+ Example: {@code ocid1.compartment.oc1..uniqueID}
23
23
  *
24
24
  */
25
25
  "compartmentId": string;
@@ -31,14 +31,14 @@ export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
31
31
  /**
32
32
  * The OCID of the DR protection group. Optional query param.
33
33
  * <p>
34
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
34
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
35
35
  *
36
36
  */
37
37
  "drProtectionGroupId"?: string;
38
38
  /**
39
39
  * A filter to return only resources that match the given display name.
40
40
  * <p>
41
- Example: `MyResourceDisplayName`
41
+ Example: {@code MyResourceDisplayName}
42
42
  *
43
43
  */
44
44
  "displayName"?: string;
@@ -50,12 +50,12 @@ export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
50
50
  For important details about how pagination works,
51
51
  * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
52
52
  * <p>
53
- Example: `100`
53
+ Example: {@code 100}
54
54
  *
55
55
  */
56
56
  "limit"?: number;
57
57
  /**
58
- * For list pagination. The value of the `opc-next-page` response
58
+ * For list pagination. The value of the {@code opc-next-page} response
59
59
  * header from the previous \"List\" call.
60
60
  * <p>
61
61
  For important details about how pagination works,
@@ -72,7 +72,7 @@ export interface ListDrProtectionGroupsRequest extends common.BaseRequest {
72
72
  * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending.
73
73
  * Default order for displayName is ascending. If no value is specified timeCreated is default.
74
74
  * <p>
75
- Example: `MyResourceDisplayName`
75
+ Example: {@code MyResourceDisplayName}
76
76
  *
77
77
  */
78
78
  "sortBy"?: ListDrProtectionGroupsRequest.SortBy;
@@ -13,13 +13,13 @@
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.76.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The ID (OCID) of the asynchronous request.
21
21
  * <p>
22
- Example: `ocid1.workrequest.oc1..uniqueID`
22
+ Example: {@code ocid1.workrequest.oc1..uniqueID}
23
23
  *
24
24
  */
25
25
  "workRequestId": string;
@@ -29,7 +29,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
29
29
  */
30
30
  "opcRequestId"?: string;
31
31
  /**
32
- * For list pagination. The value of the `opc-next-page` response
32
+ * For list pagination. The value of the {@code opc-next-page} response
33
33
  * header from the previous \"List\" call.
34
34
  * <p>
35
35
  For important details about how pagination works,
@@ -45,7 +45,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
45
45
  For important details about how pagination works,
46
46
  * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
47
  * <p>
48
- Example: `100`
48
+ Example: {@code 100}
49
49
  *
50
50
  */
51
51
  "limit"?: number;
@@ -13,13 +13,13 @@
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.76.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The ID (OCID) of the asynchronous request.
21
21
  * <p>
22
- Example: `ocid1.workrequest.oc1..uniqueID`
22
+ Example: {@code ocid1.workrequest.oc1..uniqueID}
23
23
  *
24
24
  */
25
25
  "workRequestId": string;
@@ -29,7 +29,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
29
29
  */
30
30
  "opcRequestId"?: string;
31
31
  /**
32
- * For list pagination. The value of the `opc-next-page` response
32
+ * For list pagination. The value of the {@code opc-next-page} response
33
33
  * header from the previous \"List\" call.
34
34
  * <p>
35
35
  For important details about how pagination works,
@@ -45,7 +45,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
45
45
  For important details about how pagination works,
46
46
  * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
47
47
  * <p>
48
- Example: `100`
48
+ Example: {@code 100}
49
49
  *
50
50
  */
51
51
  "limit"?: number;
@@ -13,20 +13,20 @@
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.76.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
20
20
  * The ID (OCID) of the compartment in which to list resources.
21
21
  * <p>
22
- Example: `ocid1.compartment.oc1..uniqueID`
22
+ Example: {@code ocid1.compartment.oc1..uniqueID}
23
23
  *
24
24
  */
25
25
  "compartmentId"?: string;
26
26
  /**
27
27
  * The ID (OCID) of the asynchronous work request.
28
28
  * <p>
29
- Example: `ocid1.workrequest.oc1..uniqueID`
29
+ Example: {@code ocid1.workrequest.oc1..uniqueID}
30
30
  *
31
31
  */
32
32
  "workRequestId"?: string;
@@ -38,7 +38,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
38
38
  /**
39
39
  * The ID (OCID) of the resource affected by the work request.
40
40
  * <p>
41
- Example: `ocid1.drplanexecution.oc1..uniqueID`
41
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
42
42
  *
43
43
  */
44
44
  "resourceId"?: string;
@@ -48,7 +48,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
48
48
  */
49
49
  "opcRequestId"?: string;
50
50
  /**
51
- * For list pagination. The value of the `opc-next-page` response
51
+ * For list pagination. The value of the {@code opc-next-page} response
52
52
  * header from the previous \"List\" call.
53
53
  * <p>
54
54
  For important details about how pagination works,
@@ -64,7 +64,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
64
64
  For important details about how pagination works,
65
65
  * see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
66
66
  * <p>
67
- Example: `100`
67
+ Example: {@code 100}
68
68
  *
69
69
  */
70
70
  "limit"?: number;
@@ -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.76.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/PauseDrPlanExecution.ts.html |here} to see how to use PauseDrPlanExecutionRequest.
17
17
  */
18
18
  export interface PauseDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface PauseDrPlanExecutionRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR plan execution.
25
25
  * <p>
26
- Example: `ocid1.drplanexecution.oc1..uniqueID`
26
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drPlanExecutionId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -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.76.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/ResumeDrPlanExecution.ts.html |here} to see how to use ResumeDrPlanExecutionRequest.
17
17
  */
18
18
  export interface ResumeDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface ResumeDrPlanExecutionRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR plan execution.
25
25
  * <p>
26
- Example: `ocid1.drplanexecution.oc1..uniqueID`
26
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drPlanExecutionId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -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.76.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/RetryDrPlanExecution.ts.html |here} to see how to use RetryDrPlanExecutionRequest.
17
17
  */
18
18
  export interface RetryDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface RetryDrPlanExecutionRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR plan execution.
25
25
  * <p>
26
- Example: `ocid1.drplanexecution.oc1..uniqueID`
26
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drPlanExecutionId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -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.76.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecutionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrPlanExecution.ts.html |here} to see how to use UpdateDrPlanExecutionRequest.
17
17
  */
18
18
  export interface UpdateDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface UpdateDrPlanExecutionRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR plan execution.
25
25
  * <p>
26
- Example: `ocid1.drplanexecution.oc1..uniqueID`
26
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drPlanExecutionId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -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.76.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlanRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrPlan.ts.html |here} to see how to use UpdateDrPlanRequest.
17
17
  */
18
18
  export interface UpdateDrPlanRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface UpdateDrPlanRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR plan.
25
25
  * <p>
26
- Example: `ocid1.drplan.oc1..uniqueID`
26
+ Example: {@code ocid1.drplan.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drPlanId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -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.76.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrProtectionGroup.ts.html |here} to see how to use UpdateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface UpdateDrProtectionGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface UpdateDrProtectionGroupRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR protection group.
25
25
  * <p>
26
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
26
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drProtectionGroupId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -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.76.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRoleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/disasterrecovery/UpdateDrProtectionGroupRole.ts.html |here} to see how to use UpdateDrProtectionGroupRoleRequest.
17
17
  */
18
18
  export interface UpdateDrProtectionGroupRoleRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface UpdateDrProtectionGroupRoleRequest extends common.BaseRequest {
23
23
  /**
24
24
  * The OCID of the DR protection group.
25
25
  * <p>
26
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
26
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "drProtectionGroupId": string;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
34
  * The resource will be updated or deleted only if the etag you
35
35
  * provide matches the resource's current etag value.
@@ -20,7 +20,7 @@ export interface ListDrPlanExecutionsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListDrPlansResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -20,7 +20,7 @@ export interface ListDrProtectionGroupsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestErrorsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -14,7 +14,7 @@ import * as model from "../model";
14
14
  export interface ListWorkRequestLogsResponse {
15
15
  /**
16
16
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
17
- * then a partial list might have been returned. Include this value as the `page` parameter for the
17
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
18
18
  * subsequent GET request to get the next batch of items.
19
19
  *
20
20
  */
@@ -20,7 +20,7 @@ export interface ListWorkRequestsResponse {
20
20
  "opcRequestId": string;
21
21
  /**
22
22
  * For pagination of a list of items. When paging through a list, if this header appears in the response,
23
- * then a partial list might have been returned. Include this value as the `page` parameter for the
23
+ * then a partial list might have been returned. Include this value as the {@code page} parameter for the
24
24
  * subsequent GET request to get the next batch of items.
25
25
  *
26
26
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-disasterrecovery",
3
- "version": "2.76.1",
3
+ "version": "2.77.1",
4
4
  "description": "OCI NodeJS client for Disaster Recovery Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.76.1",
19
- "oci-workrequests": "2.76.1"
18
+ "oci-common": "2.77.1",
19
+ "oci-workrequests": "2.77.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"