oci-filestorage 2.103.0 → 2.105.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,44 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
+
7
+ * OpenAPI spec version: 20171215
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.QuotaRule = void 0;
18
+ var QuotaRule;
19
+ (function (QuotaRule) {
20
+ let PrincipalType;
21
+ (function (PrincipalType) {
22
+ PrincipalType["FileSystemLevel"] = "FILE_SYSTEM_LEVEL";
23
+ PrincipalType["DefaultGroup"] = "DEFAULT_GROUP";
24
+ PrincipalType["DefaultUser"] = "DEFAULT_USER";
25
+ PrincipalType["IndividualGroup"] = "INDIVIDUAL_GROUP";
26
+ PrincipalType["IndividualUser"] = "INDIVIDUAL_USER";
27
+ /**
28
+ * This value is used if a service returns a value for this enum that is not recognized by this
29
+ * version of the SDK.
30
+ */
31
+ PrincipalType["UnknownValue"] = "UNKNOWN_VALUE";
32
+ })(PrincipalType = QuotaRule.PrincipalType || (QuotaRule.PrincipalType = {}));
33
+ function getJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ QuotaRule.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ return jsonObj;
41
+ }
42
+ QuotaRule.getDeserializedJsonObj = getDeserializedJsonObj;
43
+ })(QuotaRule = exports.QuotaRule || (exports.QuotaRule = {}));
44
+ //# sourceMappingURL=quota-rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quota-rule.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/quota-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmEH,IAAiB,SAAS,CAwBzB;AAxBD,WAAiB,SAAS;IACxB,IAAY,aAWX;IAXD,WAAY,aAAa;QACvB,sDAAqC,CAAA;QACrC,+CAA8B,CAAA;QAC9B,6CAA4B,CAAA;QAC5B,qDAAoC,CAAA;QACpC,mDAAkC,CAAA;QAClC;;;WAGG;QACH,+CAA8B,CAAA;IAChC,CAAC,EAXW,aAAa,GAAb,uBAAa,KAAb,uBAAa,QAWxB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAwBzB"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * File Storage API
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+
6
+ * OpenAPI spec version: 20171215
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ /**
16
+ * Details for enabling or disabling quota enforcement in the file system.
17
+ */
18
+ export interface ToggleQuotaRulesDetails {
19
+ /**
20
+ * Specifies the enforcement of quota rules on the file system.
21
+ */
22
+ "areQuotaRulesEnabled": boolean;
23
+ }
24
+ export declare namespace ToggleQuotaRulesDetails {
25
+ function getJsonObj(obj: ToggleQuotaRulesDetails): object;
26
+ function getDeserializedJsonObj(obj: ToggleQuotaRulesDetails): object;
27
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
+
7
+ * OpenAPI spec version: 20171215
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.ToggleQuotaRulesDetails = void 0;
18
+ var ToggleQuotaRulesDetails;
19
+ (function (ToggleQuotaRulesDetails) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ ToggleQuotaRulesDetails.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ ToggleQuotaRulesDetails.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(ToggleQuotaRulesDetails = exports.ToggleQuotaRulesDetails || (exports.ToggleQuotaRulesDetails = {}));
31
+ //# sourceMappingURL=toggle-quota-rules-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggle-quota-rules-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/toggle-quota-rules-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAeH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * File Storage API
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+
6
+ * OpenAPI spec version: 20171215
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ /**
16
+ * Details for updating a quota rule in the file system.
17
+ */
18
+ export interface UpdateQuotaRuleDetails {
19
+ /**
20
+ * A user-friendly name that the quota rule will be renamed to. It does not have to be unique.
21
+ * Avoid entering confidential information.
22
+ * Example: {@code UserXYZ's quota}
23
+ *
24
+ */
25
+ "displayName"?: string;
26
+ /**
27
+ * An updated value of the quota rule in gigabytes.
28
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
+ */
30
+ "quotaLimitInGigabytes"?: number;
31
+ }
32
+ export declare namespace UpdateQuotaRuleDetails {
33
+ function getJsonObj(obj: UpdateQuotaRuleDetails): object;
34
+ function getDeserializedJsonObj(obj: UpdateQuotaRuleDetails): object;
35
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
+
7
+ * OpenAPI spec version: 20171215
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.UpdateQuotaRuleDetails = void 0;
18
+ var UpdateQuotaRuleDetails;
19
+ (function (UpdateQuotaRuleDetails) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ UpdateQuotaRuleDetails.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ UpdateQuotaRuleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(UpdateQuotaRuleDetails = exports.UpdateQuotaRuleDetails || (exports.UpdateQuotaRuleDetails = {}));
31
+ //# sourceMappingURL=update-quota-rule-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-quota-rule-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/update-quota-rule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuBH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -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/CreateQuotaRule.ts.html |here} to see how to use CreateQuotaRuleRequest.
17
+ */
18
+ export interface CreateQuotaRuleRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for adding a new quota rule.
21
+ */
22
+ "createQuotaRuleDetails": model.CreateQuotaRuleDetails;
23
+ /**
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
25
+ */
26
+ "fileSystemId": string;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * Unique identifier for the request.
38
+ * If you need to contact Oracle about a particular request, please provide the request ID.
39
+ *
40
+ */
41
+ "opcRequestId"?: string;
42
+ /**
43
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
44
+ * server error without risk of executing that same action again. Retry tokens expire after 24
45
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
46
+ * has been deleted and purged from the system, then a retry of the original creation request
47
+ * might be rejected.
48
+ *
49
+ */
50
+ "opcRetryToken"?: 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=create-quota-rule-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-quota-rule-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/create-quota-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,41 @@
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 common = require("oci-common");
14
+ /**
15
+ * @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 DeleteQuotaRuleRequest.
16
+ */
17
+ export interface DeleteQuotaRuleRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
20
+ */
21
+ "fileSystemId": string;
22
+ /**
23
+ * The identifier of the quota rule. It is the base64 encoded string of the tuple <principalId, principalType, isHardQuota>.
24
+ */
25
+ "quotaRuleId": string;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
+ * etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you
31
+ * provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique identifier for the request.
37
+ * If you need to contact Oracle about a particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-quota-rule-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/delete-quota-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,41 @@
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 common = require("oci-common");
14
+ /**
15
+ * @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 GetQuotaRuleRequest.
16
+ */
17
+ export interface GetQuotaRuleRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
20
+ */
21
+ "fileSystemId": string;
22
+ /**
23
+ * The identifier of the quota rule. It is the base64 encoded string of the tuple <principalId, principalType, isHardQuota>.
24
+ */
25
+ "quotaRuleId": string;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
+ * etag from a previous GET or POST response for that resource.
30
+ * The resource will be updated or deleted only if the etag you
31
+ * provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique identifier for the request.
37
+ * If you need to contact Oracle about a particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-quota-rule-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/get-quota-rule-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -48,6 +48,8 @@ import * as CreateMountTargetRequest from "./create-mount-target-request";
48
48
  export import CreateMountTargetRequest = CreateMountTargetRequest.CreateMountTargetRequest;
49
49
  import * as CreateOutboundConnectorRequest from "./create-outbound-connector-request";
50
50
  export import CreateOutboundConnectorRequest = CreateOutboundConnectorRequest.CreateOutboundConnectorRequest;
51
+ import * as CreateQuotaRuleRequest from "./create-quota-rule-request";
52
+ export import CreateQuotaRuleRequest = CreateQuotaRuleRequest.CreateQuotaRuleRequest;
51
53
  import * as CreateReplicationRequest from "./create-replication-request";
52
54
  export import CreateReplicationRequest = CreateReplicationRequest.CreateReplicationRequest;
53
55
  import * as CreateSnapshotRequest from "./create-snapshot-request";
@@ -62,6 +64,8 @@ import * as DeleteMountTargetRequest from "./delete-mount-target-request";
62
64
  export import DeleteMountTargetRequest = DeleteMountTargetRequest.DeleteMountTargetRequest;
63
65
  import * as DeleteOutboundConnectorRequest from "./delete-outbound-connector-request";
64
66
  export import DeleteOutboundConnectorRequest = DeleteOutboundConnectorRequest.DeleteOutboundConnectorRequest;
67
+ import * as DeleteQuotaRuleRequest from "./delete-quota-rule-request";
68
+ export import DeleteQuotaRuleRequest = DeleteQuotaRuleRequest.DeleteQuotaRuleRequest;
65
69
  import * as DeleteReplicationRequest from "./delete-replication-request";
66
70
  export import DeleteReplicationRequest = DeleteReplicationRequest.DeleteReplicationRequest;
67
71
  import * as DeleteReplicationTargetRequest from "./delete-replication-target-request";
@@ -84,6 +88,8 @@ import * as GetMountTargetRequest from "./get-mount-target-request";
84
88
  export import GetMountTargetRequest = GetMountTargetRequest.GetMountTargetRequest;
85
89
  import * as GetOutboundConnectorRequest from "./get-outbound-connector-request";
86
90
  export import GetOutboundConnectorRequest = GetOutboundConnectorRequest.GetOutboundConnectorRequest;
91
+ import * as GetQuotaRuleRequest from "./get-quota-rule-request";
92
+ export import GetQuotaRuleRequest = GetQuotaRuleRequest.GetQuotaRuleRequest;
87
93
  import * as GetReplicationRequest from "./get-replication-request";
88
94
  export import GetReplicationRequest = GetReplicationRequest.GetReplicationRequest;
89
95
  import * as GetReplicationTargetRequest from "./get-replication-target-request";
@@ -102,6 +108,8 @@ import * as ListMountTargetsRequest from "./list-mount-targets-request";
102
108
  export import ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
103
109
  import * as ListOutboundConnectorsRequest from "./list-outbound-connectors-request";
104
110
  export import ListOutboundConnectorsRequest = ListOutboundConnectorsRequest.ListOutboundConnectorsRequest;
111
+ import * as ListQuotaRulesRequest from "./list-quota-rules-request";
112
+ export import ListQuotaRulesRequest = ListQuotaRulesRequest.ListQuotaRulesRequest;
105
113
  import * as ListReplicationTargetsRequest from "./list-replication-targets-request";
106
114
  export import ListReplicationTargetsRequest = ListReplicationTargetsRequest.ListReplicationTargetsRequest;
107
115
  import * as ListReplicationsRequest from "./list-replications-request";
@@ -126,6 +134,8 @@ import * as RemoveSnapshotLockRequest from "./remove-snapshot-lock-request";
126
134
  export import RemoveSnapshotLockRequest = RemoveSnapshotLockRequest.RemoveSnapshotLockRequest;
127
135
  import * as ScheduleDowngradeShapeMountTargetRequest from "./schedule-downgrade-shape-mount-target-request";
128
136
  export import ScheduleDowngradeShapeMountTargetRequest = ScheduleDowngradeShapeMountTargetRequest.ScheduleDowngradeShapeMountTargetRequest;
137
+ import * as ToggleQuotaRulesRequest from "./toggle-quota-rules-request";
138
+ export import ToggleQuotaRulesRequest = ToggleQuotaRulesRequest.ToggleQuotaRulesRequest;
129
139
  import * as UnpauseFilesystemSnapshotPolicyRequest from "./unpause-filesystem-snapshot-policy-request";
130
140
  export import UnpauseFilesystemSnapshotPolicyRequest = UnpauseFilesystemSnapshotPolicyRequest.UnpauseFilesystemSnapshotPolicyRequest;
131
141
  import * as UpdateExportRequest from "./update-export-request";
@@ -140,6 +150,8 @@ import * as UpdateMountTargetRequest from "./update-mount-target-request";
140
150
  export import UpdateMountTargetRequest = UpdateMountTargetRequest.UpdateMountTargetRequest;
141
151
  import * as UpdateOutboundConnectorRequest from "./update-outbound-connector-request";
142
152
  export import UpdateOutboundConnectorRequest = UpdateOutboundConnectorRequest.UpdateOutboundConnectorRequest;
153
+ import * as UpdateQuotaRuleRequest from "./update-quota-rule-request";
154
+ export import UpdateQuotaRuleRequest = UpdateQuotaRuleRequest.UpdateQuotaRuleRequest;
143
155
  import * as UpdateReplicationRequest from "./update-replication-request";
144
156
  export import UpdateReplicationRequest = UpdateReplicationRequest.UpdateReplicationRequest;
145
157
  import * as UpdateSnapshotRequest from "./update-snapshot-request";
@@ -33,7 +33,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
33
33
  return result;
34
34
  };
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.ListSnapshotsRequest = exports.ListReplicationsRequest = exports.ListReplicationTargetsRequest = exports.ListOutboundConnectorsRequest = exports.ListMountTargetsRequest = exports.ListFilesystemSnapshotPoliciesRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = exports.DeleteReplicationRequest = void 0;
36
+ exports.ListSnapshotsRequest = exports.ListReplicationsRequest = exports.ListReplicationTargetsRequest = exports.ListQuotaRulesRequest = exports.ListOutboundConnectorsRequest = exports.ListMountTargetsRequest = exports.ListFilesystemSnapshotPoliciesRequest = exports.ListFileSystemsRequest = exports.ListExportsRequest = exports.ListExportSetsRequest = exports.DeleteReplicationRequest = void 0;
37
37
  const DeleteReplicationRequest = __importStar(require("./delete-replication-request"));
38
38
  exports.DeleteReplicationRequest = DeleteReplicationRequest.DeleteReplicationRequest;
39
39
  const ListExportSetsRequest = __importStar(require("./list-export-sets-request"));
@@ -48,6 +48,8 @@ const ListMountTargetsRequest = __importStar(require("./list-mount-targets-reque
48
48
  exports.ListMountTargetsRequest = ListMountTargetsRequest.ListMountTargetsRequest;
49
49
  const ListOutboundConnectorsRequest = __importStar(require("./list-outbound-connectors-request"));
50
50
  exports.ListOutboundConnectorsRequest = ListOutboundConnectorsRequest.ListOutboundConnectorsRequest;
51
+ const ListQuotaRulesRequest = __importStar(require("./list-quota-rules-request"));
52
+ exports.ListQuotaRulesRequest = ListQuotaRulesRequest.ListQuotaRulesRequest;
51
53
  const ListReplicationTargetsRequest = __importStar(require("./list-replication-targets-request"));
52
54
  exports.ListReplicationTargetsRequest = ListReplicationTargetsRequest.ListReplicationTargetsRequest;
53
55
  const ListReplicationsRequest = __importStar(require("./list-replications-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAoDH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AA2B3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAwDH,uFAAyE;AAC3D,QAAA,wBAAwB,GAAG,wBAAwB,CAAC,wBAAwB,CAAC;AA6B3F,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,kFAAoE;AACtD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,kGAAoF;AACtE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC"}
@@ -0,0 +1,97 @@
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 common = require("oci-common");
14
+ /**
15
+ * @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 ListQuotaRulesRequest.
16
+ */
17
+ export interface ListQuotaRulesRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
20
+ */
21
+ "fileSystemId": string;
22
+ /**
23
+ * The type of the owner of this quota rule and usage.
24
+ *
25
+ */
26
+ "principalType": ListQuotaRulesRequest.PrincipalType;
27
+ /**
28
+ * For list pagination. The maximum number of results per page,
29
+ * or items to return in a paginated \"List\" call.
30
+ * 1 is the minimum, 4096 is the maximum.
31
+ * <p>
32
+ For important details about how pagination works,
33
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
+ * <p>
35
+ Example: {@code 500}
36
+ *
37
+ */
38
+ "limit"?: number;
39
+ /**
40
+ * For list pagination. The value of the {@code opc-next-page} response
41
+ * header from the previous \"List\" call.
42
+ * <p>
43
+ For important details about how pagination works,
44
+ * see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
45
+ *
46
+ */
47
+ "page"?: string;
48
+ /**
49
+ * An identifier for the user or the group associated with quota rule and usage. UNIX-like operating systems use this integer value to
50
+ * identify a user or group to manage access control.
51
+ *
52
+ */
53
+ "principalId"?: number;
54
+ /**
55
+ * An option to display only the users or groups that violate their quota rules.
56
+ * If {@code areViolatorsOnly} is false, results report all the quota and usage.
57
+ * If {@code areViolatorsOnly} is true, results only report the quota and usage for
58
+ * the users or groups that violate their quota rules.
59
+ *
60
+ */
61
+ "areViolatorsOnly"?: boolean;
62
+ /**
63
+ * The sort order to use, either 'asc' or 'desc', where 'asc' is
64
+ * ascending and 'desc' is descending. The default order is 'desc'
65
+ * except for numeric values.
66
+ *
67
+ */
68
+ "sortOrder"?: ListQuotaRulesRequest.SortOrder;
69
+ /**
70
+ * For optimistic concurrency control. In the PUT or DELETE call
71
+ * for a resource, set the {@code if-match} parameter to the value of the
72
+ * etag from a previous GET or POST response for that resource.
73
+ * The resource will be updated or deleted only if the etag you
74
+ * provide matches the resource's current etag value.
75
+ *
76
+ */
77
+ "ifMatch"?: string;
78
+ /**
79
+ * Unique identifier for the request.
80
+ * If you need to contact Oracle about a particular request, please provide the request ID.
81
+ *
82
+ */
83
+ "opcRequestId"?: string;
84
+ }
85
+ export declare namespace ListQuotaRulesRequest {
86
+ enum PrincipalType {
87
+ FileSystemLevel = "FILE_SYSTEM_LEVEL",
88
+ DefaultGroup = "DEFAULT_GROUP",
89
+ DefaultUser = "DEFAULT_USER",
90
+ IndividualGroup = "INDIVIDUAL_GROUP",
91
+ IndividualUser = "INDIVIDUAL_USER"
92
+ }
93
+ enum SortOrder {
94
+ Asc = "ASC",
95
+ Desc = "DESC"
96
+ }
97
+ }
@@ -0,0 +1,32 @@
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
+ exports.ListQuotaRulesRequest = void 0;
16
+ var ListQuotaRulesRequest;
17
+ (function (ListQuotaRulesRequest) {
18
+ let PrincipalType;
19
+ (function (PrincipalType) {
20
+ PrincipalType["FileSystemLevel"] = "FILE_SYSTEM_LEVEL";
21
+ PrincipalType["DefaultGroup"] = "DEFAULT_GROUP";
22
+ PrincipalType["DefaultUser"] = "DEFAULT_USER";
23
+ PrincipalType["IndividualGroup"] = "INDIVIDUAL_GROUP";
24
+ PrincipalType["IndividualUser"] = "INDIVIDUAL_USER";
25
+ })(PrincipalType = ListQuotaRulesRequest.PrincipalType || (ListQuotaRulesRequest.PrincipalType = {}));
26
+ let SortOrder;
27
+ (function (SortOrder) {
28
+ SortOrder["Asc"] = "ASC";
29
+ SortOrder["Desc"] = "DESC";
30
+ })(SortOrder = ListQuotaRulesRequest.SortOrder || (ListQuotaRulesRequest.SortOrder = {}));
31
+ })(ListQuotaRulesRequest = exports.ListQuotaRulesRequest || (exports.ListQuotaRulesRequest = {}));
32
+ //# sourceMappingURL=list-quota-rules-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-quota-rules-request.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/request/list-quota-rules-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,qBAAqB,CAarC;AAbD,WAAiB,qBAAqB;IACpC,IAAY,aAMX;IAND,WAAY,aAAa;QACvB,sDAAqC,CAAA;QACrC,+CAA8B,CAAA;QAC9B,6CAA4B,CAAA;QAC5B,qDAAoC,CAAA;QACpC,mDAAkC,CAAA;IACpC,CAAC,EANW,aAAa,GAAb,mCAAa,KAAb,mCAAa,QAMxB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,+BAAS,KAAT,+BAAS,QAGpB;AACH,CAAC,EAbgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAarC"}