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
@@ -22,7 +22,7 @@ export interface UpdateDrProtectionGroupMemberDatabaseDetails extends model.Upda
22
22
  /**
23
23
  * The OCID of the vault secret where the database SYSDBA password is stored.
24
24
  * <p>
25
- Example: `ocid1.vaultsecret.oc1..uniqueID`
25
+ Example: {@code ocid1.vaultsecret.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "passwordVaultSecretId"?: string;
@@ -21,7 +21,7 @@ export interface UpdateDrProtectionGroupMemberDetails {
21
21
  /**
22
22
  * The OCID of the member.
23
23
  * <p>
24
- Example: `ocid1.database.oc1..uniqueID`
24
+ Example: {@code ocid1.database.oc1..uniqueID}
25
25
  *
26
26
  */
27
27
  "memberId": string;
@@ -22,7 +22,7 @@ export interface UpdateDrProtectionGroupMemberFileSystemDetails extends model.Up
22
22
  /**
23
23
  * The availability domain of the destination mount target.
24
24
  * <p>
25
- Example: `BBTh:region-AD`
25
+ Example: {@code BBTh:region-AD}
26
26
  *
27
27
  */
28
28
  "destinationAvailabilityDomain"?: string;
@@ -22,7 +22,7 @@ export interface UpdateDrProtectionGroupMemberLoadBalancerDetails extends model.
22
22
  /**
23
23
  * The OCID of the destination load balancer.
24
24
  * <p>
25
- Example: `ocid1.loadbalancer.oc1..uniqueID`
25
+ Example: {@code ocid1.loadbalancer.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "destinationLoadBalancerId"?: string;
@@ -22,7 +22,7 @@ export interface UpdateDrProtectionGroupMemberNetworkLoadBalancerDetails extends
22
22
  /**
23
23
  * The OCID of the destination network load balancer.
24
24
  * <p>
25
- Example: `ocid1.networkloadbalancer.oc1..uniqueID`
25
+ Example: {@code ocid1.networkloadbalancer.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "destinationNetworkLoadBalancerId"?: string;
@@ -21,7 +21,7 @@ export interface UpdateFileSystemMountDetails {
21
21
  /**
22
22
  * The OCID of the mount target for this file system.
23
23
  * <p>
24
- Example: `ocid1.mounttarget.oc1..uniqueID`
24
+ Example: {@code ocid1.mounttarget.oc1..uniqueID}
25
25
  *
26
26
  */
27
27
  "mountTargetId"?: string;
@@ -21,7 +21,7 @@ export interface UpdateFileSystemUnmountDetails {
21
21
  /**
22
22
  * The OCID of the mount target for this file system.
23
23
  * <p>
24
- Example: `ocid1.mounttarget.oc1..uniqueID`
24
+ Example: {@code ocid1.mounttarget.oc1..uniqueID}
25
25
  *
26
26
  */
27
27
  "mountTargetId"?: string;
@@ -23,14 +23,14 @@ export interface UpdateInvokeFunctionUserDefinedStepDetails extends model.Update
23
23
  /**
24
24
  * The OCID of function to be invoked.
25
25
  * <p>
26
- Example: `ocid1.fnfunc.oc1..uniqueID`
26
+ Example: {@code ocid1.fnfunc.oc1..uniqueID}
27
27
  *
28
28
  */
29
29
  "functionId": string;
30
30
  /**
31
31
  * The request body for the function.
32
32
  * <p>
33
- Example: `{ \"FnParam1\", \"FnParam2\" }`
33
+ Example: {@code { \"FnParam1\", \"FnParam2\" }}
34
34
  *
35
35
  */
36
36
  "requestBody"?: string;
@@ -21,14 +21,14 @@ export interface UpdateObjectStorageLogLocationDetails {
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;
@@ -21,21 +21,21 @@ export interface UpdateObjectStorageScriptLocationDetails {
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;
@@ -28,21 +28,21 @@ export interface UpdateRunLocalScriptUserDefinedStepDetails extends model.Update
28
28
  * <p>
29
29
  **For non-moving instances:** *runOnInstanceId* must be the OCID of the non-moving instance.
30
30
  * <p>
31
- Example: `ocid1.instance.oc1..uniqueID`
31
+ Example: {@code ocid1.instance.oc1..uniqueID}
32
32
  *
33
33
  */
34
34
  "runOnInstanceId": string;
35
35
  /**
36
36
  * The script name and arguments.
37
37
  * <p>
38
- Example: `/usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3`
38
+ Example: {@code /usr/bin/python3 /home/opc/scripts/my_app_script.py arg1 arg2 arg3}
39
39
  *
40
40
  */
41
41
  "scriptCommand": string;
42
42
  /**
43
43
  * The userid on the instance to be used for executing the script or command.
44
44
  * <p>
45
- Example: `opc`
45
+ Example: {@code opc}
46
46
  *
47
47
  */
48
48
  "runAsUser"?: string;
@@ -28,7 +28,7 @@ export interface UpdateRunObjectStoreScriptUserDefinedStepDetails extends model.
28
28
  * <p>
29
29
  **For non-moving instances:** *runOnInstanceId* must be the OCID of the non-moving instance.
30
30
  * <p>
31
- Example: `ocid1.instance.oc1..uniqueID`
31
+ Example: {@code ocid1.instance.oc1..uniqueID}
32
32
  *
33
33
  */
34
34
  "runOnInstanceId": string;
@@ -22,21 +22,21 @@ export interface WorkRequestError {
22
22
  * A machine-usable code for the error that occured. Error codes are listed here --
23
23
  * (https://docs.cloud.oracle.com/Content/API/References/apierrors.htm).
24
24
  * <p>
25
- Example: `429`
25
+ Example: {@code 429}
26
26
  *
27
27
  */
28
28
  "code": string;
29
29
  /**
30
30
  * A human-readable description of the issue encountered.
31
31
  * <p>
32
- Example: `TooManyRequests`
32
+ Example: {@code TooManyRequests}
33
33
  *
34
34
  */
35
35
  "message": string;
36
36
  /**
37
37
  * The time the error occured. An RFC3339 formatted datetime string.
38
38
  * <p>
39
- Example: `2019-03-29T09:36:42Z`
39
+ Example: {@code 2019-03-29T09:36:42Z}
40
40
  *
41
41
  */
42
42
  "timestamp": Date;
@@ -21,14 +21,14 @@ export interface WorkRequestLogEntry {
21
21
  /**
22
22
  * A human-readable log message.
23
23
  * <p>
24
- Example: `DR plan execution is in progress`
24
+ Example: {@code DR plan execution is in progress}
25
25
  *
26
26
  */
27
27
  "message": string;
28
28
  /**
29
29
  * The time the log message was written. An RFC3339 formatted datetime string.
30
30
  * <p>
31
- Example: `2019-03-29T09:36:42Z`
31
+ Example: {@code 2019-03-29T09:36:42Z}
32
32
  *
33
33
  */
34
34
  "timestamp": Date;
@@ -22,7 +22,7 @@ export interface WorkRequestResource {
22
22
  /**
23
23
  * The resource type the work request affects.
24
24
  * <p>
25
- Example: `DrPlanExecution`
25
+ Example: {@code DrPlanExecution}
26
26
  *
27
27
  */
28
28
  "entityType": string;
@@ -37,7 +37,7 @@ export interface WorkRequestResource {
37
37
  /**
38
38
  * The identifier (OCID) of the resource the work request affects.
39
39
  * <p>
40
- Example: `ocid1.drplanexecution.oc1..uniqueID`
40
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
41
41
  *
42
42
  */
43
43
  "identifier": string;
@@ -32,7 +32,7 @@ export interface WorkRequestSummary {
32
32
  /**
33
33
  * The OCID of the work request.
34
34
  * <p>
35
- Example: `ocid1.workrequest.oc1..uniqueID`
35
+ Example: {@code ocid1.workrequest.oc1..uniqueID}
36
36
  *
37
37
  */
38
38
  "id": string;
@@ -42,7 +42,7 @@ export interface WorkRequestSummary {
42
42
  * and those resources are not in the same compartment, it is up to the service team to pick the primary
43
43
  * resource whose compartment should be used.
44
44
  * <p>
45
- Example: `ocid1.compartment.oc1..uniqueID`
45
+ Example: {@code ocid1.compartment.oc1..uniqueID}
46
46
  *
47
47
  */
48
48
  "compartmentId": string;
@@ -54,28 +54,28 @@ export interface WorkRequestSummary {
54
54
  /**
55
55
  * The percentage of the request completed.
56
56
  * <p>
57
- Example: `75`
57
+ Example: {@code 75}
58
58
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
59
59
  */
60
60
  "percentComplete": number;
61
61
  /**
62
62
  * The date and time the request was created. An RFC3339 formatted datetime string.
63
63
  * <p>
64
- Example: `2019-03-29T09:36:42Z`
64
+ Example: {@code 2019-03-29T09:36:42Z}
65
65
  *
66
66
  */
67
67
  "timeAccepted": Date;
68
68
  /**
69
69
  * The date and time the request was started. An RFC3339 formatted datetime string.
70
70
  * <p>
71
- Example: `2019-03-29T09:36:42Z`
71
+ Example: {@code 2019-03-29T09:36:42Z}
72
72
  *
73
73
  */
74
74
  "timeStarted"?: Date;
75
75
  /**
76
76
  * The date and time the request was finished. An RFC3339 formatted datetime string.
77
77
  * <p>
78
- Example: `2019-03-29T09:36:42Z`
78
+ Example: {@code 2019-03-29T09:36:42Z}
79
79
  *
80
80
  */
81
81
  "timeFinished"?: Date;
@@ -32,7 +32,7 @@ export interface WorkRequest {
32
32
  /**
33
33
  * The OCID of the work request.
34
34
  * <p>
35
- Example: `ocid1.drworkrequest.oc1..uniqueID`
35
+ Example: {@code ocid1.drworkrequest.oc1..uniqueID}
36
36
  *
37
37
  */
38
38
  "id": string;
@@ -42,7 +42,7 @@ export interface WorkRequest {
42
42
  * and those resources are not in the same compartment, it is up to the service team to pick the primary
43
43
  * resource whose compartment should be used
44
44
  * <p>
45
- Example: `ocid1.compartment.oc1..uniqueID`
45
+ Example: {@code ocid1.compartment.oc1..uniqueID}
46
46
  *
47
47
  */
48
48
  "compartmentId": string;
@@ -54,28 +54,28 @@ export interface WorkRequest {
54
54
  /**
55
55
  * The percentage of the request completed.
56
56
  * <p>
57
- Example: `75`
57
+ Example: {@code 75}
58
58
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
59
59
  */
60
60
  "percentComplete": number;
61
61
  /**
62
62
  * The date and time the request was created. An RFC3339 formatted datetime string.
63
63
  * <p>
64
- Example: `2019-03-29T09:36:42Z`
64
+ Example: {@code 2019-03-29T09:36:42Z}
65
65
  *
66
66
  */
67
67
  "timeAccepted": Date;
68
68
  /**
69
69
  * The date and time the request was started. An RFC3339 formatted datetime string.
70
70
  * <p>
71
- Example: `2019-03-29T09:36:42Z`
71
+ Example: {@code 2019-03-29T09:36:42Z}
72
72
  *
73
73
  */
74
74
  "timeStarted"?: Date;
75
75
  /**
76
76
  * The date and time the request was finished. An RFC3339 formatted datetime string.
77
77
  * <p>
78
- Example: `2019-03-29T09:36:42Z`
78
+ Example: {@code 2019-03-29T09:36:42Z}
79
79
  *
80
80
  */
81
81
  "timeFinished"?: Date;
@@ -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/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.77.1/disasterrecovery/AssociateDrProtectionGroup.ts.html |here} to see how to use AssociateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface AssociateDrProtectionGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface AssociateDrProtectionGroupRequest 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/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.77.1/disasterrecovery/CancelDrPlanExecution.ts.html |here} to see how to use CancelDrPlanExecutionRequest.
17
17
  */
18
18
  export interface CancelDrPlanExecutionRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface CancelDrPlanExecutionRequest 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.
@@ -12,19 +12,19 @@
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.76.1/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.77.1/disasterrecovery/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The ID (OCID) of the asynchronous request.
20
20
  * <p>
21
- Example: `ocid1.workrequest.oc1..uniqueID`
21
+ Example: {@code ocid1.workrequest.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "workRequestId": string;
25
25
  /**
26
26
  * For optimistic concurrency control. In the PUT or DELETE call
27
- * for a resource, set the `if-match` parameter to the value of the
27
+ * for a resource, set the {@code if-match} parameter to the value of the
28
28
  * etag from a previous GET or POST response for that resource.
29
29
  * The resource will be updated or deleted only if the etag you
30
30
  * 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/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.77.1/disasterrecovery/ChangeDrProtectionGroupCompartment.ts.html |here} to see how to use ChangeDrProtectionGroupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDrProtectionGroupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface ChangeDrProtectionGroupCompartmentRequest extends common.BaseRe
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/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.77.1/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.76.1/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.77.1/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.76.1/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.77.1/disasterrecovery/CreateDrProtectionGroup.ts.html |here} to see how to use CreateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface CreateDrProtectionGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -12,19 +12,19 @@
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.76.1/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.77.1/disasterrecovery/DeleteDrPlanExecution.ts.html |here} to see how to use DeleteDrPlanExecutionRequest.
16
16
  */
17
17
  export interface DeleteDrPlanExecutionRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The OCID of the DR plan execution.
20
20
  * <p>
21
- Example: `ocid1.drplanexecution.oc1..uniqueID`
21
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "drPlanExecutionId": string;
25
25
  /**
26
26
  * For optimistic concurrency control. In the PUT or DELETE call
27
- * for a resource, set the `if-match` parameter to the value of the
27
+ * for a resource, set the {@code if-match} parameter to the value of the
28
28
  * etag from a previous GET or POST response for that resource.
29
29
  * The resource will be updated or deleted only if the etag you
30
30
  * provide matches the resource's current etag value.
@@ -12,19 +12,19 @@
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.76.1/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.77.1/disasterrecovery/DeleteDrPlan.ts.html |here} to see how to use DeleteDrPlanRequest.
16
16
  */
17
17
  export interface DeleteDrPlanRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The OCID of the DR plan.
20
20
  * <p>
21
- Example: `ocid1.drplan.oc1..uniqueID`
21
+ Example: {@code ocid1.drplan.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "drPlanId": string;
25
25
  /**
26
26
  * For optimistic concurrency control. In the PUT or DELETE call
27
- * for a resource, set the `if-match` parameter to the value of the
27
+ * for a resource, set the {@code if-match} parameter to the value of the
28
28
  * etag from a previous GET or POST response for that resource.
29
29
  * The resource will be updated or deleted only if the etag you
30
30
  * provide matches the resource's current etag value.
@@ -12,19 +12,19 @@
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.76.1/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.77.1/disasterrecovery/DeleteDrProtectionGroup.ts.html |here} to see how to use DeleteDrProtectionGroupRequest.
16
16
  */
17
17
  export interface DeleteDrProtectionGroupRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The OCID of the DR protection group.
20
20
  * <p>
21
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
21
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "drProtectionGroupId": string;
25
25
  /**
26
26
  * For optimistic concurrency control. In the PUT or DELETE call
27
- * for a resource, set the `if-match` parameter to the value of the
27
+ * for a resource, set the {@code if-match} parameter to the value of the
28
28
  * etag from a previous GET or POST response for that resource.
29
29
  * The resource will be updated or deleted only if the etag you
30
30
  * 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/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.77.1/disasterrecovery/DisassociateDrProtectionGroup.ts.html |here} to see how to use DisassociateDrProtectionGroupRequest.
17
17
  */
18
18
  export interface DisassociateDrProtectionGroupRequest extends common.BaseRequest {
19
19
  /**
@@ -23,13 +23,13 @@ export interface DisassociateDrProtectionGroupRequest 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.
@@ -12,13 +12,13 @@
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.76.1/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.77.1/disasterrecovery/GetDrPlanExecution.ts.html |here} to see how to use GetDrPlanExecutionRequest.
16
16
  */
17
17
  export interface GetDrPlanExecutionRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The OCID of the DR plan execution.
20
20
  * <p>
21
- Example: `ocid1.drplanexecution.oc1..uniqueID`
21
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "drPlanExecutionId": string;
@@ -12,13 +12,13 @@
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.76.1/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.77.1/disasterrecovery/GetDrPlan.ts.html |here} to see how to use GetDrPlanRequest.
16
16
  */
17
17
  export interface GetDrPlanRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The OCID of the DR plan.
20
20
  * <p>
21
- Example: `ocid1.drplan.oc1..uniqueID`
21
+ Example: {@code ocid1.drplan.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "drPlanId": string;
@@ -12,13 +12,13 @@
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.76.1/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.77.1/disasterrecovery/GetDrProtectionGroup.ts.html |here} to see how to use GetDrProtectionGroupRequest.
16
16
  */
17
17
  export interface GetDrProtectionGroupRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The OCID of the DR protection group.
20
20
  * <p>
21
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
21
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "drProtectionGroupId": string;
@@ -12,13 +12,13 @@
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.76.1/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.77.1/disasterrecovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
19
19
  * The ID (OCID) of the asynchronous request.
20
20
  * <p>
21
- Example: `ocid1.workrequest.oc1..uniqueID`
21
+ Example: {@code ocid1.workrequest.oc1..uniqueID}
22
22
  *
23
23
  */
24
24
  "workRequestId": string;