oci-recovery 2.85.0 → 2.86.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.
- package/lib/client.d.ts +44 -23
- package/lib/client.js +157 -25
- package/lib/client.js.map +1 -1
- package/lib/model/create-protection-policy-details.d.ts +12 -0
- package/lib/model/create-protection-policy-details.js.map +1 -1
- package/lib/model/create-recovery-service-subnet-details.d.ts +16 -3
- package/lib/model/create-recovery-service-subnet-details.js.map +1 -1
- package/lib/model/deletion-schedule.d.ts +26 -0
- package/lib/model/deletion-schedule.js +37 -0
- package/lib/model/deletion-schedule.js.map +1 -0
- package/lib/model/fetch-protected-database-configuration-details.d.ts +1 -0
- package/lib/model/fetch-protected-database-configuration-details.js +1 -0
- package/lib/model/fetch-protected-database-configuration-details.js.map +1 -1
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +5 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -0
- package/lib/model/lifecycle-state.js +1 -0
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/metrics-summary.d.ts +4 -0
- package/lib/model/metrics-summary.js.map +1 -1
- package/lib/model/metrics.d.ts +4 -0
- package/lib/model/metrics.js.map +1 -1
- package/lib/model/operation-status.d.ts +1 -0
- package/lib/model/operation-status.js +1 -0
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/protected-database-summary.d.ts +8 -0
- package/lib/model/protected-database-summary.js.map +1 -1
- package/lib/model/protected-database.d.ts +10 -5
- package/lib/model/protected-database.js.map +1 -1
- package/lib/model/protection-policy-summary.d.ts +5 -0
- package/lib/model/protection-policy-summary.js.map +1 -1
- package/lib/model/protection-policy.d.ts +6 -7
- package/lib/model/protection-policy.js.map +1 -1
- package/lib/model/recovery-service-subnet-summary.d.ts +14 -8
- package/lib/model/recovery-service-subnet-summary.js.map +1 -1
- package/lib/model/recovery-service-subnet.d.ts +14 -8
- package/lib/model/recovery-service-subnet.js.map +1 -1
- package/lib/model/schedule-protected-database-deletion-details.d.ts +29 -0
- package/lib/model/schedule-protected-database-deletion-details.js +29 -0
- package/lib/model/schedule-protected-database-deletion-details.js.map +1 -0
- package/lib/model/update-protection-policy-details.d.ts +12 -0
- package/lib/model/update-protection-policy-details.js.map +1 -1
- package/lib/model/update-recovery-service-subnet-details.d.ts +12 -0
- package/lib/model/update-recovery-service-subnet-details.js.map +1 -1
- package/lib/request/cancel-protected-database-deletion-request.d.ts +35 -0
- package/lib/request/cancel-protected-database-deletion-request.js +15 -0
- package/lib/request/cancel-protected-database-deletion-request.js.map +1 -0
- package/lib/request/change-protected-database-compartment-request.d.ts +1 -1
- package/lib/request/change-protection-policy-compartment-request.d.ts +1 -1
- package/lib/request/change-recovery-service-subnet-compartment-request.d.ts +1 -1
- package/lib/request/create-protected-database-request.d.ts +22 -1
- package/lib/request/create-protection-policy-request.d.ts +1 -1
- package/lib/request/create-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/delete-protected-database-request.d.ts +9 -1
- package/lib/request/delete-protection-policy-request.d.ts +1 -1
- package/lib/request/delete-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/fetch-protected-database-configuration-request.d.ts +1 -1
- package/lib/request/get-protected-database-request.d.ts +1 -1
- package/lib/request/get-protection-policy-request.d.ts +1 -1
- package/lib/request/get-recovery-service-subnet-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +4 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-protected-databases-request.d.ts +1 -1
- package/lib/request/list-protection-policies-request.d.ts +1 -1
- package/lib/request/list-recovery-service-subnets-request.d.ts +1 -8
- package/lib/request/list-recovery-service-subnets-request.js.map +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/schedule-protected-database-deletion-request.d.ts +40 -0
- package/lib/request/schedule-protected-database-deletion-request.js +15 -0
- package/lib/request/schedule-protected-database-deletion-request.js.map +1 -0
- package/lib/request/update-protected-database-request.d.ts +1 -1
- package/lib/request/update-protection-policy-request.d.ts +1 -1
- package/lib/request/update-recovery-service-subnet-request.d.ts +1 -1
- package/lib/response/cancel-protected-database-deletion-response.d.ts +20 -0
- package/lib/response/cancel-protected-database-deletion-response.js +15 -0
- package/lib/response/cancel-protected-database-deletion-response.js.map +1 -0
- package/lib/response/fetch-protected-database-configuration-response.d.ts +10 -0
- package/lib/response/index.d.ts +4 -0
- package/lib/response/schedule-protected-database-deletion-response.d.ts +25 -0
- package/lib/response/schedule-protected-database-deletion-response.js +15 -0
- package/lib/response/schedule-protected-database-deletion-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -40,6 +40,11 @@ export interface ProtectionPolicySummary {
|
|
|
40
40
|
* Set to TRUE if the policy is Oracle-defined, and FALSE for a user-defined custom policy. You can modify only the custom policies.
|
|
41
41
|
*/
|
|
42
42
|
"isPredefinedPolicy": boolean;
|
|
43
|
+
/**
|
|
44
|
+
* An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"policyLockedDateTime"?: string;
|
|
43
48
|
/**
|
|
44
49
|
* The time the Protection Policy was created. An RFC3339 formatted datetime string
|
|
45
50
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protection-policy-summary.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/protection-policy-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"protection-policy-summary.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/protection-policy-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2EH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -37,6 +37,11 @@ export interface ProtectionPolicy {
|
|
|
37
37
|
* Set to TRUE if the policy is Oracle-defined, and FALSE for a user-defined custom policy. You can modify only the custom policies.
|
|
38
38
|
*/
|
|
39
39
|
"isPredefinedPolicy": boolean;
|
|
40
|
+
/**
|
|
41
|
+
* An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"policyLockedDateTime"?: string;
|
|
40
45
|
/**
|
|
41
46
|
* An RFC3339 formatted datetime string that indicates the created time for the protection policy. For example: '2020-05-22T21:10:29.600Z'.
|
|
42
47
|
*
|
|
@@ -48,13 +53,7 @@ export interface ProtectionPolicy {
|
|
|
48
53
|
*/
|
|
49
54
|
"timeUpdated"?: Date;
|
|
50
55
|
/**
|
|
51
|
-
* The current state of the protection policy.
|
|
52
|
-
* - CREATING
|
|
53
|
-
* - UPDATING
|
|
54
|
-
* - ACTIVE
|
|
55
|
-
* - DELETING
|
|
56
|
-
* - DELETED
|
|
57
|
-
* - FAILED
|
|
56
|
+
* The current state of the protection policy.
|
|
58
57
|
*
|
|
59
58
|
*/
|
|
60
59
|
"lifecycleState"?: model.LifecycleState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"protection-policy.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/protection-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"protection-policy.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/protection-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2EH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
|
|
@@ -37,9 +37,22 @@ export interface RecoveryServiceSubnetSummary {
|
|
|
37
37
|
*/
|
|
38
38
|
"vcnId": string;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Deprecated. One of the subnets associated with the Recovery Service subnet.
|
|
41
|
+
*
|
|
41
42
|
*/
|
|
42
43
|
"subnetId": string;
|
|
44
|
+
/**
|
|
45
|
+
* A list of OCIDs of all the subnets associated with the Recovery Service subnet.
|
|
46
|
+
*/
|
|
47
|
+
"subnets"?: Array<string>;
|
|
48
|
+
/**
|
|
49
|
+
* A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet.
|
|
50
|
+
* You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet.
|
|
51
|
+
* Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet.
|
|
52
|
+
* See {@link NetworkSecurityGroup} for more information.
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"nsgIds"?: Array<string>;
|
|
43
56
|
/**
|
|
44
57
|
* An RFC3339 formatted datetime string that indicates the last created time for a recovery service subnet. For example: '2020-05-22T21:10:29.600Z'.
|
|
45
58
|
*
|
|
@@ -52,13 +65,6 @@ export interface RecoveryServiceSubnetSummary {
|
|
|
52
65
|
"timeUpdated"?: Date;
|
|
53
66
|
/**
|
|
54
67
|
* The current state of the recovery service subnet.
|
|
55
|
-
* Allowed values are:
|
|
56
|
-
* - CREATING
|
|
57
|
-
* - UPDATING
|
|
58
|
-
* - ACTIVE
|
|
59
|
-
* - DELETING
|
|
60
|
-
* - DELETED
|
|
61
|
-
* - FAILED
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
"lifecycleState"?: model.LifecycleState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recovery-service-subnet-summary.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/recovery-service-subnet-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"recovery-service-subnet-summary.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/recovery-service-subnet-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsFH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -35,9 +35,22 @@ export interface RecoveryServiceSubnet {
|
|
|
35
35
|
*/
|
|
36
36
|
"vcnId": string;
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* Deprecated. One of the subnets associated with the Recovery Service subnet.
|
|
39
|
+
*
|
|
39
40
|
*/
|
|
40
41
|
"subnetId": string;
|
|
42
|
+
/**
|
|
43
|
+
* A list of OCIDs of all the subnets associated with the Recovery Service subnet.
|
|
44
|
+
*/
|
|
45
|
+
"subnets"?: Array<string>;
|
|
46
|
+
/**
|
|
47
|
+
* A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet.
|
|
48
|
+
* You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet.
|
|
49
|
+
* Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet.
|
|
50
|
+
* See {@link NetworkSecurityGroup} for more information.
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
"nsgIds"?: Array<string>;
|
|
41
54
|
/**
|
|
42
55
|
* An RFC3339 formatted datetime string that indicates the last created time for a recovery service subnet. For example: '2020-05-22T21:10:29.600Z'.
|
|
43
56
|
*
|
|
@@ -50,13 +63,6 @@ export interface RecoveryServiceSubnet {
|
|
|
50
63
|
"timeUpdated"?: Date;
|
|
51
64
|
/**
|
|
52
65
|
* The current state of the recovery service subnet.
|
|
53
|
-
* Allowed values are:
|
|
54
|
-
* - CREATING
|
|
55
|
-
* - UPDATING
|
|
56
|
-
* - ACTIVE
|
|
57
|
-
* - DELETING
|
|
58
|
-
* - DELETED
|
|
59
|
-
* - FAILED
|
|
60
66
|
*
|
|
61
67
|
*/
|
|
62
68
|
"lifecycleState"?: model.LifecycleState;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recovery-service-subnet.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/recovery-service-subnet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"recovery-service-subnet.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/recovery-service-subnet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoFH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2024, 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
|
+
* The details for scheduling deletion of the protected database
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleProtectedDatabaseDeletionDetails {
|
|
18
|
+
/**
|
|
19
|
+
* Defines a preferred schedule to delete a protected database after you terminate the source database.
|
|
20
|
+
* * The default schedule is DELETE_AFTER_72_HOURS, so that the delete operation can occur 72 hours (3 days) after the source database is terminated.
|
|
21
|
+
* * The alternate schedule is DELETE_AFTER_RETENTION_PERIOD. Specify this option if you want to delete a protected database only after the policy-defined backup retention period expires.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"deletionSchedule"?: model.DeletionSchedule;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace ScheduleProtectedDatabaseDeletionDetails {
|
|
27
|
+
function getJsonObj(obj: ScheduleProtectedDatabaseDeletionDetails): object;
|
|
28
|
+
function getDeserializedJsonObj(obj: ScheduleProtectedDatabaseDeletionDetails): object;
|
|
29
|
+
}
|
|
@@ -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, 2024, 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.ScheduleProtectedDatabaseDeletionDetails = void 0;
|
|
16
|
+
var ScheduleProtectedDatabaseDeletionDetails;
|
|
17
|
+
(function (ScheduleProtectedDatabaseDeletionDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ScheduleProtectedDatabaseDeletionDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ScheduleProtectedDatabaseDeletionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ScheduleProtectedDatabaseDeletionDetails = exports.ScheduleProtectedDatabaseDeletionDetails || (exports.ScheduleProtectedDatabaseDeletionDetails = {}));
|
|
29
|
+
//# sourceMappingURL=schedule-protected-database-deletion-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schedule-protected-database-deletion-details.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/schedule-protected-database-deletion-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkBH,IAAiB,wCAAwC,CAWxD;AAXD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CAAC,GAA6C;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6C;QAClF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|
|
@@ -22,6 +22,18 @@ export interface UpdateProtectionPolicyDetails {
|
|
|
22
22
|
* The maximum number of days to retain backups for a protected database. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
23
|
*/
|
|
24
24
|
"backupRetentionPeriodInDays"?: number;
|
|
25
|
+
/**
|
|
26
|
+
* An RFC3339 formatted datetime string that specifies the exact date and time for the retention lock to take effect and permanently lock the retention period defined in the policy.
|
|
27
|
+
* <p>
|
|
28
|
+
* The retention lock feature controls whether Recovery Service strictly preserves backups for the duration defined in a policy. Retention lock is useful to enforce recovery window compliance and to prevent unintentional modifications to protected database backups.
|
|
29
|
+
* * Recovery Service enforces a 14-day delay before the retention lock set for a policy can take effect. Therefore, you must set policyLockedDateTime to a date that occurs 14 days after the current date.
|
|
30
|
+
* * For example, assuming that the current date is Aug 1, 2023 9 pm, you can set policyLockedDateTime to '2023-08-15T21:00:00.600Z' (Aug 15, 2023, 9:00 pm), or greater.
|
|
31
|
+
* * During the 14-day delay period, you can either increase or decrease the retention period in the policy.
|
|
32
|
+
* * However, you are only allowed to increase the retention period on or after the retention lock date.
|
|
33
|
+
* * You cannot change the value of policyLockedDateTime if the retention lock is already in effect.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"policyLockedDateTime"?: string;
|
|
25
37
|
/**
|
|
26
38
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
27
39
|
* Example: {@code {\"bar-key\": \"value\"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-protection-policy-details.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/update-protection-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"update-protection-policy-details.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/update-protection-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2CH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
|
|
@@ -18,6 +18,18 @@ export interface UpdateRecoveryServiceSubnetDetails {
|
|
|
18
18
|
* A user-provided name for the recovery service subnet. The 'displayName' does not have to be unique, and it can be modified. Avoid entering confidential information.
|
|
19
19
|
*/
|
|
20
20
|
"displayName"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* A list of OCIDs of the subnets associated with the recovery service subnet.
|
|
23
|
+
*/
|
|
24
|
+
"subnets"?: Array<string>;
|
|
25
|
+
/**
|
|
26
|
+
* A list of network security group (NSG) OCIDs that are associated with the Recovery Service subnet.
|
|
27
|
+
* You can specify a maximum of 5 unique OCIDs, which implies that you can associate a maximum of 5 NSGs to each Recovery Service subnet.
|
|
28
|
+
* Specify an empty array if you want to remove all the associated NSGs from a Recovery Service subnet.
|
|
29
|
+
* See {@link NetworkSecurityGroup} for more information.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"nsgIds"?: Array<string>;
|
|
21
33
|
/**
|
|
22
34
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
23
35
|
* Example: {@code {\"bar-key\": \"value\"}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-recovery-service-subnet-details.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/update-recovery-service-subnet-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"update-recovery-service-subnet-details.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/model/update-recovery-service-subnet-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuCH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/CancelProtectedDatabaseDeletion.ts.html |here} to see how to use CancelProtectedDatabaseDeletionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface CancelProtectedDatabaseDeletionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The protected database OCID.
|
|
20
|
+
*/
|
|
21
|
+
"protectedDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique identifier for the request.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -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, 2024, 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=cancel-protected-database-deletion-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cancel-protected-database-deletion-request.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/cancel-protected-database-deletion-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ChangeProtectedDatabaseCompartment.ts.html |here} to see how to use ChangeProtectedDatabaseCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeProtectedDatabaseCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ChangeProtectionPolicyCompartment.ts.html |here} to see how to use ChangeProtectionPolicyCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeProtectionPolicyCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ChangeRecoveryServiceSubnetCompartment.ts.html |here} to see how to use ChangeRecoveryServiceSubnetCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeRecoveryServiceSubnetCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/CreateProtectedDatabase.ts.html |here} to see how to use CreateProtectedDatabaseRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProtectedDatabaseRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -33,4 +33,25 @@ export interface CreateProtectedDatabaseRequest extends common.BaseRequest {
|
|
|
33
33
|
* Unique identifier for the request.
|
|
34
34
|
*/
|
|
35
35
|
"opcRequestId"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Indicates if the request is to test the preparedness for creating a protected database, without actually creating a protected database.
|
|
38
|
+
* <p>
|
|
39
|
+
If you set the {@code opcDryRun} option as {@code true}, then Recovery Service only performs a test run to check for any missing prerequisites or configurations required to create a protected database, and then returns error messages to warn you about any missing requirements.
|
|
40
|
+
* <p>
|
|
41
|
+
If an error occurs, you can review, correct, and repeat the dry run until the {@code createProtectedDatabase} request does not return any errors.
|
|
42
|
+
* <p>
|
|
43
|
+
These are the common issues that you can identify by performing a dry run of the {@code createProtectedDatabase} request:
|
|
44
|
+
* <p>
|
|
45
|
+
* The Recovery Service subnet has insufficient free IP addresses to support the required number of private endpoints. See, [troubleshooting](https://docs.oracle.com/en/cloud/paas/recovery-service/dbrsu/troubleshoot-backup-failures-recovery-service.html#GUID-05FA08B8-421D-4E52-B84B-7AFB84ADECF9) information
|
|
46
|
+
* * Recovery Service does not have permissions to manage the network resources in a chosen compartment
|
|
47
|
+
* * Recovery Service is out of capacity. See, [Service Limits](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/servicelimits.htm) for more information
|
|
48
|
+
* * Recovery Service resources exceed quota limits
|
|
49
|
+
* * A protected database, having the same database ID, already exists
|
|
50
|
+
* * The specified protection policy does not exist, or it is not in an Active state
|
|
51
|
+
* * The specified Recovery Service subnet does not exist, or it is not in an Active state
|
|
52
|
+
* <p>
|
|
53
|
+
See, [Prerequisites for Using Recovery Service](https://docs.oracle.com/en/cloud/paas/recovery-service/dbrsu/backup-recover-recovery-service.html#GUID-B2ABF281-DFF8-4A4E-AC85-629801AAF36A) for more information.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"opcDryRun"?: boolean;
|
|
36
57
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/CreateProtectionPolicy.ts.html |here} to see how to use CreateProtectionPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProtectionPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/CreateRecoveryServiceSubnet.ts.html |here} to see how to use CreateRecoveryServiceSubnetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRecoveryServiceSubnetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -10,15 +10,23 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as model from "../model";
|
|
13
14
|
import common = require("oci-common");
|
|
14
15
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/DeleteProtectedDatabase.ts.html |here} to see how to use DeleteProtectedDatabaseRequest.
|
|
16
17
|
*/
|
|
17
18
|
export interface DeleteProtectedDatabaseRequest extends common.BaseRequest {
|
|
18
19
|
/**
|
|
19
20
|
* The protected database OCID.
|
|
20
21
|
*/
|
|
21
22
|
"protectedDatabaseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Defines a preferred schedule to delete a protected database after you terminate the source database.
|
|
25
|
+
* * The default schedule is DELETE_AFTER_72_HOURS, so that the delete operation can occur 72 hours (3 days) after the source database is terminated .
|
|
26
|
+
* * The alternate schedule is DELETE_AFTER_RETENTION_PERIOD. Specify this option if you want to delete a protected database only after the policy-defined backup retention period expires.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"deletionSchedule"?: model.DeletionSchedule;
|
|
22
30
|
/**
|
|
23
31
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
32
|
* for a resource, set the {@code if-match} parameter to the value of the
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/DeleteProtectionPolicy.ts.html |here} to see how to use DeleteProtectionPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProtectionPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/DeleteRecoveryServiceSubnet.ts.html |here} to see how to use DeleteRecoveryServiceSubnetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRecoveryServiceSubnetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/FetchProtectedDatabaseConfiguration.ts.html |here} to see how to use FetchProtectedDatabaseConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface FetchProtectedDatabaseConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/GetProtectedDatabase.ts.html |here} to see how to use GetProtectedDatabaseRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProtectedDatabaseRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/GetProtectionPolicy.ts.html |here} to see how to use GetProtectionPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProtectionPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/GetRecoveryServiceSubnet.ts.html |here} to see how to use GetRecoveryServiceSubnetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetRecoveryServiceSubnetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as CancelProtectedDatabaseDeletionRequest from "./cancel-protected-database-deletion-request";
|
|
14
|
+
export import CancelProtectedDatabaseDeletionRequest = CancelProtectedDatabaseDeletionRequest.CancelProtectedDatabaseDeletionRequest;
|
|
13
15
|
import * as ChangeProtectedDatabaseCompartmentRequest from "./change-protected-database-compartment-request";
|
|
14
16
|
export import ChangeProtectedDatabaseCompartmentRequest = ChangeProtectedDatabaseCompartmentRequest.ChangeProtectedDatabaseCompartmentRequest;
|
|
15
17
|
import * as ChangeProtectionPolicyCompartmentRequest from "./change-protection-policy-compartment-request";
|
|
@@ -50,6 +52,8 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
|
50
52
|
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
51
53
|
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
52
54
|
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
55
|
+
import * as ScheduleProtectedDatabaseDeletionRequest from "./schedule-protected-database-deletion-request";
|
|
56
|
+
export import ScheduleProtectedDatabaseDeletionRequest = ScheduleProtectedDatabaseDeletionRequest.ScheduleProtectedDatabaseDeletionRequest;
|
|
53
57
|
import * as UpdateProtectedDatabaseRequest from "./update-protected-database-request";
|
|
54
58
|
export import UpdateProtectedDatabaseRequest = UpdateProtectedDatabaseRequest.UpdateProtectedDatabaseRequest;
|
|
55
59
|
import * as UpdateProtectionPolicyRequest from "./update-protection-policy-request";
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAgCH,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ListProtectedDatabases.ts.html |here} to see how to use ListProtectedDatabasesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProtectedDatabasesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ListProtectionPolicies.ts.html |here} to see how to use ListProtectionPoliciesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProtectionPoliciesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ListRecoveryServiceSubnets.ts.html |here} to see how to use ListRecoveryServiceSubnetsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListRecoveryServiceSubnetsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,13 +22,6 @@ export interface ListRecoveryServiceSubnetsRequest extends common.BaseRequest {
|
|
|
22
22
|
"compartmentId": string;
|
|
23
23
|
/**
|
|
24
24
|
* A filter to return only the resources that match the specified lifecycle state.
|
|
25
|
-
* Allowed values are:
|
|
26
|
-
* - CREATING
|
|
27
|
-
* - UPDATING
|
|
28
|
-
* - ACTIVE
|
|
29
|
-
* - DELETING
|
|
30
|
-
* - DELETED
|
|
31
|
-
* - FAILED
|
|
32
25
|
*/
|
|
33
26
|
"lifecycleState"?: model.LifecycleState;
|
|
34
27
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-recovery-service-subnets-request.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/list-recovery-service-subnets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-recovery-service-subnets-request.js","sourceRoot":"","sources":["../../../../../lib/recovery/lib/request/list-recovery-service-subnets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,iCAAiC,CAKjD;AALD,WAAiB,iCAAiC;IAChD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAGjB;AACH,CAAC,EALgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAKjD"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.1/recovery/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|