oci-filestorage 2.103.0 → 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.
Files changed (70) hide show
  1. package/lib/client.d.ts +95 -0
  2. package/lib/client.js +430 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-file-system-details.d.ts +4 -0
  5. package/lib/model/create-file-system-details.js.map +1 -1
  6. package/lib/model/create-quota-rule-details.d.ts +61 -0
  7. package/lib/model/create-quota-rule-details.js +39 -0
  8. package/lib/model/create-quota-rule-details.js.map +1 -0
  9. package/lib/model/file-system-summary.d.ts +21 -0
  10. package/lib/model/file-system-summary.js +14 -0
  11. package/lib/model/file-system-summary.js.map +1 -1
  12. package/lib/model/file-system.d.ts +25 -0
  13. package/lib/model/file-system.js +14 -0
  14. package/lib/model/file-system.js.map +1 -1
  15. package/lib/model/index.d.ts +10 -0
  16. package/lib/model/index.js +12 -2
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/quota-rule-summary.d.ts +104 -0
  19. package/lib/model/quota-rule-summary.js +44 -0
  20. package/lib/model/quota-rule-summary.js.map +1 -0
  21. package/lib/model/quota-rule.d.ts +91 -0
  22. package/lib/model/quota-rule.js +44 -0
  23. package/lib/model/quota-rule.js.map +1 -0
  24. package/lib/model/toggle-quota-rules-details.d.ts +27 -0
  25. package/lib/model/toggle-quota-rules-details.js +31 -0
  26. package/lib/model/toggle-quota-rules-details.js.map +1 -0
  27. package/lib/model/update-quota-rule-details.d.ts +35 -0
  28. package/lib/model/update-quota-rule-details.js +31 -0
  29. package/lib/model/update-quota-rule-details.js.map +1 -0
  30. package/lib/request/create-quota-rule-request.d.ts +51 -0
  31. package/lib/request/create-quota-rule-request.js +15 -0
  32. package/lib/request/create-quota-rule-request.js.map +1 -0
  33. package/lib/request/delete-quota-rule-request.d.ts +41 -0
  34. package/lib/request/delete-quota-rule-request.js +15 -0
  35. package/lib/request/delete-quota-rule-request.js.map +1 -0
  36. package/lib/request/get-quota-rule-request.d.ts +41 -0
  37. package/lib/request/get-quota-rule-request.js +15 -0
  38. package/lib/request/get-quota-rule-request.js.map +1 -0
  39. package/lib/request/index.d.ts +12 -0
  40. package/lib/request/index.js +3 -1
  41. package/lib/request/index.js.map +1 -1
  42. package/lib/request/list-quota-rules-request.d.ts +97 -0
  43. package/lib/request/list-quota-rules-request.js +32 -0
  44. package/lib/request/list-quota-rules-request.js.map +1 -0
  45. package/lib/request/toggle-quota-rules-request.d.ts +51 -0
  46. package/lib/request/toggle-quota-rules-request.js +15 -0
  47. package/lib/request/toggle-quota-rules-request.js.map +1 -0
  48. package/lib/request/update-quota-rule-request.d.ts +46 -0
  49. package/lib/request/update-quota-rule-request.js +15 -0
  50. package/lib/request/update-quota-rule-request.js.map +1 -0
  51. package/lib/response/create-quota-rule-response.d.ts +30 -0
  52. package/lib/response/create-quota-rule-response.js +15 -0
  53. package/lib/response/create-quota-rule-response.js.map +1 -0
  54. package/lib/response/delete-quota-rule-response.d.ts +21 -0
  55. package/lib/response/delete-quota-rule-response.js +15 -0
  56. package/lib/response/delete-quota-rule-response.js.map +1 -0
  57. package/lib/response/get-quota-rule-response.d.ts +30 -0
  58. package/lib/response/get-quota-rule-response.js +15 -0
  59. package/lib/response/get-quota-rule-response.js.map +1 -0
  60. package/lib/response/index.d.ts +12 -0
  61. package/lib/response/list-quota-rules-response.d.ts +35 -0
  62. package/lib/response/list-quota-rules-response.js +15 -0
  63. package/lib/response/list-quota-rules-response.js.map +1 -0
  64. package/lib/response/toggle-quota-rules-response.d.ts +21 -0
  65. package/lib/response/toggle-quota-rules-response.js +15 -0
  66. package/lib/response/toggle-quota-rules-response.js.map +1 -0
  67. package/lib/response/update-quota-rule-response.d.ts +30 -0
  68. package/lib/response/update-quota-rule-response.js +15 -0
  69. package/lib/response/update-quota-rule-response.js.map +1 -0
  70. package/package.json +3 -3
@@ -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"}
@@ -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"}
@@ -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
+ }
@@ -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=get-quota-rule-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-quota-rule-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/get-quota-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -48,6 +48,8 @@ import * as CreateMountTargetResponse from "./create-mount-target-response";
48
48
  export import CreateMountTargetResponse = CreateMountTargetResponse.CreateMountTargetResponse;
49
49
  import * as CreateOutboundConnectorResponse from "./create-outbound-connector-response";
50
50
  export import CreateOutboundConnectorResponse = CreateOutboundConnectorResponse.CreateOutboundConnectorResponse;
51
+ import * as CreateQuotaRuleResponse from "./create-quota-rule-response";
52
+ export import CreateQuotaRuleResponse = CreateQuotaRuleResponse.CreateQuotaRuleResponse;
51
53
  import * as CreateReplicationResponse from "./create-replication-response";
52
54
  export import CreateReplicationResponse = CreateReplicationResponse.CreateReplicationResponse;
53
55
  import * as CreateSnapshotResponse from "./create-snapshot-response";
@@ -62,6 +64,8 @@ import * as DeleteMountTargetResponse from "./delete-mount-target-response";
62
64
  export import DeleteMountTargetResponse = DeleteMountTargetResponse.DeleteMountTargetResponse;
63
65
  import * as DeleteOutboundConnectorResponse from "./delete-outbound-connector-response";
64
66
  export import DeleteOutboundConnectorResponse = DeleteOutboundConnectorResponse.DeleteOutboundConnectorResponse;
67
+ import * as DeleteQuotaRuleResponse from "./delete-quota-rule-response";
68
+ export import DeleteQuotaRuleResponse = DeleteQuotaRuleResponse.DeleteQuotaRuleResponse;
65
69
  import * as DeleteReplicationResponse from "./delete-replication-response";
66
70
  export import DeleteReplicationResponse = DeleteReplicationResponse.DeleteReplicationResponse;
67
71
  import * as DeleteReplicationTargetResponse from "./delete-replication-target-response";
@@ -84,6 +88,8 @@ import * as GetMountTargetResponse from "./get-mount-target-response";
84
88
  export import GetMountTargetResponse = GetMountTargetResponse.GetMountTargetResponse;
85
89
  import * as GetOutboundConnectorResponse from "./get-outbound-connector-response";
86
90
  export import GetOutboundConnectorResponse = GetOutboundConnectorResponse.GetOutboundConnectorResponse;
91
+ import * as GetQuotaRuleResponse from "./get-quota-rule-response";
92
+ export import GetQuotaRuleResponse = GetQuotaRuleResponse.GetQuotaRuleResponse;
87
93
  import * as GetReplicationResponse from "./get-replication-response";
88
94
  export import GetReplicationResponse = GetReplicationResponse.GetReplicationResponse;
89
95
  import * as GetReplicationTargetResponse from "./get-replication-target-response";
@@ -102,6 +108,8 @@ import * as ListMountTargetsResponse from "./list-mount-targets-response";
102
108
  export import ListMountTargetsResponse = ListMountTargetsResponse.ListMountTargetsResponse;
103
109
  import * as ListOutboundConnectorsResponse from "./list-outbound-connectors-response";
104
110
  export import ListOutboundConnectorsResponse = ListOutboundConnectorsResponse.ListOutboundConnectorsResponse;
111
+ import * as ListQuotaRulesResponse from "./list-quota-rules-response";
112
+ export import ListQuotaRulesResponse = ListQuotaRulesResponse.ListQuotaRulesResponse;
105
113
  import * as ListReplicationTargetsResponse from "./list-replication-targets-response";
106
114
  export import ListReplicationTargetsResponse = ListReplicationTargetsResponse.ListReplicationTargetsResponse;
107
115
  import * as ListReplicationsResponse from "./list-replications-response";
@@ -126,6 +134,8 @@ import * as RemoveSnapshotLockResponse from "./remove-snapshot-lock-response";
126
134
  export import RemoveSnapshotLockResponse = RemoveSnapshotLockResponse.RemoveSnapshotLockResponse;
127
135
  import * as ScheduleDowngradeShapeMountTargetResponse from "./schedule-downgrade-shape-mount-target-response";
128
136
  export import ScheduleDowngradeShapeMountTargetResponse = ScheduleDowngradeShapeMountTargetResponse.ScheduleDowngradeShapeMountTargetResponse;
137
+ import * as ToggleQuotaRulesResponse from "./toggle-quota-rules-response";
138
+ export import ToggleQuotaRulesResponse = ToggleQuotaRulesResponse.ToggleQuotaRulesResponse;
129
139
  import * as UnpauseFilesystemSnapshotPolicyResponse from "./unpause-filesystem-snapshot-policy-response";
130
140
  export import UnpauseFilesystemSnapshotPolicyResponse = UnpauseFilesystemSnapshotPolicyResponse.UnpauseFilesystemSnapshotPolicyResponse;
131
141
  import * as UpdateExportResponse from "./update-export-response";
@@ -140,6 +150,8 @@ import * as UpdateMountTargetResponse from "./update-mount-target-response";
140
150
  export import UpdateMountTargetResponse = UpdateMountTargetResponse.UpdateMountTargetResponse;
141
151
  import * as UpdateOutboundConnectorResponse from "./update-outbound-connector-response";
142
152
  export import UpdateOutboundConnectorResponse = UpdateOutboundConnectorResponse.UpdateOutboundConnectorResponse;
153
+ import * as UpdateQuotaRuleResponse from "./update-quota-rule-response";
154
+ export import UpdateQuotaRuleResponse = UpdateQuotaRuleResponse.UpdateQuotaRuleResponse;
143
155
  import * as UpdateReplicationResponse from "./update-replication-response";
144
156
  export import UpdateReplicationResponse = UpdateReplicationResponse.UpdateReplicationResponse;
145
157
  import * as UpdateSnapshotResponse from "./update-snapshot-response";
@@ -0,0 +1,35 @@
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 ListQuotaRulesResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response,
17
+ * additional pages of results remain.
18
+ * <p>
19
+ For important details about how pagination works,
20
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
21
+ *
22
+ */
23
+ "opcNextPage": string;
24
+ /**
25
+ * Unique Oracle-assigned identifier for the request. If
26
+ * you need to contact Oracle about a particular request,
27
+ * please provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId": string;
31
+ /**
32
+ * A list of QuotaRuleSummary instances.
33
+ */
34
+ "items": model.QuotaRuleSummary[];
35
+ }
@@ -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=list-quota-rules-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-quota-rules-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/list-quota-rules-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 ToggleQuotaRulesResponse {
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=toggle-quota-rules-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-quota-rules-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/toggle-quota-rules-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 UpdateQuotaRuleResponse {
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=update-quota-rule-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-quota-rule-response.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/response/update-quota-rule-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-filestorage",
3
- "version": "2.103.0",
3
+ "version": "2.104.0",
4
4
  "description": "OCI NodeJS client for File Storage",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.103.0",
19
- "oci-workrequests": "2.103.0"
18
+ "oci-common": "2.104.0",
19
+ "oci-workrequests": "2.104.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"