oci-filestorage 2.43.0 → 2.45.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/index.d.ts +2 -1
- package/index.js +2 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +219 -26
- package/lib/client.js +819 -69
- package/lib/client.js.map +1 -1
- package/lib/filestorage-waiter.d.ts +18 -1
- package/lib/filestorage-waiter.js +26 -1
- package/lib/filestorage-waiter.js.map +1 -1
- package/lib/model/change-file-system-compartment-details.d.ts +2 -1
- package/lib/model/change-file-system-compartment-details.js +2 -1
- package/lib/model/change-file-system-compartment-details.js.map +1 -1
- package/lib/model/change-mount-target-compartment-details.d.ts +2 -1
- package/lib/model/change-mount-target-compartment-details.js +2 -1
- package/lib/model/change-mount-target-compartment-details.js.map +1 -1
- package/lib/model/change-replication-compartment-details.d.ts +28 -0
- package/lib/model/change-replication-compartment-details.js +31 -0
- package/lib/model/change-replication-compartment-details.js.map +1 -0
- package/lib/model/client-options.d.ts +2 -1
- package/lib/model/client-options.js +2 -1
- package/lib/model/client-options.js.map +1 -1
- package/lib/model/create-export-details.d.ts +2 -1
- package/lib/model/create-export-details.js +2 -1
- package/lib/model/create-export-details.js.map +1 -1
- package/lib/model/create-file-system-details.d.ts +3 -2
- package/lib/model/create-file-system-details.js +2 -1
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-mount-target-details.d.ts +18 -1
- package/lib/model/create-mount-target-details.js +2 -1
- package/lib/model/create-mount-target-details.js.map +1 -1
- package/lib/model/create-replication-details.d.ts +70 -0
- package/lib/model/create-replication-details.js +31 -0
- package/lib/model/create-replication-details.js.map +1 -0
- package/lib/model/create-snapshot-details.d.ts +2 -1
- package/lib/model/create-snapshot-details.js +2 -1
- package/lib/model/create-snapshot-details.js.map +1 -1
- package/lib/model/export-set-summary.d.ts +2 -1
- package/lib/model/export-set-summary.js +2 -1
- package/lib/model/export-set-summary.js.map +1 -1
- package/lib/model/export-set.d.ts +2 -3
- package/lib/model/export-set.js +2 -1
- package/lib/model/export-set.js.map +1 -1
- package/lib/model/export-summary.d.ts +2 -1
- package/lib/model/export-summary.js +2 -1
- package/lib/model/export-summary.js.map +1 -1
- package/lib/model/export.d.ts +2 -3
- package/lib/model/export.js +2 -1
- package/lib/model/export.js.map +1 -1
- package/lib/model/file-system-summary.d.ts +5 -3
- package/lib/model/file-system-summary.js +3 -1
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +17 -5
- package/lib/model/file-system.js +3 -1
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/index.d.ts +18 -1
- package/lib/model/index.js +19 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/mount-target-summary.d.ts +2 -1
- package/lib/model/mount-target-summary.js +2 -1
- package/lib/model/mount-target-summary.js.map +1 -1
- package/lib/model/mount-target.d.ts +2 -3
- package/lib/model/mount-target.js +2 -1
- package/lib/model/mount-target.js.map +1 -1
- package/lib/model/replication-estimate.d.ts +43 -0
- package/lib/model/replication-estimate.js +31 -0
- package/lib/model/replication-estimate.js.map +1 -0
- package/lib/model/replication-summary.d.ts +106 -0
- package/lib/model/replication-summary.js +44 -0
- package/lib/model/replication-summary.js.map +1 -0
- package/lib/model/replication-target-summary.d.ts +99 -0
- package/lib/model/replication-target-summary.js +44 -0
- package/lib/model/replication-target-summary.js.map +1 -0
- package/lib/model/replication-target.d.ts +150 -0
- package/lib/model/replication-target.js +59 -0
- package/lib/model/replication-target.js.map +1 -0
- package/lib/model/replication.d.ts +155 -0
- package/lib/model/replication.js +59 -0
- package/lib/model/replication.js.map +1 -0
- package/lib/model/snapshot-summary.d.ts +33 -4
- package/lib/model/snapshot-summary.js +13 -1
- package/lib/model/snapshot-summary.js.map +1 -1
- package/lib/model/snapshot.d.ts +33 -6
- package/lib/model/snapshot.js +13 -1
- package/lib/model/snapshot.js.map +1 -1
- package/lib/model/source-details.d.ts +4 -3
- package/lib/model/source-details.js +2 -1
- package/lib/model/source-details.js.map +1 -1
- package/lib/model/update-export-details.d.ts +2 -1
- package/lib/model/update-export-details.js +2 -1
- package/lib/model/update-export-details.js.map +1 -1
- package/lib/model/update-export-set-details.d.ts +2 -1
- package/lib/model/update-export-set-details.js +2 -1
- package/lib/model/update-export-set-details.js.map +1 -1
- package/lib/model/update-file-system-details.d.ts +5 -2
- package/lib/model/update-file-system-details.js +2 -1
- package/lib/model/update-file-system-details.js.map +1 -1
- package/lib/model/update-mount-target-details.d.ts +2 -1
- package/lib/model/update-mount-target-details.js +2 -1
- package/lib/model/update-mount-target-details.js.map +1 -1
- package/lib/model/update-replication-details.d.ts +56 -0
- package/lib/model/update-replication-details.js +31 -0
- package/lib/model/update-replication-details.js.map +1 -0
- package/lib/model/update-snapshot-details.d.ts +2 -1
- package/lib/model/update-snapshot-details.js +2 -1
- package/lib/model/update-snapshot-details.js.map +1 -1
- package/lib/request/change-file-system-compartment-request.d.ts +1 -1
- package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
- package/lib/request/change-replication-compartment-request.d.ts +42 -0
- package/lib/request/change-replication-compartment-request.js +15 -0
- package/lib/request/change-replication-compartment-request.js.map +1 -0
- package/lib/request/create-export-request.d.ts +1 -1
- package/lib/request/create-file-system-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-replication-request.d.ts +38 -0
- package/lib/request/create-replication-request.js +15 -0
- package/lib/request/create-replication-request.js.map +1 -0
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +1 -1
- package/lib/request/delete-file-system-request.d.ts +1 -1
- package/lib/request/delete-mount-target-request.d.ts +1 -1
- package/lib/request/delete-replication-request.d.ts +52 -0
- package/lib/request/delete-replication-request.js +25 -0
- package/lib/request/delete-replication-request.js.map +1 -0
- package/lib/request/delete-replication-target-request.d.ts +37 -0
- package/lib/request/delete-replication-target-request.js +15 -0
- package/lib/request/delete-replication-target-request.js.map +1 -0
- package/lib/request/delete-snapshot-request.d.ts +1 -1
- package/lib/request/estimate-replication-request.d.ts +41 -0
- package/lib/request/estimate-replication-request.js +15 -0
- package/lib/request/estimate-replication-request.js.map +1 -0
- package/lib/request/get-export-request.d.ts +1 -1
- package/lib/request/get-export-set-request.d.ts +1 -1
- package/lib/request/get-file-system-request.d.ts +1 -1
- package/lib/request/get-mount-target-request.d.ts +1 -1
- package/lib/request/get-replication-request.d.ts +28 -0
- package/lib/request/get-replication-request.js +15 -0
- package/lib/request/get-replication-request.js.map +1 -0
- package/lib/request/get-replication-target-request.d.ts +28 -0
- package/lib/request/get-replication-target-request.js +15 -0
- package/lib/request/get-replication-target-request.js.map +1 -0
- package/lib/request/get-snapshot-request.d.ts +1 -1
- package/lib/request/index.d.ts +22 -1
- package/lib/request/index.js +9 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +1 -1
- package/lib/request/list-exports-request.d.ts +1 -1
- package/lib/request/list-file-systems-request.d.ts +3 -3
- package/lib/request/list-mount-targets-request.d.ts +1 -1
- package/lib/request/list-replication-targets-request.d.ts +107 -0
- package/lib/request/list-replication-targets-request.js +37 -0
- package/lib/request/list-replication-targets-request.js.map +1 -0
- package/lib/request/list-replications-request.d.ts +111 -0
- package/lib/request/list-replications-request.js +37 -0
- package/lib/request/list-replications-request.js.map +1 -0
- package/lib/request/list-snapshots-request.d.ts +1 -1
- package/lib/request/update-export-request.d.ts +1 -1
- package/lib/request/update-export-set-request.d.ts +1 -1
- package/lib/request/update-file-system-request.d.ts +1 -1
- package/lib/request/update-mount-target-request.d.ts +1 -1
- package/lib/request/update-replication-request.d.ts +42 -0
- package/lib/request/update-replication-request.js +15 -0
- package/lib/request/update-replication-request.js.map +1 -0
- package/lib/request/update-snapshot-request.d.ts +1 -1
- package/lib/response/change-replication-compartment-response.d.ts +18 -0
- package/lib/response/change-replication-compartment-response.js +15 -0
- package/lib/response/change-replication-compartment-response.js.map +1 -0
- package/lib/response/create-replication-response.d.ts +30 -0
- package/lib/response/create-replication-response.js +15 -0
- package/lib/response/create-replication-response.js.map +1 -0
- package/lib/response/delete-replication-response.d.ts +21 -0
- package/lib/response/delete-replication-response.js +15 -0
- package/lib/response/delete-replication-response.js.map +1 -0
- package/lib/response/delete-replication-target-response.d.ts +21 -0
- package/lib/response/delete-replication-target-response.js +15 -0
- package/lib/response/delete-replication-target-response.js.map +1 -0
- package/lib/response/estimate-replication-response.d.ts +30 -0
- package/lib/response/estimate-replication-response.js +15 -0
- package/lib/response/estimate-replication-response.js.map +1 -0
- package/lib/response/get-replication-response.d.ts +30 -0
- package/lib/response/get-replication-response.js +15 -0
- package/lib/response/get-replication-response.js.map +1 -0
- package/lib/response/get-replication-target-response.d.ts +30 -0
- package/lib/response/get-replication-target-response.js +15 -0
- package/lib/response/get-replication-target-response.js.map +1 -0
- package/lib/response/index.d.ts +22 -1
- package/lib/response/index.js +2 -1
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-replication-targets-response.d.ts +35 -0
- package/lib/response/list-replication-targets-response.js +15 -0
- package/lib/response/list-replication-targets-response.js.map +1 -0
- package/lib/response/list-replications-response.d.ts +35 -0
- package/lib/response/list-replications-response.js +15 -0
- package/lib/response/list-replications-response.js.map +1 -0
- package/lib/response/update-replication-response.d.ts +30 -0
- package/lib/response/update-replication-response.js +15 -0
- package/lib/response/update-replication-response.js.map +1 -0
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
3
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
4
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
package/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* File Storage API
|
|
4
|
-
*
|
|
4
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
5
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
6
|
|
|
6
7
|
* OpenAPI spec version: 20171215
|
|
7
8
|
*
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/filestorage/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/filestorage/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,6EAA+D;AAKjD,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,iBAAiB,GAAG,kBAAkB,CAAC,iBAAiB,CAAC"}
|
package/lib/client.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* File Storage API
|
|
3
|
-
*
|
|
3
|
+
* Use the File Storage service API to manage file systems, mount targets, and snapshots.
|
|
4
|
+
For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
4
5
|
|
|
5
6
|
* OpenAPI spec version: 20171215
|
|
6
7
|
*
|
|
@@ -78,7 +79,7 @@ export declare class FileStorageClient {
|
|
|
78
79
|
* @param ChangeFileSystemCompartmentRequest
|
|
79
80
|
* @return ChangeFileSystemCompartmentResponse
|
|
80
81
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
82
83
|
*/
|
|
83
84
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
|
|
84
85
|
/**
|
|
@@ -88,9 +89,20 @@ export declare class FileStorageClient {
|
|
|
88
89
|
* @param ChangeMountTargetCompartmentRequest
|
|
89
90
|
* @return ChangeMountTargetCompartmentResponse
|
|
90
91
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
92
93
|
*/
|
|
93
94
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
|
|
95
|
+
/**
|
|
96
|
+
* Moves a replication and its replication target into a different compartment within the same tenancy.
|
|
97
|
+
* For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
98
|
+
*
|
|
99
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
100
|
+
* @param ChangeReplicationCompartmentRequest
|
|
101
|
+
* @return ChangeReplicationCompartmentResponse
|
|
102
|
+
* @throws OciError when an error occurs
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
104
|
+
*/
|
|
105
|
+
changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
|
|
94
106
|
/**
|
|
95
107
|
* Creates a new export in the specified export set, path, and
|
|
96
108
|
* file system.
|
|
@@ -99,7 +111,7 @@ export declare class FileStorageClient {
|
|
|
99
111
|
* @param CreateExportRequest
|
|
100
112
|
* @return CreateExportResponse
|
|
101
113
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
103
115
|
*/
|
|
104
116
|
createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
|
|
105
117
|
/**
|
|
@@ -137,7 +149,7 @@ export declare class FileStorageClient {
|
|
|
137
149
|
* @param CreateFileSystemRequest
|
|
138
150
|
* @return CreateFileSystemResponse
|
|
139
151
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
152
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
141
153
|
*/
|
|
142
154
|
createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
|
|
143
155
|
/**
|
|
@@ -178,9 +190,45 @@ export declare class FileStorageClient {
|
|
|
178
190
|
* @param CreateMountTargetRequest
|
|
179
191
|
* @return CreateMountTargetResponse
|
|
180
192
|
* @throws OciError when an error occurs
|
|
181
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
182
194
|
*/
|
|
183
195
|
createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* Creates a new replication in the specified compartment.
|
|
198
|
+
* Replications are the primary resource that governs the policy of cross-region replication between source
|
|
199
|
+
* and target file systems. Replications are associated with a secondary resource called a {@link ReplicationTarget}
|
|
200
|
+
* located in another availability domain.
|
|
201
|
+
* The associated replication target resource is automatically created along with the replication resource.
|
|
202
|
+
* The replication retrieves the delta of data between two snapshots of a source file system
|
|
203
|
+
* and sends it to the associated `ReplicationTarget`, which retrieves the delta and applies it to the target
|
|
204
|
+
* file system.
|
|
205
|
+
* Only unexported file systems can be used as target file systems.
|
|
206
|
+
* For more information, see [Using Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
|
|
207
|
+
* <p>
|
|
208
|
+
For information about access control and compartments, see
|
|
209
|
+
* [Overview of the IAM
|
|
210
|
+
* Service](https://docs.cloud.oracle.com/Content/Identity/Concepts/overview.htm).
|
|
211
|
+
* <p>
|
|
212
|
+
For information about availability domains, see [Regions and
|
|
213
|
+
* Availability Domains](https://docs.cloud.oracle.com/Content/General/Concepts/regions.htm).
|
|
214
|
+
* To get a list of availability domains, use the
|
|
215
|
+
* `ListAvailabilityDomains` operation in the Identity and Access
|
|
216
|
+
* Management Service API.
|
|
217
|
+
* <p>
|
|
218
|
+
All Oracle Cloud Infrastructure Services resources, including
|
|
219
|
+
* replications, get an Oracle-assigned, unique ID called an
|
|
220
|
+
* Oracle Cloud Identifier ([OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm)).
|
|
221
|
+
* When you create a resource, you can find its OCID in the response.
|
|
222
|
+
* You can also retrieve a resource's OCID by using a List API operation on that resource
|
|
223
|
+
* type, or by viewing the resource in the Console.
|
|
224
|
+
*
|
|
225
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
226
|
+
* @param CreateReplicationRequest
|
|
227
|
+
* @return CreateReplicationResponse
|
|
228
|
+
* @throws OciError when an error occurs
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
230
|
+
*/
|
|
231
|
+
createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
|
|
184
232
|
/**
|
|
185
233
|
* Creates a new snapshot of the specified file system. You
|
|
186
234
|
* can access the snapshot at `.snapshot/<name>`.
|
|
@@ -189,7 +237,7 @@ export declare class FileStorageClient {
|
|
|
189
237
|
* @param CreateSnapshotRequest
|
|
190
238
|
* @return CreateSnapshotResponse
|
|
191
239
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
193
241
|
*/
|
|
194
242
|
createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
|
|
195
243
|
/**
|
|
@@ -199,7 +247,7 @@ export declare class FileStorageClient {
|
|
|
199
247
|
* @param DeleteExportRequest
|
|
200
248
|
* @return DeleteExportResponse
|
|
201
249
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
203
251
|
*/
|
|
204
252
|
deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
|
|
205
253
|
/**
|
|
@@ -211,7 +259,7 @@ export declare class FileStorageClient {
|
|
|
211
259
|
* @param DeleteFileSystemRequest
|
|
212
260
|
* @return DeleteFileSystemResponse
|
|
213
261
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
262
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
215
263
|
*/
|
|
216
264
|
deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
|
|
217
265
|
/**
|
|
@@ -222,9 +270,32 @@ export declare class FileStorageClient {
|
|
|
222
270
|
* @param DeleteMountTargetRequest
|
|
223
271
|
* @return DeleteMountTargetResponse
|
|
224
272
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
226
274
|
*/
|
|
227
275
|
deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
|
|
276
|
+
/**
|
|
277
|
+
* Deletes the specified replication and the the associated replication target.
|
|
278
|
+
*
|
|
279
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
280
|
+
* @param DeleteReplicationRequest
|
|
281
|
+
* @return DeleteReplicationResponse
|
|
282
|
+
* @throws OciError when an error occurs
|
|
283
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
284
|
+
*/
|
|
285
|
+
deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
|
|
286
|
+
/**
|
|
287
|
+
* Deletes the specified replication target.
|
|
288
|
+
* This operation causes the immediate release of the target file system if there are currently no delta application operations.
|
|
289
|
+
* If there is any current delta being applied the delete operation is blocked until the current
|
|
290
|
+
* delta has been completely applied.
|
|
291
|
+
*
|
|
292
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
293
|
+
* @param DeleteReplicationTargetRequest
|
|
294
|
+
* @return DeleteReplicationTargetResponse
|
|
295
|
+
* @throws OciError when an error occurs
|
|
296
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
297
|
+
*/
|
|
298
|
+
deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
|
|
228
299
|
/**
|
|
229
300
|
* Deletes the specified snapshot.
|
|
230
301
|
*
|
|
@@ -232,16 +303,26 @@ export declare class FileStorageClient {
|
|
|
232
303
|
* @param DeleteSnapshotRequest
|
|
233
304
|
* @return DeleteSnapshotResponse
|
|
234
305
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
236
307
|
*/
|
|
237
308
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
309
|
+
/**
|
|
310
|
+
* Provides estimates for replication created using specific file system.
|
|
311
|
+
*
|
|
312
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
313
|
+
* @param EstimateReplicationRequest
|
|
314
|
+
* @return EstimateReplicationResponse
|
|
315
|
+
* @throws OciError when an error occurs
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
317
|
+
*/
|
|
318
|
+
estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
|
|
238
319
|
/**
|
|
239
320
|
* Gets the specified export's information.
|
|
240
321
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
241
322
|
* @param GetExportRequest
|
|
242
323
|
* @return GetExportResponse
|
|
243
324
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
245
326
|
*/
|
|
246
327
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
247
328
|
/**
|
|
@@ -250,7 +331,7 @@ export declare class FileStorageClient {
|
|
|
250
331
|
* @param GetExportSetRequest
|
|
251
332
|
* @return GetExportSetResponse
|
|
252
333
|
* @throws OciError when an error occurs
|
|
253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
334
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
254
335
|
*/
|
|
255
336
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
256
337
|
/**
|
|
@@ -259,7 +340,7 @@ export declare class FileStorageClient {
|
|
|
259
340
|
* @param GetFileSystemRequest
|
|
260
341
|
* @return GetFileSystemResponse
|
|
261
342
|
* @throws OciError when an error occurs
|
|
262
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
263
344
|
*/
|
|
264
345
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
265
346
|
/**
|
|
@@ -268,16 +349,34 @@ export declare class FileStorageClient {
|
|
|
268
349
|
* @param GetMountTargetRequest
|
|
269
350
|
* @return GetMountTargetResponse
|
|
270
351
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
272
353
|
*/
|
|
273
354
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
355
|
+
/**
|
|
356
|
+
* Gets the specified replication's information.
|
|
357
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
358
|
+
* @param GetReplicationRequest
|
|
359
|
+
* @return GetReplicationResponse
|
|
360
|
+
* @throws OciError when an error occurs
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
362
|
+
*/
|
|
363
|
+
getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
|
|
364
|
+
/**
|
|
365
|
+
* Gets the specified replication target's information.
|
|
366
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
367
|
+
* @param GetReplicationTargetRequest
|
|
368
|
+
* @return GetReplicationTargetResponse
|
|
369
|
+
* @throws OciError when an error occurs
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
371
|
+
*/
|
|
372
|
+
getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
|
|
274
373
|
/**
|
|
275
374
|
* Gets the specified snapshot's information.
|
|
276
375
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
277
376
|
* @param GetSnapshotRequest
|
|
278
377
|
* @return GetSnapshotResponse
|
|
279
378
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
281
380
|
*/
|
|
282
381
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
283
382
|
/**
|
|
@@ -287,7 +386,7 @@ export declare class FileStorageClient {
|
|
|
287
386
|
* @param ListExportSetsRequest
|
|
288
387
|
* @return ListExportSetsResponse
|
|
289
388
|
* @throws OciError when an error occurs
|
|
290
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
291
390
|
*/
|
|
292
391
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
293
392
|
/**
|
|
@@ -331,7 +430,7 @@ export declare class FileStorageClient {
|
|
|
331
430
|
* @param ListExportsRequest
|
|
332
431
|
* @return ListExportsResponse
|
|
333
432
|
* @throws OciError when an error occurs
|
|
334
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
335
434
|
*/
|
|
336
435
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
337
436
|
/**
|
|
@@ -373,7 +472,7 @@ export declare class FileStorageClient {
|
|
|
373
472
|
* @param ListFileSystemsRequest
|
|
374
473
|
* @return ListFileSystemsResponse
|
|
375
474
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
377
476
|
*/
|
|
378
477
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
379
478
|
/**
|
|
@@ -415,7 +514,7 @@ export declare class FileStorageClient {
|
|
|
415
514
|
* @param ListMountTargetsRequest
|
|
416
515
|
* @return ListMountTargetsResponse
|
|
417
516
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
419
518
|
*/
|
|
420
519
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
421
520
|
/**
|
|
@@ -450,6 +549,90 @@ export declare class FileStorageClient {
|
|
|
450
549
|
* @param request a request which can be sent to the service operation
|
|
451
550
|
*/
|
|
452
551
|
listMountTargetsResponseIterator(request: requests.ListMountTargetsRequest): AsyncIterableIterator<responses.ListMountTargetsResponse>;
|
|
552
|
+
/**
|
|
553
|
+
* Lists the replication target resources in the specified compartment.
|
|
554
|
+
*
|
|
555
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
556
|
+
* @param ListReplicationTargetsRequest
|
|
557
|
+
* @return ListReplicationTargetsResponse
|
|
558
|
+
* @throws OciError when an error occurs
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
560
|
+
*/
|
|
561
|
+
listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
|
|
562
|
+
/**
|
|
563
|
+
* NOTE: This function is deprecated in favor of listReplicationTargetsRecordIterator function.
|
|
564
|
+
* Creates a new async iterator which will iterate over the models.ReplicationTargetSummary objects
|
|
565
|
+
* contained in responses from the listReplicationTargets operation. This iterator will fetch more data from the
|
|
566
|
+
* server as needed.
|
|
567
|
+
*
|
|
568
|
+
* @param request a request which can be sent to the service operation
|
|
569
|
+
*/
|
|
570
|
+
listAllReplicationTargets(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<model.ReplicationTargetSummary>;
|
|
571
|
+
/**
|
|
572
|
+
* NOTE: This function is deprecated in favor of listReplicationTargetsResponseIterator function.
|
|
573
|
+
* Creates a new async iterator which will iterate over the responses received from the listReplicationTargets operation. This iterator
|
|
574
|
+
* will fetch more data from the server as needed.
|
|
575
|
+
*
|
|
576
|
+
* @param request a request which can be sent to the service operation
|
|
577
|
+
*/
|
|
578
|
+
listAllReplicationTargetsResponses(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<responses.ListReplicationTargetsResponse>;
|
|
579
|
+
/**
|
|
580
|
+
* Creates a new async iterator which will iterate over the models.ReplicationTargetSummary objects
|
|
581
|
+
* contained in responses from the listReplicationTargets operation. This iterator will fetch more data from the
|
|
582
|
+
* server as needed.
|
|
583
|
+
*
|
|
584
|
+
* @param request a request which can be sent to the service operation
|
|
585
|
+
*/
|
|
586
|
+
listReplicationTargetsRecordIterator(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<model.ReplicationTargetSummary>;
|
|
587
|
+
/**
|
|
588
|
+
* Creates a new async iterator which will iterate over the responses received from the listReplicationTargets operation. This iterator
|
|
589
|
+
* will fetch more data from the server as needed.
|
|
590
|
+
*
|
|
591
|
+
* @param request a request which can be sent to the service operation
|
|
592
|
+
*/
|
|
593
|
+
listReplicationTargetsResponseIterator(request: requests.ListReplicationTargetsRequest): AsyncIterableIterator<responses.ListReplicationTargetsResponse>;
|
|
594
|
+
/**
|
|
595
|
+
* Lists the replication resources in the specified compartment.
|
|
596
|
+
*
|
|
597
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
598
|
+
* @param ListReplicationsRequest
|
|
599
|
+
* @return ListReplicationsResponse
|
|
600
|
+
* @throws OciError when an error occurs
|
|
601
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
602
|
+
*/
|
|
603
|
+
listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
|
|
604
|
+
/**
|
|
605
|
+
* NOTE: This function is deprecated in favor of listReplicationsRecordIterator function.
|
|
606
|
+
* Creates a new async iterator which will iterate over the models.ReplicationSummary objects
|
|
607
|
+
* contained in responses from the listReplications operation. This iterator will fetch more data from the
|
|
608
|
+
* server as needed.
|
|
609
|
+
*
|
|
610
|
+
* @param request a request which can be sent to the service operation
|
|
611
|
+
*/
|
|
612
|
+
listAllReplications(request: requests.ListReplicationsRequest): AsyncIterableIterator<model.ReplicationSummary>;
|
|
613
|
+
/**
|
|
614
|
+
* NOTE: This function is deprecated in favor of listReplicationsResponseIterator function.
|
|
615
|
+
* Creates a new async iterator which will iterate over the responses received from the listReplications operation. This iterator
|
|
616
|
+
* will fetch more data from the server as needed.
|
|
617
|
+
*
|
|
618
|
+
* @param request a request which can be sent to the service operation
|
|
619
|
+
*/
|
|
620
|
+
listAllReplicationsResponses(request: requests.ListReplicationsRequest): AsyncIterableIterator<responses.ListReplicationsResponse>;
|
|
621
|
+
/**
|
|
622
|
+
* Creates a new async iterator which will iterate over the models.ReplicationSummary objects
|
|
623
|
+
* contained in responses from the listReplications operation. This iterator will fetch more data from the
|
|
624
|
+
* server as needed.
|
|
625
|
+
*
|
|
626
|
+
* @param request a request which can be sent to the service operation
|
|
627
|
+
*/
|
|
628
|
+
listReplicationsRecordIterator(request: requests.ListReplicationsRequest): AsyncIterableIterator<model.ReplicationSummary>;
|
|
629
|
+
/**
|
|
630
|
+
* Creates a new async iterator which will iterate over the responses received from the listReplications operation. This iterator
|
|
631
|
+
* will fetch more data from the server as needed.
|
|
632
|
+
*
|
|
633
|
+
* @param request a request which can be sent to the service operation
|
|
634
|
+
*/
|
|
635
|
+
listReplicationsResponseIterator(request: requests.ListReplicationsRequest): AsyncIterableIterator<responses.ListReplicationsResponse>;
|
|
453
636
|
/**
|
|
454
637
|
* Lists snapshots of the specified file system.
|
|
455
638
|
*
|
|
@@ -457,7 +640,7 @@ export declare class FileStorageClient {
|
|
|
457
640
|
* @param ListSnapshotsRequest
|
|
458
641
|
* @return ListSnapshotsResponse
|
|
459
642
|
* @throws OciError when an error occurs
|
|
460
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
643
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
461
644
|
*/
|
|
462
645
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
463
646
|
/**
|
|
@@ -498,7 +681,7 @@ export declare class FileStorageClient {
|
|
|
498
681
|
* @param UpdateExportRequest
|
|
499
682
|
* @return UpdateExportResponse
|
|
500
683
|
* @throws OciError when an error occurs
|
|
501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
502
685
|
*/
|
|
503
686
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
504
687
|
/**
|
|
@@ -507,7 +690,7 @@ export declare class FileStorageClient {
|
|
|
507
690
|
* @param UpdateExportSetRequest
|
|
508
691
|
* @return UpdateExportSetResponse
|
|
509
692
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
511
694
|
*/
|
|
512
695
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
513
696
|
/**
|
|
@@ -518,7 +701,7 @@ export declare class FileStorageClient {
|
|
|
518
701
|
* @param UpdateFileSystemRequest
|
|
519
702
|
* @return UpdateFileSystemResponse
|
|
520
703
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
522
705
|
*/
|
|
523
706
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
524
707
|
/**
|
|
@@ -527,16 +710,26 @@ export declare class FileStorageClient {
|
|
|
527
710
|
* @param UpdateMountTargetRequest
|
|
528
711
|
* @return UpdateMountTargetResponse
|
|
529
712
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
531
714
|
*/
|
|
532
715
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
716
|
+
/**
|
|
717
|
+
* Updates the information for the specified replication and its associated replication target.
|
|
718
|
+
*
|
|
719
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
720
|
+
* @param UpdateReplicationRequest
|
|
721
|
+
* @return UpdateReplicationResponse
|
|
722
|
+
* @throws OciError when an error occurs
|
|
723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
724
|
+
*/
|
|
725
|
+
updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
|
|
533
726
|
/**
|
|
534
727
|
* Updates the specified snapshot's information.
|
|
535
728
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
536
729
|
* @param UpdateSnapshotRequest
|
|
537
730
|
* @return UpdateSnapshotResponse
|
|
538
731
|
* @throws OciError when an error occurs
|
|
539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
732
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.45.0/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
540
733
|
*/
|
|
541
734
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
542
735
|
}
|