oci-filestorage 2.102.2 → 2.104.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 +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +183 -88
- package/lib/client.js +518 -88
- package/lib/client.js.map +1 -1
- package/lib/filestorage-waiter.d.ts +1 -1
- package/lib/filestorage-waiter.js +1 -1
- package/lib/model/change-file-system-compartment-details.d.ts +2 -2
- package/lib/model/change-file-system-compartment-details.js +1 -1
- package/lib/model/change-filesystem-snapshot-policy-compartment-details.d.ts +2 -2
- package/lib/model/change-filesystem-snapshot-policy-compartment-details.js +1 -1
- package/lib/model/change-mount-target-compartment-details.d.ts +2 -2
- package/lib/model/change-mount-target-compartment-details.js +1 -1
- package/lib/model/change-outbound-connector-compartment-details.d.ts +2 -2
- package/lib/model/change-outbound-connector-compartment-details.js +1 -1
- package/lib/model/change-replication-compartment-details.d.ts +2 -2
- package/lib/model/change-replication-compartment-details.js +1 -1
- package/lib/model/client-options.d.ts +1 -1
- package/lib/model/client-options.js +1 -1
- package/lib/model/create-export-details.d.ts +3 -3
- package/lib/model/create-export-details.js +1 -1
- package/lib/model/create-file-system-details.d.ts +12 -8
- package/lib/model/create-file-system-details.js +1 -1
- package/lib/model/create-file-system-details.js.map +1 -1
- package/lib/model/create-filesystem-snapshot-policy-details.d.ts +4 -4
- package/lib/model/create-filesystem-snapshot-policy-details.js +1 -1
- package/lib/model/create-kerberos-details.d.ts +2 -2
- package/lib/model/create-kerberos-details.js +1 -1
- package/lib/model/create-ldap-bind-account-details.d.ts +2 -2
- package/lib/model/create-ldap-bind-account-details.js +1 -1
- package/lib/model/create-ldap-idmap-details.d.ts +3 -3
- package/lib/model/create-ldap-idmap-details.js +1 -1
- package/lib/model/create-mount-target-details.d.ts +11 -11
- package/lib/model/create-mount-target-details.js +1 -1
- package/lib/model/create-outbound-connector-details.d.ts +4 -4
- package/lib/model/create-outbound-connector-details.js +1 -1
- package/lib/model/create-quota-rule-details.d.ts +61 -0
- package/lib/model/create-quota-rule-details.js +39 -0
- package/lib/model/create-quota-rule-details.js.map +1 -0
- package/lib/model/create-replication-details.d.ts +6 -6
- package/lib/model/create-replication-details.js +1 -1
- package/lib/model/create-snapshot-details.d.ts +4 -4
- package/lib/model/create-snapshot-details.js +1 -1
- package/lib/model/endpoint.d.ts +1 -1
- package/lib/model/endpoint.js +1 -1
- package/lib/model/export-set-summary.d.ts +4 -4
- package/lib/model/export-set-summary.js +1 -1
- package/lib/model/export-set.d.ts +4 -4
- package/lib/model/export-set.js +1 -1
- package/lib/model/export-summary.d.ts +4 -4
- package/lib/model/export-summary.js +1 -1
- package/lib/model/export.d.ts +5 -5
- package/lib/model/export.js +1 -1
- package/lib/model/file-system-summary.d.ts +29 -8
- package/lib/model/file-system-summary.js +15 -1
- package/lib/model/file-system-summary.js.map +1 -1
- package/lib/model/file-system.d.ts +38 -13
- package/lib/model/file-system.js +15 -1
- package/lib/model/file-system.js.map +1 -1
- package/lib/model/filesystem-snapshot-policy-summary.d.ts +5 -5
- package/lib/model/filesystem-snapshot-policy-summary.js +1 -1
- package/lib/model/filesystem-snapshot-policy.d.ts +7 -7
- package/lib/model/filesystem-snapshot-policy.js +1 -1
- package/lib/model/index.d.ts +11 -1
- package/lib/model/index.js +13 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/kerberos-keytab-entry.d.ts +1 -1
- package/lib/model/kerberos-keytab-entry.js +1 -1
- package/lib/model/kerberos.d.ts +2 -2
- package/lib/model/kerberos.js +1 -1
- package/lib/model/key-tab-secret-details.d.ts +2 -2
- package/lib/model/key-tab-secret-details.js +1 -1
- package/lib/model/ldap-bind-account-summary.d.ts +1 -1
- package/lib/model/ldap-bind-account-summary.js +1 -1
- package/lib/model/ldap-bind-account.d.ts +2 -2
- package/lib/model/ldap-bind-account.js +1 -1
- package/lib/model/ldap-idmap.d.ts +3 -3
- package/lib/model/ldap-idmap.js +1 -1
- package/lib/model/mount-target-summary.d.ts +9 -9
- package/lib/model/mount-target-summary.js +1 -1
- package/lib/model/mount-target.d.ts +9 -9
- package/lib/model/mount-target.js +1 -1
- package/lib/model/outbound-connector-summary.d.ts +5 -5
- package/lib/model/outbound-connector-summary.js +1 -1
- package/lib/model/outbound-connector.d.ts +5 -5
- package/lib/model/outbound-connector.js +1 -1
- package/lib/model/quota-rule-summary.d.ts +104 -0
- package/lib/model/quota-rule-summary.js +44 -0
- package/lib/model/quota-rule-summary.js.map +1 -0
- package/lib/model/quota-rule.d.ts +91 -0
- package/lib/model/quota-rule.js +44 -0
- package/lib/model/quota-rule.js.map +1 -0
- package/lib/model/replication-estimate.d.ts +1 -1
- package/lib/model/replication-estimate.js +1 -1
- package/lib/model/replication-summary.d.ts +5 -5
- package/lib/model/replication-summary.js +1 -1
- package/lib/model/replication-target-summary.d.ts +5 -5
- package/lib/model/replication-target-summary.js +1 -1
- package/lib/model/replication-target.d.ts +10 -10
- package/lib/model/replication-target.js +1 -1
- package/lib/model/replication.d.ts +10 -10
- package/lib/model/replication.js +1 -1
- package/lib/model/resource-lock.d.ts +1 -1
- package/lib/model/resource-lock.js +1 -1
- package/lib/model/schedule-downgrade-shape-mount-target-details.d.ts +1 -1
- package/lib/model/schedule-downgrade-shape-mount-target-details.js +1 -1
- package/lib/model/snapshot-schedule.d.ts +1 -1
- package/lib/model/snapshot-schedule.js +1 -1
- package/lib/model/snapshot-summary.d.ts +8 -8
- package/lib/model/snapshot-summary.js +1 -1
- package/lib/model/snapshot.d.ts +9 -9
- package/lib/model/snapshot.js +1 -1
- package/lib/model/source-details.d.ts +5 -5
- package/lib/model/source-details.js +1 -1
- package/lib/model/toggle-quota-rules-details.d.ts +27 -0
- package/lib/model/toggle-quota-rules-details.js +31 -0
- package/lib/model/toggle-quota-rules-details.js.map +1 -0
- package/lib/model/update-export-details.d.ts +1 -1
- package/lib/model/update-export-details.js +1 -1
- package/lib/model/update-export-set-details.d.ts +1 -1
- package/lib/model/update-export-set-details.js +1 -1
- package/lib/model/update-file-system-details.d.ts +6 -6
- package/lib/model/update-file-system-details.js +1 -1
- package/lib/model/update-filesystem-snapshot-policy-details.d.ts +3 -3
- package/lib/model/update-filesystem-snapshot-policy-details.js +1 -1
- package/lib/model/update-kerberos-details.d.ts +2 -2
- package/lib/model/update-kerberos-details.js +1 -1
- package/lib/model/update-ldap-idmap-details.d.ts +3 -3
- package/lib/model/update-ldap-idmap-details.js +1 -1
- package/lib/model/update-mount-target-details.d.ts +5 -5
- package/lib/model/update-mount-target-details.js +1 -1
- package/lib/model/update-outbound-connector-details.d.ts +3 -3
- package/lib/model/update-outbound-connector-details.js +1 -1
- package/lib/model/update-quota-rule-details.d.ts +35 -0
- package/lib/model/update-quota-rule-details.js +31 -0
- package/lib/model/update-quota-rule-details.js.map +1 -0
- package/lib/model/update-replication-details.d.ts +3 -3
- package/lib/model/update-replication-details.js +1 -1
- package/lib/model/update-snapshot-details.d.ts +3 -3
- package/lib/model/update-snapshot-details.js +1 -1
- package/lib/model/upgrade-shape-mount-target-details.d.ts +1 -1
- package/lib/model/upgrade-shape-mount-target-details.js +1 -1
- package/lib/model/validate-key-tabs-details.d.ts +2 -2
- package/lib/model/validate-key-tabs-details.js +1 -1
- package/lib/model/validate-key-tabs-response-details.d.ts +1 -1
- package/lib/model/validate-key-tabs-response-details.js +1 -1
- package/lib/request/add-export-lock-request.d.ts +2 -2
- package/lib/request/add-file-system-lock-request.d.ts +2 -2
- package/lib/request/add-filesystem-snapshot-policy-lock-request.d.ts +2 -2
- package/lib/request/add-mount-target-lock-request.d.ts +2 -2
- package/lib/request/add-outbound-connector-lock-request.d.ts +2 -2
- package/lib/request/add-replication-lock-request.d.ts +2 -2
- package/lib/request/add-snapshot-lock-request.d.ts +2 -2
- package/lib/request/cancel-downgrade-shape-mount-target-request.d.ts +2 -2
- package/lib/request/change-file-system-compartment-request.d.ts +2 -2
- package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +2 -2
- package/lib/request/change-mount-target-compartment-request.d.ts +2 -2
- package/lib/request/change-outbound-connector-compartment-request.d.ts +2 -2
- package/lib/request/change-replication-compartment-request.d.ts +2 -2
- 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-filesystem-snapshot-policy-request.d.ts +1 -1
- package/lib/request/create-mount-target-request.d.ts +1 -1
- package/lib/request/create-outbound-connector-request.d.ts +1 -1
- package/lib/request/create-quota-rule-request.d.ts +51 -0
- package/lib/request/create-quota-rule-request.js +15 -0
- package/lib/request/create-quota-rule-request.js.map +1 -0
- package/lib/request/create-replication-request.d.ts +1 -1
- package/lib/request/create-snapshot-request.d.ts +1 -1
- package/lib/request/delete-export-request.d.ts +2 -2
- package/lib/request/delete-file-system-request.d.ts +2 -2
- package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/delete-mount-target-request.d.ts +2 -2
- package/lib/request/delete-outbound-connector-request.d.ts +2 -2
- package/lib/request/delete-quota-rule-request.d.ts +41 -0
- package/lib/request/delete-quota-rule-request.js +15 -0
- package/lib/request/delete-quota-rule-request.js.map +1 -0
- package/lib/request/delete-replication-request.d.ts +2 -2
- package/lib/request/delete-replication-target-request.d.ts +2 -2
- package/lib/request/delete-snapshot-request.d.ts +2 -2
- package/lib/request/detach-clone-request.d.ts +2 -2
- package/lib/request/estimate-replication-request.d.ts +2 -2
- package/lib/request/get-export-request.d.ts +2 -2
- package/lib/request/get-export-set-request.d.ts +2 -2
- package/lib/request/get-file-system-request.d.ts +2 -2
- package/lib/request/get-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/get-mount-target-request.d.ts +2 -2
- package/lib/request/get-outbound-connector-request.d.ts +2 -2
- package/lib/request/get-quota-rule-request.d.ts +41 -0
- package/lib/request/get-quota-rule-request.js +15 -0
- package/lib/request/get-quota-rule-request.js.map +1 -0
- package/lib/request/get-replication-request.d.ts +2 -2
- package/lib/request/get-replication-target-request.d.ts +2 -2
- package/lib/request/get-snapshot-request.d.ts +2 -2
- package/lib/request/index.d.ts +13 -1
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-export-sets-request.d.ts +5 -5
- package/lib/request/list-exports-request.d.ts +7 -7
- package/lib/request/list-file-systems-request.d.ts +8 -8
- package/lib/request/list-filesystem-snapshot-policies-request.d.ts +5 -5
- package/lib/request/list-mount-targets-request.d.ts +6 -6
- package/lib/request/list-outbound-connectors-request.d.ts +5 -5
- package/lib/request/list-quota-rules-request.d.ts +97 -0
- package/lib/request/list-quota-rules-request.js +32 -0
- package/lib/request/list-quota-rules-request.js.map +1 -0
- package/lib/request/list-replication-targets-request.d.ts +5 -5
- package/lib/request/list-replications-request.d.ts +6 -6
- package/lib/request/list-snapshots-request.d.ts +7 -7
- package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/remove-export-lock-request.d.ts +2 -2
- package/lib/request/remove-file-system-lock-request.d.ts +2 -2
- package/lib/request/remove-filesystem-snapshot-policy-lock-request.d.ts +2 -2
- package/lib/request/remove-mount-target-lock-request.d.ts +2 -2
- package/lib/request/remove-outbound-connector-lock-request.d.ts +2 -2
- package/lib/request/remove-replication-lock-request.d.ts +2 -2
- package/lib/request/remove-snapshot-lock-request.d.ts +2 -2
- package/lib/request/schedule-downgrade-shape-mount-target-request.d.ts +2 -2
- package/lib/request/toggle-quota-rules-request.d.ts +51 -0
- package/lib/request/toggle-quota-rules-request.js +15 -0
- package/lib/request/toggle-quota-rules-request.js.map +1 -0
- package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/update-export-request.d.ts +2 -2
- package/lib/request/update-export-set-request.d.ts +2 -2
- package/lib/request/update-file-system-request.d.ts +2 -2
- package/lib/request/update-filesystem-snapshot-policy-request.d.ts +2 -2
- package/lib/request/update-mount-target-request.d.ts +2 -2
- package/lib/request/update-outbound-connector-request.d.ts +2 -2
- package/lib/request/update-quota-rule-request.d.ts +46 -0
- package/lib/request/update-quota-rule-request.js +15 -0
- package/lib/request/update-quota-rule-request.js.map +1 -0
- package/lib/request/update-replication-request.d.ts +2 -2
- package/lib/request/update-snapshot-request.d.ts +2 -2
- package/lib/request/upgrade-shape-mount-target-request.d.ts +2 -2
- package/lib/request/validate-key-tabs-request.d.ts +1 -1
- package/lib/response/create-quota-rule-response.d.ts +30 -0
- package/lib/response/create-quota-rule-response.js +15 -0
- package/lib/response/create-quota-rule-response.js.map +1 -0
- package/lib/response/delete-quota-rule-response.d.ts +21 -0
- package/lib/response/delete-quota-rule-response.js +15 -0
- package/lib/response/delete-quota-rule-response.js.map +1 -0
- package/lib/response/get-quota-rule-response.d.ts +30 -0
- package/lib/response/get-quota-rule-response.js +15 -0
- package/lib/response/get-quota-rule-response.js.map +1 -0
- package/lib/response/index.d.ts +13 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-export-sets-response.d.ts +1 -1
- package/lib/response/list-exports-response.d.ts +1 -1
- package/lib/response/list-file-systems-response.d.ts +1 -1
- package/lib/response/list-filesystem-snapshot-policies-response.d.ts +1 -1
- package/lib/response/list-mount-targets-response.d.ts +1 -1
- package/lib/response/list-outbound-connectors-response.d.ts +1 -1
- package/lib/response/list-quota-rules-response.d.ts +35 -0
- package/lib/response/list-quota-rules-response.js +15 -0
- package/lib/response/list-quota-rules-response.js.map +1 -0
- package/lib/response/list-replication-targets-response.d.ts +1 -1
- package/lib/response/list-replications-response.d.ts +1 -1
- package/lib/response/list-snapshots-response.d.ts +1 -1
- package/lib/response/toggle-quota-rules-response.d.ts +21 -0
- package/lib/response/toggle-quota-rules-response.js +15 -0
- package/lib/response/toggle-quota-rules-response.js.map +1 -0
- package/lib/response/update-quota-rule-response.d.ts +30 -0
- package/lib/response/update-quota-rule-response.js +15 -0
- package/lib/response/update-quota-rule-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -1,7 +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
|
+
For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
|
|
5
5
|
|
|
6
6
|
* OpenAPI spec version: 20171215
|
|
7
7
|
*
|
|
@@ -103,7 +103,7 @@ export declare class FileStorageClient {
|
|
|
103
103
|
* @param AddExportLockRequest
|
|
104
104
|
* @return AddExportLockResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.
|
|
106
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddExportLock.ts.html |here} to see how to use AddExportLock API.
|
|
107
107
|
*/
|
|
108
108
|
addExportLock(addExportLockRequest: requests.AddExportLockRequest): Promise<responses.AddExportLockResponse>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class FileStorageClient {
|
|
|
112
112
|
* @param AddFileSystemLockRequest
|
|
113
113
|
* @return AddFileSystemLockResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.
|
|
115
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddFileSystemLock.ts.html |here} to see how to use AddFileSystemLock API.
|
|
116
116
|
*/
|
|
117
117
|
addFileSystemLock(addFileSystemLockRequest: requests.AddFileSystemLockRequest): Promise<responses.AddFileSystemLockResponse>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class FileStorageClient {
|
|
|
121
121
|
* @param AddFilesystemSnapshotPolicyLockRequest
|
|
122
122
|
* @return AddFilesystemSnapshotPolicyLockResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.
|
|
124
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddFilesystemSnapshotPolicyLock.ts.html |here} to see how to use AddFilesystemSnapshotPolicyLock API.
|
|
125
125
|
*/
|
|
126
126
|
addFilesystemSnapshotPolicyLock(addFilesystemSnapshotPolicyLockRequest: requests.AddFilesystemSnapshotPolicyLockRequest): Promise<responses.AddFilesystemSnapshotPolicyLockResponse>;
|
|
127
127
|
/**
|
|
@@ -130,7 +130,7 @@ export declare class FileStorageClient {
|
|
|
130
130
|
* @param AddMountTargetLockRequest
|
|
131
131
|
* @return AddMountTargetLockResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.
|
|
133
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddMountTargetLock.ts.html |here} to see how to use AddMountTargetLock API.
|
|
134
134
|
*/
|
|
135
135
|
addMountTargetLock(addMountTargetLockRequest: requests.AddMountTargetLockRequest): Promise<responses.AddMountTargetLockResponse>;
|
|
136
136
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class FileStorageClient {
|
|
|
139
139
|
* @param AddOutboundConnectorLockRequest
|
|
140
140
|
* @return AddOutboundConnectorLockResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.
|
|
142
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddOutboundConnectorLock.ts.html |here} to see how to use AddOutboundConnectorLock API.
|
|
143
143
|
*/
|
|
144
144
|
addOutboundConnectorLock(addOutboundConnectorLockRequest: requests.AddOutboundConnectorLockRequest): Promise<responses.AddOutboundConnectorLockResponse>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class FileStorageClient {
|
|
|
148
148
|
* @param AddReplicationLockRequest
|
|
149
149
|
* @return AddReplicationLockResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.
|
|
151
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddReplicationLock.ts.html |here} to see how to use AddReplicationLock API.
|
|
152
152
|
*/
|
|
153
153
|
addReplicationLock(addReplicationLockRequest: requests.AddReplicationLockRequest): Promise<responses.AddReplicationLockResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class FileStorageClient {
|
|
|
157
157
|
* @param AddSnapshotLockRequest
|
|
158
158
|
* @return AddSnapshotLockResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.
|
|
160
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/AddSnapshotLock.ts.html |here} to see how to use AddSnapshotLock API.
|
|
161
161
|
*/
|
|
162
162
|
addSnapshotLock(addSnapshotLockRequest: requests.AddSnapshotLockRequest): Promise<responses.AddSnapshotLockResponse>;
|
|
163
163
|
/**
|
|
@@ -167,60 +167,60 @@ export declare class FileStorageClient {
|
|
|
167
167
|
* @param CancelDowngradeShapeMountTargetRequest
|
|
168
168
|
* @return CancelDowngradeShapeMountTargetResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.
|
|
170
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CancelDowngradeShapeMountTarget.ts.html |here} to see how to use CancelDowngradeShapeMountTarget API.
|
|
171
171
|
*/
|
|
172
172
|
cancelDowngradeShapeMountTarget(cancelDowngradeShapeMountTargetRequest: requests.CancelDowngradeShapeMountTargetRequest): Promise<responses.CancelDowngradeShapeMountTargetResponse>;
|
|
173
173
|
/**
|
|
174
|
-
* Moves a file system and its associated snapshots into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.
|
|
174
|
+
* Moves a file system and its associated snapshots into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes)
|
|
175
175
|
*
|
|
176
176
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
177
177
|
* @param ChangeFileSystemCompartmentRequest
|
|
178
178
|
* @return ChangeFileSystemCompartmentResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.
|
|
180
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeFileSystemCompartment.ts.html |here} to see how to use ChangeFileSystemCompartment API.
|
|
181
181
|
*/
|
|
182
182
|
changeFileSystemCompartment(changeFileSystemCompartmentRequest: requests.ChangeFileSystemCompartmentRequest): Promise<responses.ChangeFileSystemCompartmentResponse>;
|
|
183
183
|
/**
|
|
184
|
-
* Moves a file system snapshot policy into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.
|
|
184
|
+
* Moves a file system snapshot policy into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
185
185
|
*
|
|
186
186
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
187
187
|
* @param ChangeFilesystemSnapshotPolicyCompartmentRequest
|
|
188
188
|
* @return ChangeFilesystemSnapshotPolicyCompartmentResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.
|
|
190
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeFilesystemSnapshotPolicyCompartment.ts.html |here} to see how to use ChangeFilesystemSnapshotPolicyCompartment API.
|
|
191
191
|
*/
|
|
192
192
|
changeFilesystemSnapshotPolicyCompartment(changeFilesystemSnapshotPolicyCompartmentRequest: requests.ChangeFilesystemSnapshotPolicyCompartmentRequest): Promise<responses.ChangeFilesystemSnapshotPolicyCompartmentResponse>;
|
|
193
193
|
/**
|
|
194
|
-
* Moves a mount target and its associated export set or share set into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.
|
|
194
|
+
* Moves a mount target and its associated export set or share set into a different compartment within the same tenancy. For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes)
|
|
195
195
|
*
|
|
196
196
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
197
197
|
* @param ChangeMountTargetCompartmentRequest
|
|
198
198
|
* @return ChangeMountTargetCompartmentResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.
|
|
200
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeMountTargetCompartment.ts.html |here} to see how to use ChangeMountTargetCompartment API.
|
|
201
201
|
*/
|
|
202
202
|
changeMountTargetCompartment(changeMountTargetCompartmentRequest: requests.ChangeMountTargetCompartmentRequest): Promise<responses.ChangeMountTargetCompartmentResponse>;
|
|
203
203
|
/**
|
|
204
204
|
* Moves an outbound connector into a different compartment within the same tenancy.
|
|
205
205
|
* For information about moving resources between compartments, see
|
|
206
|
-
* [Moving Resources to a Different Compartment](https://docs.
|
|
206
|
+
* [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes)
|
|
207
207
|
*
|
|
208
208
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
209
209
|
* @param ChangeOutboundConnectorCompartmentRequest
|
|
210
210
|
* @return ChangeOutboundConnectorCompartmentResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.
|
|
212
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeOutboundConnectorCompartment.ts.html |here} to see how to use ChangeOutboundConnectorCompartment API.
|
|
213
213
|
*/
|
|
214
214
|
changeOutboundConnectorCompartment(changeOutboundConnectorCompartmentRequest: requests.ChangeOutboundConnectorCompartmentRequest): Promise<responses.ChangeOutboundConnectorCompartmentResponse>;
|
|
215
215
|
/**
|
|
216
216
|
* Moves a replication and its replication target into a different compartment within the same tenancy.
|
|
217
|
-
* For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.
|
|
217
|
+
* For information about moving resources between compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
|
|
218
218
|
*
|
|
219
219
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
220
220
|
* @param ChangeReplicationCompartmentRequest
|
|
221
221
|
* @return ChangeReplicationCompartmentResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.
|
|
223
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ChangeReplicationCompartment.ts.html |here} to see how to use ChangeReplicationCompartment API.
|
|
224
224
|
*/
|
|
225
225
|
changeReplicationCompartment(changeReplicationCompartmentRequest: requests.ChangeReplicationCompartmentRequest): Promise<responses.ChangeReplicationCompartmentResponse>;
|
|
226
226
|
/**
|
|
@@ -231,7 +231,7 @@ export declare class FileStorageClient {
|
|
|
231
231
|
* @param CreateExportRequest
|
|
232
232
|
* @return CreateExportResponse
|
|
233
233
|
* @throws OciError when an error occurs
|
|
234
|
-
* @example Click {@link https://docs.
|
|
234
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateExport.ts.html |here} to see how to use CreateExport API.
|
|
235
235
|
*/
|
|
236
236
|
createExport(createExportRequest: requests.CreateExportRequest): Promise<responses.CreateExportResponse>;
|
|
237
237
|
/**
|
|
@@ -247,20 +247,20 @@ export declare class FileStorageClient {
|
|
|
247
247
|
* more than one mount target at a time.
|
|
248
248
|
* <p>
|
|
249
249
|
For information about access control and compartments, see
|
|
250
|
-
* [Overview of the IAM Service](https://docs.
|
|
250
|
+
* [Overview of the IAM Service](https://docs.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
251
251
|
* <p>
|
|
252
252
|
For information about Network Security Groups access control, see
|
|
253
|
-
* [Network Security Groups](https://docs.
|
|
253
|
+
* [Network Security Groups](https://docs.oracle.com/iaas/Content/Network/Concepts/networksecuritygroups.htm).
|
|
254
254
|
* <p>
|
|
255
255
|
For information about availability domains, see [Regions and
|
|
256
|
-
* Availability Domains](https://docs.
|
|
256
|
+
* Availability Domains](https://docs.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
257
257
|
* To get a list of availability domains, use the
|
|
258
258
|
* `ListAvailabilityDomains` operation in the Identity and Access
|
|
259
259
|
* Management Service API.
|
|
260
260
|
* <p>
|
|
261
261
|
All Oracle Cloud Infrastructure resources, including
|
|
262
262
|
* file systems, get an Oracle-assigned, unique ID called an Oracle
|
|
263
|
-
* Cloud Identifier ([OCID](https://docs.
|
|
263
|
+
* Cloud Identifier ([OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
|
264
264
|
* When you create a resource, you can find its OCID in the response.
|
|
265
265
|
* You can also retrieve a resource's OCID by using a List API operation on that resource
|
|
266
266
|
* type or by viewing the resource in the Console.
|
|
@@ -269,7 +269,7 @@ export declare class FileStorageClient {
|
|
|
269
269
|
* @param CreateFileSystemRequest
|
|
270
270
|
* @return CreateFileSystemResponse
|
|
271
271
|
* @throws OciError when an error occurs
|
|
272
|
-
* @example Click {@link https://docs.
|
|
272
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateFileSystem.ts.html |here} to see how to use CreateFileSystem API.
|
|
273
273
|
*/
|
|
274
274
|
createFileSystem(createFileSystemRequest: requests.CreateFileSystemRequest): Promise<responses.CreateFileSystemResponse>;
|
|
275
275
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class FileStorageClient {
|
|
|
283
283
|
* @param CreateFilesystemSnapshotPolicyRequest
|
|
284
284
|
* @return CreateFilesystemSnapshotPolicyResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.
|
|
286
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateFilesystemSnapshotPolicy.ts.html |here} to see how to use CreateFilesystemSnapshotPolicy API.
|
|
287
287
|
*/
|
|
288
288
|
createFilesystemSnapshotPolicy(createFilesystemSnapshotPolicyRequest: requests.CreateFilesystemSnapshotPolicyRequest): Promise<responses.CreateFilesystemSnapshotPolicyResponse>;
|
|
289
289
|
/**
|
|
@@ -305,17 +305,17 @@ export declare class FileStorageClient {
|
|
|
305
305
|
* <p>
|
|
306
306
|
For information about access control and compartments, see
|
|
307
307
|
* [Overview of the IAM
|
|
308
|
-
* Service](https://docs.
|
|
308
|
+
* Service](https://docs.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
309
309
|
* <p>
|
|
310
310
|
For information about availability domains, see [Regions and
|
|
311
|
-
* Availability Domains](https://docs.
|
|
311
|
+
* Availability Domains](https://docs.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
312
312
|
* To get a list of availability domains, use the
|
|
313
313
|
* `ListAvailabilityDomains` operation in the Identity and Access
|
|
314
314
|
* Management Service API.
|
|
315
315
|
* <p>
|
|
316
316
|
All Oracle Cloud Infrastructure Services resources, including
|
|
317
317
|
* mount targets, get an Oracle-assigned, unique ID called an
|
|
318
|
-
* Oracle Cloud Identifier ([OCID](https://docs.
|
|
318
|
+
* Oracle Cloud Identifier ([OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
|
319
319
|
* When you create a resource, you can find its OCID in the response.
|
|
320
320
|
* You can also retrieve a resource's OCID by using a List API operation on that resource
|
|
321
321
|
* type, or by viewing the resource in the Console.
|
|
@@ -324,7 +324,7 @@ export declare class FileStorageClient {
|
|
|
324
324
|
* @param CreateMountTargetRequest
|
|
325
325
|
* @return CreateMountTargetResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.
|
|
327
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateMountTarget.ts.html |here} to see how to use CreateMountTarget API.
|
|
328
328
|
*/
|
|
329
329
|
createMountTarget(createMountTargetRequest: requests.CreateMountTargetRequest): Promise<responses.CreateMountTargetResponse>;
|
|
330
330
|
/**
|
|
@@ -334,17 +334,17 @@ export declare class FileStorageClient {
|
|
|
334
334
|
* <p>
|
|
335
335
|
For information about access control and compartments, see
|
|
336
336
|
* [Overview of the IAM
|
|
337
|
-
* Service](https://docs.
|
|
337
|
+
* Service](https://docs.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
338
338
|
* <p>
|
|
339
339
|
For information about availability domains, see [Regions and
|
|
340
|
-
* Availability Domains](https://docs.
|
|
340
|
+
* Availability Domains](https://docs.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
341
341
|
* To get a list of availability domains, use the
|
|
342
342
|
* `ListAvailabilityDomains` operation in the Identity and Access
|
|
343
343
|
* Management Service API.
|
|
344
344
|
* <p>
|
|
345
345
|
All Oracle Cloud Infrastructure Services resources, including
|
|
346
346
|
* outbound connectors, get an Oracle-assigned, unique ID called an
|
|
347
|
-
* Oracle Cloud Identifier ([OCID](https://docs.
|
|
347
|
+
* Oracle Cloud Identifier ([OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
|
348
348
|
* When you create a resource, you can find its OCID in the response.
|
|
349
349
|
* You can also retrieve a resource's OCID by using a List API operation on that resource
|
|
350
350
|
* type, or by viewing the resource in the Console.
|
|
@@ -353,9 +353,20 @@ export declare class FileStorageClient {
|
|
|
353
353
|
* @param CreateOutboundConnectorRequest
|
|
354
354
|
* @return CreateOutboundConnectorResponse
|
|
355
355
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.
|
|
356
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateOutboundConnector.ts.html |here} to see how to use CreateOutboundConnector API.
|
|
357
357
|
*/
|
|
358
358
|
createOutboundConnector(createOutboundConnectorRequest: requests.CreateOutboundConnectorRequest): Promise<responses.CreateOutboundConnectorResponse>;
|
|
359
|
+
/**
|
|
360
|
+
* Create a file system, user, or group quota rule given the `fileSystemId`, `principalId`, `principalType` and
|
|
361
|
+
* `isHardQuota` parameters.
|
|
362
|
+
*
|
|
363
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
364
|
+
* @param CreateQuotaRuleRequest
|
|
365
|
+
* @return CreateQuotaRuleResponse
|
|
366
|
+
* @throws OciError when an error occurs
|
|
367
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateQuotaRule.ts.html |here} to see how to use CreateQuotaRule API.
|
|
368
|
+
*/
|
|
369
|
+
createQuotaRule(createQuotaRuleRequest: requests.CreateQuotaRuleRequest): Promise<responses.CreateQuotaRuleResponse>;
|
|
359
370
|
/**
|
|
360
371
|
* Creates a new replication in the specified compartment.
|
|
361
372
|
* Replications are the primary resource that governs the policy of cross-region replication between source
|
|
@@ -366,21 +377,21 @@ export declare class FileStorageClient {
|
|
|
366
377
|
* and sends it to the associated `ReplicationTarget`, which retrieves the delta and applies it to the target
|
|
367
378
|
* file system.
|
|
368
379
|
* Only unexported file systems can be used as target file systems.
|
|
369
|
-
* For more information, see [Using Replication](https://docs.
|
|
380
|
+
* For more information, see [Using Replication](https://docs.oracle.com/iaas/Content/File/Tasks/FSreplication.htm).
|
|
370
381
|
* <p>
|
|
371
382
|
For information about access control and compartments, see
|
|
372
383
|
* [Overview of the IAM
|
|
373
|
-
* Service](https://docs.
|
|
384
|
+
* Service](https://docs.oracle.com/iaas/Content/Identity/Concepts/overview.htm).
|
|
374
385
|
* <p>
|
|
375
386
|
For information about availability domains, see [Regions and
|
|
376
|
-
* Availability Domains](https://docs.
|
|
387
|
+
* Availability Domains](https://docs.oracle.com/iaas/Content/General/Concepts/regions.htm).
|
|
377
388
|
* To get a list of availability domains, use the
|
|
378
389
|
* `ListAvailabilityDomains` operation in the Identity and Access
|
|
379
390
|
* Management Service API.
|
|
380
391
|
* <p>
|
|
381
392
|
All Oracle Cloud Infrastructure Services resources, including
|
|
382
393
|
* replications, get an Oracle-assigned, unique ID called an
|
|
383
|
-
* Oracle Cloud Identifier ([OCID](https://docs.
|
|
394
|
+
* Oracle Cloud Identifier ([OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
|
|
384
395
|
* When you create a resource, you can find its OCID in the response.
|
|
385
396
|
* You can also retrieve a resource's OCID by using a List API operation on that resource
|
|
386
397
|
* type, or by viewing the resource in the Console.
|
|
@@ -389,7 +400,7 @@ export declare class FileStorageClient {
|
|
|
389
400
|
* @param CreateReplicationRequest
|
|
390
401
|
* @return CreateReplicationResponse
|
|
391
402
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.
|
|
403
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateReplication.ts.html |here} to see how to use CreateReplication API.
|
|
393
404
|
*/
|
|
394
405
|
createReplication(createReplicationRequest: requests.CreateReplicationRequest): Promise<responses.CreateReplicationResponse>;
|
|
395
406
|
/**
|
|
@@ -400,7 +411,7 @@ export declare class FileStorageClient {
|
|
|
400
411
|
* @param CreateSnapshotRequest
|
|
401
412
|
* @return CreateSnapshotResponse
|
|
402
413
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.
|
|
414
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/CreateSnapshot.ts.html |here} to see how to use CreateSnapshot API.
|
|
404
415
|
*/
|
|
405
416
|
createSnapshot(createSnapshotRequest: requests.CreateSnapshotRequest): Promise<responses.CreateSnapshotResponse>;
|
|
406
417
|
/**
|
|
@@ -410,7 +421,7 @@ export declare class FileStorageClient {
|
|
|
410
421
|
* @param DeleteExportRequest
|
|
411
422
|
* @return DeleteExportResponse
|
|
412
423
|
* @throws OciError when an error occurs
|
|
413
|
-
* @example Click {@link https://docs.
|
|
424
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteExport.ts.html |here} to see how to use DeleteExport API.
|
|
414
425
|
*/
|
|
415
426
|
deleteExport(deleteExportRequest: requests.DeleteExportRequest): Promise<responses.DeleteExportResponse>;
|
|
416
427
|
/**
|
|
@@ -422,7 +433,7 @@ export declare class FileStorageClient {
|
|
|
422
433
|
* @param DeleteFileSystemRequest
|
|
423
434
|
* @return DeleteFileSystemResponse
|
|
424
435
|
* @throws OciError when an error occurs
|
|
425
|
-
* @example Click {@link https://docs.
|
|
436
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteFileSystem.ts.html |here} to see how to use DeleteFileSystem API.
|
|
426
437
|
*/
|
|
427
438
|
deleteFileSystem(deleteFileSystemRequest: requests.DeleteFileSystemRequest): Promise<responses.DeleteFileSystemResponse>;
|
|
428
439
|
/**
|
|
@@ -432,7 +443,7 @@ export declare class FileStorageClient {
|
|
|
432
443
|
* @param DeleteFilesystemSnapshotPolicyRequest
|
|
433
444
|
* @return DeleteFilesystemSnapshotPolicyResponse
|
|
434
445
|
* @throws OciError when an error occurs
|
|
435
|
-
* @example Click {@link https://docs.
|
|
446
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteFilesystemSnapshotPolicy.ts.html |here} to see how to use DeleteFilesystemSnapshotPolicy API.
|
|
436
447
|
*/
|
|
437
448
|
deleteFilesystemSnapshotPolicy(deleteFilesystemSnapshotPolicyRequest: requests.DeleteFilesystemSnapshotPolicyRequest): Promise<responses.DeleteFilesystemSnapshotPolicyResponse>;
|
|
438
449
|
/**
|
|
@@ -443,7 +454,7 @@ export declare class FileStorageClient {
|
|
|
443
454
|
* @param DeleteMountTargetRequest
|
|
444
455
|
* @return DeleteMountTargetResponse
|
|
445
456
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.
|
|
457
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteMountTarget.ts.html |here} to see how to use DeleteMountTarget API.
|
|
447
458
|
*/
|
|
448
459
|
deleteMountTarget(deleteMountTargetRequest: requests.DeleteMountTargetRequest): Promise<responses.DeleteMountTargetResponse>;
|
|
449
460
|
/**
|
|
@@ -453,9 +464,19 @@ export declare class FileStorageClient {
|
|
|
453
464
|
* @param DeleteOutboundConnectorRequest
|
|
454
465
|
* @return DeleteOutboundConnectorResponse
|
|
455
466
|
* @throws OciError when an error occurs
|
|
456
|
-
* @example Click {@link https://docs.
|
|
467
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteOutboundConnector.ts.html |here} to see how to use DeleteOutboundConnector API.
|
|
457
468
|
*/
|
|
458
469
|
deleteOutboundConnector(deleteOutboundConnectorRequest: requests.DeleteOutboundConnectorRequest): Promise<responses.DeleteOutboundConnectorResponse>;
|
|
470
|
+
/**
|
|
471
|
+
* Remove a file system, user, or group quota rule given the `fileSystemId` and `quotaRuleId` parameters.
|
|
472
|
+
*
|
|
473
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
474
|
+
* @param DeleteQuotaRuleRequest
|
|
475
|
+
* @return DeleteQuotaRuleResponse
|
|
476
|
+
* @throws OciError when an error occurs
|
|
477
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteQuotaRule.ts.html |here} to see how to use DeleteQuotaRule API.
|
|
478
|
+
*/
|
|
479
|
+
deleteQuotaRule(deleteQuotaRuleRequest: requests.DeleteQuotaRuleRequest): Promise<responses.DeleteQuotaRuleResponse>;
|
|
459
480
|
/**
|
|
460
481
|
* Deletes the specified replication and the the associated replication target.
|
|
461
482
|
*
|
|
@@ -463,7 +484,7 @@ export declare class FileStorageClient {
|
|
|
463
484
|
* @param DeleteReplicationRequest
|
|
464
485
|
* @return DeleteReplicationResponse
|
|
465
486
|
* @throws OciError when an error occurs
|
|
466
|
-
* @example Click {@link https://docs.
|
|
487
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteReplication.ts.html |here} to see how to use DeleteReplication API.
|
|
467
488
|
*/
|
|
468
489
|
deleteReplication(deleteReplicationRequest: requests.DeleteReplicationRequest): Promise<responses.DeleteReplicationResponse>;
|
|
469
490
|
/**
|
|
@@ -476,7 +497,7 @@ export declare class FileStorageClient {
|
|
|
476
497
|
* @param DeleteReplicationTargetRequest
|
|
477
498
|
* @return DeleteReplicationTargetResponse
|
|
478
499
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.
|
|
500
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteReplicationTarget.ts.html |here} to see how to use DeleteReplicationTarget API.
|
|
480
501
|
*/
|
|
481
502
|
deleteReplicationTarget(deleteReplicationTargetRequest: requests.DeleteReplicationTargetRequest): Promise<responses.DeleteReplicationTargetResponse>;
|
|
482
503
|
/**
|
|
@@ -486,7 +507,7 @@ export declare class FileStorageClient {
|
|
|
486
507
|
* @param DeleteSnapshotRequest
|
|
487
508
|
* @return DeleteSnapshotResponse
|
|
488
509
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.
|
|
510
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DeleteSnapshot.ts.html |here} to see how to use DeleteSnapshot API.
|
|
490
511
|
*/
|
|
491
512
|
deleteSnapshot(deleteSnapshotRequest: requests.DeleteSnapshotRequest): Promise<responses.DeleteSnapshotResponse>;
|
|
492
513
|
/**
|
|
@@ -496,7 +517,7 @@ export declare class FileStorageClient {
|
|
|
496
517
|
* @param DetachCloneRequest
|
|
497
518
|
* @return DetachCloneResponse
|
|
498
519
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.
|
|
520
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/DetachClone.ts.html |here} to see how to use DetachClone API.
|
|
500
521
|
*/
|
|
501
522
|
detachClone(detachCloneRequest: requests.DetachCloneRequest): Promise<responses.DetachCloneResponse>;
|
|
502
523
|
/**
|
|
@@ -506,7 +527,7 @@ export declare class FileStorageClient {
|
|
|
506
527
|
* @param EstimateReplicationRequest
|
|
507
528
|
* @return EstimateReplicationResponse
|
|
508
529
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.
|
|
530
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/EstimateReplication.ts.html |here} to see how to use EstimateReplication API.
|
|
510
531
|
*/
|
|
511
532
|
estimateReplication(estimateReplicationRequest: requests.EstimateReplicationRequest): Promise<responses.EstimateReplicationResponse>;
|
|
512
533
|
/**
|
|
@@ -515,7 +536,7 @@ export declare class FileStorageClient {
|
|
|
515
536
|
* @param GetExportRequest
|
|
516
537
|
* @return GetExportResponse
|
|
517
538
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.
|
|
539
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetExport.ts.html |here} to see how to use GetExport API.
|
|
519
540
|
*/
|
|
520
541
|
getExport(getExportRequest: requests.GetExportRequest): Promise<responses.GetExportResponse>;
|
|
521
542
|
/**
|
|
@@ -524,7 +545,7 @@ export declare class FileStorageClient {
|
|
|
524
545
|
* @param GetExportSetRequest
|
|
525
546
|
* @return GetExportSetResponse
|
|
526
547
|
* @throws OciError when an error occurs
|
|
527
|
-
* @example Click {@link https://docs.
|
|
548
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetExportSet.ts.html |here} to see how to use GetExportSet API.
|
|
528
549
|
*/
|
|
529
550
|
getExportSet(getExportSetRequest: requests.GetExportSetRequest): Promise<responses.GetExportSetResponse>;
|
|
530
551
|
/**
|
|
@@ -533,7 +554,7 @@ export declare class FileStorageClient {
|
|
|
533
554
|
* @param GetFileSystemRequest
|
|
534
555
|
* @return GetFileSystemResponse
|
|
535
556
|
* @throws OciError when an error occurs
|
|
536
|
-
* @example Click {@link https://docs.
|
|
557
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetFileSystem.ts.html |here} to see how to use GetFileSystem API.
|
|
537
558
|
*/
|
|
538
559
|
getFileSystem(getFileSystemRequest: requests.GetFileSystemRequest): Promise<responses.GetFileSystemResponse>;
|
|
539
560
|
/**
|
|
@@ -542,7 +563,7 @@ export declare class FileStorageClient {
|
|
|
542
563
|
* @param GetFilesystemSnapshotPolicyRequest
|
|
543
564
|
* @return GetFilesystemSnapshotPolicyResponse
|
|
544
565
|
* @throws OciError when an error occurs
|
|
545
|
-
* @example Click {@link https://docs.
|
|
566
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetFilesystemSnapshotPolicy.ts.html |here} to see how to use GetFilesystemSnapshotPolicy API.
|
|
546
567
|
*/
|
|
547
568
|
getFilesystemSnapshotPolicy(getFilesystemSnapshotPolicyRequest: requests.GetFilesystemSnapshotPolicyRequest): Promise<responses.GetFilesystemSnapshotPolicyResponse>;
|
|
548
569
|
/**
|
|
@@ -551,7 +572,7 @@ export declare class FileStorageClient {
|
|
|
551
572
|
* @param GetMountTargetRequest
|
|
552
573
|
* @return GetMountTargetResponse
|
|
553
574
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.
|
|
575
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetMountTarget.ts.html |here} to see how to use GetMountTarget API.
|
|
555
576
|
*/
|
|
556
577
|
getMountTarget(getMountTargetRequest: requests.GetMountTargetRequest): Promise<responses.GetMountTargetResponse>;
|
|
557
578
|
/**
|
|
@@ -560,16 +581,26 @@ export declare class FileStorageClient {
|
|
|
560
581
|
* @param GetOutboundConnectorRequest
|
|
561
582
|
* @return GetOutboundConnectorResponse
|
|
562
583
|
* @throws OciError when an error occurs
|
|
563
|
-
* @example Click {@link https://docs.
|
|
584
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetOutboundConnector.ts.html |here} to see how to use GetOutboundConnector API.
|
|
564
585
|
*/
|
|
565
586
|
getOutboundConnector(getOutboundConnectorRequest: requests.GetOutboundConnectorRequest): Promise<responses.GetOutboundConnectorResponse>;
|
|
587
|
+
/**
|
|
588
|
+
* Get a file system, user, or group quota rule given the `fileSystemId` and `quotaRuleId` parameters.
|
|
589
|
+
*
|
|
590
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
591
|
+
* @param GetQuotaRuleRequest
|
|
592
|
+
* @return GetQuotaRuleResponse
|
|
593
|
+
* @throws OciError when an error occurs
|
|
594
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetQuotaRule.ts.html |here} to see how to use GetQuotaRule API.
|
|
595
|
+
*/
|
|
596
|
+
getQuotaRule(getQuotaRuleRequest: requests.GetQuotaRuleRequest): Promise<responses.GetQuotaRuleResponse>;
|
|
566
597
|
/**
|
|
567
598
|
* Gets the specified replication's information.
|
|
568
599
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
569
600
|
* @param GetReplicationRequest
|
|
570
601
|
* @return GetReplicationResponse
|
|
571
602
|
* @throws OciError when an error occurs
|
|
572
|
-
* @example Click {@link https://docs.
|
|
603
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetReplication.ts.html |here} to see how to use GetReplication API.
|
|
573
604
|
*/
|
|
574
605
|
getReplication(getReplicationRequest: requests.GetReplicationRequest): Promise<responses.GetReplicationResponse>;
|
|
575
606
|
/**
|
|
@@ -578,7 +609,7 @@ export declare class FileStorageClient {
|
|
|
578
609
|
* @param GetReplicationTargetRequest
|
|
579
610
|
* @return GetReplicationTargetResponse
|
|
580
611
|
* @throws OciError when an error occurs
|
|
581
|
-
* @example Click {@link https://docs.
|
|
612
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetReplicationTarget.ts.html |here} to see how to use GetReplicationTarget API.
|
|
582
613
|
*/
|
|
583
614
|
getReplicationTarget(getReplicationTargetRequest: requests.GetReplicationTargetRequest): Promise<responses.GetReplicationTargetResponse>;
|
|
584
615
|
/**
|
|
@@ -587,7 +618,7 @@ export declare class FileStorageClient {
|
|
|
587
618
|
* @param GetSnapshotRequest
|
|
588
619
|
* @return GetSnapshotResponse
|
|
589
620
|
* @throws OciError when an error occurs
|
|
590
|
-
* @example Click {@link https://docs.
|
|
621
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/GetSnapshot.ts.html |here} to see how to use GetSnapshot API.
|
|
591
622
|
*/
|
|
592
623
|
getSnapshot(getSnapshotRequest: requests.GetSnapshotRequest): Promise<responses.GetSnapshotResponse>;
|
|
593
624
|
/**
|
|
@@ -597,7 +628,7 @@ export declare class FileStorageClient {
|
|
|
597
628
|
* @param ListExportSetsRequest
|
|
598
629
|
* @return ListExportSetsResponse
|
|
599
630
|
* @throws OciError when an error occurs
|
|
600
|
-
* @example Click {@link https://docs.
|
|
631
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListExportSets.ts.html |here} to see how to use ListExportSets API.
|
|
601
632
|
*/
|
|
602
633
|
listExportSets(listExportSetsRequest: requests.ListExportSetsRequest): Promise<responses.ListExportSetsResponse>;
|
|
603
634
|
/**
|
|
@@ -641,7 +672,7 @@ export declare class FileStorageClient {
|
|
|
641
672
|
* @param ListExportsRequest
|
|
642
673
|
* @return ListExportsResponse
|
|
643
674
|
* @throws OciError when an error occurs
|
|
644
|
-
* @example Click {@link https://docs.
|
|
675
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListExports.ts.html |here} to see how to use ListExports API.
|
|
645
676
|
*/
|
|
646
677
|
listExports(listExportsRequest: requests.ListExportsRequest): Promise<responses.ListExportsResponse>;
|
|
647
678
|
/**
|
|
@@ -684,7 +715,7 @@ export declare class FileStorageClient {
|
|
|
684
715
|
* @param ListFileSystemsRequest
|
|
685
716
|
* @return ListFileSystemsResponse
|
|
686
717
|
* @throws OciError when an error occurs
|
|
687
|
-
* @example Click {@link https://docs.
|
|
718
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListFileSystems.ts.html |here} to see how to use ListFileSystems API.
|
|
688
719
|
*/
|
|
689
720
|
listFileSystems(listFileSystemsRequest: requests.ListFileSystemsRequest): Promise<responses.ListFileSystemsResponse>;
|
|
690
721
|
/**
|
|
@@ -726,7 +757,7 @@ export declare class FileStorageClient {
|
|
|
726
757
|
* @param ListFilesystemSnapshotPoliciesRequest
|
|
727
758
|
* @return ListFilesystemSnapshotPoliciesResponse
|
|
728
759
|
* @throws OciError when an error occurs
|
|
729
|
-
* @example Click {@link https://docs.
|
|
760
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListFilesystemSnapshotPolicies.ts.html |here} to see how to use ListFilesystemSnapshotPolicies API.
|
|
730
761
|
*/
|
|
731
762
|
listFilesystemSnapshotPolicies(listFilesystemSnapshotPoliciesRequest: requests.ListFilesystemSnapshotPoliciesRequest): Promise<responses.ListFilesystemSnapshotPoliciesResponse>;
|
|
732
763
|
/**
|
|
@@ -768,7 +799,7 @@ export declare class FileStorageClient {
|
|
|
768
799
|
* @param ListMountTargetsRequest
|
|
769
800
|
* @return ListMountTargetsResponse
|
|
770
801
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.
|
|
802
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListMountTargets.ts.html |here} to see how to use ListMountTargets API.
|
|
772
803
|
*/
|
|
773
804
|
listMountTargets(listMountTargetsRequest: requests.ListMountTargetsRequest): Promise<responses.ListMountTargetsResponse>;
|
|
774
805
|
/**
|
|
@@ -810,7 +841,7 @@ export declare class FileStorageClient {
|
|
|
810
841
|
* @param ListOutboundConnectorsRequest
|
|
811
842
|
* @return ListOutboundConnectorsResponse
|
|
812
843
|
* @throws OciError when an error occurs
|
|
813
|
-
* @example Click {@link https://docs.
|
|
844
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListOutboundConnectors.ts.html |here} to see how to use ListOutboundConnectors API.
|
|
814
845
|
*/
|
|
815
846
|
listOutboundConnectors(listOutboundConnectorsRequest: requests.ListOutboundConnectorsRequest): Promise<responses.ListOutboundConnectorsResponse>;
|
|
816
847
|
/**
|
|
@@ -845,6 +876,48 @@ export declare class FileStorageClient {
|
|
|
845
876
|
* @param request a request which can be sent to the service operation
|
|
846
877
|
*/
|
|
847
878
|
listOutboundConnectorsResponseIterator(request: requests.ListOutboundConnectorsRequest): AsyncIterableIterator<responses.ListOutboundConnectorsResponse>;
|
|
879
|
+
/**
|
|
880
|
+
* List user or group usages and their quota rules by certain principal type.
|
|
881
|
+
*
|
|
882
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
883
|
+
* @param ListQuotaRulesRequest
|
|
884
|
+
* @return ListQuotaRulesResponse
|
|
885
|
+
* @throws OciError when an error occurs
|
|
886
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListQuotaRules.ts.html |here} to see how to use ListQuotaRules API.
|
|
887
|
+
*/
|
|
888
|
+
listQuotaRules(listQuotaRulesRequest: requests.ListQuotaRulesRequest): Promise<responses.ListQuotaRulesResponse>;
|
|
889
|
+
/**
|
|
890
|
+
* NOTE: This function is deprecated in favor of listQuotaRulesRecordIterator function.
|
|
891
|
+
* Creates a new async iterator which will iterate over the models.QuotaRuleSummary objects
|
|
892
|
+
* contained in responses from the listQuotaRules operation. This iterator will fetch more data from the
|
|
893
|
+
* server as needed.
|
|
894
|
+
*
|
|
895
|
+
* @param request a request which can be sent to the service operation
|
|
896
|
+
*/
|
|
897
|
+
listAllQuotaRules(request: requests.ListQuotaRulesRequest): AsyncIterableIterator<model.QuotaRuleSummary>;
|
|
898
|
+
/**
|
|
899
|
+
* NOTE: This function is deprecated in favor of listQuotaRulesResponseIterator function.
|
|
900
|
+
* Creates a new async iterator which will iterate over the responses received from the listQuotaRules operation. This iterator
|
|
901
|
+
* will fetch more data from the server as needed.
|
|
902
|
+
*
|
|
903
|
+
* @param request a request which can be sent to the service operation
|
|
904
|
+
*/
|
|
905
|
+
listAllQuotaRulesResponses(request: requests.ListQuotaRulesRequest): AsyncIterableIterator<responses.ListQuotaRulesResponse>;
|
|
906
|
+
/**
|
|
907
|
+
* Creates a new async iterator which will iterate over the models.QuotaRuleSummary objects
|
|
908
|
+
* contained in responses from the listQuotaRules operation. This iterator will fetch more data from the
|
|
909
|
+
* server as needed.
|
|
910
|
+
*
|
|
911
|
+
* @param request a request which can be sent to the service operation
|
|
912
|
+
*/
|
|
913
|
+
listQuotaRulesRecordIterator(request: requests.ListQuotaRulesRequest): AsyncIterableIterator<model.QuotaRuleSummary>;
|
|
914
|
+
/**
|
|
915
|
+
* Creates a new async iterator which will iterate over the responses received from the listQuotaRules operation. This iterator
|
|
916
|
+
* will fetch more data from the server as needed.
|
|
917
|
+
*
|
|
918
|
+
* @param request a request which can be sent to the service operation
|
|
919
|
+
*/
|
|
920
|
+
listQuotaRulesResponseIterator(request: requests.ListQuotaRulesRequest): AsyncIterableIterator<responses.ListQuotaRulesResponse>;
|
|
848
921
|
/**
|
|
849
922
|
* Lists the replication target resources in the specified compartment.
|
|
850
923
|
*
|
|
@@ -852,7 +925,7 @@ export declare class FileStorageClient {
|
|
|
852
925
|
* @param ListReplicationTargetsRequest
|
|
853
926
|
* @return ListReplicationTargetsResponse
|
|
854
927
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.
|
|
928
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListReplicationTargets.ts.html |here} to see how to use ListReplicationTargets API.
|
|
856
929
|
*/
|
|
857
930
|
listReplicationTargets(listReplicationTargetsRequest: requests.ListReplicationTargetsRequest): Promise<responses.ListReplicationTargetsResponse>;
|
|
858
931
|
/**
|
|
@@ -894,7 +967,7 @@ export declare class FileStorageClient {
|
|
|
894
967
|
* @param ListReplicationsRequest
|
|
895
968
|
* @return ListReplicationsResponse
|
|
896
969
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.
|
|
970
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListReplications.ts.html |here} to see how to use ListReplications API.
|
|
898
971
|
*/
|
|
899
972
|
listReplications(listReplicationsRequest: requests.ListReplicationsRequest): Promise<responses.ListReplicationsResponse>;
|
|
900
973
|
/**
|
|
@@ -942,7 +1015,7 @@ export declare class FileStorageClient {
|
|
|
942
1015
|
* @param ListSnapshotsRequest
|
|
943
1016
|
* @return ListSnapshotsResponse
|
|
944
1017
|
* @throws OciError when an error occurs
|
|
945
|
-
* @example Click {@link https://docs.
|
|
1018
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ListSnapshots.ts.html |here} to see how to use ListSnapshots API.
|
|
946
1019
|
*/
|
|
947
1020
|
listSnapshots(listSnapshotsRequest: requests.ListSnapshotsRequest): Promise<responses.ListSnapshotsResponse>;
|
|
948
1021
|
/**
|
|
@@ -989,7 +1062,7 @@ export declare class FileStorageClient {
|
|
|
989
1062
|
* @param PauseFilesystemSnapshotPolicyRequest
|
|
990
1063
|
* @return PauseFilesystemSnapshotPolicyResponse
|
|
991
1064
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.
|
|
1065
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/PauseFilesystemSnapshotPolicy.ts.html |here} to see how to use PauseFilesystemSnapshotPolicy API.
|
|
993
1066
|
*/
|
|
994
1067
|
pauseFilesystemSnapshotPolicy(pauseFilesystemSnapshotPolicyRequest: requests.PauseFilesystemSnapshotPolicyRequest): Promise<responses.PauseFilesystemSnapshotPolicyResponse>;
|
|
995
1068
|
/**
|
|
@@ -998,7 +1071,7 @@ export declare class FileStorageClient {
|
|
|
998
1071
|
* @param RemoveExportLockRequest
|
|
999
1072
|
* @return RemoveExportLockResponse
|
|
1000
1073
|
* @throws OciError when an error occurs
|
|
1001
|
-
* @example Click {@link https://docs.
|
|
1074
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveExportLock.ts.html |here} to see how to use RemoveExportLock API.
|
|
1002
1075
|
*/
|
|
1003
1076
|
removeExportLock(removeExportLockRequest: requests.RemoveExportLockRequest): Promise<responses.RemoveExportLockResponse>;
|
|
1004
1077
|
/**
|
|
@@ -1007,7 +1080,7 @@ export declare class FileStorageClient {
|
|
|
1007
1080
|
* @param RemoveFileSystemLockRequest
|
|
1008
1081
|
* @return RemoveFileSystemLockResponse
|
|
1009
1082
|
* @throws OciError when an error occurs
|
|
1010
|
-
* @example Click {@link https://docs.
|
|
1083
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveFileSystemLock.ts.html |here} to see how to use RemoveFileSystemLock API.
|
|
1011
1084
|
*/
|
|
1012
1085
|
removeFileSystemLock(removeFileSystemLockRequest: requests.RemoveFileSystemLockRequest): Promise<responses.RemoveFileSystemLockResponse>;
|
|
1013
1086
|
/**
|
|
@@ -1016,7 +1089,7 @@ export declare class FileStorageClient {
|
|
|
1016
1089
|
* @param RemoveFilesystemSnapshotPolicyLockRequest
|
|
1017
1090
|
* @return RemoveFilesystemSnapshotPolicyLockResponse
|
|
1018
1091
|
* @throws OciError when an error occurs
|
|
1019
|
-
* @example Click {@link https://docs.
|
|
1092
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveFilesystemSnapshotPolicyLock.ts.html |here} to see how to use RemoveFilesystemSnapshotPolicyLock API.
|
|
1020
1093
|
*/
|
|
1021
1094
|
removeFilesystemSnapshotPolicyLock(removeFilesystemSnapshotPolicyLockRequest: requests.RemoveFilesystemSnapshotPolicyLockRequest): Promise<responses.RemoveFilesystemSnapshotPolicyLockResponse>;
|
|
1022
1095
|
/**
|
|
@@ -1025,7 +1098,7 @@ export declare class FileStorageClient {
|
|
|
1025
1098
|
* @param RemoveMountTargetLockRequest
|
|
1026
1099
|
* @return RemoveMountTargetLockResponse
|
|
1027
1100
|
* @throws OciError when an error occurs
|
|
1028
|
-
* @example Click {@link https://docs.
|
|
1101
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveMountTargetLock.ts.html |here} to see how to use RemoveMountTargetLock API.
|
|
1029
1102
|
*/
|
|
1030
1103
|
removeMountTargetLock(removeMountTargetLockRequest: requests.RemoveMountTargetLockRequest): Promise<responses.RemoveMountTargetLockResponse>;
|
|
1031
1104
|
/**
|
|
@@ -1034,7 +1107,7 @@ export declare class FileStorageClient {
|
|
|
1034
1107
|
* @param RemoveOutboundConnectorLockRequest
|
|
1035
1108
|
* @return RemoveOutboundConnectorLockResponse
|
|
1036
1109
|
* @throws OciError when an error occurs
|
|
1037
|
-
* @example Click {@link https://docs.
|
|
1110
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveOutboundConnectorLock.ts.html |here} to see how to use RemoveOutboundConnectorLock API.
|
|
1038
1111
|
*/
|
|
1039
1112
|
removeOutboundConnectorLock(removeOutboundConnectorLockRequest: requests.RemoveOutboundConnectorLockRequest): Promise<responses.RemoveOutboundConnectorLockResponse>;
|
|
1040
1113
|
/**
|
|
@@ -1043,7 +1116,7 @@ export declare class FileStorageClient {
|
|
|
1043
1116
|
* @param RemoveReplicationLockRequest
|
|
1044
1117
|
* @return RemoveReplicationLockResponse
|
|
1045
1118
|
* @throws OciError when an error occurs
|
|
1046
|
-
* @example Click {@link https://docs.
|
|
1119
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveReplicationLock.ts.html |here} to see how to use RemoveReplicationLock API.
|
|
1047
1120
|
*/
|
|
1048
1121
|
removeReplicationLock(removeReplicationLockRequest: requests.RemoveReplicationLockRequest): Promise<responses.RemoveReplicationLockResponse>;
|
|
1049
1122
|
/**
|
|
@@ -1052,7 +1125,7 @@ export declare class FileStorageClient {
|
|
|
1052
1125
|
* @param RemoveSnapshotLockRequest
|
|
1053
1126
|
* @return RemoveSnapshotLockResponse
|
|
1054
1127
|
* @throws OciError when an error occurs
|
|
1055
|
-
* @example Click {@link https://docs.
|
|
1128
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/RemoveSnapshotLock.ts.html |here} to see how to use RemoveSnapshotLock API.
|
|
1056
1129
|
*/
|
|
1057
1130
|
removeSnapshotLock(removeSnapshotLockRequest: requests.RemoveSnapshotLockRequest): Promise<responses.RemoveSnapshotLockResponse>;
|
|
1058
1131
|
/**
|
|
@@ -1062,9 +1135,21 @@ export declare class FileStorageClient {
|
|
|
1062
1135
|
* @param ScheduleDowngradeShapeMountTargetRequest
|
|
1063
1136
|
* @return ScheduleDowngradeShapeMountTargetResponse
|
|
1064
1137
|
* @throws OciError when an error occurs
|
|
1065
|
-
* @example Click {@link https://docs.
|
|
1138
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ScheduleDowngradeShapeMountTarget.ts.html |here} to see how to use ScheduleDowngradeShapeMountTarget API.
|
|
1066
1139
|
*/
|
|
1067
1140
|
scheduleDowngradeShapeMountTarget(scheduleDowngradeShapeMountTargetRequest: requests.ScheduleDowngradeShapeMountTargetRequest): Promise<responses.ScheduleDowngradeShapeMountTargetResponse>;
|
|
1141
|
+
/**
|
|
1142
|
+
* Enable or disable quota enforcement for the file system.
|
|
1143
|
+
* If `areQuotaRulesEnabled` = `true`, then the quota enforcement will be enabled.
|
|
1144
|
+
* If `areQuotaRulesEnabled` = `false`, then the quota enforcement will be disabled.
|
|
1145
|
+
*
|
|
1146
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1147
|
+
* @param ToggleQuotaRulesRequest
|
|
1148
|
+
* @return ToggleQuotaRulesResponse
|
|
1149
|
+
* @throws OciError when an error occurs
|
|
1150
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ToggleQuotaRules.ts.html |here} to see how to use ToggleQuotaRules API.
|
|
1151
|
+
*/
|
|
1152
|
+
toggleQuotaRules(toggleQuotaRulesRequest: requests.ToggleQuotaRulesRequest): Promise<responses.ToggleQuotaRulesResponse>;
|
|
1068
1153
|
/**
|
|
1069
1154
|
* This operation unpauses a paused file system snapshot policy and updates the lifecycle state of the file system snapshot policy from
|
|
1070
1155
|
* INACTIVE to ACTIVE. By default, file system snapshot policies are in the ACTIVE state. When a file system snapshot policy is not paused, or in the ACTIVE state, file systems that are associated with the
|
|
@@ -1076,7 +1161,7 @@ export declare class FileStorageClient {
|
|
|
1076
1161
|
* @param UnpauseFilesystemSnapshotPolicyRequest
|
|
1077
1162
|
* @return UnpauseFilesystemSnapshotPolicyResponse
|
|
1078
1163
|
* @throws OciError when an error occurs
|
|
1079
|
-
* @example Click {@link https://docs.
|
|
1164
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UnpauseFilesystemSnapshotPolicy.ts.html |here} to see how to use UnpauseFilesystemSnapshotPolicy API.
|
|
1080
1165
|
*/
|
|
1081
1166
|
unpauseFilesystemSnapshotPolicy(unpauseFilesystemSnapshotPolicyRequest: requests.UnpauseFilesystemSnapshotPolicyRequest): Promise<responses.UnpauseFilesystemSnapshotPolicyResponse>;
|
|
1082
1167
|
/**
|
|
@@ -1085,7 +1170,7 @@ export declare class FileStorageClient {
|
|
|
1085
1170
|
* @param UpdateExportRequest
|
|
1086
1171
|
* @return UpdateExportResponse
|
|
1087
1172
|
* @throws OciError when an error occurs
|
|
1088
|
-
* @example Click {@link https://docs.
|
|
1173
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateExport.ts.html |here} to see how to use UpdateExport API.
|
|
1089
1174
|
*/
|
|
1090
1175
|
updateExport(updateExportRequest: requests.UpdateExportRequest): Promise<responses.UpdateExportResponse>;
|
|
1091
1176
|
/**
|
|
@@ -1094,7 +1179,7 @@ export declare class FileStorageClient {
|
|
|
1094
1179
|
* @param UpdateExportSetRequest
|
|
1095
1180
|
* @return UpdateExportSetResponse
|
|
1096
1181
|
* @throws OciError when an error occurs
|
|
1097
|
-
* @example Click {@link https://docs.
|
|
1182
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateExportSet.ts.html |here} to see how to use UpdateExportSet API.
|
|
1098
1183
|
*/
|
|
1099
1184
|
updateExportSet(updateExportSetRequest: requests.UpdateExportSetRequest): Promise<responses.UpdateExportSetResponse>;
|
|
1100
1185
|
/**
|
|
@@ -1105,7 +1190,7 @@ export declare class FileStorageClient {
|
|
|
1105
1190
|
* @param UpdateFileSystemRequest
|
|
1106
1191
|
* @return UpdateFileSystemResponse
|
|
1107
1192
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.
|
|
1193
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateFileSystem.ts.html |here} to see how to use UpdateFileSystem API.
|
|
1109
1194
|
*/
|
|
1110
1195
|
updateFileSystem(updateFileSystemRequest: requests.UpdateFileSystemRequest): Promise<responses.UpdateFileSystemResponse>;
|
|
1111
1196
|
/**
|
|
@@ -1114,7 +1199,7 @@ export declare class FileStorageClient {
|
|
|
1114
1199
|
* @param UpdateFilesystemSnapshotPolicyRequest
|
|
1115
1200
|
* @return UpdateFilesystemSnapshotPolicyResponse
|
|
1116
1201
|
* @throws OciError when an error occurs
|
|
1117
|
-
* @example Click {@link https://docs.
|
|
1202
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateFilesystemSnapshotPolicy.ts.html |here} to see how to use UpdateFilesystemSnapshotPolicy API.
|
|
1118
1203
|
*/
|
|
1119
1204
|
updateFilesystemSnapshotPolicy(updateFilesystemSnapshotPolicyRequest: requests.UpdateFilesystemSnapshotPolicyRequest): Promise<responses.UpdateFilesystemSnapshotPolicyResponse>;
|
|
1120
1205
|
/**
|
|
@@ -1123,7 +1208,7 @@ export declare class FileStorageClient {
|
|
|
1123
1208
|
* @param UpdateMountTargetRequest
|
|
1124
1209
|
* @return UpdateMountTargetResponse
|
|
1125
1210
|
* @throws OciError when an error occurs
|
|
1126
|
-
* @example Click {@link https://docs.
|
|
1211
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateMountTarget.ts.html |here} to see how to use UpdateMountTarget API.
|
|
1127
1212
|
*/
|
|
1128
1213
|
updateMountTarget(updateMountTargetRequest: requests.UpdateMountTargetRequest): Promise<responses.UpdateMountTargetResponse>;
|
|
1129
1214
|
/**
|
|
@@ -1132,9 +1217,19 @@ export declare class FileStorageClient {
|
|
|
1132
1217
|
* @param UpdateOutboundConnectorRequest
|
|
1133
1218
|
* @return UpdateOutboundConnectorResponse
|
|
1134
1219
|
* @throws OciError when an error occurs
|
|
1135
|
-
* @example Click {@link https://docs.
|
|
1220
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateOutboundConnector.ts.html |here} to see how to use UpdateOutboundConnector API.
|
|
1136
1221
|
*/
|
|
1137
1222
|
updateOutboundConnector(updateOutboundConnectorRequest: requests.UpdateOutboundConnectorRequest): Promise<responses.UpdateOutboundConnectorResponse>;
|
|
1223
|
+
/**
|
|
1224
|
+
* Edit a file system, user, or group quota rule given the `fileSystemId` and `quotaRuleId` parameters.
|
|
1225
|
+
*
|
|
1226
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
1227
|
+
* @param UpdateQuotaRuleRequest
|
|
1228
|
+
* @return UpdateQuotaRuleResponse
|
|
1229
|
+
* @throws OciError when an error occurs
|
|
1230
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateQuotaRule.ts.html |here} to see how to use UpdateQuotaRule API.
|
|
1231
|
+
*/
|
|
1232
|
+
updateQuotaRule(updateQuotaRuleRequest: requests.UpdateQuotaRuleRequest): Promise<responses.UpdateQuotaRuleResponse>;
|
|
1138
1233
|
/**
|
|
1139
1234
|
* Updates the information for the specified replication and its associated replication target.
|
|
1140
1235
|
*
|
|
@@ -1142,7 +1237,7 @@ export declare class FileStorageClient {
|
|
|
1142
1237
|
* @param UpdateReplicationRequest
|
|
1143
1238
|
* @return UpdateReplicationResponse
|
|
1144
1239
|
* @throws OciError when an error occurs
|
|
1145
|
-
* @example Click {@link https://docs.
|
|
1240
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateReplication.ts.html |here} to see how to use UpdateReplication API.
|
|
1146
1241
|
*/
|
|
1147
1242
|
updateReplication(updateReplicationRequest: requests.UpdateReplicationRequest): Promise<responses.UpdateReplicationResponse>;
|
|
1148
1243
|
/**
|
|
@@ -1151,7 +1246,7 @@ export declare class FileStorageClient {
|
|
|
1151
1246
|
* @param UpdateSnapshotRequest
|
|
1152
1247
|
* @return UpdateSnapshotResponse
|
|
1153
1248
|
* @throws OciError when an error occurs
|
|
1154
|
-
* @example Click {@link https://docs.
|
|
1249
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateSnapshot.ts.html |here} to see how to use UpdateSnapshot API.
|
|
1155
1250
|
*/
|
|
1156
1251
|
updateSnapshot(updateSnapshotRequest: requests.UpdateSnapshotRequest): Promise<responses.UpdateSnapshotResponse>;
|
|
1157
1252
|
/**
|
|
@@ -1161,7 +1256,7 @@ export declare class FileStorageClient {
|
|
|
1161
1256
|
* @param UpgradeShapeMountTargetRequest
|
|
1162
1257
|
* @return UpgradeShapeMountTargetResponse
|
|
1163
1258
|
* @throws OciError when an error occurs
|
|
1164
|
-
* @example Click {@link https://docs.
|
|
1259
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpgradeShapeMountTarget.ts.html |here} to see how to use UpgradeShapeMountTarget API.
|
|
1165
1260
|
*/
|
|
1166
1261
|
upgradeShapeMountTarget(upgradeShapeMountTargetRequest: requests.UpgradeShapeMountTargetRequest): Promise<responses.UpgradeShapeMountTargetResponse>;
|
|
1167
1262
|
/**
|
|
@@ -1173,7 +1268,7 @@ export declare class FileStorageClient {
|
|
|
1173
1268
|
* @param ValidateKeyTabsRequest
|
|
1174
1269
|
* @return ValidateKeyTabsResponse
|
|
1175
1270
|
* @throws OciError when an error occurs
|
|
1176
|
-
* @example Click {@link https://docs.
|
|
1271
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ValidateKeyTabs.ts.html |here} to see how to use ValidateKeyTabs API.
|
|
1177
1272
|
*/
|
|
1178
1273
|
validateKeyTabs(validateKeyTabsRequest: requests.ValidateKeyTabsRequest): Promise<responses.ValidateKeyTabsResponse>;
|
|
1179
1274
|
}
|