oci-recovery 2.52.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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +290 -0
- package/lib/client.js +1669 -0
- package/lib/client.js.map +1 -0
- package/lib/databaserecovery-waiter.d.ts +52 -0
- package/lib/databaserecovery-waiter.js +100 -0
- package/lib/databaserecovery-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-protected-database-compartment-details.d.ts +26 -0
- package/lib/model/change-protected-database-compartment-details.js +29 -0
- package/lib/model/change-protected-database-compartment-details.js.map +1 -0
- package/lib/model/change-protection-policy-compartment-details.d.ts +26 -0
- package/lib/model/change-protection-policy-compartment-details.js +29 -0
- package/lib/model/change-protection-policy-compartment-details.js.map +1 -0
- package/lib/model/change-recovery-service-subnet-compartment-details.d.ts +26 -0
- package/lib/model/change-recovery-service-subnet-compartment-details.js +29 -0
- package/lib/model/change-recovery-service-subnet-compartment-details.js.map +1 -0
- package/lib/model/create-protected-database-details.d.ts +93 -0
- package/lib/model/create-protected-database-details.js +61 -0
- package/lib/model/create-protected-database-details.js.map +1 -0
- package/lib/model/create-protection-policy-details.d.ts +51 -0
- package/lib/model/create-protection-policy-details.js +29 -0
- package/lib/model/create-protection-policy-details.js.map +1 -0
- package/lib/model/create-recovery-service-subnet-details.d.ts +55 -0
- package/lib/model/create-recovery-service-subnet-details.js +29 -0
- package/lib/model/create-recovery-service-subnet-details.js.map +1 -0
- package/lib/model/database-sizes.d.ts +33 -0
- package/lib/model/database-sizes.js +44 -0
- package/lib/model/database-sizes.js.map +1 -0
- package/lib/model/fetch-protected-database-configuration-details.d.ts +31 -0
- package/lib/model/fetch-protected-database-configuration-details.js +36 -0
- package/lib/model/fetch-protected-database-configuration-details.js.map +1 -0
- package/lib/model/health.d.ts +29 -0
- package/lib/model/health.js +40 -0
- package/lib/model/health.js.map +1 -0
- package/lib/model/index.d.ts +88 -0
- package/lib/model/index.js +111 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +32 -0
- package/lib/model/lifecycle-state.js +43 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/metrics-summary.d.ts +53 -0
- package/lib/model/metrics-summary.js +29 -0
- package/lib/model/metrics-summary.js.map +1 -0
- package/lib/model/metrics.d.ts +53 -0
- package/lib/model/metrics.js +29 -0
- package/lib/model/metrics.js.map +1 -0
- package/lib/model/operation-status.d.ts +32 -0
- package/lib/model/operation-status.js +43 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +38 -0
- package/lib/model/operation-type.js +49 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/protected-database-collection.d.ts +26 -0
- package/lib/model/protected-database-collection.js +61 -0
- package/lib/model/protected-database-collection.js.map +1 -0
- package/lib/model/protected-database-summary.d.ts +127 -0
- package/lib/model/protected-database-summary.js +65 -0
- package/lib/model/protected-database-summary.js.map +1 -0
- package/lib/model/protected-database.d.ts +157 -0
- package/lib/model/protected-database.js +63 -0
- package/lib/model/protected-database.js.map +1 -0
- package/lib/model/protection-policy-collection.d.ts +26 -0
- package/lib/model/protection-policy-collection.js +61 -0
- package/lib/model/protection-policy-collection.js.map +1 -0
- package/lib/model/protection-policy-summary.d.ts +91 -0
- package/lib/model/protection-policy-summary.js +29 -0
- package/lib/model/protection-policy-summary.js.map +1 -0
- package/lib/model/protection-policy.d.ts +97 -0
- package/lib/model/protection-policy.js +29 -0
- package/lib/model/protection-policy.js.map +1 -0
- package/lib/model/recovery-service-subnet-collection.d.ts +26 -0
- package/lib/model/recovery-service-subnet-collection.js +61 -0
- package/lib/model/recovery-service-subnet-collection.js.map +1 -0
- package/lib/model/recovery-service-subnet-details.d.ts +30 -0
- package/lib/model/recovery-service-subnet-details.js +29 -0
- package/lib/model/recovery-service-subnet-details.js.map +1 -0
- package/lib/model/recovery-service-subnet-input.d.ts +25 -0
- package/lib/model/recovery-service-subnet-input.js +29 -0
- package/lib/model/recovery-service-subnet-input.js.map +1 -0
- package/lib/model/recovery-service-subnet-summary.d.ts +101 -0
- package/lib/model/recovery-service-subnet-summary.js +29 -0
- package/lib/model/recovery-service-subnet-summary.js.map +1 -0
- package/lib/model/recovery-service-subnet.d.ts +99 -0
- package/lib/model/recovery-service-subnet.js +29 -0
- package/lib/model/recovery-service-subnet.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-protected-database-details.d.ts +75 -0
- package/lib/model/update-protected-database-details.js +61 -0
- package/lib/model/update-protected-database-details.js.map +1 -0
- package/lib/model/update-protection-policy-details.d.ts +47 -0
- package/lib/model/update-protection-policy-details.js +29 -0
- package/lib/model/update-protection-policy-details.js.map +1 -0
- package/lib/model/update-recovery-service-subnet-details.d.ts +43 -0
- package/lib/model/update-recovery-service-subnet-details.js +29 -0
- package/lib/model/update-recovery-service-subnet-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +65 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/change-protected-database-compartment-request.d.ts +40 -0
- package/lib/request/change-protected-database-compartment-request.js +15 -0
- package/lib/request/change-protected-database-compartment-request.js.map +1 -0
- package/lib/request/change-protection-policy-compartment-request.d.ts +40 -0
- package/lib/request/change-protection-policy-compartment-request.js +15 -0
- package/lib/request/change-protection-policy-compartment-request.js.map +1 -0
- package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +40 -0
- package/lib/request/change-recovery-service-subnet-compartment-request.js +15 -0
- package/lib/request/change-recovery-service-subnet-compartment-request.js.map +1 -0
- package/lib/request/create-protected-database-request.d.ts +36 -0
- package/lib/request/create-protected-database-request.js +15 -0
- package/lib/request/create-protected-database-request.js.map +1 -0
- package/lib/request/create-protection-policy-request.d.ts +36 -0
- package/lib/request/create-protection-policy-request.js +15 -0
- package/lib/request/create-protection-policy-request.js.map +1 -0
- package/lib/request/create-recovery-service-subnet-request.d.ts +36 -0
- package/lib/request/create-recovery-service-subnet-request.js +15 -0
- package/lib/request/create-recovery-service-subnet-request.js.map +1 -0
- package/lib/request/delete-protected-database-request.d.ts +35 -0
- package/lib/request/delete-protected-database-request.js +15 -0
- package/lib/request/delete-protected-database-request.js.map +1 -0
- package/lib/request/delete-protection-policy-request.d.ts +35 -0
- package/lib/request/delete-protection-policy-request.js +15 -0
- package/lib/request/delete-protection-policy-request.js.map +1 -0
- package/lib/request/delete-recovery-service-subnet-request.d.ts +35 -0
- package/lib/request/delete-recovery-service-subnet-request.js +15 -0
- package/lib/request/delete-recovery-service-subnet-request.js.map +1 -0
- package/lib/request/fetch-protected-database-configuration-request.d.ts +40 -0
- package/lib/request/fetch-protected-database-configuration-request.js +15 -0
- package/lib/request/fetch-protected-database-configuration-request.js.map +1 -0
- package/lib/request/get-protected-database-request.d.ts +26 -0
- package/lib/request/get-protected-database-request.js +15 -0
- package/lib/request/get-protected-database-request.js.map +1 -0
- package/lib/request/get-protection-policy-request.d.ts +26 -0
- package/lib/request/get-protection-policy-request.js +15 -0
- package/lib/request/get-protection-policy-request.js.map +1 -0
- package/lib/request/get-recovery-service-subnet-request.d.ts +26 -0
- package/lib/request/get-recovery-service-subnet-request.js +15 -0
- package/lib/request/get-recovery-service-subnet-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +58 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-protected-databases-request.d.ts +76 -0
- package/lib/request/list-protected-databases-request.js +24 -0
- package/lib/request/list-protected-databases-request.js.map +1 -0
- package/lib/request/list-protection-policies-request.d.ts +76 -0
- package/lib/request/list-protection-policies-request.js +29 -0
- package/lib/request/list-protection-policies-request.js.map +1 -0
- package/lib/request/list-recovery-service-subnets-request.d.ts +79 -0
- package/lib/request/list-recovery-service-subnets-request.js +24 -0
- package/lib/request/list-recovery-service-subnets-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +52 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +52 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +64 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-protected-database-request.d.ts +40 -0
- package/lib/request/update-protected-database-request.js +15 -0
- package/lib/request/update-protected-database-request.js.map +1 -0
- package/lib/request/update-protection-policy-request.d.ts +40 -0
- package/lib/request/update-protection-policy-request.js +15 -0
- package/lib/request/update-protection-policy-request.js.map +1 -0
- package/lib/request/update-recovery-service-subnet-request.d.ts +40 -0
- package/lib/request/update-recovery-service-subnet-request.js +15 -0
- package/lib/request/update-recovery-service-subnet-request.js.map +1 -0
- package/lib/response/change-protected-database-compartment-response.d.ts +25 -0
- package/lib/response/change-protected-database-compartment-response.js +15 -0
- package/lib/response/change-protected-database-compartment-response.js.map +1 -0
- package/lib/response/change-protection-policy-compartment-response.d.ts +25 -0
- package/lib/response/change-protection-policy-compartment-response.js +15 -0
- package/lib/response/change-protection-policy-compartment-response.js.map +1 -0
- package/lib/response/change-recovery-service-subnet-compartment-response.d.ts +25 -0
- package/lib/response/change-recovery-service-subnet-compartment-response.js +15 -0
- package/lib/response/change-recovery-service-subnet-compartment-response.js.map +1 -0
- package/lib/response/create-protected-database-response.d.ts +40 -0
- package/lib/response/create-protected-database-response.js +15 -0
- package/lib/response/create-protected-database-response.js.map +1 -0
- package/lib/response/create-protection-policy-response.d.ts +40 -0
- package/lib/response/create-protection-policy-response.js +15 -0
- package/lib/response/create-protection-policy-response.js.map +1 -0
- package/lib/response/create-recovery-service-subnet-response.d.ts +40 -0
- package/lib/response/create-recovery-service-subnet-response.js +15 -0
- package/lib/response/create-recovery-service-subnet-response.js.map +1 -0
- package/lib/response/delete-protected-database-response.d.ts +25 -0
- package/lib/response/delete-protected-database-response.js +15 -0
- package/lib/response/delete-protected-database-response.js.map +1 -0
- package/lib/response/delete-protection-policy-response.d.ts +25 -0
- package/lib/response/delete-protection-policy-response.js +15 -0
- package/lib/response/delete-protection-policy-response.js.map +1 -0
- package/lib/response/delete-recovery-service-subnet-response.d.ts +25 -0
- package/lib/response/delete-recovery-service-subnet-response.js +15 -0
- package/lib/response/delete-recovery-service-subnet-response.js.map +1 -0
- package/lib/response/fetch-protected-database-configuration-response.d.ts +31 -0
- package/lib/response/fetch-protected-database-configuration-response.js +15 -0
- package/lib/response/fetch-protected-database-configuration-response.js.map +1 -0
- package/lib/response/get-protected-database-response.d.ts +30 -0
- package/lib/response/get-protected-database-response.js +15 -0
- package/lib/response/get-protected-database-response.js.map +1 -0
- package/lib/response/get-protection-policy-response.d.ts +30 -0
- package/lib/response/get-protection-policy-response.js +15 -0
- package/lib/response/get-protection-policy-response.js.map +1 -0
- package/lib/response/get-recovery-service-subnet-response.d.ts +30 -0
- package/lib/response/get-recovery-service-subnet-response.js +15 -0
- package/lib/response/get-recovery-service-subnet-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +58 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-protected-databases-response.d.ts +32 -0
- package/lib/response/list-protected-databases-response.js +15 -0
- package/lib/response/list-protected-databases-response.js.map +1 -0
- package/lib/response/list-protection-policies-response.d.ts +32 -0
- package/lib/response/list-protection-policies-response.js +15 -0
- package/lib/response/list-protection-policies-response.js.map +1 -0
- package/lib/response/list-recovery-service-subnets-response.d.ts +32 -0
- package/lib/response/list-recovery-service-subnets-response.js +15 -0
- package/lib/response/list-recovery-service-subnets-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-protected-database-response.d.ts +25 -0
- package/lib/response/update-protected-database-response.js +15 -0
- package/lib/response/update-protected-database-response.js.map +1 -0
- package/lib/response/update-protection-policy-response.d.ts +25 -0
- package/lib/response/update-protection-policy-response.js +15 -0
- package/lib/response/update-protection-policy-response.js.map +1 -0
- package/lib/response/update-recovery-service-subnet-response.d.ts +25 -0
- package/lib/response/update-recovery-service-subnet-response.js +15 -0
- package/lib/response/update-recovery-service-subnet-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database Autonomous Recovery Service API
|
|
4
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
exports.WorkRequestLogEntry = void 0;
|
|
16
|
+
var WorkRequestLogEntry;
|
|
17
|
+
(function (WorkRequestLogEntry) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestLogEntry.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestLogEntry.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestLogEntry = exports.WorkRequestLogEntry || (exports.WorkRequestLogEntry = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-log-entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database Autonomous Recovery Service API
|
|
3
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
4
|
+
* OpenAPI spec version: 20210216
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
/**
|
|
15
|
+
* A resource created or operated on by a work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestResource {
|
|
18
|
+
/**
|
|
19
|
+
* The resource type the work request affects.
|
|
20
|
+
*/
|
|
21
|
+
"entityType": string;
|
|
22
|
+
/**
|
|
23
|
+
* The way in which this resource is affected by the work tracked in the work request.
|
|
24
|
+
* A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
|
|
25
|
+
* work is complete for that resource at which point it will transition to CREATED, UPDATED,
|
|
26
|
+
* or DELETED, respectively.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"actionType": model.ActionType;
|
|
30
|
+
/**
|
|
31
|
+
* The identifier of the resource the work request affects.
|
|
32
|
+
*/
|
|
33
|
+
"identifier": string;
|
|
34
|
+
/**
|
|
35
|
+
* The URI path that the user can do a GET on to access the resource metadata
|
|
36
|
+
*/
|
|
37
|
+
"entityUri"?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace WorkRequestResource {
|
|
40
|
+
function getJsonObj(obj: WorkRequestResource): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: WorkRequestResource): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database Autonomous Recovery Service API
|
|
4
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
exports.WorkRequestResource = void 0;
|
|
16
|
+
var WorkRequestResource;
|
|
17
|
+
(function (WorkRequestResource) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestResource.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestResource = exports.WorkRequestResource || (exports.WorkRequestResource = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database Autonomous Recovery Service API
|
|
3
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
4
|
+
* OpenAPI spec version: 20210216
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
/**
|
|
15
|
+
* Results of a workRequest search. Contains both WorkRequest items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestSummaryCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of workRequestSummary objects.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkRequestSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkRequestSummaryCollection {
|
|
24
|
+
function getJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkRequestSummaryCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database Autonomous Recovery Service API
|
|
4
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestSummaryCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestSummaryCollection;
|
|
37
|
+
(function (WorkRequestSummaryCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.WorkRequestSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestSummaryCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.WorkRequestSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestSummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestSummaryCollection = exports.WorkRequestSummaryCollection || (exports.WorkRequestSummaryCollection = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/work-request-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database Autonomous Recovery Service API
|
|
3
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
4
|
+
* OpenAPI spec version: 20210216
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
/**
|
|
15
|
+
* A summary of the status of a work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestSummary {
|
|
18
|
+
/**
|
|
19
|
+
* Type of the work request
|
|
20
|
+
*/
|
|
21
|
+
"operationType": model.OperationType;
|
|
22
|
+
/**
|
|
23
|
+
* The status of the current work request.
|
|
24
|
+
*/
|
|
25
|
+
"status": model.OperationStatus;
|
|
26
|
+
/**
|
|
27
|
+
* The ID of the work request.
|
|
28
|
+
*/
|
|
29
|
+
"id": string;
|
|
30
|
+
/**
|
|
31
|
+
* The ocid of the compartment that contains the work request. Work requests should be scoped to
|
|
32
|
+
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
33
|
+
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
34
|
+
* resource whose compartment should be used.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"compartmentId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The resources affected by this work request.
|
|
40
|
+
*/
|
|
41
|
+
"resources": Array<model.WorkRequestResource>;
|
|
42
|
+
/**
|
|
43
|
+
* The completed percentage of the operation tracked by the work request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
44
|
+
*/
|
|
45
|
+
"percentComplete": number;
|
|
46
|
+
/**
|
|
47
|
+
* The date and time the request was accepted, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. The precision for this time object is in milliseconds.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"timeAccepted": Date;
|
|
51
|
+
/**
|
|
52
|
+
* The date and time the work request transitioned from ACCEPTED to IN_PROGRESS, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. The precision for this time object is in milliseconds.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"timeStarted"?: Date;
|
|
56
|
+
/**
|
|
57
|
+
* The date and time the work request reached a terminal state, either FAILED or SUCCEEDED, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29. The precision for this time object is in milliseconds.
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"timeFinished"?: Date;
|
|
61
|
+
}
|
|
62
|
+
export declare namespace WorkRequestSummary {
|
|
63
|
+
function getJsonObj(obj: WorkRequestSummary): object;
|
|
64
|
+
function getDeserializedJsonObj(obj: WorkRequestSummary): object;
|
|
65
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database Autonomous Recovery Service API
|
|
4
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestSummary;
|
|
37
|
+
(function (WorkRequestSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"resources": obj.resources
|
|
41
|
+
? obj.resources.map(item => {
|
|
42
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestSummary.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"resources": obj.resources
|
|
52
|
+
? obj.resources.map(item => {
|
|
53
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestSummary = exports.WorkRequestSummary || (exports.WorkRequestSummary = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database Autonomous Recovery Service API
|
|
3
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
4
|
+
* OpenAPI spec version: 20210216
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
/**
|
|
15
|
+
* A description of workrequest status
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Type of the work request
|
|
20
|
+
*/
|
|
21
|
+
"operationType": model.OperationType;
|
|
22
|
+
/**
|
|
23
|
+
* Status of current work request.
|
|
24
|
+
*/
|
|
25
|
+
"status": model.OperationStatus;
|
|
26
|
+
/**
|
|
27
|
+
* The id of the work request.
|
|
28
|
+
*/
|
|
29
|
+
"id": string;
|
|
30
|
+
/**
|
|
31
|
+
* The ocid of the compartment that contains the work request. Work requests should be scoped to
|
|
32
|
+
* the same compartment as the resource the work request affects. If the work request affects multiple resources,
|
|
33
|
+
* and those resources are not in the same compartment, it is up to the service team to pick the primary
|
|
34
|
+
* resource whose compartment should be used
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"compartmentId": string;
|
|
38
|
+
/**
|
|
39
|
+
* The resources affected by this work request.
|
|
40
|
+
*/
|
|
41
|
+
"resources": Array<model.WorkRequestResource>;
|
|
42
|
+
/**
|
|
43
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
44
|
+
*/
|
|
45
|
+
"percentComplete": number;
|
|
46
|
+
/**
|
|
47
|
+
* The date and time the request was created, as described in
|
|
48
|
+
* [RFC 3339](https://tools.ietf.org/rfc/rfc3339), section 14.29.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"timeAccepted": Date;
|
|
52
|
+
/**
|
|
53
|
+
* The date and time the request was started, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339),
|
|
54
|
+
* section 14.29.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"timeStarted"?: Date;
|
|
58
|
+
/**
|
|
59
|
+
* The date and time the work request reached a terminal state, either FAILED or SUCCEEDED, as described in [RFC 3339](https://tools.ietf.org/rfc/rfc3339).
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"timeFinished"?: Date;
|
|
63
|
+
}
|
|
64
|
+
export declare namespace WorkRequest {
|
|
65
|
+
function getJsonObj(obj: WorkRequest): object;
|
|
66
|
+
function getDeserializedJsonObj(obj: WorkRequest): object;
|
|
67
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database Autonomous Recovery Service API
|
|
4
|
+
* Use Oracle Database Autonomous Recovery Service API to manage Protected Databases.
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequest = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequest;
|
|
37
|
+
(function (WorkRequest) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"resources": obj.resources
|
|
41
|
+
? obj.resources.map(item => {
|
|
42
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequest.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"resources": obj.resources
|
|
52
|
+
? obj.resources.map(item => {
|
|
53
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
|
|
61
|
+
//# sourceMappingURL=work-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsDlC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210216
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeProtectedDatabaseCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The protected database OCID.
|
|
21
|
+
*/
|
|
22
|
+
"protectedDatabaseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The configuration details required to move a protected database from the existing compartment to a specified compartment.
|
|
25
|
+
*/
|
|
26
|
+
"changeProtectedDatabaseCompartmentDetails": model.ChangeProtectedDatabaseCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier for the request.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=change-protected-database-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-protected-database-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/change-protected-database-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210216
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeProtectionPolicyCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The protection policy OCID.
|
|
21
|
+
*/
|
|
22
|
+
"protectionPolicyId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The configuration details required to move a protection policy from the existing compartment to a specified compartment.
|
|
25
|
+
*/
|
|
26
|
+
"changeProtectionPolicyCompartmentDetails": model.ChangeProtectionPolicyCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier for the request.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=change-protection-policy-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-protection-policy-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/change-protection-policy-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20210216
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.52.0/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeRecoveryServiceSubnetCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The recovery service subnet OCID.
|
|
21
|
+
*/
|
|
22
|
+
"recoveryServiceSubnetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The configuration details required to move a Recovery Service subnet from the existing compartment to a specified compartment.
|
|
25
|
+
*/
|
|
26
|
+
"changeRecoveryServiceSubnetCompartmentDetails": model.ChangeRecoveryServiceSubnetCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique identifier for the request.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20210216
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, 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=change-recovery-service-subnet-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-recovery-service-subnet-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/change-recovery-service-subnet-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|