oci-filestorage 2.96.0 → 2.97.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 +126 -0
- package/lib/client.js +2238 -1284
- package/lib/client.js.map +1 -1
- package/lib/model/create-export-details.d.ts +4 -0
- package/lib/model/create-export-details.js +10 -0
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +5 -0
- package/lib/model/create-file-system-details.js +34 -2
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-filesystem-snapshot-policy-details.d.ts +4 -0
- package/lib/model/create-filesystem-snapshot-policy-details.js +10 -0
- package/lib/model/create-filesystem-snapshot-policy-details.js.map +1 -1
- package/lib/model/create-mount-target-details.d.ts +4 -0
- package/lib/model/create-mount-target-details.js +11 -1
- package/lib/model/create-mount-target-details.js.map +1 -1
- package/lib/model/create-outbound-connector-details.d.ts +5 -0
- package/lib/model/create-outbound-connector-details.js +14 -2
- package/lib/model/create-outbound-connector-details.js.map +1 -1
- package/lib/model/create-replication-details.d.ts +5 -0
- package/lib/model/create-replication-details.js +34 -2
- package/lib/model/create-replication-details.js.map +1 -1
- package/lib/model/create-snapshot-details.d.ts +5 -0
- package/lib/model/create-snapshot-details.js +34 -2
- package/lib/model/create-snapshot-details.js.map +1 -1
- package/lib/model/export-summary.d.ts +5 -0
- package/lib/model/export-summary.js +34 -2
- package/lib/model/export-summary.js.map +1 -1
- package/lib/model/export.d.ts +4 -0
- package/lib/model/export.js +10 -0
- package/lib/model/export.js.map +1 -1
- package/lib/model/file-system-summary.d.ts +4 -0
- package/lib/model/file-system-summary.js +10 -0
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +4 -0
- package/lib/model/file-system.js +10 -0
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/filesystem-snapshot-policy-summary.d.ts +5 -0
- package/lib/model/filesystem-snapshot-policy-summary.js +34 -2
- package/lib/model/filesystem-snapshot-policy-summary.js.map +1 -1
- package/lib/model/filesystem-snapshot-policy.d.ts +4 -0
- package/lib/model/filesystem-snapshot-policy.js +10 -0
- package/lib/model/filesystem-snapshot-policy.js.map +1 -1
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +4 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/mount-target-summary.d.ts +5 -0
- package/lib/model/mount-target-summary.js +34 -2
- package/lib/model/mount-target-summary.js.map +1 -1
- package/lib/model/mount-target.d.ts +4 -0
- package/lib/model/mount-target.js +12 -2
- package/lib/model/mount-target.js.map +1 -1
- package/lib/model/outbound-connector-summary.d.ts +5 -0
- package/lib/model/outbound-connector-summary.js +14 -2
- package/lib/model/outbound-connector-summary.js.map +1 -1
- package/lib/model/outbound-connector.d.ts +5 -0
- package/lib/model/outbound-connector.js +14 -2
- package/lib/model/outbound-connector.js.map +1 -1
- package/lib/model/replication-summary.d.ts +5 -0
- package/lib/model/replication-summary.js +34 -2
- package/lib/model/replication-summary.js.map +1 -1
- package/lib/model/replication.d.ts +5 -0
- package/lib/model/replication.js +34 -2
- package/lib/model/replication.js.map +1 -1
- package/lib/model/resource-lock.d.ts +54 -0
- package/lib/model/resource-lock.js +41 -0
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/snapshot-summary.d.ts +5 -0
- package/lib/model/snapshot-summary.js +34 -2
- package/lib/model/snapshot-summary.js.map +1 -1
- package/lib/model/snapshot.d.ts +5 -0
- package/lib/model/snapshot.js +34 -2
- package/lib/model/snapshot.js.map +1 -1
- package/lib/request/add-export-lock-request.d.ts +42 -0
- package/lib/request/add-export-lock-request.js +15 -0
- package/lib/request/add-export-lock-request.js.map +1 -0
- package/lib/request/add-file-system-lock-request.d.ts +42 -0
- package/lib/request/add-file-system-lock-request.js +15 -0
- package/lib/request/add-file-system-lock-request.js.map +1 -0
- package/lib/request/add-filesystem-snapshot-policy-lock-request.d.ts +42 -0
- package/lib/request/add-filesystem-snapshot-policy-lock-request.js +15 -0
- package/lib/request/add-filesystem-snapshot-policy-lock-request.js.map +1 -0
- package/lib/request/add-mount-target-lock-request.d.ts +42 -0
- package/lib/request/add-mount-target-lock-request.js +15 -0
- package/lib/request/add-mount-target-lock-request.js.map +1 -0
- package/lib/request/add-outbound-connector-lock-request.d.ts +42 -0
- package/lib/request/add-outbound-connector-lock-request.js +15 -0
- package/lib/request/add-outbound-connector-lock-request.js.map +1 -0
- package/lib/request/add-replication-lock-request.d.ts +42 -0
- package/lib/request/add-replication-lock-request.js +15 -0
- package/lib/request/add-replication-lock-request.js.map +1 -0
- package/lib/request/add-snapshot-lock-request.d.ts +42 -0
- package/lib/request/add-snapshot-lock-request.js +15 -0
- package/lib/request/add-snapshot-lock-request.js.map +1 -0
- package/lib/request/change-file-system-compartment-request.d.ts +4 -0
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +4 -0
- package/lib/request/change-mount-target-compartment-request.d.ts +4 -0
- package/lib/request/change-outbound-connector-compartment-request.d.ts +4 -0
- package/lib/request/change-replication-compartment-request.d.ts +4 -0
- package/lib/request/create-mount-target-request.d.ts +4 -0
- package/lib/request/delete-export-request.d.ts +4 -0
- package/lib/request/delete-file-system-request.d.ts +4 -0
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/delete-mount-target-request.d.ts +4 -0
- package/lib/request/delete-outbound-connector-request.d.ts +4 -0
- package/lib/request/delete-replication-request.d.ts +4 -0
- package/lib/request/delete-replication-request.js.map +1 -1
- package/lib/request/delete-replication-target-request.d.ts +4 -0
- package/lib/request/delete-snapshot-request.d.ts +4 -0
- package/lib/request/index.d.ts +28 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/remove-export-lock-request.d.ts +42 -0
- package/lib/request/remove-export-lock-request.js +15 -0
- package/lib/request/remove-export-lock-request.js.map +1 -0
- package/lib/request/remove-file-system-lock-request.d.ts +42 -0
- package/lib/request/remove-file-system-lock-request.js +15 -0
- package/lib/request/remove-file-system-lock-request.js.map +1 -0
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.d.ts +42 -0
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.js +15 -0
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.js.map +1 -0
- package/lib/request/remove-mount-target-lock-request.d.ts +42 -0
- package/lib/request/remove-mount-target-lock-request.js +15 -0
- package/lib/request/remove-mount-target-lock-request.js.map +1 -0
- package/lib/request/remove-outbound-connector-lock-request.d.ts +42 -0
- package/lib/request/remove-outbound-connector-lock-request.js +15 -0
- package/lib/request/remove-outbound-connector-lock-request.js.map +1 -0
- package/lib/request/remove-replication-lock-request.d.ts +42 -0
- package/lib/request/remove-replication-lock-request.js +15 -0
- package/lib/request/remove-replication-lock-request.js.map +1 -0
- package/lib/request/remove-snapshot-lock-request.d.ts +42 -0
- package/lib/request/remove-snapshot-lock-request.js +15 -0
- package/lib/request/remove-snapshot-lock-request.js.map +1 -0
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/update-export-request.d.ts +4 -0
- package/lib/request/update-file-system-request.d.ts +4 -0
- package/lib/request/update-filesystem-snapshot-policy-request.d.ts +4 -0
- package/lib/request/update-mount-target-request.d.ts +4 -0
- package/lib/request/update-outbound-connector-request.d.ts +4 -0
- package/lib/request/update-replication-request.d.ts +4 -0
- package/lib/request/update-snapshot-request.d.ts +4 -0
- package/lib/response/add-export-lock-response.d.ts +30 -0
- package/lib/response/add-export-lock-response.js +15 -0
- package/lib/response/add-export-lock-response.js.map +1 -0
- package/lib/response/add-file-system-lock-response.d.ts +30 -0
- package/lib/response/add-file-system-lock-response.js +15 -0
- package/lib/response/add-file-system-lock-response.js.map +1 -0
- package/lib/response/add-filesystem-snapshot-policy-lock-response.d.ts +30 -0
- package/lib/response/add-filesystem-snapshot-policy-lock-response.js +15 -0
- package/lib/response/add-filesystem-snapshot-policy-lock-response.js.map +1 -0
- package/lib/response/add-mount-target-lock-response.d.ts +30 -0
- package/lib/response/add-mount-target-lock-response.js +15 -0
- package/lib/response/add-mount-target-lock-response.js.map +1 -0
- package/lib/response/add-outbound-connector-lock-response.d.ts +30 -0
- package/lib/response/add-outbound-connector-lock-response.js +15 -0
- package/lib/response/add-outbound-connector-lock-response.js.map +1 -0
- package/lib/response/add-replication-lock-response.d.ts +30 -0
- package/lib/response/add-replication-lock-response.js +15 -0
- package/lib/response/add-replication-lock-response.js.map +1 -0
- package/lib/response/add-snapshot-lock-response.d.ts +30 -0
- package/lib/response/add-snapshot-lock-response.js +15 -0
- package/lib/response/add-snapshot-lock-response.js.map +1 -0
- package/lib/response/index.d.ts +28 -0
- package/lib/response/remove-export-lock-response.d.ts +30 -0
- package/lib/response/remove-export-lock-response.js +15 -0
- package/lib/response/remove-export-lock-response.js.map +1 -0
- package/lib/response/remove-file-system-lock-response.d.ts +30 -0
- package/lib/response/remove-file-system-lock-response.js +15 -0
- package/lib/response/remove-file-system-lock-response.js.map +1 -0
- package/lib/response/remove-filesystem-snapshot-policy-lock-response.d.ts +30 -0
- package/lib/response/remove-filesystem-snapshot-policy-lock-response.js +15 -0
- package/lib/response/remove-filesystem-snapshot-policy-lock-response.js.map +1 -0
- package/lib/response/remove-mount-target-lock-response.d.ts +30 -0
- package/lib/response/remove-mount-target-lock-response.js +15 -0
- package/lib/response/remove-mount-target-lock-response.js.map +1 -0
- package/lib/response/remove-outbound-connector-lock-response.d.ts +30 -0
- package/lib/response/remove-outbound-connector-lock-response.js +15 -0
- package/lib/response/remove-outbound-connector-lock-response.js.map +1 -0
- package/lib/response/remove-replication-lock-response.d.ts +30 -0
- package/lib/response/remove-replication-lock-response.js +15 -0
- package/lib/response/remove-replication-lock-response.js.map +1 -0
- package/lib/response/remove-snapshot-lock-response.d.ts +30 -0
- package/lib/response/remove-snapshot-lock-response.js +15 -0
- package/lib/response/remove-snapshot-lock-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddSnapshotLock.ts.html |here} to see how to use AddSnapshotLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddSnapshotLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the snapshot.
|
|
21
|
+
*/
|
|
22
|
+
"snapshotId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to be updated for the AddLock.
|
|
25
|
+
*/
|
|
26
|
+
"addSnapshotLockDetails": model.ResourceLock;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code 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
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
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=add-snapshot-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-snapshot-lock-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/add-snapshot-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -34,6 +34,10 @@ export interface DeleteFileSystemRequest extends common.BaseRequest {
|
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"opcRequestId"?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Whether to override locks (if any exist).
|
|
39
|
+
*/
|
|
40
|
+
"isLockOverride"?: boolean;
|
|
37
41
|
/**
|
|
38
42
|
* If the value is set to true, then the file system will be deleted by detaching its child file system, turning
|
|
39
43
|
* the child file system into an independent File System.
|
|
@@ -42,6 +42,10 @@ export interface DeleteReplicationRequest extends common.BaseRequest {
|
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"deleteMode"?: DeleteReplicationRequest.DeleteMode;
|
|
45
|
+
/**
|
|
46
|
+
* Whether to override locks (if any exist).
|
|
47
|
+
*/
|
|
48
|
+
"isLockOverride"?: boolean;
|
|
45
49
|
}
|
|
46
50
|
export declare namespace DeleteReplicationRequest {
|
|
47
51
|
enum DeleteMode {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-replication-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/delete-replication-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"delete-replication-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/delete-replication-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,wBAAwB,CAMxC;AAND,WAAiB,wBAAwB;IACvC,IAAY,UAIX;IAJD,WAAY,UAAU;QACpB,wFAA0E,CAAA;QAC1E,6CAA+B,CAAA;QAC/B,gEAAkD,CAAA;IACpD,CAAC,EAJW,UAAU,GAAV,mCAAU,KAAV,mCAAU,QAIrB;AACH,CAAC,EANgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAMxC"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -12,6 +12,20 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
|
|
|
12
12
|
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
13
13
|
* 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.
|
|
14
14
|
*/
|
|
15
|
+
import * as AddExportLockRequest from "./add-export-lock-request";
|
|
16
|
+
export import AddExportLockRequest = AddExportLockRequest.AddExportLockRequest;
|
|
17
|
+
import * as AddFileSystemLockRequest from "./add-file-system-lock-request";
|
|
18
|
+
export import AddFileSystemLockRequest = AddFileSystemLockRequest.AddFileSystemLockRequest;
|
|
19
|
+
import * as AddFilesystemSnapshotPolicyLockRequest from "./add-filesystem-snapshot-policy-lock-request";
|
|
20
|
+
export import AddFilesystemSnapshotPolicyLockRequest = AddFilesystemSnapshotPolicyLockRequest.AddFilesystemSnapshotPolicyLockRequest;
|
|
21
|
+
import * as AddMountTargetLockRequest from "./add-mount-target-lock-request";
|
|
22
|
+
export import AddMountTargetLockRequest = AddMountTargetLockRequest.AddMountTargetLockRequest;
|
|
23
|
+
import * as AddOutboundConnectorLockRequest from "./add-outbound-connector-lock-request";
|
|
24
|
+
export import AddOutboundConnectorLockRequest = AddOutboundConnectorLockRequest.AddOutboundConnectorLockRequest;
|
|
25
|
+
import * as AddReplicationLockRequest from "./add-replication-lock-request";
|
|
26
|
+
export import AddReplicationLockRequest = AddReplicationLockRequest.AddReplicationLockRequest;
|
|
27
|
+
import * as AddSnapshotLockRequest from "./add-snapshot-lock-request";
|
|
28
|
+
export import AddSnapshotLockRequest = AddSnapshotLockRequest.AddSnapshotLockRequest;
|
|
15
29
|
import * as CancelDowngradeShapeMountTargetRequest from "./cancel-downgrade-shape-mount-target-request";
|
|
16
30
|
export import CancelDowngradeShapeMountTargetRequest = CancelDowngradeShapeMountTargetRequest.CancelDowngradeShapeMountTargetRequest;
|
|
17
31
|
import * as ChangeFileSystemCompartmentRequest from "./change-file-system-compartment-request";
|
|
@@ -96,6 +110,20 @@ import * as ListSnapshotsRequest from "./list-snapshots-request";
|
|
|
96
110
|
export import ListSnapshotsRequest = ListSnapshotsRequest.ListSnapshotsRequest;
|
|
97
111
|
import * as PauseFilesystemSnapshotPolicyRequest from "./pause-filesystem-snapshot-policy-request";
|
|
98
112
|
export import PauseFilesystemSnapshotPolicyRequest = PauseFilesystemSnapshotPolicyRequest.PauseFilesystemSnapshotPolicyRequest;
|
|
113
|
+
import * as RemoveExportLockRequest from "./remove-export-lock-request";
|
|
114
|
+
export import RemoveExportLockRequest = RemoveExportLockRequest.RemoveExportLockRequest;
|
|
115
|
+
import * as RemoveFileSystemLockRequest from "./remove-file-system-lock-request";
|
|
116
|
+
export import RemoveFileSystemLockRequest = RemoveFileSystemLockRequest.RemoveFileSystemLockRequest;
|
|
117
|
+
import * as RemoveFilesystemSnapshotPolicyLockRequest from "./remove-filesystem-snapshot-policy-lock-request";
|
|
118
|
+
export import RemoveFilesystemSnapshotPolicyLockRequest = RemoveFilesystemSnapshotPolicyLockRequest.RemoveFilesystemSnapshotPolicyLockRequest;
|
|
119
|
+
import * as RemoveMountTargetLockRequest from "./remove-mount-target-lock-request";
|
|
120
|
+
export import RemoveMountTargetLockRequest = RemoveMountTargetLockRequest.RemoveMountTargetLockRequest;
|
|
121
|
+
import * as RemoveOutboundConnectorLockRequest from "./remove-outbound-connector-lock-request";
|
|
122
|
+
export import RemoveOutboundConnectorLockRequest = RemoveOutboundConnectorLockRequest.RemoveOutboundConnectorLockRequest;
|
|
123
|
+
import * as RemoveReplicationLockRequest from "./remove-replication-lock-request";
|
|
124
|
+
export import RemoveReplicationLockRequest = RemoveReplicationLockRequest.RemoveReplicationLockRequest;
|
|
125
|
+
import * as RemoveSnapshotLockRequest from "./remove-snapshot-lock-request";
|
|
126
|
+
export import RemoveSnapshotLockRequest = RemoveSnapshotLockRequest.RemoveSnapshotLockRequest;
|
|
99
127
|
import * as ScheduleDowngradeShapeMountTargetRequest from "./schedule-downgrade-shape-mount-target-request";
|
|
100
128
|
export import ScheduleDowngradeShapeMountTargetRequest = ScheduleDowngradeShapeMountTargetRequest.ScheduleDowngradeShapeMountTargetRequest;
|
|
101
129
|
import * as UnpauseFilesystemSnapshotPolicyRequest from "./unpause-filesystem-snapshot-policy-request";
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAoDH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AA2B3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveExportLock.ts.html |here} to see how to use RemoveExportLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveExportLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the export.
|
|
21
|
+
*/
|
|
22
|
+
"exportId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to be updated for the RemoveLock.
|
|
25
|
+
*/
|
|
26
|
+
"removeExportLockDetails": model.ResourceLock;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code 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
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
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=remove-export-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-export-lock-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/remove-export-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveFileSystemLock.ts.html |here} to see how to use RemoveFileSystemLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveFileSystemLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system.
|
|
21
|
+
*/
|
|
22
|
+
"fileSystemId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to be updated for the RemoveLock.
|
|
25
|
+
*/
|
|
26
|
+
"removeFileSystemLockDetails": model.ResourceLock;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code 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
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
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=remove-file-system-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-file-system-lock-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/remove-file-system-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveFilesystemSnapshotPolicyLock.ts.html |here} to see how to use RemoveFilesystemSnapshotPolicyLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveFilesystemSnapshotPolicyLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
21
|
+
*/
|
|
22
|
+
"filesystemSnapshotPolicyId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to be updated for the RemoveLock.
|
|
25
|
+
*/
|
|
26
|
+
"removeFilesystemSnapshotPolicyLockDetails": model.ResourceLock;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code 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
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
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=remove-filesystem-snapshot-policy-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-filesystem-snapshot-policy-lock-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/remove-filesystem-snapshot-policy-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveMountTargetLock.ts.html |here} to see how to use RemoveMountTargetLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveMountTargetLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the mount target.
|
|
21
|
+
*/
|
|
22
|
+
"mountTargetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to be updated for the RemoveLock.
|
|
25
|
+
*/
|
|
26
|
+
"removeMountTargetLockDetails": model.ResourceLock;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code 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
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
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=remove-mount-target-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-mount-target-lock-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/remove-mount-target-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveOutboundConnectorLock.ts.html |here} to see how to use RemoveOutboundConnectorLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveOutboundConnectorLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the outbound connector.
|
|
21
|
+
*/
|
|
22
|
+
"outboundConnectorId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to be updated for the RemoveLock.
|
|
25
|
+
*/
|
|
26
|
+
"removeOutboundConnectorLockDetails": model.ResourceLock;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code 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
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
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=remove-outbound-connector-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-outbound-connector-lock-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/remove-outbound-connector-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveReplicationLock.ts.html |here} to see how to use RemoveReplicationLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveReplicationLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
|
|
21
|
+
*/
|
|
22
|
+
"replicationId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details to be updated for the RemoveLock.
|
|
25
|
+
*/
|
|
26
|
+
"removeReplicationLockDetails": model.ResourceLock;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code 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
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"opcRequestId"?: string;
|
|
42
|
+
}
|