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,14 +22,14 @@ export interface CreateDrPlanExecutionDetails {
22
22
  /**
23
23
  * The display name of the DR plan execution.
24
24
  * <p>
25
- Example: `Execution - EBS Switchover PHX to IAD`
25
+ Example: {@code Execution - EBS Switchover PHX to IAD}
26
26
  *
27
27
  */
28
28
  "displayName"?: string;
29
29
  /**
30
30
  * The OCID of the DR plan.
31
31
  * <p>
32
- Example: `ocid1.drplan.oc1..uniqueID`
32
+ Example: {@code ocid1.drplan.oc1..uniqueID}
33
33
  *
34
34
  */
35
35
  "planId": string;
@@ -37,7 +37,7 @@ export interface CreateDrPlanExecutionDetails {
37
37
  /**
38
38
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
39
39
  * <p>
40
- Example: `{\"Department\": \"Finance\"}`
40
+ Example: {@code {\"Department\": \"Finance\"}}
41
41
  *
42
42
  */
43
43
  "freeformTags"?: {
@@ -46,7 +46,7 @@ export interface CreateDrPlanExecutionDetails {
46
46
  /**
47
47
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
48
48
  * <p>
49
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
49
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
50
50
  *
51
51
  */
52
52
  "definedTags"?: {
@@ -22,14 +22,14 @@ export interface CreateDrProtectionGroupDetails {
22
22
  /**
23
23
  * The OCID of the compartment in which to create the DR protection group.
24
24
  * <p>
25
- Example: `ocid1.compartment.oc1..uniqueID`
25
+ Example: {@code ocid1.compartment.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "compartmentId": string;
29
29
  /**
30
30
  * The display name of the DR protection group.
31
31
  * <p>
32
- Example: `EBS PHX Group`
32
+ Example: {@code EBS PHX Group}
33
33
  *
34
34
  */
35
35
  "displayName": string;
@@ -43,7 +43,7 @@ export interface CreateDrProtectionGroupDetails {
43
43
  /**
44
44
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
45
45
  * <p>
46
- Example: `{\"Department\": \"Finance\"}`
46
+ Example: {@code {\"Department\": \"Finance\"}}
47
47
  *
48
48
  */
49
49
  "freeformTags"?: {
@@ -52,7 +52,7 @@ export interface CreateDrProtectionGroupDetails {
52
52
  /**
53
53
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
54
54
  * <p>
55
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
55
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
56
56
  *
57
57
  */
58
58
  "definedTags"?: {
@@ -22,7 +22,7 @@ export interface CreateDrProtectionGroupMemberComputeInstanceDetails 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 CreateDrProtectionGroupMemberComputeInstanceDetails 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 CreateDrProtectionGroupMemberComputeInstanceDetails extends mod
43
43
  * The OCID of a dedicated VM host in the destination region where 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 CreateDrProtectionGroupMemberComputeInstanceMovableDetails 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 CreateDrProtectionGroupMemberComputeInstanceMovableDetails 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 CreateDrProtectionGroupMemberComputeInstanceMovableDetails 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 CreateDrProtectionGroupMemberComputeInstanceMovableDetails 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;
@@ -22,7 +22,7 @@ export interface CreateDrProtectionGroupMemberDatabaseDetails extends model.Crea
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 CreateDrProtectionGroupMemberDetails {
21
21
  /**
22
22
  * The OCID of the member.
23
23
  * <p>
24
- Example: `ocid1.instance.oc1..uniqueID`
24
+ Example: {@code ocid1.instance.oc1..uniqueID}
25
25
  *
26
26
  */
27
27
  "memberId": string;
@@ -22,7 +22,7 @@ export interface CreateDrProtectionGroupMemberFileSystemDetails extends model.Cr
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 CreateDrProtectionGroupMemberLoadBalancerDetails 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 CreateDrProtectionGroupMemberNetworkLoadBalancerDetails 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;
@@ -22,7 +22,7 @@ export interface CreateFileSystemMountDetails {
22
22
  /**
23
23
  * The OCID of the mount target for this file system.
24
24
  * <p>
25
- Example: `ocid1.mounttarget.oc1..uniqueID`
25
+ Example: {@code ocid1.mounttarget.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "mountTargetId"?: string;
@@ -22,7 +22,7 @@ export interface CreateFileSystemUnmountDetails {
22
22
  /**
23
23
  * The OCID of the mount target.
24
24
  * <p>
25
- Example: `ocid1.mounttarget.oc1..uniqueID`
25
+ Example: {@code ocid1.mounttarget.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "mountTargetId"?: string;
@@ -21,14 +21,14 @@ export interface CreateObjectStorageLogLocationDetails {
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;
@@ -22,28 +22,28 @@ export interface DrPlanExecutionSummary {
22
22
  /**
23
23
  * The OCID of the DR plan execution.
24
24
  * <p>
25
- Example: `ocid1.drplanexecution.oc1..uniqueID`
25
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "id": string;
29
29
  /**
30
30
  * The OCID of the compartment containing this plan execution.
31
31
  * <p>
32
- Example: `ocid1.compartment.oc1..uniqueID`
32
+ Example: {@code ocid1.compartment.oc1..uniqueID}
33
33
  *
34
34
  */
35
35
  "compartmentId": string;
36
36
  /**
37
37
  * The display name of the DR plan execution.
38
38
  * <p>
39
- Example: `Execution - EBS Switchover PHX to IAD`
39
+ Example: {@code Execution - EBS Switchover PHX to IAD}
40
40
  *
41
41
  */
42
42
  "displayName": string;
43
43
  /**
44
44
  * The OCID of the DR plan for this DR plan execution.
45
45
  * <p>
46
- Example: `ocid1.drplan.oc1..uniqueID`
46
+ Example: {@code ocid1.drplan.oc1..uniqueID}
47
47
  *
48
48
  */
49
49
  "planId": string;
@@ -55,7 +55,7 @@ export interface DrPlanExecutionSummary {
55
55
  /**
56
56
  * The OCID of the DR protection group to which this DR plan execution belongs.
57
57
  * <p>
58
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
58
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
59
59
  *
60
60
  */
61
61
  "drProtectionGroupId": string;
@@ -63,7 +63,7 @@ export interface DrPlanExecutionSummary {
63
63
  * The OCID of peer DR protection group associated with this DR plan execution's
64
64
  * DR protection group.
65
65
  * <p>
66
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
66
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
67
67
  *
68
68
  */
69
69
  "peerDrProtectionGroupId": string;
@@ -71,7 +71,7 @@ export interface DrPlanExecutionSummary {
71
71
  * The region of the peer DR protection group associated with this DR plan execution's
72
72
  * DR protection group.
73
73
  * <p>
74
- Example: `us-ashburn-1`
74
+ Example: {@code us-ashburn-1}
75
75
  *
76
76
  */
77
77
  "peerRegion": string;
@@ -79,21 +79,21 @@ export interface DrPlanExecutionSummary {
79
79
  /**
80
80
  * The date and time at which DR plan execution was created. An RFC3339 formatted datetime string.
81
81
  * <p>
82
- Example: `2019-03-29T09:36:42Z`
82
+ Example: {@code 2019-03-29T09:36:42Z}
83
83
  *
84
84
  */
85
85
  "timeCreated": Date;
86
86
  /**
87
87
  * The date and time at which DR plan execution began. An RFC3339 formatted datetime string.
88
88
  * <p>
89
- Example: `2019-03-29T09:36:42Z`
89
+ Example: {@code 2019-03-29T09:36:42Z}
90
90
  *
91
91
  */
92
92
  "timeStarted"?: Date;
93
93
  /**
94
94
  * The time when this DR plan execution was last updated.
95
95
  * <p>
96
- Example: `2019-03-29T09:36:42Z`
96
+ Example: {@code 2019-03-29T09:36:42Z}
97
97
  *
98
98
  */
99
99
  "timeUpdated": Date;
@@ -101,14 +101,14 @@ export interface DrPlanExecutionSummary {
101
101
  * The date and time at which DR plan execution succeeded, failed, was paused, or canceled.
102
102
  * An RFC3339 formatted datetime string.
103
103
  * <p>
104
- Example: `2019-03-29T09:36:42Z`
104
+ Example: {@code 2019-03-29T09:36:42Z}
105
105
  *
106
106
  */
107
107
  "timeEnded"?: Date;
108
108
  /**
109
109
  * The total duration in seconds taken to complete the DR plan execution.
110
110
  * <p>
111
- Example: `750`
111
+ Example: {@code 750}
112
112
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
113
113
  */
114
114
  "executionDurationInSec"?: number;
@@ -125,7 +125,7 @@ export interface DrPlanExecutionSummary {
125
125
  /**
126
126
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
127
127
  * <p>
128
- Example: `{\"Department\": \"Finance\"}`
128
+ Example: {@code {\"Department\": \"Finance\"}}
129
129
  *
130
130
  */
131
131
  "freeformTags"?: {
@@ -134,7 +134,7 @@ export interface DrPlanExecutionSummary {
134
134
  /**
135
135
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
136
136
  * <p>
137
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
137
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
138
138
  *
139
139
  */
140
140
  "definedTags"?: {
@@ -145,7 +145,7 @@ export interface DrPlanExecutionSummary {
145
145
  /**
146
146
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
147
147
  * <p>
148
- Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
148
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
149
149
  *
150
150
  */
151
151
  "systemTags"?: {
@@ -22,28 +22,28 @@ export interface DrPlanExecution {
22
22
  /**
23
23
  * The OCID of the DR plan execution.
24
24
  * <p>
25
- Example: `ocid1.drplanexecution.oc1..uniqueID`
25
+ Example: {@code ocid1.drplanexecution.oc1..uniqueID}
26
26
  *
27
27
  */
28
28
  "id": string;
29
29
  /**
30
30
  * The OCID of the compartment containing this DR plan execution.
31
31
  * <p>
32
- Example: `ocid1.compartment.oc1..uniqueID`
32
+ Example: {@code ocid1.compartment.oc1..uniqueID}
33
33
  *
34
34
  */
35
35
  "compartmentId": string;
36
36
  /**
37
37
  * The display name of the DR plan execution.
38
38
  * <p>
39
- Example: `Execution - EBS Switchover PHX to IAD`
39
+ Example: {@code Execution - EBS Switchover PHX to IAD}
40
40
  *
41
41
  */
42
42
  "displayName": string;
43
43
  /**
44
44
  * The OCID of the DR plan.
45
45
  * <p>
46
- Example: `ocid1.drplan.oc1..uniqueID`
46
+ Example: {@code ocid1.drplan.oc1..uniqueID}
47
47
  *
48
48
  */
49
49
  "planId": string;
@@ -56,7 +56,7 @@ export interface DrPlanExecution {
56
56
  /**
57
57
  * The OCID of the DR protection group to which this DR plan execution belongs.
58
58
  * <p>
59
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
59
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
60
60
  *
61
61
  */
62
62
  "drProtectionGroupId": string;
@@ -64,7 +64,7 @@ export interface DrPlanExecution {
64
64
  * The OCID of peer DR protection group associated with this plan's
65
65
  * DR protection group.
66
66
  * <p>
67
- Example: `ocid1.drprotectiongroup.oc1..uniqueID`
67
+ Example: {@code ocid1.drprotectiongroup.oc1..uniqueID}
68
68
  *
69
69
  */
70
70
  "peerDrProtectionGroupId": string;
@@ -72,7 +72,7 @@ export interface DrPlanExecution {
72
72
  * The region of the peer DR protection group associated with this plan's
73
73
  * DR protection group.
74
74
  * <p>
75
- Example: `us-ashburn-1`
75
+ Example: {@code us-ashburn-1}
76
76
  *
77
77
  */
78
78
  "peerRegion": string;
@@ -80,21 +80,21 @@ export interface DrPlanExecution {
80
80
  /**
81
81
  * The date and time at which DR plan execution was created. An RFC3339 formatted datetime string.
82
82
  * <p>
83
- Example: `2019-03-29T09:36:42Z`
83
+ Example: {@code 2019-03-29T09:36:42Z}
84
84
  *
85
85
  */
86
86
  "timeCreated": Date;
87
87
  /**
88
88
  * The date and time at which DR plan execution began. An RFC3339 formatted datetime string.
89
89
  * <p>
90
- Example: `2019-03-29T09:36:42Z`
90
+ Example: {@code 2019-03-29T09:36:42Z}
91
91
  *
92
92
  */
93
93
  "timeStarted"?: Date;
94
94
  /**
95
95
  * The time when DR plan execution was last updated. An RFC3339 formatted datetime string.
96
96
  * <p>
97
- Example: `2019-03-29T09:36:42Z`
97
+ Example: {@code 2019-03-29T09:36:42Z}
98
98
  *
99
99
  */
100
100
  "timeUpdated": Date;
@@ -102,14 +102,14 @@ export interface DrPlanExecution {
102
102
  * The date and time at which DR plan execution succeeded, failed, was paused, or was canceled.
103
103
  * An RFC3339 formatted datetime string.
104
104
  * <p>
105
- Example: `2019-03-29T09:36:42Z`
105
+ Example: {@code 2019-03-29T09:36:42Z}
106
106
  *
107
107
  */
108
108
  "timeEnded"?: Date;
109
109
  /**
110
110
  * The total duration in seconds taken to complete the DR plan execution.
111
111
  * <p>
112
- Example: `750`
112
+ Example: {@code 750}
113
113
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
114
114
  */
115
115
  "executionDurationInSec"?: number;
@@ -131,7 +131,7 @@ export interface DrPlanExecution {
131
131
  /**
132
132
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
133
133
  * <p>
134
- Example: `{\"Department\": \"Finance\"}`
134
+ Example: {@code {\"Department\": \"Finance\"}}
135
135
  *
136
136
  */
137
137
  "freeformTags"?: {
@@ -140,7 +140,7 @@ export interface DrPlanExecution {
140
140
  /**
141
141
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
142
142
  * <p>
143
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
143
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
144
144
  *
145
145
  */
146
146
  "definedTags"?: {
@@ -151,7 +151,7 @@ export interface DrPlanExecution {
151
151
  /**
152
152
  * Usage of system tag keys. These predefined keys are scoped to namespaces.
153
153
  * <p>
154
- Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
154
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
155
155
  *
156
156
  */
157
157
  "systemTags"?: {
@@ -22,21 +22,21 @@ export interface DrPlanGroupExecution {
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
  "groupId": string;
29
29
  /**
30
30
  * The group type.
31
31
  * <p>
32
- Example: `BUILT_IN`
32
+ Example: {@code BUILT_IN}
33
33
  *
34
34
  */
35
35
  "type": model.DrPlanGroupType;
36
36
  /**
37
37
  * The display name of the group execution.
38
38
  * <p>
39
- Example: `DATABASE_SWITCHOVER`
39
+ Example: {@code DATABASE_SWITCHOVER}
40
40
  *
41
41
  */
42
42
  "displayName": string;
@@ -48,28 +48,28 @@ export interface DrPlanGroupExecution {
48
48
  /**
49
49
  * Additional details on the group execution status.
50
50
  * <p>
51
- Example: `A total of [3] steps failed in the group`
51
+ Example: {@code A total of [3] steps failed in the group}
52
52
  *
53
53
  */
54
54
  "statusDetails"?: string;
55
55
  /**
56
56
  * The time when group execution began. An RFC3339 formatted datetime string.
57
57
  * <p>
58
- Example: `2019-03-29T09:36:42Z`
58
+ Example: {@code 2019-03-29T09:36:42Z}
59
59
  *
60
60
  */
61
61
  "timeStarted"?: Date;
62
62
  /**
63
63
  * The time when group execution ended. An RFC3339 formatted datetime string.
64
64
  * <p>
65
- Example: `2019-03-29T09:36:42Z`
65
+ Example: {@code 2019-03-29T09:36:42Z}
66
66
  *
67
67
  */
68
68
  "timeEnded"?: Date;
69
69
  /**
70
70
  * The total duration in seconds taken to complete group execution.
71
71
  * <p>
72
- Example: `120`
72
+ Example: {@code 120}
73
73
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
74
74
  */
75
75
  "executionDurationInSec"?: number;
@@ -22,21 +22,21 @@ export interface DrPlanGroup {
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 group type.
31
31
  * <p>
32
- Example: `BUILT_IN`
32
+ Example: {@code BUILT_IN}
33
33
  *
34
34
  */
35
35
  "type": model.DrPlanGroupType;
36
36
  /**
37
37
  * The display name of the group.
38
38
  * <p>
39
- Example: `DATABASE_SWITCHOVER`
39
+ Example: {@code DATABASE_SWITCHOVER}
40
40
  *
41
41
  */
42
42
  "displayName": string;
@@ -22,7 +22,7 @@ export interface DrPlanStepExecution {
22
22
  /**
23
23
  * The unique id of the step. Must not be modified by user.
24
24
  * <p>
25
- Example: `sgid1.step..uniqueID`
25
+ Example: {@code sgid1.step..uniqueID}
26
26
  *
27
27
  */
28
28
  "stepId": string;
@@ -34,14 +34,14 @@ export interface DrPlanStepExecution {
34
34
  /**
35
35
  * The unique id of the group to which this step belongs. Must not be modified by user.
36
36
  * <p>
37
- Example: `sgid1.group..uniqueID`
37
+ Example: {@code sgid1.group..uniqueID}
38
38
  *
39
39
  */
40
40
  "groupId": string;
41
41
  /**
42
42
  * The display name of the step execution.
43
43
  * <p>
44
- Example: `DATABASE_SWITCHOVER`
44
+ Example: {@code DATABASE_SWITCHOVER}
45
45
  *
46
46
  */
47
47
  "displayName": string;
@@ -54,28 +54,28 @@ export interface DrPlanStepExecution {
54
54
  /**
55
55
  * Additional details on the step execution status.
56
56
  * <p>
57
- Example: `This step failed to complete due to a timeout`
57
+ Example: {@code This step failed to complete due to a timeout}
58
58
  *
59
59
  */
60
60
  "statusDetails"?: string;
61
61
  /**
62
62
  * The time when step execution began. 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
  "timeStarted"?: Date;
68
68
  /**
69
69
  * The time when execution ended. 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
  "timeEnded"?: Date;
75
75
  /**
76
76
  * The total duration in seconds taken to complete the step execution.
77
77
  * <p>
78
- Example: `35`
78
+ Example: {@code 35}
79
79
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
80
80
  */
81
81
  "executionDurationInSec"?: number;
@@ -22,21 +22,21 @@ export interface DrPlanStep {
22
22
  /**
23
23
  * The unique id of the step. Must not be modified by the user.
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 unique id of the group to which this step belongs. Must not be modified by user.
31
31
  * <p>
32
- Example: `sgid1.group..uniqueID`
32
+ Example: {@code sgid1.group..uniqueID}
33
33
  *
34
34
  */
35
35
  "groupId": string;
36
36
  /**
37
37
  * The OCID of the member associated with this step.
38
38
  * <p>
39
- Example: `ocid1.database.oc1..uniqueID`
39
+ Example: {@code ocid1.database.oc1..uniqueID}
40
40
  *
41
41
  */
42
42
  "memberId"?: string;
@@ -48,7 +48,7 @@ export interface DrPlanStep {
48
48
  /**
49
49
  * The display name of the group.
50
50
  * <p>
51
- Example: `DATABASE_SWITCHOVER`
51
+ Example: {@code DATABASE_SWITCHOVER}
52
52
  *
53
53
  */
54
54
  "displayName": string;
@@ -60,14 +60,14 @@ export interface DrPlanStep {
60
60
  /**
61
61
  * The timeout in seconds for executing this step.
62
62
  * <p>
63
- Example: `600`
63
+ Example: {@code 600}
64
64
  * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
65
65
  */
66
66
  "timeout": number;
67
67
  /**
68
68
  * A flag indicating whether this step should be enabled for execution.
69
69
  * <p>
70
- Example: `true`
70
+ Example: {@code true}
71
71
  *
72
72
  */
73
73
  "isEnabled": boolean;