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.
Files changed (265) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +183 -88
  4. package/lib/client.js +518 -88
  5. package/lib/client.js.map +1 -1
  6. package/lib/filestorage-waiter.d.ts +1 -1
  7. package/lib/filestorage-waiter.js +1 -1
  8. package/lib/model/change-file-system-compartment-details.d.ts +2 -2
  9. package/lib/model/change-file-system-compartment-details.js +1 -1
  10. package/lib/model/change-filesystem-snapshot-policy-compartment-details.d.ts +2 -2
  11. package/lib/model/change-filesystem-snapshot-policy-compartment-details.js +1 -1
  12. package/lib/model/change-mount-target-compartment-details.d.ts +2 -2
  13. package/lib/model/change-mount-target-compartment-details.js +1 -1
  14. package/lib/model/change-outbound-connector-compartment-details.d.ts +2 -2
  15. package/lib/model/change-outbound-connector-compartment-details.js +1 -1
  16. package/lib/model/change-replication-compartment-details.d.ts +2 -2
  17. package/lib/model/change-replication-compartment-details.js +1 -1
  18. package/lib/model/client-options.d.ts +1 -1
  19. package/lib/model/client-options.js +1 -1
  20. package/lib/model/create-export-details.d.ts +3 -3
  21. package/lib/model/create-export-details.js +1 -1
  22. package/lib/model/create-file-system-details.d.ts +12 -8
  23. package/lib/model/create-file-system-details.js +1 -1
  24. package/lib/model/create-file-system-details.js.map +1 -1
  25. package/lib/model/create-filesystem-snapshot-policy-details.d.ts +4 -4
  26. package/lib/model/create-filesystem-snapshot-policy-details.js +1 -1
  27. package/lib/model/create-kerberos-details.d.ts +2 -2
  28. package/lib/model/create-kerberos-details.js +1 -1
  29. package/lib/model/create-ldap-bind-account-details.d.ts +2 -2
  30. package/lib/model/create-ldap-bind-account-details.js +1 -1
  31. package/lib/model/create-ldap-idmap-details.d.ts +3 -3
  32. package/lib/model/create-ldap-idmap-details.js +1 -1
  33. package/lib/model/create-mount-target-details.d.ts +11 -11
  34. package/lib/model/create-mount-target-details.js +1 -1
  35. package/lib/model/create-outbound-connector-details.d.ts +4 -4
  36. package/lib/model/create-outbound-connector-details.js +1 -1
  37. package/lib/model/create-quota-rule-details.d.ts +61 -0
  38. package/lib/model/create-quota-rule-details.js +39 -0
  39. package/lib/model/create-quota-rule-details.js.map +1 -0
  40. package/lib/model/create-replication-details.d.ts +6 -6
  41. package/lib/model/create-replication-details.js +1 -1
  42. package/lib/model/create-snapshot-details.d.ts +4 -4
  43. package/lib/model/create-snapshot-details.js +1 -1
  44. package/lib/model/endpoint.d.ts +1 -1
  45. package/lib/model/endpoint.js +1 -1
  46. package/lib/model/export-set-summary.d.ts +4 -4
  47. package/lib/model/export-set-summary.js +1 -1
  48. package/lib/model/export-set.d.ts +4 -4
  49. package/lib/model/export-set.js +1 -1
  50. package/lib/model/export-summary.d.ts +4 -4
  51. package/lib/model/export-summary.js +1 -1
  52. package/lib/model/export.d.ts +5 -5
  53. package/lib/model/export.js +1 -1
  54. package/lib/model/file-system-summary.d.ts +29 -8
  55. package/lib/model/file-system-summary.js +15 -1
  56. package/lib/model/file-system-summary.js.map +1 -1
  57. package/lib/model/file-system.d.ts +38 -13
  58. package/lib/model/file-system.js +15 -1
  59. package/lib/model/file-system.js.map +1 -1
  60. package/lib/model/filesystem-snapshot-policy-summary.d.ts +5 -5
  61. package/lib/model/filesystem-snapshot-policy-summary.js +1 -1
  62. package/lib/model/filesystem-snapshot-policy.d.ts +7 -7
  63. package/lib/model/filesystem-snapshot-policy.js +1 -1
  64. package/lib/model/index.d.ts +11 -1
  65. package/lib/model/index.js +13 -3
  66. package/lib/model/index.js.map +1 -1
  67. package/lib/model/kerberos-keytab-entry.d.ts +1 -1
  68. package/lib/model/kerberos-keytab-entry.js +1 -1
  69. package/lib/model/kerberos.d.ts +2 -2
  70. package/lib/model/kerberos.js +1 -1
  71. package/lib/model/key-tab-secret-details.d.ts +2 -2
  72. package/lib/model/key-tab-secret-details.js +1 -1
  73. package/lib/model/ldap-bind-account-summary.d.ts +1 -1
  74. package/lib/model/ldap-bind-account-summary.js +1 -1
  75. package/lib/model/ldap-bind-account.d.ts +2 -2
  76. package/lib/model/ldap-bind-account.js +1 -1
  77. package/lib/model/ldap-idmap.d.ts +3 -3
  78. package/lib/model/ldap-idmap.js +1 -1
  79. package/lib/model/mount-target-summary.d.ts +9 -9
  80. package/lib/model/mount-target-summary.js +1 -1
  81. package/lib/model/mount-target.d.ts +9 -9
  82. package/lib/model/mount-target.js +1 -1
  83. package/lib/model/outbound-connector-summary.d.ts +5 -5
  84. package/lib/model/outbound-connector-summary.js +1 -1
  85. package/lib/model/outbound-connector.d.ts +5 -5
  86. package/lib/model/outbound-connector.js +1 -1
  87. package/lib/model/quota-rule-summary.d.ts +104 -0
  88. package/lib/model/quota-rule-summary.js +44 -0
  89. package/lib/model/quota-rule-summary.js.map +1 -0
  90. package/lib/model/quota-rule.d.ts +91 -0
  91. package/lib/model/quota-rule.js +44 -0
  92. package/lib/model/quota-rule.js.map +1 -0
  93. package/lib/model/replication-estimate.d.ts +1 -1
  94. package/lib/model/replication-estimate.js +1 -1
  95. package/lib/model/replication-summary.d.ts +5 -5
  96. package/lib/model/replication-summary.js +1 -1
  97. package/lib/model/replication-target-summary.d.ts +5 -5
  98. package/lib/model/replication-target-summary.js +1 -1
  99. package/lib/model/replication-target.d.ts +10 -10
  100. package/lib/model/replication-target.js +1 -1
  101. package/lib/model/replication.d.ts +10 -10
  102. package/lib/model/replication.js +1 -1
  103. package/lib/model/resource-lock.d.ts +1 -1
  104. package/lib/model/resource-lock.js +1 -1
  105. package/lib/model/schedule-downgrade-shape-mount-target-details.d.ts +1 -1
  106. package/lib/model/schedule-downgrade-shape-mount-target-details.js +1 -1
  107. package/lib/model/snapshot-schedule.d.ts +1 -1
  108. package/lib/model/snapshot-schedule.js +1 -1
  109. package/lib/model/snapshot-summary.d.ts +8 -8
  110. package/lib/model/snapshot-summary.js +1 -1
  111. package/lib/model/snapshot.d.ts +9 -9
  112. package/lib/model/snapshot.js +1 -1
  113. package/lib/model/source-details.d.ts +5 -5
  114. package/lib/model/source-details.js +1 -1
  115. package/lib/model/toggle-quota-rules-details.d.ts +27 -0
  116. package/lib/model/toggle-quota-rules-details.js +31 -0
  117. package/lib/model/toggle-quota-rules-details.js.map +1 -0
  118. package/lib/model/update-export-details.d.ts +1 -1
  119. package/lib/model/update-export-details.js +1 -1
  120. package/lib/model/update-export-set-details.d.ts +1 -1
  121. package/lib/model/update-export-set-details.js +1 -1
  122. package/lib/model/update-file-system-details.d.ts +6 -6
  123. package/lib/model/update-file-system-details.js +1 -1
  124. package/lib/model/update-filesystem-snapshot-policy-details.d.ts +3 -3
  125. package/lib/model/update-filesystem-snapshot-policy-details.js +1 -1
  126. package/lib/model/update-kerberos-details.d.ts +2 -2
  127. package/lib/model/update-kerberos-details.js +1 -1
  128. package/lib/model/update-ldap-idmap-details.d.ts +3 -3
  129. package/lib/model/update-ldap-idmap-details.js +1 -1
  130. package/lib/model/update-mount-target-details.d.ts +5 -5
  131. package/lib/model/update-mount-target-details.js +1 -1
  132. package/lib/model/update-outbound-connector-details.d.ts +3 -3
  133. package/lib/model/update-outbound-connector-details.js +1 -1
  134. package/lib/model/update-quota-rule-details.d.ts +35 -0
  135. package/lib/model/update-quota-rule-details.js +31 -0
  136. package/lib/model/update-quota-rule-details.js.map +1 -0
  137. package/lib/model/update-replication-details.d.ts +3 -3
  138. package/lib/model/update-replication-details.js +1 -1
  139. package/lib/model/update-snapshot-details.d.ts +3 -3
  140. package/lib/model/update-snapshot-details.js +1 -1
  141. package/lib/model/upgrade-shape-mount-target-details.d.ts +1 -1
  142. package/lib/model/upgrade-shape-mount-target-details.js +1 -1
  143. package/lib/model/validate-key-tabs-details.d.ts +2 -2
  144. package/lib/model/validate-key-tabs-details.js +1 -1
  145. package/lib/model/validate-key-tabs-response-details.d.ts +1 -1
  146. package/lib/model/validate-key-tabs-response-details.js +1 -1
  147. package/lib/request/add-export-lock-request.d.ts +2 -2
  148. package/lib/request/add-file-system-lock-request.d.ts +2 -2
  149. package/lib/request/add-filesystem-snapshot-policy-lock-request.d.ts +2 -2
  150. package/lib/request/add-mount-target-lock-request.d.ts +2 -2
  151. package/lib/request/add-outbound-connector-lock-request.d.ts +2 -2
  152. package/lib/request/add-replication-lock-request.d.ts +2 -2
  153. package/lib/request/add-snapshot-lock-request.d.ts +2 -2
  154. package/lib/request/cancel-downgrade-shape-mount-target-request.d.ts +2 -2
  155. package/lib/request/change-file-system-compartment-request.d.ts +2 -2
  156. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +2 -2
  157. package/lib/request/change-mount-target-compartment-request.d.ts +2 -2
  158. package/lib/request/change-outbound-connector-compartment-request.d.ts +2 -2
  159. package/lib/request/change-replication-compartment-request.d.ts +2 -2
  160. package/lib/request/create-export-request.d.ts +1 -1
  161. package/lib/request/create-file-system-request.d.ts +1 -1
  162. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  163. package/lib/request/create-mount-target-request.d.ts +1 -1
  164. package/lib/request/create-outbound-connector-request.d.ts +1 -1
  165. package/lib/request/create-quota-rule-request.d.ts +51 -0
  166. package/lib/request/create-quota-rule-request.js +15 -0
  167. package/lib/request/create-quota-rule-request.js.map +1 -0
  168. package/lib/request/create-replication-request.d.ts +1 -1
  169. package/lib/request/create-snapshot-request.d.ts +1 -1
  170. package/lib/request/delete-export-request.d.ts +2 -2
  171. package/lib/request/delete-file-system-request.d.ts +2 -2
  172. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +2 -2
  173. package/lib/request/delete-mount-target-request.d.ts +2 -2
  174. package/lib/request/delete-outbound-connector-request.d.ts +2 -2
  175. package/lib/request/delete-quota-rule-request.d.ts +41 -0
  176. package/lib/request/delete-quota-rule-request.js +15 -0
  177. package/lib/request/delete-quota-rule-request.js.map +1 -0
  178. package/lib/request/delete-replication-request.d.ts +2 -2
  179. package/lib/request/delete-replication-target-request.d.ts +2 -2
  180. package/lib/request/delete-snapshot-request.d.ts +2 -2
  181. package/lib/request/detach-clone-request.d.ts +2 -2
  182. package/lib/request/estimate-replication-request.d.ts +2 -2
  183. package/lib/request/get-export-request.d.ts +2 -2
  184. package/lib/request/get-export-set-request.d.ts +2 -2
  185. package/lib/request/get-file-system-request.d.ts +2 -2
  186. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +2 -2
  187. package/lib/request/get-mount-target-request.d.ts +2 -2
  188. package/lib/request/get-outbound-connector-request.d.ts +2 -2
  189. package/lib/request/get-quota-rule-request.d.ts +41 -0
  190. package/lib/request/get-quota-rule-request.js +15 -0
  191. package/lib/request/get-quota-rule-request.js.map +1 -0
  192. package/lib/request/get-replication-request.d.ts +2 -2
  193. package/lib/request/get-replication-target-request.d.ts +2 -2
  194. package/lib/request/get-snapshot-request.d.ts +2 -2
  195. package/lib/request/index.d.ts +13 -1
  196. package/lib/request/index.js +4 -2
  197. package/lib/request/index.js.map +1 -1
  198. package/lib/request/list-export-sets-request.d.ts +5 -5
  199. package/lib/request/list-exports-request.d.ts +7 -7
  200. package/lib/request/list-file-systems-request.d.ts +8 -8
  201. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +5 -5
  202. package/lib/request/list-mount-targets-request.d.ts +6 -6
  203. package/lib/request/list-outbound-connectors-request.d.ts +5 -5
  204. package/lib/request/list-quota-rules-request.d.ts +97 -0
  205. package/lib/request/list-quota-rules-request.js +32 -0
  206. package/lib/request/list-quota-rules-request.js.map +1 -0
  207. package/lib/request/list-replication-targets-request.d.ts +5 -5
  208. package/lib/request/list-replications-request.d.ts +6 -6
  209. package/lib/request/list-snapshots-request.d.ts +7 -7
  210. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +2 -2
  211. package/lib/request/remove-export-lock-request.d.ts +2 -2
  212. package/lib/request/remove-file-system-lock-request.d.ts +2 -2
  213. package/lib/request/remove-filesystem-snapshot-policy-lock-request.d.ts +2 -2
  214. package/lib/request/remove-mount-target-lock-request.d.ts +2 -2
  215. package/lib/request/remove-outbound-connector-lock-request.d.ts +2 -2
  216. package/lib/request/remove-replication-lock-request.d.ts +2 -2
  217. package/lib/request/remove-snapshot-lock-request.d.ts +2 -2
  218. package/lib/request/schedule-downgrade-shape-mount-target-request.d.ts +2 -2
  219. package/lib/request/toggle-quota-rules-request.d.ts +51 -0
  220. package/lib/request/toggle-quota-rules-request.js +15 -0
  221. package/lib/request/toggle-quota-rules-request.js.map +1 -0
  222. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +2 -2
  223. package/lib/request/update-export-request.d.ts +2 -2
  224. package/lib/request/update-export-set-request.d.ts +2 -2
  225. package/lib/request/update-file-system-request.d.ts +2 -2
  226. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +2 -2
  227. package/lib/request/update-mount-target-request.d.ts +2 -2
  228. package/lib/request/update-outbound-connector-request.d.ts +2 -2
  229. package/lib/request/update-quota-rule-request.d.ts +46 -0
  230. package/lib/request/update-quota-rule-request.js +15 -0
  231. package/lib/request/update-quota-rule-request.js.map +1 -0
  232. package/lib/request/update-replication-request.d.ts +2 -2
  233. package/lib/request/update-snapshot-request.d.ts +2 -2
  234. package/lib/request/upgrade-shape-mount-target-request.d.ts +2 -2
  235. package/lib/request/validate-key-tabs-request.d.ts +1 -1
  236. package/lib/response/create-quota-rule-response.d.ts +30 -0
  237. package/lib/response/create-quota-rule-response.js +15 -0
  238. package/lib/response/create-quota-rule-response.js.map +1 -0
  239. package/lib/response/delete-quota-rule-response.d.ts +21 -0
  240. package/lib/response/delete-quota-rule-response.js +15 -0
  241. package/lib/response/delete-quota-rule-response.js.map +1 -0
  242. package/lib/response/get-quota-rule-response.d.ts +30 -0
  243. package/lib/response/get-quota-rule-response.js +15 -0
  244. package/lib/response/get-quota-rule-response.js.map +1 -0
  245. package/lib/response/index.d.ts +13 -1
  246. package/lib/response/index.js +1 -1
  247. package/lib/response/list-export-sets-response.d.ts +1 -1
  248. package/lib/response/list-exports-response.d.ts +1 -1
  249. package/lib/response/list-file-systems-response.d.ts +1 -1
  250. package/lib/response/list-filesystem-snapshot-policies-response.d.ts +1 -1
  251. package/lib/response/list-mount-targets-response.d.ts +1 -1
  252. package/lib/response/list-outbound-connectors-response.d.ts +1 -1
  253. package/lib/response/list-quota-rules-response.d.ts +35 -0
  254. package/lib/response/list-quota-rules-response.js +15 -0
  255. package/lib/response/list-quota-rules-response.js.map +1 -0
  256. package/lib/response/list-replication-targets-response.d.ts +1 -1
  257. package/lib/response/list-replications-response.d.ts +1 -1
  258. package/lib/response/list-snapshots-response.d.ts +1 -1
  259. package/lib/response/toggle-quota-rules-response.d.ts +21 -0
  260. package/lib/response/toggle-quota-rules-response.js +15 -0
  261. package/lib/response/toggle-quota-rules-response.js.map +1 -0
  262. package/lib/response/update-quota-rule-response.d.ts +30 -0
  263. package/lib/response/update-quota-rule-response.js +15 -0
  264. package/lib/response/update-quota-rule-response.js.map +1 -0
  265. package/package.json +3 -3
@@ -0,0 +1,61 @@
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 creating a quota rule in the file system.
17
+ */
18
+ export interface CreateQuotaRuleDetails {
19
+ /**
20
+ * The type of the owner of this quota rule and usage.
21
+ *
22
+ */
23
+ "principalType": CreateQuotaRuleDetails.PrincipalType;
24
+ /**
25
+ * An identifier for the user or the group associated with quota rule and usage. UNIX-like operating systems use this integer value to
26
+ * identify a user or group to manage access control.
27
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
28
+ */
29
+ "principalId"?: number;
30
+ /**
31
+ * Whether the quota rule will be enforced.
32
+ * If {@code isHardQuota} is true, the quota rule is enforced so that the write is blocked if usage
33
+ * exceeds the hard quota limit.
34
+ * If {@code isHardQuota} is false, writes succeed even if usage exceeds the soft quota limit, but the quota rule is violated.
35
+ *
36
+ */
37
+ "isHardQuota": boolean;
38
+ /**
39
+ * A user-friendly name. It does not have to be unique, and it is changeable.
40
+ * Avoid entering confidential information.
41
+ * Example: {@code UserXYZ's quota}
42
+ *
43
+ */
44
+ "displayName"?: string;
45
+ /**
46
+ * The value of the quota rule in gigabytes.
47
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
48
+ */
49
+ "quotaLimitInGigabytes": number;
50
+ }
51
+ export declare namespace CreateQuotaRuleDetails {
52
+ enum PrincipalType {
53
+ FileSystemLevel = "FILE_SYSTEM_LEVEL",
54
+ DefaultGroup = "DEFAULT_GROUP",
55
+ DefaultUser = "DEFAULT_USER",
56
+ IndividualGroup = "INDIVIDUAL_GROUP",
57
+ IndividualUser = "INDIVIDUAL_USER"
58
+ }
59
+ function getJsonObj(obj: CreateQuotaRuleDetails): object;
60
+ function getDeserializedJsonObj(obj: CreateQuotaRuleDetails): object;
61
+ }
@@ -0,0 +1,39 @@
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.CreateQuotaRuleDetails = void 0;
18
+ var CreateQuotaRuleDetails;
19
+ (function (CreateQuotaRuleDetails) {
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
+ })(PrincipalType = CreateQuotaRuleDetails.PrincipalType || (CreateQuotaRuleDetails.PrincipalType = {}));
28
+ function getJsonObj(obj) {
29
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
30
+ return jsonObj;
31
+ }
32
+ CreateQuotaRuleDetails.getJsonObj = getJsonObj;
33
+ function getDeserializedJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ CreateQuotaRuleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
38
+ })(CreateQuotaRuleDetails = exports.CreateQuotaRuleDetails || (exports.CreateQuotaRuleDetails = {}));
39
+ //# sourceMappingURL=create-quota-rule-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-quota-rule-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-quota-rule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA0CH,IAAiB,sBAAsB,CAmBtC;AAnBD,WAAiB,sBAAsB;IACrC,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,oCAAa,KAAb,oCAAa,QAMxB;IAED,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,EAnBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmBtC"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -18,16 +18,16 @@ import * as model from "../model";
18
18
  */
19
19
  export interface CreateReplicationDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
22
22
  */
23
23
  "compartmentId": string;
24
24
  /**
25
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the source file system.
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the source file system.
26
26
  *
27
27
  */
28
28
  "sourceId": string;
29
29
  /**
30
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the target file system.
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the target file system.
31
31
  *
32
32
  */
33
33
  "targetId": string;
@@ -46,7 +46,7 @@ export interface CreateReplicationDetails {
46
46
  /**
47
47
  * Free-form tags for this resource. Each tag is a simple key-value pair
48
48
  * with no predefined name, type, or namespace.
49
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
49
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
50
  * Example: {@code {\"Department\": \"Finance\"}}
51
51
  *
52
52
  */
@@ -55,7 +55,7 @@ export interface CreateReplicationDetails {
55
55
  };
56
56
  /**
57
57
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
58
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
58
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
59
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
60
60
  *
61
61
  */
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -18,7 +18,7 @@ import * as model from "../model";
18
18
  */
19
19
  export interface CreateSnapshotDetails {
20
20
  /**
21
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system to take a snapshot of.
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system to take a snapshot of.
22
22
  */
23
23
  "fileSystemId": string;
24
24
  /**
@@ -39,7 +39,7 @@ export interface CreateSnapshotDetails {
39
39
  /**
40
40
  * Free-form tags for this resource. Each tag is a simple key-value pair
41
41
  * with no predefined name, type, or namespace.
42
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
42
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
43
43
  * Example: {@code {\"Department\": \"Finance\"}}
44
44
  *
45
45
  */
@@ -48,7 +48,7 @@ export interface CreateSnapshotDetails {
48
48
  };
49
49
  /**
50
50
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
51
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
51
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
52
52
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
53
53
  *
54
54
  */
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -26,7 +26,7 @@ export interface ExportSetSummary {
26
26
  */
27
27
  "availabilityDomain"?: string;
28
28
  /**
29
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the export set.
29
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the export set.
30
30
  */
31
31
  "compartmentId": string;
32
32
  /**
@@ -38,7 +38,7 @@ export interface ExportSetSummary {
38
38
  */
39
39
  "displayName": string;
40
40
  /**
41
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the export set.
41
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export set.
42
42
  */
43
43
  "id": string;
44
44
  /**
@@ -54,7 +54,7 @@ export interface ExportSetSummary {
54
54
  */
55
55
  "timeCreated": Date;
56
56
  /**
57
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual cloud network (VCN) the export set is in.
57
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual cloud network (VCN) the export set is in.
58
58
  */
59
59
  "vcnId": string;
60
60
  }
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -27,7 +27,7 @@ export interface ExportSet {
27
27
  */
28
28
  "availabilityDomain"?: string;
29
29
  /**
30
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the export set.
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the export set.
31
31
  */
32
32
  "compartmentId": string;
33
33
  /**
@@ -39,7 +39,7 @@ export interface ExportSet {
39
39
  */
40
40
  "displayName": string;
41
41
  /**
42
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the export set.
42
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the export set.
43
43
  */
44
44
  "id": string;
45
45
  /**
@@ -81,7 +81,7 @@ export interface ExportSet {
81
81
  */
82
82
  "timeCreated": Date;
83
83
  /**
84
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the virtual cloud network (VCN) the export set is in.
84
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the virtual cloud network (VCN) the export set is in.
85
85
  */
86
86
  "vcnId": string;
87
87
  }
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -19,15 +19,15 @@ import * as model from "../model";
19
19
  */
20
20
  export interface ExportSummary {
21
21
  /**
22
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of this export's export set.
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export's export set.
23
23
  */
24
24
  "exportSetId": string;
25
25
  /**
26
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of this export's file system.
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export's file system.
27
27
  */
28
28
  "fileSystemId": string;
29
29
  /**
30
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of this export.
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export.
31
31
  */
32
32
  "id": string;
33
33
  /**
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -46,7 +46,7 @@ No two non-'DELETED' export resources in the same export set can
46
46
  * reference the same file system.
47
47
  * <p>
48
48
  Use {@code exportOptions} to control access to an export. For more information, see
49
- * [Export Options](https://docs.cloud.oracle.com/Content/File/Tasks/exportoptions.htm).
49
+ * [Export Options](https://docs.oracle.com/iaas/Content/File/Tasks/exportoptions.htm).
50
50
  *
51
51
  */
52
52
  export interface Export {
@@ -80,15 +80,15 @@ export interface Export {
80
80
  */
81
81
  "exportOptions": Array<model.ClientOptions>;
82
82
  /**
83
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of this export's export set.
83
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export's export set.
84
84
  */
85
85
  "exportSetId": string;
86
86
  /**
87
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of this export's file system.
87
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export's file system.
88
88
  */
89
89
  "fileSystemId": string;
90
90
  /**
91
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of this export.
91
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of this export.
92
92
  */
93
93
  "id": string;
94
94
  /**
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * File Storage API
3
3
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
4
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
5
5
 
6
6
  * OpenAPI spec version: 20171215
7
7
  *
@@ -35,7 +35,7 @@ export interface FileSystemSummary {
35
35
  */
36
36
  "meteredBytes": number;
37
37
  /**
38
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the file system.
38
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the file system.
39
39
  */
40
40
  "compartmentId": string;
41
41
  /**
@@ -47,7 +47,7 @@ export interface FileSystemSummary {
47
47
  */
48
48
  "displayName": string;
49
49
  /**
50
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the file system.
50
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
51
51
  */
52
52
  "id": string;
53
53
  /**
@@ -69,7 +69,7 @@ export interface FileSystemSummary {
69
69
  /**
70
70
  * Free-form tags for this resource. Each tag is a simple key-value pair
71
71
  * with no predefined name, type, or namespace.
72
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
72
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
73
73
  * Example: {@code {\"Department\": \"Finance\"}}
74
74
  *
75
75
  */
@@ -78,7 +78,7 @@ export interface FileSystemSummary {
78
78
  };
79
79
  /**
80
80
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
81
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
81
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
82
82
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
83
83
  *
84
84
  */
@@ -98,14 +98,18 @@ export interface FileSystemSummary {
98
98
  };
99
99
  };
100
100
  /**
101
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the KMS key used to encrypt the encryption keys associated with this file system.
101
+ * Specifies the total number of replications for which this file system is a source. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
102
+ */
103
+ "replicationSourceCount"?: number;
104
+ /**
105
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key used to encrypt the encryption keys associated with this file system.
102
106
  *
103
107
  */
104
108
  "kmsKeyId"?: string;
105
109
  "sourceDetails"?: model.SourceDetails;
106
110
  /**
107
111
  * Specifies whether the file system has been cloned.
108
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
112
+ * See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm).
109
113
  *
110
114
  */
111
115
  "isCloneParent"?: boolean;
@@ -113,7 +117,7 @@ export interface FileSystemSummary {
113
117
  * Specifies whether the data has finished copying from the source to the clone.
114
118
  * Hydration can take up to several hours to complete depending on the size of the source.
115
119
  * The source and clone remain available during hydration, but there may be some performance impact.
116
- * See [Cloning a File System](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/cloningFS.htm#hydration).
120
+ * See [Cloning a File System](https://docs.oracle.com/iaas/Content/File/Tasks/cloningFS.htm#hydration).
117
121
  *
118
122
  */
119
123
  "isHydrated"?: boolean;
@@ -125,6 +129,10 @@ export interface FileSystemSummary {
125
129
  * Specifies whether the file system is attached to its parent file system.
126
130
  */
127
131
  "cloneAttachStatus"?: FileSystemSummary.CloneAttachStatus;
132
+ /**
133
+ * Displays the state of enforcement of quota rules on the file system.
134
+ */
135
+ "quotaEnforcementState"?: FileSystemSummary.QuotaEnforcementState;
128
136
  }
129
137
  export declare namespace FileSystemSummary {
130
138
  enum LifecycleState {
@@ -150,6 +158,19 @@ export declare namespace FileSystemSummary {
150
158
  */
151
159
  UnknownValue = "UNKNOWN_VALUE"
152
160
  }
161
+ enum QuotaEnforcementState {
162
+ Enabling = "ENABLING",
163
+ Enabled = "ENABLED",
164
+ Disabling = "DISABLING",
165
+ Disabled = "DISABLED",
166
+ Syncing = "SYNCING",
167
+ Failed = "FAILED",
168
+ /**
169
+ * This value is used if a service returns a value for this enum that is not recognized by this
170
+ * version of the SDK.
171
+ */
172
+ UnknownValue = "UNKNOWN_VALUE"
173
+ }
153
174
  function getJsonObj(obj: FileSystemSummary): object;
154
175
  function getDeserializedJsonObj(obj: FileSystemSummary): object;
155
176
  }
@@ -2,7 +2,7 @@
2
2
  /**
3
3
  * File Storage API
4
4
  * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
- For more information, see [Overview of File Storage](/iaas/Content/File/Concepts/filestorageoverview.htm).
5
+ For more information, see [Overview of File Storage](https://docs.oracle.com/iaas/Content/File/Concepts/filestorageoverview.htm).
6
6
 
7
7
  * OpenAPI spec version: 20171215
8
8
  *
@@ -62,6 +62,20 @@ var FileSystemSummary;
62
62
  */
63
63
  CloneAttachStatus["UnknownValue"] = "UNKNOWN_VALUE";
64
64
  })(CloneAttachStatus = FileSystemSummary.CloneAttachStatus || (FileSystemSummary.CloneAttachStatus = {}));
65
+ let QuotaEnforcementState;
66
+ (function (QuotaEnforcementState) {
67
+ QuotaEnforcementState["Enabling"] = "ENABLING";
68
+ QuotaEnforcementState["Enabled"] = "ENABLED";
69
+ QuotaEnforcementState["Disabling"] = "DISABLING";
70
+ QuotaEnforcementState["Disabled"] = "DISABLED";
71
+ QuotaEnforcementState["Syncing"] = "SYNCING";
72
+ QuotaEnforcementState["Failed"] = "FAILED";
73
+ /**
74
+ * This value is used if a service returns a value for this enum that is not recognized by this
75
+ * version of the SDK.
76
+ */
77
+ QuotaEnforcementState["UnknownValue"] = "UNKNOWN_VALUE";
78
+ })(QuotaEnforcementState = FileSystemSummary.QuotaEnforcementState || (FileSystemSummary.QuotaEnforcementState = {}));
65
79
  function getJsonObj(obj) {
66
80
  const jsonObj = Object.assign(Object.assign({}, obj), {
67
81
  "locks": obj.locks
@@ -1 +1 @@
1
- {"version":3,"file":"file-system-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2GlC,IAAiB,iBAAiB,CA8DjC;AA9DD,WAAiB,iBAAiB;IAChC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAYzB;IAED,IAAY,iBASX;IATD,WAAY,iBAAiB;QAC3B,0CAAqB,CAAA;QACrB,4CAAuB,CAAA;QACvB,0CAAqB,CAAA;QACrB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EATW,iBAAiB,GAAjB,mCAAiB,KAAjB,mCAAiB,QAS5B;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,4BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,wCAAsB,yBAiBrC,CAAA;AACH,CAAC,EA9DgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA8DjC"}
1
+ {"version":3,"file":"file-system-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/file-system-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmHlC,IAAiB,iBAAiB,CA4EjC;AA5ED,WAAiB,iBAAiB;IAChC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAYzB;IAED,IAAY,iBASX;IATD,WAAY,iBAAiB;QAC3B,0CAAqB,CAAA;QACrB,4CAAuB,CAAA;QACvB,0CAAqB,CAAA;QACrB;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EATW,iBAAiB,GAAjB,mCAAiB,KAAjB,mCAAiB,QAS5B;IAED,IAAY,qBAYX;IAZD,WAAY,qBAAqB;QAC/B,8CAAqB,CAAA;QACrB,4CAAmB,CAAA;QACnB,gDAAuB,CAAA;QACvB,8CAAqB,CAAA;QACrB,4CAAmB,CAAA;QACnB,0CAAiB,CAAA;QACjB;;;WAGG;QACH,uDAA8B,CAAA;IAChC,CAAC,EAZW,qBAAqB,GAArB,uCAAqB,KAArB,uCAAqB,QAYhC;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACnD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,4BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,wCAAsB,yBAiBrC,CAAA;AACH,CAAC,EA5EgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA4EjC"}