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
@@ -24,21 +24,21 @@ export interface LoadBalancerBackendSetMapping {
24
24
  * Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'.
25
25
  * Backend sets that point to movable instances are emptied and their contents are transferred to the destination region load balancer. For movable instances this flag should be set to 'false'.
26
26
  * <p>
27
- Example: `true`
27
+ Example: {@code true}
28
28
  *
29
29
  */
30
30
  "isBackendSetForNonMovable": boolean;
31
31
  /**
32
32
  * The name of the source backend set.
33
33
  * <p>
34
- Example: `My_Source_Backend_Set`
34
+ Example: {@code My_Source_Backend_Set}
35
35
  *
36
36
  */
37
37
  "sourceBackendSetName": string;
38
38
  /**
39
39
  * The name of the destination backend set.
40
40
  * <p>
41
- Example: `My_Destination_Backend_Set`
41
+ Example: {@code My_Destination_Backend_Set}
42
42
  *
43
43
  */
44
44
  "destinationBackendSetName": string;
@@ -25,21 +25,21 @@ export interface NetworkLoadBalancerBackendSetMappingDetails {
25
25
  * Backend sets that point to movable instances are emptied and their contents are transferred to the
26
26
  * destination region load balancer. For movable instances this flag should be set to 'false'.
27
27
  * <p>
28
- Example: `true`
28
+ Example: {@code true}
29
29
  *
30
30
  */
31
31
  "isBackendSetForNonMovable": boolean;
32
32
  /**
33
33
  * The name of the source backend set.
34
34
  * <p>
35
- Example: `Source-BackendSet-1`
35
+ Example: {@code Source-BackendSet-1}
36
36
  *
37
37
  */
38
38
  "sourceBackendSetName": string;
39
39
  /**
40
40
  * The name of the destination backend set.
41
41
  * <p>
42
- Example: `Destination-BackendSet-1`
42
+ Example: {@code Destination-BackendSet-1}
43
43
  *
44
44
  */
45
45
  "destinationBackendSetName": string;
@@ -24,21 +24,21 @@ export interface NetworkLoadBalancerBackendSetMapping {
24
24
  * Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to 'true'.
25
25
  * Backend sets that point to movable instances are emptied and their contents are transferred to the destination region network load balancer. For movable instances this flag should be set to 'false'.
26
26
  * <p>
27
- Example: `true`
27
+ Example: {@code true}
28
28
  *
29
29
  */
30
30
  "isBackendSetForNonMovable": boolean;
31
31
  /**
32
32
  * The name of the source backend set.
33
33
  * <p>
34
- Example: `example_backend_set`
34
+ Example: {@code example_backend_set}
35
35
  *
36
36
  */
37
37
  "sourceBackendSetName": string;
38
38
  /**
39
39
  * The name of the destination backend set.
40
40
  * <p>
41
- Example: `example_backend_set`
41
+ Example: {@code example_backend_set}
42
42
  *
43
43
  */
44
44
  "destinationBackendSetName": string;
@@ -21,21 +21,21 @@ export interface ObjectStorageLogLocation {
21
21
  /**
22
22
  * The namespace in object storage (Note - this is usually the tenancy name).
23
23
  * <p>
24
- Example: `myocitenancy`
24
+ Example: {@code myocitenancy}
25
25
  *
26
26
  */
27
27
  "namespace": string;
28
28
  /**
29
29
  * The bucket name inside the object storage namespace.
30
30
  * <p>
31
- Example: `operation_logs`
31
+ Example: {@code operation_logs}
32
32
  *
33
33
  */
34
34
  "bucket": string;
35
35
  /**
36
36
  * The object name inside the object storage bucket.
37
37
  * <p>
38
- Example: `switchover_plan_executions`
38
+ Example: {@code switchover_plan_executions}
39
39
  *
40
40
  */
41
41
  "object"?: string;
@@ -21,21 +21,21 @@ export interface ObjectStorageScriptLocation {
21
21
  /**
22
22
  * The namespace in object storage (Note - this is usually the tenancy name).
23
23
  * <p>
24
- Example: `myocitenancy`
24
+ Example: {@code myocitenancy}
25
25
  *
26
26
  */
27
27
  "namespace": string;
28
28
  /**
29
29
  * The bucket name inside the object storage namespace.
30
30
  * <p>
31
- Example: `custom_dr_scripts`
31
+ Example: {@code custom_dr_scripts}
32
32
  *
33
33
  */
34
34
  "bucket": string;
35
35
  /**
36
36
  * The object name inside the object storage bucket.
37
37
  * <p>
38
- Example: `validate_app_start.sh`
38
+ Example: {@code validate_app_start.sh}
39
39
  *
40
40
  */
41
41
  "object": string;
@@ -21,14 +21,14 @@ export interface RetryDrPlanExecutionDetails {
21
21
  /**
22
22
  * The unique id of the group to retry as a whole, or the group containing the step being retried.
23
23
  * <p>
24
- Example: `sgid1.group..uniqueID`
24
+ Example: {@code sgid1.group..uniqueID}
25
25
  *
26
26
  */
27
27
  "groupId": string;
28
28
  /**
29
29
  * The unique id of the step to retry (optional). Only needed when retrying a step.
30
30
  * <p>
31
- Example: `sgid1.step..uniqueID`
31
+ Example: {@code sgid1.step..uniqueID}
32
32
  *
33
33
  */
34
34
  "stepId"?: string;
@@ -27,28 +27,28 @@ export interface RunLocalScriptUserDefinedStep extends model.DrPlanUserDefinedSt
27
27
  * <p>
28
28
  **For non-moving instances:** *runOnInstanceId* must be the OCID of the non-moving instance.
29
29
  * <p>
30
- Example: `ocid1.instance.oc1..uniqueID`
30
+ Example: {@code ocid1.instance.oc1..uniqueID}
31
31
  *
32
32
  */
33
33
  "runOnInstanceId": string;
34
34
  /**
35
35
  * The region in which the instance is present.
36
36
  * <p>
37
- Example: `us-ashburn-1`
37
+ Example: {@code us-ashburn-1}
38
38
  *
39
39
  */
40
40
  "runOnInstanceRegion": string;
41
41
  /**
42
42
  * The script name and arguments.
43
43
  * <p>
44
- Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
44
+ Example: {@code /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3}
45
45
  *
46
46
  */
47
47
  "scriptCommand": string;
48
48
  /**
49
49
  * The userid on the instance to be used for executing the script or command.
50
50
  * <p>
51
- Example: `opc`
51
+ Example: {@code opc}
52
52
  *
53
53
  */
54
54
  "runAsUser"?: string;
@@ -27,14 +27,14 @@ export interface RunObjectStoreScriptUserDefinedStep extends model.DrPlanUserDef
27
27
  * <p>
28
28
  **For non-moving instances:** *runOnInstanceId* must be the OCID of the non-moving instance.
29
29
  * <p>
30
- Example: `ocid1.instance.oc1..uniqueID`
30
+ Example: {@code ocid1.instance.oc1..uniqueID}
31
31
  *
32
32
  */
33
33
  "runOnInstanceId": string;
34
34
  /**
35
35
  * The region of the instance where this script or command should be executed.
36
36
  * <p>
37
- Example: `us-ashburn-1`
37
+ Example: {@code us-ashburn-1}
38
38
  *
39
39
  */
40
40
  "runOnInstanceRegion": string;
@@ -22,14 +22,14 @@ export interface StartDrillExecutionOptionDetails extends model.DrPlanExecutionO
22
22
  /**
23
23
  * A flag indicating whether prechecks should be executed before the plan execution.
24
24
  * <p>
25
- Example: `false`
25
+ Example: {@code false}
26
26
  *
27
27
  */
28
28
  "arePrechecksEnabled"?: boolean;
29
29
  /**
30
30
  * A flag indicating whether warnings should be ignored during the plan execution.
31
31
  * <p>
32
- Example: `true`
32
+ Example: {@code true}
33
33
  *
34
34
  */
35
35
  "areWarningsIgnored"?: boolean;
@@ -22,14 +22,14 @@ export interface StartDrillExecutionOptions extends model.DrPlanExecutionOptions
22
22
  /**
23
23
  * A flag indicating whether prechecks should be executed before the plan execution.
24
24
  * <p>
25
- Example: `true`
25
+ Example: {@code true}
26
26
  *
27
27
  */
28
28
  "arePrechecksEnabled"?: boolean;
29
29
  /**
30
30
  * A flag indicating whether warnings should be ignored during the plan execution.
31
31
  * <p>
32
- Example: `false`
32
+ Example: {@code false}
33
33
  *
34
34
  */
35
35
  "areWarningsIgnored"?: boolean;
@@ -22,7 +22,7 @@ export interface StartDrillPrecheckExecutionOptionDetails extends model.DrPlanEx
22
22
  /**
23
23
  * A flag indicating whether warnings should be ignored during the precheck.
24
24
  * <p>
25
- Example: `true`
25
+ Example: {@code true}
26
26
  *
27
27
  */
28
28
  "areWarningsIgnored"?: boolean;
@@ -22,7 +22,7 @@ export interface StartDrillPrecheckExecutionOptions extends model.DrPlanExecutio
22
22
  /**
23
23
  * A flag indicating whether warnings should be ignored during the precheck.
24
24
  * <p>
25
- Example: `false`
25
+ Example: {@code false}
26
26
  *
27
27
  */
28
28
  "areWarningsIgnored"?: boolean;
@@ -22,14 +22,14 @@ export interface StopDrillExecutionOptionDetails extends model.DrPlanExecutionOp
22
22
  /**
23
23
  * A flag indicating whether prechecks should be executed before the plan execution.
24
24
  * <p>
25
- Example: `false`
25
+ Example: {@code false}
26
26
  *
27
27
  */
28
28
  "arePrechecksEnabled"?: boolean;
29
29
  /**
30
30
  * A flag indicating whether warnings should be ignored during the plan execution.
31
31
  * <p>
32
- Example: `true`
32
+ Example: {@code true}
33
33
  *
34
34
  */
35
35
  "areWarningsIgnored"?: boolean;
@@ -22,14 +22,14 @@ export interface StopDrillExecutionOptions extends model.DrPlanExecutionOptions
22
22
  /**
23
23
  * A flag indicating whether a precheck should be executed before the plan execution.
24
24
  * <p>
25
- Example: `true`
25
+ Example: {@code true}
26
26
  *
27
27
  */
28
28
  "arePrechecksEnabled"?: boolean;
29
29
  /**
30
30
  * A flag indicating whether warnings should be ignored during the plan execution.
31
31
  * <p>
32
- Example: `false`
32
+ Example: {@code false}
33
33
  *
34
34
  */
35
35
  "areWarningsIgnored"?: boolean;
@@ -22,7 +22,7 @@ export interface StopDrillPrecheckExecutionOptionDetails extends model.DrPlanExe
22
22
  /**
23
23
  * A flag indicating whether warnings should be ignored during the precheck.
24
24
  * <p>
25
- Example: `true`
25
+ Example: {@code true}
26
26
  *
27
27
  */
28
28
  "areWarningsIgnored"?: boolean;
@@ -22,7 +22,7 @@ export interface StopDrillPrecheckExecutionOptions extends model.DrPlanExecution
22
22
  /**
23
23
  * A flag indicating whether warnings should be ignored during the precheck.
24
24
  * <p>
25
- Example: `false`
25
+ Example: {@code false}
26
26
  *
27
27
  */
28
28
  "areWarningsIgnored"?: boolean;
@@ -22,14 +22,14 @@ export interface SwitchoverExecutionOptionDetails extends model.DrPlanExecutionO
22
22
  /**
23
23
  * A flag indicating whether prechecks should be executed before the plan execution.
24
24
  * <p>
25
- Example: `false`
25
+ Example: {@code false}
26
26
  *
27
27
  */
28
28
  "arePrechecksEnabled"?: boolean;
29
29
  /**
30
30
  * A flag indicating whether warnings should be ignored during the switchover.
31
31
  * <p>
32
- Example: `true`
32
+ Example: {@code true}
33
33
  *
34
34
  */
35
35
  "areWarningsIgnored"?: boolean;
@@ -22,14 +22,14 @@ export interface SwitchoverExecutionOptions extends model.DrPlanExecutionOptions
22
22
  /**
23
23
  * A flag indicating whether prechecks should be executed before the plan execution.
24
24
  * <p>
25
- Example: `false`
25
+ Example: {@code false}
26
26
  *
27
27
  */
28
28
  "arePrechecksEnabled"?: boolean;
29
29
  /**
30
30
  * A flag indicating whether warnings should be ignored during the plan execution.
31
31
  * <p>
32
- Example: `true`
32
+ Example: {@code true}
33
33
  *
34
34
  */
35
35
  "areWarningsIgnored"?: boolean;
@@ -22,7 +22,7 @@ export interface SwitchoverPrecheckExecutionOptionDetails extends model.DrPlanEx
22
22
  /**
23
23
  * A flag indicating whether warnings should be ignored during the switchover precheck.
24
24
  * <p>
25
- Example: `true`
25
+ Example: {@code true}
26
26
  *
27
27
  */
28
28
  "areWarningsIgnored"?: boolean;
@@ -22,7 +22,7 @@ export interface SwitchoverPrecheckExecutionOptions extends model.DrPlanExecutio
22
22
  /**
23
23
  * A flag indicating whether warnings should be ignored during the precheck.
24
24
  * <p>
25
- Example: `true`
25
+ Example: {@code true}
26
26
  *
27
27
  */
28
28
  "areWarningsIgnored"?: boolean;
@@ -23,7 +23,7 @@ export interface UpdateBlockVolumeAttachmentDetails {
23
23
  * The OCID of the reference compute instance from which to obtain the attachment details for the volume.
24
24
  * This reference compute instance is from the peer DR protection group.
25
25
  * <p>
26
- Example: `ocid1.instance.oc1..uniqueID`
26
+ Example: {@code ocid1.instance.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "volumeAttachmentReferenceInstanceId"?: string;
@@ -22,7 +22,7 @@ export interface UpdateBlockVolumeMountDetails {
22
22
  /**
23
23
  * The physical mount point used for mounting the file system on a block volume.
24
24
  * <p>
25
- Example: `/mnt/yourmountpoint`
25
+ Example: {@code /mnt/yourmountpoint}
26
26
  *
27
27
  */
28
28
  "mountPoint"?: string;
@@ -23,14 +23,14 @@ export interface UpdateComputeInstanceMovableFileSystemOperationDetails {
23
23
  /**
24
24
  * The export path of the file system.
25
25
  * <p>
26
- Example: `/fs-export-path`
26
+ Example: {@code /fs-export-path}
27
27
  *
28
28
  */
29
29
  "exportPath": string;
30
30
  /**
31
31
  * The physical mount point of the file system on a host.
32
32
  * <p>
33
- Example: `/mnt/yourmountpoint`
33
+ Example: {@code /mnt/yourmountpoint}
34
34
  *
35
35
  */
36
36
  "mountPoint": string;
@@ -23,7 +23,7 @@ export interface UpdateComputeInstanceNonMovableBlockVolumeOperationDetails {
23
23
  /**
24
24
  * The OCID of the block volume.
25
25
  * <p>
26
- Example: `ocid1.volume.oc1..uniqueID`
26
+ Example: {@code ocid1.volume.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "blockVolumeId": string;
@@ -22,21 +22,21 @@ export interface UpdateComputeInstanceNonMovableFileSystemOperationDetails {
22
22
  /**
23
23
  * The export path of the file system.
24
24
  * <p>
25
- Example: `/fs-export-path`
25
+ Example: {@code /fs-export-path}
26
26
  *
27
27
  */
28
28
  "exportPath": string;
29
29
  /**
30
30
  * The physical mount point of the file system on a host.
31
31
  * <p>
32
- Example: `/mnt/yourmountpoint`
32
+ Example: {@code /mnt/yourmountpoint}
33
33
  *
34
34
  */
35
35
  "mountPoint": string;
36
36
  /**
37
37
  * The OCID of mount target.
38
38
  * <p>
39
- Example: `ocid1.mounttarget.oc1..uniqueID`
39
+ Example: {@code ocid1.mounttarget.oc1..uniqueID}
40
40
  *
41
41
  */
42
42
  "mountTargetId": string;
@@ -22,7 +22,7 @@ export interface UpdateDrPlanDetails {
22
22
  /**
23
23
  * The display name of the DR plan being updated.
24
24
  * <p>
25
- Example: `EBS Switchover PHX to IAD`
25
+ Example: {@code EBS Switchover PHX to IAD}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
@@ -34,7 +34,7 @@ export interface UpdateDrPlanDetails {
34
34
  /**
35
35
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
36
36
  * <p>
37
- Example: `{\"Department\": \"Finance\"}`
37
+ Example: {@code {\"Department\": \"Finance\"}}
38
38
  *
39
39
  */
40
40
  "freeformTags"?: {
@@ -43,7 +43,7 @@ export interface UpdateDrPlanDetails {
43
43
  /**
44
44
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
45
45
  * <p>
46
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
46
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
47
47
  *
48
48
  */
49
49
  "definedTags"?: {
@@ -21,14 +21,14 @@ export interface UpdateDrPlanExecutionDetails {
21
21
  /**
22
22
  * The display name of the DR protection group to update.
23
23
  * <p>
24
- Example: `EBS IAD Group`
24
+ Example: {@code EBS IAD Group}
25
25
  *
26
26
  */
27
27
  "displayName"?: string;
28
28
  /**
29
29
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
30
30
  * <p>
31
- Example: `{\"Department\": \"Finance\"}`
31
+ Example: {@code {\"Department\": \"Finance\"}}
32
32
  *
33
33
  */
34
34
  "freeformTags"?: {
@@ -37,7 +37,7 @@ export interface UpdateDrPlanExecutionDetails {
37
37
  /**
38
38
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
39
39
  * <p>
40
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
40
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
41
41
  *
42
42
  */
43
43
  "definedTags"?: {
@@ -22,21 +22,21 @@ export interface UpdateDrPlanGroupDetails {
22
22
  /**
23
23
  * The unique id of the group. Must not be modified by user.
24
24
  * <p>
25
- Example: `sgid1.group..uniqueID`
25
+ Example: {@code sgid1.group..uniqueID}
26
26
  *
27
27
  */
28
28
  "id"?: string;
29
29
  /**
30
30
  * The display name of the group.
31
31
  * <p>
32
- Example: `My_GROUP_3 - EBS Start`
32
+ Example: {@code My_GROUP_3 - EBS Start}
33
33
  *
34
34
  */
35
35
  "displayName"?: string;
36
36
  /**
37
37
  * The group type.
38
38
  * <p>
39
- Example: `BUILT_IN`
39
+ Example: {@code BUILT_IN}
40
40
  *
41
41
  */
42
42
  "type"?: model.DrPlanGroupType;
@@ -22,14 +22,14 @@ export interface UpdateDrPlanStepDetails {
22
22
  /**
23
23
  * The unique id of the step.
24
24
  * <p>
25
- Example: `sgid1.step..uniqueID`
25
+ Example: {@code sgid1.step..uniqueID}
26
26
  *
27
27
  */
28
28
  "id"?: string;
29
29
  /**
30
30
  * The display name of the step in a group.
31
31
  * <p>
32
- Example: `My_STEP_3A - EBS Start - STAGE A`
32
+ Example: {@code My_STEP_3A - EBS Start - STAGE A}
33
33
  *
34
34
  */
35
35
  "displayName"?: string;
@@ -41,14 +41,14 @@ export interface UpdateDrPlanStepDetails {
41
41
  /**
42
42
  * The timeout in seconds for executing this step.
43
43
  * <p>
44
- Example: `600`
44
+ Example: {@code 600}
45
45
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
46
46
  */
47
47
  "timeout"?: number;
48
48
  /**
49
49
  * A flag indicating whether this step should be enabled for execution.
50
50
  * <p>
51
- Example: `true`
51
+ Example: {@code true}
52
52
  *
53
53
  */
54
54
  "isEnabled"?: boolean;
@@ -22,7 +22,7 @@ export interface UpdateDrProtectionGroupDetails {
22
22
  /**
23
23
  * The display name of the DR protection group.
24
24
  * <p>
25
- Example: `EBS PHX Group`
25
+ Example: {@code EBS PHX Group}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
@@ -36,7 +36,7 @@ export interface UpdateDrProtectionGroupDetails {
36
36
  /**
37
37
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
38
38
  * <p>
39
- Example: `{\"Department\": \"Finance\"}`
39
+ Example: {@code {\"Department\": \"Finance\"}}
40
40
  *
41
41
  */
42
42
  "freeformTags"?: {
@@ -45,7 +45,7 @@ export interface UpdateDrProtectionGroupDetails {
45
45
  /**
46
46
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
47
47
  * <p>
48
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
48
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
49
49
  *
50
50
  */
51
51
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceDetails extends mod
22
22
  /**
23
23
  * A flag indicating if the compute instance should be moved during DR operations.
24
24
  * <p>
25
- Example: `false`
25
+ Example: {@code false}
26
26
  *
27
27
  */
28
28
  "isMovable"?: boolean;
@@ -35,7 +35,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceDetails extends mod
35
35
  * The OCID of a compartment in the destination region in which the compute instance
36
36
  * should be launched.
37
37
  * <p>
38
- Example: `ocid1.compartment.oc1..uniqueID`
38
+ Example: {@code ocid1.compartment.oc1..uniqueID}
39
39
  *
40
40
  */
41
41
  "destinationCompartmentId"?: string;
@@ -43,7 +43,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceDetails extends mod
43
43
  * The OCID of a dedicated VM host in the destination region on which the compute instance
44
44
  * should be launched.
45
45
  * <p>
46
- Example: `ocid1.dedicatedvmhost.oc1..uniqueID`
46
+ Example: {@code ocid1.dedicatedvmhost.oc1..uniqueID}
47
47
  *
48
48
  */
49
49
  "destinationDedicatedVmHostId"?: string;
@@ -24,7 +24,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceMovableDetails exte
24
24
  * The compute instance launch will fail if this flag is set to true and capacity is not available in the
25
25
  * specified fault domain in the destination region.
26
26
  * <p>
27
- Example: `false`
27
+ Example: {@code false}
28
28
  *
29
29
  */
30
30
  "isRetainFaultDomain"?: boolean;
@@ -32,7 +32,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceMovableDetails exte
32
32
  * The OCID of a capacity reservation in the destination region which will be used to launch
33
33
  * the compute instance.
34
34
  * <p>
35
- Example: `ocid1.capacityreservation.oc1..uniqueID`
35
+ Example: {@code ocid1.capacityreservation.oc1..uniqueID}
36
36
  *
37
37
  */
38
38
  "destinationCapacityReservationId"?: string;
@@ -45,7 +45,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceMovableDetails exte
45
45
  * The OCID of a compartment in the destination region in which the compute instance
46
46
  * should be launched.
47
47
  * <p>
48
- Example: `ocid1.compartment.oc1..uniqueID`
48
+ Example: {@code ocid1.compartment.oc1..uniqueID}
49
49
  *
50
50
  */
51
51
  "destinationCompartmentId"?: string;
@@ -53,7 +53,7 @@ export interface UpdateDrProtectionGroupMemberComputeInstanceMovableDetails exte
53
53
  * The OCID of a dedicated VM host in the destination region where the compute instance
54
54
  * should be launched.
55
55
  * <p>
56
- Example: `ocid1.dedicatedvmhost.oc1..uniqueID`
56
+ Example: {@code ocid1.dedicatedvmhost.oc1..uniqueID}
57
57
  *
58
58
  */
59
59
  "destinationDedicatedVmHostId"?: string;