oci-disasterrecovery 2.119.1 → 2.121.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +45 -0
- package/lib/client.js +323 -0
- package/lib/client.js.map +1 -1
- package/lib/disasterrecovery-waiter.d.ts +8 -0
- package/lib/disasterrecovery-waiter.js +12 -0
- package/lib/disasterrecovery-waiter.js.map +1 -1
- package/lib/model/automatic-dr-configuration-collection.d.ts +31 -0
- package/lib/model/automatic-dr-configuration-collection.js +65 -0
- package/lib/model/automatic-dr-configuration-collection.js.map +1 -0
- package/lib/model/automatic-dr-configuration-lifecycle-state.d.ts +47 -0
- package/lib/model/automatic-dr-configuration-lifecycle-state.js +58 -0
- package/lib/model/automatic-dr-configuration-lifecycle-state.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-container-database.d.ts +42 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-container-database.js +58 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-container-database.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-database.d.ts +42 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-database.js +58 -0
- package/lib/model/automatic-dr-configuration-member-autonomous-database.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-database.d.ts +42 -0
- package/lib/model/automatic-dr-configuration-member-database.js +58 -0
- package/lib/model/automatic-dr-configuration-member-database.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member-type.d.ts +37 -0
- package/lib/model/automatic-dr-configuration-member-type.js +48 -0
- package/lib/model/automatic-dr-configuration-member-type.js.map +1 -0
- package/lib/model/automatic-dr-configuration-member.d.ts +33 -0
- package/lib/model/automatic-dr-configuration-member.js +80 -0
- package/lib/model/automatic-dr-configuration-member.js.map +1 -0
- package/lib/model/automatic-dr-configuration-summary.d.ts +121 -0
- package/lib/model/automatic-dr-configuration-summary.js +33 -0
- package/lib/model/automatic-dr-configuration-summary.js.map +1 -0
- package/lib/model/automatic-dr-configuration.d.ts +143 -0
- package/lib/model/automatic-dr-configuration.js +65 -0
- package/lib/model/automatic-dr-configuration.js.map +1 -0
- package/lib/model/automatic-dr-plan-execution-submission-status.d.ts +35 -0
- package/lib/model/automatic-dr-plan-execution-submission-status.js +46 -0
- package/lib/model/automatic-dr-plan-execution-submission-status.js.map +1 -0
- package/lib/model/automatic-execution-details.d.ts +39 -0
- package/lib/model/automatic-execution-details.js +33 -0
- package/lib/model/automatic-execution-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-details.d.ts +79 -0
- package/lib/model/create-automatic-dr-configuration-details.js +65 -0
- package/lib/model/create-automatic-dr-configuration-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-container-database-details.d.ts +42 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-container-database-details.js +58 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-container-database-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-database-details.d.ts +42 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-database-details.js +58 -0
- package/lib/model/create-automatic-dr-configuration-member-autonomous-database-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-database-details.d.ts +42 -0
- package/lib/model/create-automatic-dr-configuration-member-database-details.js +58 -0
- package/lib/model/create-automatic-dr-configuration-member-database-details.js.map +1 -0
- package/lib/model/create-automatic-dr-configuration-member-details.d.ts +33 -0
- package/lib/model/create-automatic-dr-configuration-member-details.js +80 -0
- package/lib/model/create-automatic-dr-configuration-member-details.js.map +1 -0
- package/lib/model/dr-plan-execution.d.ts +8 -0
- package/lib/model/dr-plan-execution.js +6 -0
- package/lib/model/dr-plan-execution.js.map +1 -1
- package/lib/model/dr-protection-group-auth-type.d.ts +30 -0
- package/lib/model/dr-protection-group-auth-type.js +41 -0
- package/lib/model/dr-protection-group-auth-type.js.map +1 -0
- package/lib/model/dr-protection-group-lifecycle-sub-state.d.ts +4 -0
- package/lib/model/dr-protection-group-lifecycle-sub-state.js +4 -0
- package/lib/model/dr-protection-group-lifecycle-sub-state.js.map +1 -1
- package/lib/model/index.d.ts +44 -0
- package/lib/model/index.js +49 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/operation-type.d.ts +3 -0
- package/lib/model/operation-type.js +3 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/update-automatic-dr-configuration-details.d.ts +72 -0
- package/lib/model/update-automatic-dr-configuration-details.js +65 -0
- package/lib/model/update-automatic-dr-configuration-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-container-database-details.d.ts +42 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-container-database-details.js +58 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-container-database-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-database-details.d.ts +42 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-database-details.js +58 -0
- package/lib/model/update-automatic-dr-configuration-member-autonomous-database-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-database-details.d.ts +42 -0
- package/lib/model/update-automatic-dr-configuration-member-database-details.js +58 -0
- package/lib/model/update-automatic-dr-configuration-member-database-details.js.map +1 -0
- package/lib/model/update-automatic-dr-configuration-member-details.d.ts +33 -0
- package/lib/model/update-automatic-dr-configuration-member-details.js +80 -0
- package/lib/model/update-automatic-dr-configuration-member-details.js.map +1 -0
- package/lib/model/update-dr-plan-execution-details.d.ts +1 -1
- package/lib/request/create-automatic-dr-configuration-request.d.ts +37 -0
- package/lib/request/create-automatic-dr-configuration-request.js +15 -0
- package/lib/request/create-automatic-dr-configuration-request.js.map +1 -0
- package/lib/request/delete-automatic-dr-configuration-request.d.ts +39 -0
- package/lib/request/delete-automatic-dr-configuration-request.js +15 -0
- package/lib/request/delete-automatic-dr-configuration-request.js.map +1 -0
- package/lib/request/get-automatic-dr-configuration-request.d.ts +30 -0
- package/lib/request/get-automatic-dr-configuration-request.js +15 -0
- package/lib/request/get-automatic-dr-configuration-request.js.map +1 -0
- package/lib/request/index.d.ts +10 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-automatic-dr-configurations-request.d.ts +95 -0
- package/lib/request/list-automatic-dr-configurations-request.js +24 -0
- package/lib/request/list-automatic-dr-configurations-request.js.map +1 -0
- package/lib/request/update-automatic-dr-configuration-request.d.ts +44 -0
- package/lib/request/update-automatic-dr-configuration-request.js +15 -0
- package/lib/request/update-automatic-dr-configuration-request.js.map +1 -0
- package/lib/response/create-automatic-dr-configuration-response.d.ts +39 -0
- package/lib/response/create-automatic-dr-configuration-response.js +15 -0
- package/lib/response/create-automatic-dr-configuration-response.js.map +1 -0
- package/lib/response/delete-automatic-dr-configuration-response.d.ts +20 -0
- package/lib/response/delete-automatic-dr-configuration-response.js +15 -0
- package/lib/response/delete-automatic-dr-configuration-response.js.map +1 -0
- package/lib/response/get-automatic-dr-configuration-response.d.ts +30 -0
- package/lib/response/get-automatic-dr-configuration-response.js +15 -0
- package/lib/response/get-automatic-dr-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +10 -0
- package/lib/response/list-automatic-dr-configurations-response.d.ts +32 -0
- package/lib/response/list-automatic-dr-configurations-response.js +15 -0
- package/lib/response/list-automatic-dr-configurations-response.js.map +1 -0
- package/lib/response/update-automatic-dr-configuration-response.d.ts +25 -0
- package/lib/response/update-automatic-dr-configuration-response.js +15 -0
- package/lib/response/update-automatic-dr-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-automatic-dr-configuration-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-automatic-dr-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/request/update-automatic-dr-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateAutomaticDrConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* A URI for the new resource which was created by the request.
|
|
17
|
+
*/
|
|
18
|
+
"location": string;
|
|
19
|
+
/**
|
|
20
|
+
* For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"etag": string;
|
|
24
|
+
/**
|
|
25
|
+
* Unique Oracle-assigned identifier (OCID) for the asynchronous request. You can use this to query status of the asynchronous operation. Use {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with this OCID to track the status of the request.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcWorkRequestId": string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
31
|
+
* Oracle about a particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The returned model.AutomaticDrConfiguration instance.
|
|
37
|
+
*/
|
|
38
|
+
"automaticDrConfiguration": model.AutomaticDrConfiguration;
|
|
39
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-automatic-dr-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-automatic-dr-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/response/create-automatic-dr-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteAutomaticDrConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-automatic-dr-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-automatic-dr-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/response/delete-automatic-dr-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetAutomaticDrConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. For more information, see [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.AutomaticDrConfiguration instance.
|
|
28
|
+
*/
|
|
29
|
+
"automaticDrConfiguration": model.AutomaticDrConfiguration;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-automatic-dr-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-automatic-dr-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/response/get-automatic-dr-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -22,12 +22,16 @@ import * as CancelWorkRequestResponse from "./cancel-work-request-response";
|
|
|
22
22
|
export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
|
|
23
23
|
import * as ChangeDrProtectionGroupCompartmentResponse from "./change-dr-protection-group-compartment-response";
|
|
24
24
|
export import ChangeDrProtectionGroupCompartmentResponse = ChangeDrProtectionGroupCompartmentResponse.ChangeDrProtectionGroupCompartmentResponse;
|
|
25
|
+
import * as CreateAutomaticDrConfigurationResponse from "./create-automatic-dr-configuration-response";
|
|
26
|
+
export import CreateAutomaticDrConfigurationResponse = CreateAutomaticDrConfigurationResponse.CreateAutomaticDrConfigurationResponse;
|
|
25
27
|
import * as CreateDrPlanResponse from "./create-dr-plan-response";
|
|
26
28
|
export import CreateDrPlanResponse = CreateDrPlanResponse.CreateDrPlanResponse;
|
|
27
29
|
import * as CreateDrPlanExecutionResponse from "./create-dr-plan-execution-response";
|
|
28
30
|
export import CreateDrPlanExecutionResponse = CreateDrPlanExecutionResponse.CreateDrPlanExecutionResponse;
|
|
29
31
|
import * as CreateDrProtectionGroupResponse from "./create-dr-protection-group-response";
|
|
30
32
|
export import CreateDrProtectionGroupResponse = CreateDrProtectionGroupResponse.CreateDrProtectionGroupResponse;
|
|
33
|
+
import * as DeleteAutomaticDrConfigurationResponse from "./delete-automatic-dr-configuration-response";
|
|
34
|
+
export import DeleteAutomaticDrConfigurationResponse = DeleteAutomaticDrConfigurationResponse.DeleteAutomaticDrConfigurationResponse;
|
|
31
35
|
import * as DeleteDrPlanResponse from "./delete-dr-plan-response";
|
|
32
36
|
export import DeleteDrPlanResponse = DeleteDrPlanResponse.DeleteDrPlanResponse;
|
|
33
37
|
import * as DeleteDrPlanExecutionResponse from "./delete-dr-plan-execution-response";
|
|
@@ -36,6 +40,8 @@ import * as DeleteDrProtectionGroupResponse from "./delete-dr-protection-group-r
|
|
|
36
40
|
export import DeleteDrProtectionGroupResponse = DeleteDrProtectionGroupResponse.DeleteDrProtectionGroupResponse;
|
|
37
41
|
import * as DisassociateDrProtectionGroupResponse from "./disassociate-dr-protection-group-response";
|
|
38
42
|
export import DisassociateDrProtectionGroupResponse = DisassociateDrProtectionGroupResponse.DisassociateDrProtectionGroupResponse;
|
|
43
|
+
import * as GetAutomaticDrConfigurationResponse from "./get-automatic-dr-configuration-response";
|
|
44
|
+
export import GetAutomaticDrConfigurationResponse = GetAutomaticDrConfigurationResponse.GetAutomaticDrConfigurationResponse;
|
|
39
45
|
import * as GetDrPlanResponse from "./get-dr-plan-response";
|
|
40
46
|
export import GetDrPlanResponse = GetDrPlanResponse.GetDrPlanResponse;
|
|
41
47
|
import * as GetDrPlanExecutionResponse from "./get-dr-plan-execution-response";
|
|
@@ -46,6 +52,8 @@ import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
|
46
52
|
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
47
53
|
import * as IgnoreDrPlanExecutionResponse from "./ignore-dr-plan-execution-response";
|
|
48
54
|
export import IgnoreDrPlanExecutionResponse = IgnoreDrPlanExecutionResponse.IgnoreDrPlanExecutionResponse;
|
|
55
|
+
import * as ListAutomaticDrConfigurationsResponse from "./list-automatic-dr-configurations-response";
|
|
56
|
+
export import ListAutomaticDrConfigurationsResponse = ListAutomaticDrConfigurationsResponse.ListAutomaticDrConfigurationsResponse;
|
|
49
57
|
import * as ListDrPlanExecutionsResponse from "./list-dr-plan-executions-response";
|
|
50
58
|
export import ListDrPlanExecutionsResponse = ListDrPlanExecutionsResponse.ListDrPlanExecutionsResponse;
|
|
51
59
|
import * as ListDrPlansResponse from "./list-dr-plans-response";
|
|
@@ -66,6 +74,8 @@ import * as ResumeDrPlanExecutionResponse from "./resume-dr-plan-execution-respo
|
|
|
66
74
|
export import ResumeDrPlanExecutionResponse = ResumeDrPlanExecutionResponse.ResumeDrPlanExecutionResponse;
|
|
67
75
|
import * as RetryDrPlanExecutionResponse from "./retry-dr-plan-execution-response";
|
|
68
76
|
export import RetryDrPlanExecutionResponse = RetryDrPlanExecutionResponse.RetryDrPlanExecutionResponse;
|
|
77
|
+
import * as UpdateAutomaticDrConfigurationResponse from "./update-automatic-dr-configuration-response";
|
|
78
|
+
export import UpdateAutomaticDrConfigurationResponse = UpdateAutomaticDrConfigurationResponse.UpdateAutomaticDrConfigurationResponse;
|
|
69
79
|
import * as UpdateDrPlanResponse from "./update-dr-plan-response";
|
|
70
80
|
export import UpdateDrPlanResponse = UpdateDrPlanResponse.UpdateDrPlanResponse;
|
|
71
81
|
import * as UpdateDrPlanExecutionResponse from "./update-dr-plan-execution-response";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListAutomaticDrConfigurationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.AutomaticDrConfigurationCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"automaticDrConfigurationCollection": model.AutomaticDrConfigurationCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-automatic-dr-configurations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-automatic-dr-configurations-response.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/response/list-automatic-dr-configurations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateAutomaticDrConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier (OCID) for the asynchronous request. You can use this to query status of the asynchronous operation. Use {@link #getWorkRequest(GetWorkRequestRequest) getWorkRequest} with this OCID to track the status of the request.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-automatic-dr-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-automatic-dr-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/disasterrecovery/lib/response/update-automatic-dr-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-disasterrecovery",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.121.0",
|
|
4
4
|
"description": "OCI NodeJS client for Disaster Recovery Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.121.0",
|
|
19
|
+
"oci-workrequests": "2.121.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|