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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 ListSnapshotsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSnapshotsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListSnapshotsRequest extends common.BaseRequest {
|
|
|
21
21
|
* 1 is the minimum, 100 is the maximum.
|
|
22
22
|
* <p>
|
|
23
23
|
For important details about how pagination works,
|
|
24
|
-
* see [List Pagination](https://docs.
|
|
24
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
25
|
* <p>
|
|
26
26
|
Example: {@code 100}
|
|
27
27
|
*
|
|
@@ -32,7 +32,7 @@ export interface ListSnapshotsRequest extends common.BaseRequest {
|
|
|
32
32
|
* header from the previous \"List\" call.
|
|
33
33
|
* <p>
|
|
34
34
|
For important details about how pagination works,
|
|
35
|
-
* see [List Pagination](https://docs.
|
|
35
|
+
* see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
"page"?: string;
|
|
@@ -43,23 +43,23 @@ export interface ListSnapshotsRequest extends common.BaseRequest {
|
|
|
43
43
|
*/
|
|
44
44
|
"lifecycleState"?: ListSnapshotsRequest.LifecycleState;
|
|
45
45
|
/**
|
|
46
|
-
* Filter results by [OCID](https://docs.
|
|
46
|
+
* Filter results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for
|
|
47
47
|
* the resouce type.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"id"?: string;
|
|
51
51
|
/**
|
|
52
|
-
* The [OCID](https://docs.
|
|
52
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy
|
|
53
53
|
* that is used to create the snapshots.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"filesystemSnapshotPolicyId"?: string;
|
|
57
57
|
/**
|
|
58
|
-
* The [OCID](https://docs.
|
|
58
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
59
59
|
*/
|
|
60
60
|
"compartmentId"?: string;
|
|
61
61
|
/**
|
|
62
|
-
* The [OCID](https://docs.
|
|
62
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
63
63
|
*/
|
|
64
64
|
"fileSystemId"?: string;
|
|
65
65
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 PauseFilesystemSnapshotPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface PauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
20
20
|
*/
|
|
21
21
|
"filesystemSnapshotPolicyId": string;
|
|
22
22
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 RemoveExportLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveExportLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export.
|
|
21
21
|
*/
|
|
22
22
|
"exportId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 RemoveFileSystemLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveFileSystemLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
21
21
|
*/
|
|
22
22
|
"fileSystemId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 RemoveFilesystemSnapshotPolicyLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveFilesystemSnapshotPolicyLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
21
21
|
*/
|
|
22
22
|
"filesystemSnapshotPolicyId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 RemoveMountTargetLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveMountTargetLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target.
|
|
21
21
|
*/
|
|
22
22
|
"mountTargetId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 RemoveOutboundConnectorLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveOutboundConnectorLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the outbound connector.
|
|
21
21
|
*/
|
|
22
22
|
"outboundConnectorId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 RemoveReplicationLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveReplicationLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication.
|
|
21
21
|
*/
|
|
22
22
|
"replicationId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 RemoveSnapshotLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface RemoveSnapshotLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot.
|
|
21
21
|
*/
|
|
22
22
|
"snapshotId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ScheduleDowngradeShapeMountTargetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ScheduleDowngradeShapeMountTargetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target.
|
|
21
21
|
*/
|
|
22
22
|
"mountTargetId": string;
|
|
23
23
|
/**
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/ToggleQuotaRules.ts.html |here} to see how to use ToggleQuotaRulesRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ToggleQuotaRulesRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
21
|
+
*/
|
|
22
|
+
"fileSystemId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details for toggling quota enforcement in the file system.
|
|
25
|
+
*/
|
|
26
|
+
"toggleQuotaRulesDetails": model.ToggleQuotaRulesDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
38
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
39
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
40
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
41
|
+
* might be rejected.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"opcRetryToken"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Unique identifier for the request.
|
|
47
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"opcRequestId"?: string;
|
|
51
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=toggle-quota-rules-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-quota-rules-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/toggle-quota-rules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 UnpauseFilesystemSnapshotPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface UnpauseFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
20
20
|
*/
|
|
21
21
|
"filesystemSnapshotPolicyId": string;
|
|
22
22
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateExportRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateExportRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export.
|
|
21
21
|
*/
|
|
22
22
|
"exportId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateExportSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateExportSetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export set.
|
|
21
21
|
*/
|
|
22
22
|
"exportSetId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateFileSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFileSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
21
21
|
*/
|
|
22
22
|
"fileSystemId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateFilesystemSnapshotPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateFilesystemSnapshotPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system snapshot policy.
|
|
21
21
|
*/
|
|
22
22
|
"filesystemSnapshotPolicyId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateMountTargetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateMountTargetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target.
|
|
21
21
|
*/
|
|
22
22
|
"mountTargetId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateOutboundConnectorRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateOutboundConnectorRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the outbound connector.
|
|
21
21
|
*/
|
|
22
22
|
"outboundConnectorId": string;
|
|
23
23
|
/**
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/filestorage/UpdateQuotaRule.ts.html |here} to see how to use UpdateQuotaRuleRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateQuotaRuleRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for editing a quota rule.
|
|
21
|
+
*/
|
|
22
|
+
"updateQuotaRuleDetails": model.UpdateQuotaRuleDetails;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
|
|
25
|
+
*/
|
|
26
|
+
"fileSystemId": string;
|
|
27
|
+
/**
|
|
28
|
+
* The identifier of the quota rule. It is the base64 encoded string of the tuple <principalId, principalType, isHardQuota>.
|
|
29
|
+
*/
|
|
30
|
+
"quotaRuleId": string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Unique identifier for the request.
|
|
42
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"opcRequestId"?: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-quota-rule-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-quota-rule-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/update-quota-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateReplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateReplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication.
|
|
21
21
|
*/
|
|
22
22
|
"replicationId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateSnapshotRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSnapshotRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the snapshot.
|
|
21
21
|
*/
|
|
22
22
|
"snapshotId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpgradeShapeMountTargetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpgradeShapeMountTargetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target.
|
|
21
21
|
*/
|
|
22
22
|
"mountTargetId": string;
|
|
23
23
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ValidateKeyTabsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ValidateKeyTabsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface CreateQuotaRuleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
21
|
+
* you need to contact Oracle about a particular request,
|
|
22
|
+
* please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.QuotaRule instance.
|
|
28
|
+
*/
|
|
29
|
+
"quotaRule": model.QuotaRule;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-quota-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-quota-rule-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/create-quota-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteQuotaRuleResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
16
|
+
* you need to contact Oracle about a particular request,
|
|
17
|
+
* please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20171215
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-quota-rule-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-quota-rule-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/delete-quota-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20171215
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetQuotaRuleResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If
|
|
21
|
+
* you need to contact Oracle about a particular request,
|
|
22
|
+
* please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.QuotaRule instance.
|
|
28
|
+
*/
|
|
29
|
+
"quotaRule": model.QuotaRule;
|
|
30
|
+
}
|