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
@@ -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 MountTargetSummary {
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 mount target.
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the mount target.
31
31
  */
32
32
  "compartmentId": string;
33
33
  /**
@@ -39,14 +39,14 @@ export interface MountTargetSummary {
39
39
  */
40
40
  "displayName": string;
41
41
  /**
42
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the associated export set. Controls what file
42
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated export set. Controls what file
43
43
  * systems will be exported using Network File System (NFS) protocol on
44
44
  * this mount target.
45
45
  *
46
46
  */
47
47
  "exportSetId"?: string;
48
48
  /**
49
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the mount target.
49
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target.
50
50
  */
51
51
  "id": string;
52
52
  /**
@@ -58,14 +58,14 @@ export interface MountTargetSummary {
58
58
  */
59
59
  "privateIpIds": Array<string>;
60
60
  /**
61
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet the mount target is in.
61
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the mount target is in.
62
62
  */
63
63
  "subnetId": string;
64
64
  /**
65
- * A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) associated with this mount target.
65
+ * A list of Network Security Group [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target.
66
66
  * A maximum of 5 is allowed.
67
67
  * Setting this to an empty array after the list is created removes the mount target from all NSGs.
68
- * For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
68
+ * For more information about NSGs, see [Security Rules](https://docs.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
69
69
  *
70
70
  */
71
71
  "nsgIds"?: Array<string>;
@@ -110,7 +110,7 @@ export interface MountTargetSummary {
110
110
  /**
111
111
  * Free-form tags for this resource. Each tag is a simple key-value pair
112
112
  * with no predefined name, type, or namespace.
113
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
113
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
114
114
  * Example: {@code {\"Department\": \"Finance\"}}
115
115
  *
116
116
  */
@@ -119,7 +119,7 @@ export interface MountTargetSummary {
119
119
  };
120
120
  /**
121
121
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
122
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
122
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
123
123
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
124
124
  *
125
125
  */
@@ -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
  *
@@ -29,7 +29,7 @@ export interface MountTarget {
29
29
  */
30
30
  "availabilityDomain"?: string;
31
31
  /**
32
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the mount target.
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the mount target.
33
33
  */
34
34
  "compartmentId": string;
35
35
  /**
@@ -41,14 +41,14 @@ export interface MountTarget {
41
41
  */
42
42
  "displayName": string;
43
43
  /**
44
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the associated export set. Controls what file
44
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated export set. Controls what file
45
45
  * systems will be exported through Network File System (NFS) protocol on this
46
46
  * mount target.
47
47
  *
48
48
  */
49
49
  "exportSetId"?: string;
50
50
  /**
51
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the mount target.
51
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the mount target.
52
52
  */
53
53
  "id": string;
54
54
  /**
@@ -64,7 +64,7 @@ export interface MountTarget {
64
64
  */
65
65
  "privateIpIds": Array<string>;
66
66
  /**
67
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet the mount target is in.
67
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet the mount target is in.
68
68
  */
69
69
  "subnetId": string;
70
70
  /**
@@ -73,10 +73,10 @@ export interface MountTarget {
73
73
  "idmapType"?: MountTarget.IdmapType;
74
74
  "ldapIdmap"?: model.LdapIdmap;
75
75
  /**
76
- * A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) associated with this mount target.
76
+ * A list of Network Security Group [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this mount target.
77
77
  * A maximum of 5 is allowed.
78
78
  * Setting this to an empty array after the list is created removes the mount target from all NSGs.
79
- * For more information about NSGs, see [Security Rules](https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm).
79
+ * For more information about NSGs, see [Security Rules](https://docs.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
80
80
  *
81
81
  */
82
82
  "nsgIds"?: Array<string>;
@@ -121,7 +121,7 @@ export interface MountTarget {
121
121
  /**
122
122
  * Free-form tags for this resource. Each tag is a simple key-value pair
123
123
  * with no predefined name, type, or namespace.
124
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
124
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
125
125
  * Example: {@code {\"Department\": \"Finance\"}}
126
126
  *
127
127
  */
@@ -130,7 +130,7 @@ export interface MountTarget {
130
130
  };
131
131
  /**
132
132
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
133
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
133
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
134
134
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
135
135
  *
136
136
  */
@@ -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,11 +27,11 @@ export interface OutboundConnectorSummary {
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 outbound connector.
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the outbound connector.
31
31
  */
32
32
  "compartmentId": string;
33
33
  /**
34
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the outbound connector.
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the outbound connector.
35
35
  */
36
36
  "id": string;
37
37
  /**
@@ -60,7 +60,7 @@ export interface OutboundConnectorSummary {
60
60
  /**
61
61
  * Free-form tags for this resource. Each tag is a simple key-value pair
62
62
  * with no predefined name, type, or namespace.
63
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
63
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
64
64
  * Example: {@code {\"Department\": \"Finance\"}}
65
65
  *
66
66
  */
@@ -69,7 +69,7 @@ export interface OutboundConnectorSummary {
69
69
  };
70
70
  /**
71
71
  * Defined tags for this resource. Each key is predefined and scoped to a 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 {\"Operations\": {\"CostCenter\": \"42\"}}}
74
74
  *
75
75
  */
@@ -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
  *
@@ -28,11 +28,11 @@ export interface OutboundConnector {
28
28
  */
29
29
  "availabilityDomain"?: string;
30
30
  /**
31
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the outbound connector.
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the outbound connector.
32
32
  */
33
33
  "compartmentId": string;
34
34
  /**
35
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the outbound connector.
35
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the outbound connector.
36
36
  */
37
37
  "id": string;
38
38
  /**
@@ -62,7 +62,7 @@ export interface OutboundConnector {
62
62
  /**
63
63
  * Free-form tags for this resource. Each tag is a simple key-value pair
64
64
  * with no predefined name, type, or namespace.
65
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
65
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
66
66
  * Example: {@code {\"Department\": \"Finance\"}}
67
67
  *
68
68
  */
@@ -71,7 +71,7 @@ export interface OutboundConnector {
71
71
  };
72
72
  /**
73
73
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
74
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
74
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
75
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
76
76
  *
77
77
  */
@@ -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
  *
@@ -0,0 +1,104 @@
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
+ * Summary information for a principal's usage and quota rule.
17
+ *
18
+ */
19
+ export interface QuotaRuleSummary {
20
+ /**
21
+ * The identifier of the quota rule. It is the base64 encoded string of the tuple <principalId, principalType, isHardQuota>.
22
+ */
23
+ "id"?: string;
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file system.
26
+ */
27
+ "fileSystemId": string;
28
+ /**
29
+ * The type of the owner of this quota rule and usage.
30
+ *
31
+ */
32
+ "principalType": QuotaRuleSummary.PrincipalType;
33
+ /**
34
+ * An identifier for the user or the group associated with quota rule and usage. UNIX-like operating systems use this integer value to
35
+ * identify a user or group to manage access control.
36
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
37
+ */
38
+ "principalId": number;
39
+ /**
40
+ * Whether the quota rule will be enforced.
41
+ * If {@code isHardQuota} is true, the quota rule is enforced so that the write is blocked if usage
42
+ * exceeds the hard quota limit.
43
+ * If {@code isHardQuota} is false, writes succeed even if usage exceeds the soft quota limit, but the quota rule is violated.
44
+ *
45
+ */
46
+ "isHardQuota"?: boolean;
47
+ /**
48
+ * A user-friendly name. It does not have to be unique, and it is changeable.
49
+ * Avoid entering confidential information.
50
+ * Example: {@code UserXYZ's quota}
51
+ *
52
+ */
53
+ "displayName"?: string;
54
+ /**
55
+ * The usage value corresponding to this principal in bytes.
56
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
57
+ */
58
+ "usageInBytes": number;
59
+ /**
60
+ * The value of the quota rule in gigabytes.
61
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
62
+ */
63
+ "quotaLimitInGigabytes"?: number;
64
+ /**
65
+ * The date and time the quota rule was created, expressed in
66
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
67
+ * <p>
68
+ Example: {@code 2016-08-25T21:10:29.600Z}
69
+ *
70
+ */
71
+ "timeCreated"?: Date;
72
+ /**
73
+ * The date and time the quota rule was last updated, expressed in
74
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
75
+ * <p>
76
+ Example: {@code 2016-08-25T21:10:29.600Z}
77
+ *
78
+ */
79
+ "timeUpdated"?: Date;
80
+ /**
81
+ * An option to display only the users or groups that violate their quota rules.
82
+ * If {@code areViolatorsOnly} is false, results report all the quota and usage.
83
+ * If {@code areViolatorsOnly} is true, results only report the quota and usage for
84
+ * the users or groups that violate their quota rules.
85
+ *
86
+ */
87
+ "areViolatorsOnly"?: boolean;
88
+ }
89
+ export declare namespace QuotaRuleSummary {
90
+ enum PrincipalType {
91
+ FileSystemLevel = "FILE_SYSTEM_LEVEL",
92
+ DefaultGroup = "DEFAULT_GROUP",
93
+ DefaultUser = "DEFAULT_USER",
94
+ IndividualGroup = "INDIVIDUAL_GROUP",
95
+ IndividualUser = "INDIVIDUAL_USER",
96
+ /**
97
+ * This value is used if a service returns a value for this enum that is not recognized by this
98
+ * version of the SDK.
99
+ */
100
+ UnknownValue = "UNKNOWN_VALUE"
101
+ }
102
+ function getJsonObj(obj: QuotaRuleSummary): object;
103
+ function getDeserializedJsonObj(obj: QuotaRuleSummary): object;
104
+ }
@@ -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.QuotaRuleSummary = void 0;
18
+ var QuotaRuleSummary;
19
+ (function (QuotaRuleSummary) {
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 = QuotaRuleSummary.PrincipalType || (QuotaRuleSummary.PrincipalType = {}));
33
+ function getJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ QuotaRuleSummary.getJsonObj = getJsonObj;
38
+ function getDeserializedJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ return jsonObj;
41
+ }
42
+ QuotaRuleSummary.getDeserializedJsonObj = getDeserializedJsonObj;
43
+ })(QuotaRuleSummary = exports.QuotaRuleSummary || (exports.QuotaRuleSummary = {}));
44
+ //# sourceMappingURL=quota-rule-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"quota-rule-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/quota-rule-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAgFH,IAAiB,gBAAgB,CAwBhC;AAxBD,WAAiB,gBAAgB;IAC/B,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,8BAAa,KAAb,8BAAa,QAWxB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAxBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAwBhC"}
@@ -0,0 +1,91 @@
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
+ * A rule that can restrict the logical space that a user or group can consume in a file system.
17
+ *
18
+ */
19
+ export interface QuotaRule {
20
+ /**
21
+ * The identifier of the quota rule. It is the base64 encoded string of the tuple <principalId, principalType, isHardQuota>.
22
+ */
23
+ "id": string;
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the file System.
26
+ */
27
+ "fileSystemId": string;
28
+ /**
29
+ * The type of the owner of this quota rule and usage.
30
+ *
31
+ */
32
+ "principalType"?: QuotaRule.PrincipalType;
33
+ /**
34
+ * An identifier for the user or the group associated with quota rule and usage. UNIX-like operating systems use this integer value to
35
+ * identify a user or group to manage access control.
36
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
37
+ */
38
+ "principalId"?: number;
39
+ /**
40
+ * Whether the quota rule will be enforced.
41
+ * If {@code isHardQuota} is true, the quota rule is enforced so that the write is blocked if usage
42
+ * exceeds the hard quota limit.
43
+ * If {@code isHardQuota} is false, writes succeed even if usage exceeds the soft quota limit, but the quota rule is violated.
44
+ *
45
+ */
46
+ "isHardQuota": boolean;
47
+ /**
48
+ * A user-friendly name. It does not have to be unique, and it is changeable.
49
+ * Avoid entering confidential information.
50
+ * Example: {@code UserXYZ's quota}
51
+ *
52
+ */
53
+ "displayName": string;
54
+ /**
55
+ * The value of the quota rule in gigabytes.
56
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
57
+ */
58
+ "quotaLimitInGigabytes": number;
59
+ /**
60
+ * The date and time the quota rule was created, expressed in
61
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
62
+ * <p>
63
+ Example: {@code 2016-08-25T21:10:29.600Z}
64
+ *
65
+ */
66
+ "timeCreated": Date;
67
+ /**
68
+ * The date and time the quota rule was last updated, expressed in
69
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
70
+ * <p>
71
+ Example: {@code 2016-08-25T21:10:29.600Z}
72
+ *
73
+ */
74
+ "timeUpdated": Date;
75
+ }
76
+ export declare namespace QuotaRule {
77
+ enum PrincipalType {
78
+ FileSystemLevel = "FILE_SYSTEM_LEVEL",
79
+ DefaultGroup = "DEFAULT_GROUP",
80
+ DefaultUser = "DEFAULT_USER",
81
+ IndividualGroup = "INDIVIDUAL_GROUP",
82
+ IndividualUser = "INDIVIDUAL_USER",
83
+ /**
84
+ * This value is used if a service returns a value for this enum that is not recognized by this
85
+ * version of the SDK.
86
+ */
87
+ UnknownValue = "UNKNOWN_VALUE"
88
+ }
89
+ function getJsonObj(obj: QuotaRule): object;
90
+ function getDeserializedJsonObj(obj: QuotaRule): object;
91
+ }
@@ -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"}
@@ -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
  *
@@ -25,11 +25,11 @@ export interface ReplicationSummary {
25
25
  */
26
26
  "availabilityDomain"?: string;
27
27
  /**
28
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
28
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the replication.
29
29
  */
30
30
  "compartmentId"?: string;
31
31
  /**
32
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the replication.
32
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the replication.
33
33
  */
34
34
  "id": string;
35
35
  /**
@@ -63,7 +63,7 @@ export interface ReplicationSummary {
63
63
  /**
64
64
  * Free-form tags for this resource. Each tag is a simple key-value pair
65
65
  * with no predefined name, type, or namespace.
66
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
66
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
67
  * Example: {@code {\"Department\": \"Finance\"}}
68
68
  *
69
69
  */
@@ -72,7 +72,7 @@ export interface ReplicationSummary {
72
72
  };
73
73
  /**
74
74
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
75
- * For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
75
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
76
76
  * Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
77
77
  *
78
78
  */
@@ -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
  *