oci-core 2.137.1 → 2.138.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +42 -0
- package/lib/client.js +110 -0
- package/lib/client.js.map +1 -1
- package/lib/model/boot-volume-backup.d.ts +22 -0
- package/lib/model/boot-volume-backup.js +30 -2
- package/lib/model/boot-volume-backup.js.map +1 -1
- package/lib/model/create-boot-volume-backup-details.d.ts +14 -0
- package/lib/model/create-boot-volume-backup-details.js +30 -2
- package/lib/model/create-boot-volume-backup-details.js.map +1 -1
- package/lib/model/create-dedicated-vm-host-details.d.ts +5 -0
- package/lib/model/create-dedicated-vm-host-details.js.map +1 -1
- package/lib/model/create-virtual-circuit-details.d.ts +10 -0
- package/lib/model/create-virtual-circuit-details.js.map +1 -1
- package/lib/model/create-volume-backup-details.d.ts +14 -0
- package/lib/model/create-volume-backup-details.js +30 -2
- package/lib/model/create-volume-backup-details.js.map +1 -1
- package/lib/model/create-volume-group-backup-details.d.ts +14 -0
- package/lib/model/create-volume-group-backup-details.js +30 -2
- package/lib/model/create-volume-group-backup-details.js.map +1 -1
- package/lib/model/dedicated-vm-host-instance-summary.d.ts +5 -0
- package/lib/model/dedicated-vm-host-instance-summary.js.map +1 -1
- package/lib/model/dedicated-vm-host-summary.d.ts +5 -0
- package/lib/model/dedicated-vm-host-summary.js.map +1 -1
- package/lib/model/dedicated-vm-host.d.ts +5 -0
- package/lib/model/dedicated-vm-host.js.map +1 -1
- package/lib/model/index.d.ts +6 -0
- package/lib/model/index.js +14 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/instances.d.ts +28 -0
- package/lib/model/instances.js +36 -0
- package/lib/model/instances.js.map +1 -0
- package/lib/model/provider-remote-region-name.d.ts +41 -0
- package/lib/model/provider-remote-region-name.js +36 -0
- package/lib/model/provider-remote-region-name.js.map +1 -0
- package/lib/model/retention-duration.d.ts +45 -0
- package/lib/model/retention-duration.js +46 -0
- package/lib/model/retention-duration.js.map +1 -0
- package/lib/model/supported-capabilities.d.ts +5 -0
- package/lib/model/supported-capabilities.js.map +1 -1
- package/lib/model/update-boot-volume-backup-details.d.ts +14 -0
- package/lib/model/update-boot-volume-backup-details.js +30 -2
- package/lib/model/update-boot-volume-backup-details.js.map +1 -1
- package/lib/model/update-volume-backup-details.d.ts +14 -0
- package/lib/model/update-volume-backup-details.js +30 -2
- package/lib/model/update-volume-backup-details.js.map +1 -1
- package/lib/model/update-volume-group-backup-details.d.ts +14 -0
- package/lib/model/update-volume-group-backup-details.js +30 -2
- package/lib/model/update-volume-group-backup-details.js.map +1 -1
- package/lib/model/virtual-circuit.d.ts +14 -0
- package/lib/model/virtual-circuit.js.map +1 -1
- package/lib/model/volume-backup-schedule.d.ts +10 -0
- package/lib/model/volume-backup-schedule.js +30 -2
- package/lib/model/volume-backup-schedule.js.map +1 -1
- package/lib/model/volume-backup.d.ts +22 -0
- package/lib/model/volume-backup.js +30 -2
- package/lib/model/volume-backup.js.map +1 -1
- package/lib/model/volume-group-backup.d.ts +18 -0
- package/lib/model/volume-group-backup.js +30 -2
- package/lib/model/volume-group-backup.js.map +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-provider-remote-regions-request.d.ts +44 -0
- package/lib/request/list-provider-remote-regions-request.js +15 -0
- package/lib/request/list-provider-remote-regions-request.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/lib/response/list-provider-remote-regions-response.d.ts +32 -0
- package/lib/response/list-provider-remote-regions-response.js +15 -0
- package/lib/response/list-provider-remote-regions-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -17,6 +17,7 @@ The required permissions are documented in the
|
|
|
17
17
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* 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.
|
|
19
19
|
*/
|
|
20
|
+
import * as model from "../model";
|
|
20
21
|
export interface UpdateBootVolumeBackupDetails {
|
|
21
22
|
/**
|
|
22
23
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
@@ -54,6 +55,19 @@ export interface UpdateBootVolumeBackupDetails {
|
|
|
54
55
|
*
|
|
55
56
|
*/
|
|
56
57
|
"kmsKeyId"?: string;
|
|
58
|
+
"retentionPeriod"?: model.RetentionDuration;
|
|
59
|
+
/**
|
|
60
|
+
* Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
|
|
61
|
+
*/
|
|
62
|
+
"isPreventDeletionEnabled"?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
|
|
65
|
+
*/
|
|
66
|
+
"isRetentionLockEnabled"?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* feature that preserves backup data from modification or deletion to ensure it remains available for legal or regulatory investigations or litigation, regardless of standard retention policies. This is an optional field. If it is not specified, it is set to null, no legal hold will be applied to the backups.
|
|
69
|
+
*/
|
|
70
|
+
"isIndefiniteRetentionEnabled"?: boolean;
|
|
57
71
|
}
|
|
58
72
|
export declare namespace UpdateBootVolumeBackupDetails {
|
|
59
73
|
function getJsonObj(obj: UpdateBootVolumeBackupDetails): object;
|
|
@@ -18,17 +18,45 @@ The required permissions are documented in the
|
|
|
18
18
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
19
19
|
* 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.
|
|
20
20
|
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
21
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
41
|
exports.UpdateBootVolumeBackupDetails = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
23
43
|
var UpdateBootVolumeBackupDetails;
|
|
24
44
|
(function (UpdateBootVolumeBackupDetails) {
|
|
25
45
|
function getJsonObj(obj) {
|
|
26
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"retentionPeriod": obj.retentionPeriod
|
|
48
|
+
? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
27
51
|
return jsonObj;
|
|
28
52
|
}
|
|
29
53
|
UpdateBootVolumeBackupDetails.getJsonObj = getJsonObj;
|
|
30
54
|
function getDeserializedJsonObj(obj) {
|
|
31
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"retentionPeriod": obj.retentionPeriod
|
|
57
|
+
? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
32
60
|
return jsonObj;
|
|
33
61
|
}
|
|
34
62
|
UpdateBootVolumeBackupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-boot-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-boot-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG
|
|
1
|
+
{"version":3,"file":"update-boot-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-boot-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,6BAA6B,CAyB7C;AAzBD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAyB7C"}
|
|
@@ -17,6 +17,7 @@ The required permissions are documented in the
|
|
|
17
17
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* 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.
|
|
19
19
|
*/
|
|
20
|
+
import * as model from "../model";
|
|
20
21
|
export interface UpdateVolumeBackupDetails {
|
|
21
22
|
/**
|
|
22
23
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
@@ -54,6 +55,19 @@ export interface UpdateVolumeBackupDetails {
|
|
|
54
55
|
*
|
|
55
56
|
*/
|
|
56
57
|
"kmsKeyId"?: string;
|
|
58
|
+
"retentionPeriod"?: model.RetentionDuration;
|
|
59
|
+
/**
|
|
60
|
+
* Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
|
|
61
|
+
*/
|
|
62
|
+
"isPreventDeletionEnabled"?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
|
|
65
|
+
*/
|
|
66
|
+
"isRetentionLockEnabled"?: boolean;
|
|
67
|
+
/**
|
|
68
|
+
* feature that preserves backup data from modification or deletion to ensure it remains available for legal or regulatory investigations or litigation, regardless of standard retention policies. This is an optional field. If it is not specified, it is set to null, no legal hold will be applied to the backups.
|
|
69
|
+
*/
|
|
70
|
+
"isIndefiniteRetentionEnabled"?: boolean;
|
|
57
71
|
}
|
|
58
72
|
export declare namespace UpdateVolumeBackupDetails {
|
|
59
73
|
function getJsonObj(obj: UpdateVolumeBackupDetails): object;
|
|
@@ -18,17 +18,45 @@ The required permissions are documented in the
|
|
|
18
18
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
19
19
|
* 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.
|
|
20
20
|
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
21
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
41
|
exports.UpdateVolumeBackupDetails = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
23
43
|
var UpdateVolumeBackupDetails;
|
|
24
44
|
(function (UpdateVolumeBackupDetails) {
|
|
25
45
|
function getJsonObj(obj) {
|
|
26
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"retentionPeriod": obj.retentionPeriod
|
|
48
|
+
? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
27
51
|
return jsonObj;
|
|
28
52
|
}
|
|
29
53
|
UpdateVolumeBackupDetails.getJsonObj = getJsonObj;
|
|
30
54
|
function getDeserializedJsonObj(obj) {
|
|
31
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"retentionPeriod": obj.retentionPeriod
|
|
57
|
+
? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
32
60
|
return jsonObj;
|
|
33
61
|
}
|
|
34
62
|
UpdateVolumeBackupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG
|
|
1
|
+
{"version":3,"file":"update-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
|
|
@@ -17,6 +17,7 @@ The required permissions are documented in the
|
|
|
17
17
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* 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.
|
|
19
19
|
*/
|
|
20
|
+
import * as model from "../model";
|
|
20
21
|
export interface UpdateVolumeGroupBackupDetails {
|
|
21
22
|
/**
|
|
22
23
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
@@ -46,6 +47,19 @@ export interface UpdateVolumeGroupBackupDetails {
|
|
|
46
47
|
"freeformTags"?: {
|
|
47
48
|
[key: string]: string;
|
|
48
49
|
};
|
|
50
|
+
"retentionPeriod"?: model.RetentionDuration;
|
|
51
|
+
/**
|
|
52
|
+
* Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
|
|
53
|
+
*/
|
|
54
|
+
"isPreventDeletionEnabled"?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
|
|
57
|
+
*/
|
|
58
|
+
"isRetentionLockEnabled"?: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* feature that preserves backup data from modification or deletion to ensure it remains available for legal or regulatory investigations or litigation, regardless of standard retention policies. This is an optional field. If it is not specified, it is set to null, no legal hold will be applied to the backups.
|
|
61
|
+
*/
|
|
62
|
+
"isIndefiniteRetentionEnabled"?: boolean;
|
|
49
63
|
}
|
|
50
64
|
export declare namespace UpdateVolumeGroupBackupDetails {
|
|
51
65
|
function getJsonObj(obj: UpdateVolumeGroupBackupDetails): object;
|
|
@@ -18,17 +18,45 @@ The required permissions are documented in the
|
|
|
18
18
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
19
19
|
* 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.
|
|
20
20
|
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
21
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
41
|
exports.UpdateVolumeGroupBackupDetails = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
23
43
|
var UpdateVolumeGroupBackupDetails;
|
|
24
44
|
(function (UpdateVolumeGroupBackupDetails) {
|
|
25
45
|
function getJsonObj(obj) {
|
|
26
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"retentionPeriod": obj.retentionPeriod
|
|
48
|
+
? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
27
51
|
return jsonObj;
|
|
28
52
|
}
|
|
29
53
|
UpdateVolumeGroupBackupDetails.getJsonObj = getJsonObj;
|
|
30
54
|
function getDeserializedJsonObj(obj) {
|
|
31
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"retentionPeriod": obj.retentionPeriod
|
|
57
|
+
? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
32
60
|
return jsonObj;
|
|
33
61
|
}
|
|
34
62
|
UpdateVolumeGroupBackupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-volume-group-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-volume-group-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG
|
|
1
|
+
{"version":3,"file":"update-volume-group-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-volume-group-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyClC,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
|
|
@@ -233,6 +233,20 @@ export interface VirtualCircuit {
|
|
|
233
233
|
* The layer 3 IP MTU to use on this virtual circuit.
|
|
234
234
|
*/
|
|
235
235
|
"ipMtu"?: model.VirtualCircuitIpMtu;
|
|
236
|
+
/**
|
|
237
|
+
* The OCI's FastConnect MultiCloud Provider/Partner remote region name associated with the OCI region.
|
|
238
|
+
* To get the list of associated provider remote region use the ListProviderRemoteRegions operation
|
|
239
|
+
*
|
|
240
|
+
*/
|
|
241
|
+
"providerRemoteRegion"?: string;
|
|
242
|
+
/**
|
|
243
|
+
* The Shared unique identifier for the connection between the multicloud interconnect providers
|
|
244
|
+
*/
|
|
245
|
+
"sharedConnectionUuid"?: string;
|
|
246
|
+
/**
|
|
247
|
+
* Customer's account on Provider/Partner cloud (AWS, GCP or any other)
|
|
248
|
+
*/
|
|
249
|
+
"remoteAccountId"?: string;
|
|
236
250
|
/**
|
|
237
251
|
* The current traffic mode for the Virtual Circuit. This indicates whether the traffic is drained for the
|
|
238
252
|
* associated Virtual Circuit or not.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"virtual-circuit.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/virtual-circuit.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"virtual-circuit.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/virtual-circuit.ts"],"names":[],"mappings":"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"}
|
|
@@ -17,6 +17,7 @@ The required permissions are documented in the
|
|
|
17
17
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* 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.
|
|
19
19
|
*/
|
|
20
|
+
import * as model from "../model";
|
|
20
21
|
/**
|
|
21
22
|
* Defines the backup frequency and retention period for a volume backup policy. For more information,
|
|
22
23
|
* see [Policy-Based Backups](https://docs.oracle.com/iaas/Content/Block/Tasks/schedulingvolumebackups.htm).
|
|
@@ -89,6 +90,15 @@ export interface VolumeBackupSchedule {
|
|
|
89
90
|
* Specifies what time zone is the schedule in
|
|
90
91
|
*/
|
|
91
92
|
"timeZone"?: VolumeBackupSchedule.TimeZone;
|
|
93
|
+
"retentionPeriod"?: model.RetentionDuration;
|
|
94
|
+
/**
|
|
95
|
+
* Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
|
|
96
|
+
*/
|
|
97
|
+
"isPreventDeletionEnabled"?: boolean;
|
|
98
|
+
/**
|
|
99
|
+
* feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
|
|
100
|
+
*/
|
|
101
|
+
"isRetentionLockEnabled"?: boolean;
|
|
92
102
|
}
|
|
93
103
|
export declare namespace VolumeBackupSchedule {
|
|
94
104
|
enum BackupType {
|
|
@@ -18,8 +18,28 @@ The required permissions are documented in the
|
|
|
18
18
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
19
19
|
* 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.
|
|
20
20
|
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
21
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
41
|
exports.VolumeBackupSchedule = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
23
43
|
var VolumeBackupSchedule;
|
|
24
44
|
(function (VolumeBackupSchedule) {
|
|
25
45
|
let BackupType;
|
|
@@ -101,12 +121,20 @@ var VolumeBackupSchedule;
|
|
|
101
121
|
TimeZone["UnknownValue"] = "UNKNOWN_VALUE";
|
|
102
122
|
})(TimeZone = VolumeBackupSchedule.TimeZone || (VolumeBackupSchedule.TimeZone = {}));
|
|
103
123
|
function getJsonObj(obj) {
|
|
104
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
124
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
125
|
+
"retentionPeriod": obj.retentionPeriod
|
|
126
|
+
? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
|
|
127
|
+
: undefined
|
|
128
|
+
});
|
|
105
129
|
return jsonObj;
|
|
106
130
|
}
|
|
107
131
|
VolumeBackupSchedule.getJsonObj = getJsonObj;
|
|
108
132
|
function getDeserializedJsonObj(obj) {
|
|
109
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
133
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
134
|
+
"retentionPeriod": obj.retentionPeriod
|
|
135
|
+
? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
|
|
136
|
+
: undefined
|
|
137
|
+
});
|
|
110
138
|
return jsonObj;
|
|
111
139
|
}
|
|
112
140
|
VolumeBackupSchedule.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume-backup-schedule.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/volume-backup-schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG
|
|
1
|
+
{"version":3,"file":"volume-backup-schedule.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/volume-backup-schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsFlC,IAAiB,oBAAoB,CAuGpC;AAvGD,WAAiB,oBAAoB;IACnC,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,2BAAa,CAAA;QACb,yCAA2B,CAAA;QAC3B;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,+BAAU,KAAV,+BAAU,QAQrB;IAED,IAAY,MAWX;IAXD,WAAY,MAAM;QAChB,8BAAoB,CAAA;QACpB,4BAAkB,CAAA;QAClB,8BAAoB,CAAA;QACpB,gCAAsB,CAAA;QACtB,8BAAoB,CAAA;QACpB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EAXW,MAAM,GAAN,2BAAM,KAAN,2BAAM,QAWjB;IAED,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,uCAAyB,CAAA;QACzB,gDAAkC,CAAA;QAClC;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,+BAAU,KAAV,+BAAU,QAQrB;IAED,IAAY,SAaX;IAbD,WAAY,SAAS;QACnB,8BAAiB,CAAA;QACjB,gCAAmB,CAAA;QACnB,oCAAuB,CAAA;QACvB,kCAAqB,CAAA;QACrB,8BAAiB,CAAA;QACjB,kCAAqB,CAAA;QACrB,8BAAiB,CAAA;QACjB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAbW,SAAS,GAAT,8BAAS,KAAT,8BAAS,QAapB;IAED,IAAY,KAkBX;IAlBD,WAAY,KAAK;QACf,4BAAmB,CAAA;QACnB,8BAAqB,CAAA;QACrB,wBAAe,CAAA;QACf,wBAAe,CAAA;QACf,oBAAW,CAAA;QACX,sBAAa,CAAA;QACb,sBAAa,CAAA;QACb,0BAAiB,CAAA;QACjB,gCAAuB,CAAA;QACvB,4BAAmB,CAAA;QACnB,8BAAqB,CAAA;QACrB,8BAAqB,CAAA;QACrB;;;WAGG;QACH,uCAA8B,CAAA;IAChC,CAAC,EAlBW,KAAK,GAAL,0BAAK,KAAL,0BAAK,QAkBhB;IAED,IAAY,QAQX;IARD,WAAY,QAAQ;QAClB,uBAAW,CAAA;QACX,gEAAoD,CAAA;QACpD;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EARW,QAAQ,GAAR,6BAAQ,KAAR,6BAAQ,QAQnB;IAED,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,+BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,2CAAsB,yBAWrC,CAAA;AACH,CAAC,EAvGgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAuGpC"}
|
|
@@ -17,6 +17,7 @@ The required permissions are documented in the
|
|
|
17
17
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* 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.
|
|
19
19
|
*/
|
|
20
|
+
import * as model from "../model";
|
|
20
21
|
/**
|
|
21
22
|
* A point-in-time copy of a volume that can then be used to create a new block volume
|
|
22
23
|
* or recover a block volume. For more information, see
|
|
@@ -150,6 +151,27 @@ export interface VolumeBackup {
|
|
|
150
151
|
* The OCID of the volume.
|
|
151
152
|
*/
|
|
152
153
|
"volumeId"?: string;
|
|
154
|
+
/**
|
|
155
|
+
* The date and time when a backup\u2019s retention period ends and it is set to expire. This is an optional field. If it is not specified, it is set to null, no retention period will be applied to the backups.
|
|
156
|
+
*/
|
|
157
|
+
"timeRetentionExpiresAt"?: Date;
|
|
158
|
+
"retentionPeriod"?: model.RetentionDuration;
|
|
159
|
+
/**
|
|
160
|
+
* Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
|
|
161
|
+
*/
|
|
162
|
+
"isPreventDeletionEnabled"?: boolean;
|
|
163
|
+
/**
|
|
164
|
+
* feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
|
|
165
|
+
*/
|
|
166
|
+
"isRetentionLockEnabled"?: boolean;
|
|
167
|
+
/**
|
|
168
|
+
* feature that preserves backup data from modification or deletion to ensure it remains available for legal or regulatory investigations or litigation, regardless of standard retention policies. This is an optional field. If it is not specified, it is set to null, no legal hold will be applied to the backups.
|
|
169
|
+
*/
|
|
170
|
+
"isIndefiniteRetentionEnabled"?: boolean;
|
|
171
|
+
/**
|
|
172
|
+
* The OCID of the volume group backup associated with the backup. This is an optional field. If it is not present in the response, the backup does not belong to a volume group.
|
|
173
|
+
*/
|
|
174
|
+
"volumeGroupBackupId"?: string;
|
|
153
175
|
}
|
|
154
176
|
export declare namespace VolumeBackup {
|
|
155
177
|
enum LifecycleState {
|
|
@@ -18,8 +18,28 @@ The required permissions are documented in the
|
|
|
18
18
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
19
19
|
* 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.
|
|
20
20
|
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
21
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
41
|
exports.VolumeBackup = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
23
43
|
var VolumeBackup;
|
|
24
44
|
(function (VolumeBackup) {
|
|
25
45
|
let LifecycleState;
|
|
@@ -57,12 +77,20 @@ var VolumeBackup;
|
|
|
57
77
|
Type["UnknownValue"] = "UNKNOWN_VALUE";
|
|
58
78
|
})(Type = VolumeBackup.Type || (VolumeBackup.Type = {}));
|
|
59
79
|
function getJsonObj(obj) {
|
|
60
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
80
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
81
|
+
"retentionPeriod": obj.retentionPeriod
|
|
82
|
+
? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
|
|
83
|
+
: undefined
|
|
84
|
+
});
|
|
61
85
|
return jsonObj;
|
|
62
86
|
}
|
|
63
87
|
VolumeBackup.getJsonObj = getJsonObj;
|
|
64
88
|
function getDeserializedJsonObj(obj) {
|
|
65
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
89
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
90
|
+
"retentionPeriod": obj.retentionPeriod
|
|
91
|
+
? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
|
|
92
|
+
: undefined
|
|
93
|
+
});
|
|
66
94
|
return jsonObj;
|
|
67
95
|
}
|
|
68
96
|
VolumeBackup.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume-backup.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/volume-backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG
|
|
1
|
+
{"version":3,"file":"volume-backup.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/volume-backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqJlC,IAAiB,YAAY,CA2D5B;AA3DD,WAAiB,YAAY;IAC3B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,yCAAuB,CAAA;QACvB,6CAA2B,CAAA;QAC3B,2CAAyB,CAAA;QACzB,mCAAiB,CAAA;QACjB,sDAAoC,CAAA;QACpC;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAYzB;IAED,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,+BAAiB,CAAA;QACjB,qCAAuB,CAAA;QACvB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,uBAAU,KAAV,uBAAU,QAQrB;IAED,IAAY,IAQX;IARD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,mCAA2B,CAAA;QAC3B;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,iBAAI,KAAJ,iBAAI,QAQf;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mCAAsB,yBAWrC,CAAA;AACH,CAAC,EA3DgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA2D5B"}
|
|
@@ -17,6 +17,7 @@ The required permissions are documented in the
|
|
|
17
17
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* 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.
|
|
19
19
|
*/
|
|
20
|
+
import * as model from "../model";
|
|
20
21
|
/**
|
|
21
22
|
* A point-in-time copy of a volume group that can then be used to create a new volume group
|
|
22
23
|
* or restore a volume group. For more information, see [Volume Groups](https://docs.oracle.com/iaas/Content/Block/Concepts/volumegroups.htm).
|
|
@@ -138,6 +139,23 @@ export interface VolumeGroupBackup {
|
|
|
138
139
|
* The OCID of the source volume group backup.
|
|
139
140
|
*/
|
|
140
141
|
"sourceVolumeGroupBackupId"?: string;
|
|
142
|
+
/**
|
|
143
|
+
* The date and time when a backup\u2019s retention period ends and it is set to expire. This is an optional field. If it is not specified, it is set to null, no retention period will be applied to the backups.
|
|
144
|
+
*/
|
|
145
|
+
"timeRetentionExpiresAt"?: Date;
|
|
146
|
+
"retentionPeriod"?: model.RetentionDuration;
|
|
147
|
+
/**
|
|
148
|
+
* Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
|
|
149
|
+
*/
|
|
150
|
+
"isPreventDeletionEnabled"?: boolean;
|
|
151
|
+
/**
|
|
152
|
+
* feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
|
|
153
|
+
*/
|
|
154
|
+
"isRetentionLockEnabled"?: boolean;
|
|
155
|
+
/**
|
|
156
|
+
* feature that preserves backup data from modification or deletion to ensure it remains available for legal or regulatory investigations or litigation, regardless of standard retention policies. This is an optional field. If it is not specified, it is set to null, no legal hold will be applied to the backups.
|
|
157
|
+
*/
|
|
158
|
+
"isIndefiniteRetentionEnabled"?: boolean;
|
|
141
159
|
}
|
|
142
160
|
export declare namespace VolumeGroupBackup {
|
|
143
161
|
enum LifecycleState {
|
|
@@ -18,8 +18,28 @@ The required permissions are documented in the
|
|
|
18
18
|
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
19
19
|
* 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.
|
|
20
20
|
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
21
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
41
|
exports.VolumeGroupBackup = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
23
43
|
var VolumeGroupBackup;
|
|
24
44
|
(function (VolumeGroupBackup) {
|
|
25
45
|
let LifecycleState;
|
|
@@ -58,12 +78,20 @@ var VolumeGroupBackup;
|
|
|
58
78
|
Type["UnknownValue"] = "UNKNOWN_VALUE";
|
|
59
79
|
})(Type = VolumeGroupBackup.Type || (VolumeGroupBackup.Type = {}));
|
|
60
80
|
function getJsonObj(obj) {
|
|
61
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
81
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
82
|
+
"retentionPeriod": obj.retentionPeriod
|
|
83
|
+
? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
|
|
84
|
+
: undefined
|
|
85
|
+
});
|
|
62
86
|
return jsonObj;
|
|
63
87
|
}
|
|
64
88
|
VolumeGroupBackup.getJsonObj = getJsonObj;
|
|
65
89
|
function getDeserializedJsonObj(obj) {
|
|
66
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
90
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
91
|
+
"retentionPeriod": obj.retentionPeriod
|
|
92
|
+
? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
|
|
93
|
+
: undefined
|
|
94
|
+
});
|
|
67
95
|
return jsonObj;
|
|
68
96
|
}
|
|
69
97
|
VolumeGroupBackup.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"volume-group-backup.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/volume-group-backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG
|
|
1
|
+
{"version":3,"file":"volume-group-backup.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/volume-group-backup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyIlC,IAAiB,iBAAiB,CA4DjC;AA5DD,WAAiB,iBAAiB;IAChC,IAAY,cAaX;IAbD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,yCAAuB,CAAA;QACvB,yCAAuB,CAAA;QACvB,6CAA2B,CAAA;QAC3B,2CAAyB,CAAA;QACzB,mCAAiB,CAAA;QACjB,sDAAoC,CAAA;QACpC;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAbW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAazB;IAED,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,+BAAiB,CAAA;QACjB,qCAAuB,CAAA;QACvB;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,4BAAU,KAAV,4BAAU,QAQrB;IAED,IAAY,IAQX;IARD,WAAY,IAAI;QACd,qBAAa,CAAA;QACb,mCAA2B,CAAA;QAC3B;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,sBAAI,KAAJ,sBAAI,QAQf;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAsB,yBAWrC,CAAA;AACH,CAAC,EA5DgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA4DjC"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -859,6 +859,8 @@ import * as ListNetworkSecurityGroupsRequest from "./list-network-security-group
|
|
|
859
859
|
export import ListNetworkSecurityGroupsRequest = ListNetworkSecurityGroupsRequest.ListNetworkSecurityGroupsRequest;
|
|
860
860
|
import * as ListPrivateIpsRequest from "./list-private-ips-request";
|
|
861
861
|
export import ListPrivateIpsRequest = ListPrivateIpsRequest.ListPrivateIpsRequest;
|
|
862
|
+
import * as ListProviderRemoteRegionsRequest from "./list-provider-remote-regions-request";
|
|
863
|
+
export import ListProviderRemoteRegionsRequest = ListProviderRemoteRegionsRequest.ListProviderRemoteRegionsRequest;
|
|
862
864
|
import * as ListPublicIpPoolsRequest from "./list-public-ip-pools-request";
|
|
863
865
|
export import ListPublicIpPoolsRequest = ListPublicIpPoolsRequest.ListPublicIpPoolsRequest;
|
|
864
866
|
import * as ListPublicIpsRequest from "./list-public-ips-request";
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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"}
|