oci-filestorage 2.64.0 → 2.66.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 (177) hide show
  1. package/lib/client.d.ts +170 -44
  2. package/lib/client.js +545 -44
  3. package/lib/client.js.map +1 -1
  4. package/lib/filestorage-waiter.d.ts +8 -0
  5. package/lib/filestorage-waiter.js +12 -0
  6. package/lib/filestorage-waiter.js.map +1 -1
  7. package/lib/model/change-outbound-connector-compartment-details.d.ts +29 -0
  8. package/lib/model/change-outbound-connector-compartment-details.js +31 -0
  9. package/lib/model/change-outbound-connector-compartment-details.js.map +1 -0
  10. package/lib/model/client-options.d.ts +21 -0
  11. package/lib/model/client-options.js +12 -0
  12. package/lib/model/client-options.js.map +1 -1
  13. package/lib/model/create-export-details.d.ts +4 -0
  14. package/lib/model/create-export-details.js.map +1 -1
  15. package/lib/model/create-kerberos-details.d.ts +44 -0
  16. package/lib/model/create-kerberos-details.js +31 -0
  17. package/lib/model/create-kerberos-details.js.map +1 -0
  18. package/lib/model/create-ldap-bind-account-details.d.ts +45 -0
  19. package/lib/model/create-ldap-bind-account-details.js +68 -0
  20. package/lib/model/create-ldap-bind-account-details.js.map +1 -0
  21. package/lib/model/create-ldap-idmap-details.d.ts +65 -0
  22. package/lib/model/create-ldap-idmap-details.js +35 -0
  23. package/lib/model/create-ldap-idmap-details.js.map +1 -0
  24. package/lib/model/create-mount-target-details.d.ts +7 -0
  25. package/lib/model/create-mount-target-details.js +34 -2
  26. package/lib/model/create-mount-target-details.js.map +1 -1
  27. package/lib/model/create-outbound-connector-details.d.ts +65 -0
  28. package/lib/model/create-outbound-connector-details.js +70 -0
  29. package/lib/model/create-outbound-connector-details.js.map +1 -0
  30. package/lib/model/endpoint.d.ts +32 -0
  31. package/lib/model/endpoint.js +31 -0
  32. package/lib/model/endpoint.js.map +1 -0
  33. package/lib/model/export-summary.d.ts +4 -0
  34. package/lib/model/export-summary.js.map +1 -1
  35. package/lib/model/export.d.ts +4 -0
  36. package/lib/model/export.js.map +1 -1
  37. package/lib/model/file-system.d.ts +1 -1
  38. package/lib/model/index.d.ts +38 -0
  39. package/lib/model/index.js +40 -1
  40. package/lib/model/index.js.map +1 -1
  41. package/lib/model/kerberos-keytab-entry.d.ts +52 -0
  42. package/lib/model/kerberos-keytab-entry.js +43 -0
  43. package/lib/model/kerberos-keytab-entry.js.map +1 -0
  44. package/lib/model/kerberos.d.ts +44 -0
  45. package/lib/model/kerberos.js +31 -0
  46. package/lib/model/kerberos.js.map +1 -0
  47. package/lib/model/key-tab-secret-details.d.ts +35 -0
  48. package/lib/model/key-tab-secret-details.js +31 -0
  49. package/lib/model/key-tab-secret-details.js.map +1 -0
  50. package/lib/model/ldap-bind-account-summary.d.ts +36 -0
  51. package/lib/model/ldap-bind-account-summary.js +68 -0
  52. package/lib/model/ldap-bind-account-summary.js.map +1 -0
  53. package/lib/model/ldap-bind-account.d.ts +44 -0
  54. package/lib/model/ldap-bind-account.js +66 -0
  55. package/lib/model/ldap-bind-account.js.map +1 -0
  56. package/lib/model/ldap-idmap.d.ts +70 -0
  57. package/lib/model/ldap-idmap.js +40 -0
  58. package/lib/model/ldap-idmap.js.map +1 -0
  59. package/lib/model/mount-target.d.ts +16 -0
  60. package/lib/model/mount-target.js +40 -2
  61. package/lib/model/mount-target.js.map +1 -1
  62. package/lib/model/outbound-connector-summary.d.ts +92 -0
  63. package/lib/model/outbound-connector-summary.js +82 -0
  64. package/lib/model/outbound-connector-summary.js.map +1 -0
  65. package/lib/model/outbound-connector.d.ts +94 -0
  66. package/lib/model/outbound-connector.js +82 -0
  67. package/lib/model/outbound-connector.js.map +1 -0
  68. package/lib/model/update-export-details.d.ts +4 -0
  69. package/lib/model/update-export-details.js.map +1 -1
  70. package/lib/model/update-kerberos-details.d.ts +44 -0
  71. package/lib/model/update-kerberos-details.js +31 -0
  72. package/lib/model/update-kerberos-details.js.map +1 -0
  73. package/lib/model/update-ldap-idmap-details.d.ts +65 -0
  74. package/lib/model/update-ldap-idmap-details.js +35 -0
  75. package/lib/model/update-ldap-idmap-details.js.map +1 -0
  76. package/lib/model/update-mount-target-details.d.ts +7 -0
  77. package/lib/model/update-mount-target-details.js +34 -2
  78. package/lib/model/update-mount-target-details.js.map +1 -1
  79. package/lib/model/update-outbound-connector-details.d.ts +52 -0
  80. package/lib/model/update-outbound-connector-details.js +31 -0
  81. package/lib/model/update-outbound-connector-details.js.map +1 -0
  82. package/lib/model/validate-key-tabs-details.d.ts +29 -0
  83. package/lib/model/validate-key-tabs-details.js +59 -0
  84. package/lib/model/validate-key-tabs-details.js.map +1 -0
  85. package/lib/model/validate-key-tabs-response-details.d.ts +32 -0
  86. package/lib/model/validate-key-tabs-response-details.js +73 -0
  87. package/lib/model/validate-key-tabs-response-details.js.map +1 -0
  88. package/lib/request/change-file-system-compartment-request.d.ts +1 -1
  89. package/lib/request/change-filesystem-snapshot-policy-compartment-request.d.ts +1 -1
  90. package/lib/request/change-mount-target-compartment-request.d.ts +1 -1
  91. package/lib/request/change-outbound-connector-compartment-request.d.ts +42 -0
  92. package/lib/request/change-outbound-connector-compartment-request.js +15 -0
  93. package/lib/request/change-outbound-connector-compartment-request.js.map +1 -0
  94. package/lib/request/change-replication-compartment-request.d.ts +1 -1
  95. package/lib/request/create-export-request.d.ts +1 -1
  96. package/lib/request/create-file-system-request.d.ts +1 -1
  97. package/lib/request/create-filesystem-snapshot-policy-request.d.ts +1 -1
  98. package/lib/request/create-mount-target-request.d.ts +1 -1
  99. package/lib/request/create-outbound-connector-request.d.ts +38 -0
  100. package/lib/request/create-outbound-connector-request.js +15 -0
  101. package/lib/request/create-outbound-connector-request.js.map +1 -0
  102. package/lib/request/create-replication-request.d.ts +1 -1
  103. package/lib/request/create-snapshot-request.d.ts +1 -1
  104. package/lib/request/delete-export-request.d.ts +1 -1
  105. package/lib/request/delete-file-system-request.d.ts +1 -1
  106. package/lib/request/delete-filesystem-snapshot-policy-request.d.ts +1 -1
  107. package/lib/request/delete-mount-target-request.d.ts +1 -1
  108. package/lib/request/delete-outbound-connector-request.d.ts +37 -0
  109. package/lib/request/delete-outbound-connector-request.js +15 -0
  110. package/lib/request/delete-outbound-connector-request.js.map +1 -0
  111. package/lib/request/delete-replication-request.d.ts +1 -1
  112. package/lib/request/delete-replication-target-request.d.ts +1 -1
  113. package/lib/request/delete-snapshot-request.d.ts +1 -1
  114. package/lib/request/estimate-replication-request.d.ts +1 -1
  115. package/lib/request/get-export-request.d.ts +1 -1
  116. package/lib/request/get-export-set-request.d.ts +1 -1
  117. package/lib/request/get-file-system-request.d.ts +1 -1
  118. package/lib/request/get-filesystem-snapshot-policy-request.d.ts +1 -1
  119. package/lib/request/get-mount-target-request.d.ts +1 -1
  120. package/lib/request/get-outbound-connector-request.d.ts +28 -0
  121. package/lib/request/get-outbound-connector-request.js +15 -0
  122. package/lib/request/get-outbound-connector-request.js.map +1 -0
  123. package/lib/request/get-replication-request.d.ts +1 -1
  124. package/lib/request/get-replication-target-request.d.ts +1 -1
  125. package/lib/request/get-snapshot-request.d.ts +1 -1
  126. package/lib/request/index.d.ts +14 -0
  127. package/lib/request/index.js +3 -1
  128. package/lib/request/index.js.map +1 -1
  129. package/lib/request/list-export-sets-request.d.ts +1 -1
  130. package/lib/request/list-exports-request.d.ts +1 -1
  131. package/lib/request/list-file-systems-request.d.ts +1 -1
  132. package/lib/request/list-filesystem-snapshot-policies-request.d.ts +1 -1
  133. package/lib/request/list-mount-targets-request.d.ts +1 -1
  134. package/lib/request/list-outbound-connectors-request.d.ts +107 -0
  135. package/lib/request/list-outbound-connectors-request.js +37 -0
  136. package/lib/request/list-outbound-connectors-request.js.map +1 -0
  137. package/lib/request/list-replication-targets-request.d.ts +1 -1
  138. package/lib/request/list-replications-request.d.ts +1 -1
  139. package/lib/request/list-snapshots-request.d.ts +1 -1
  140. package/lib/request/pause-filesystem-snapshot-policy-request.d.ts +1 -1
  141. package/lib/request/unpause-filesystem-snapshot-policy-request.d.ts +1 -1
  142. package/lib/request/update-export-request.d.ts +1 -1
  143. package/lib/request/update-export-set-request.d.ts +1 -1
  144. package/lib/request/update-file-system-request.d.ts +1 -1
  145. package/lib/request/update-filesystem-snapshot-policy-request.d.ts +1 -1
  146. package/lib/request/update-mount-target-request.d.ts +1 -1
  147. package/lib/request/update-outbound-connector-request.d.ts +42 -0
  148. package/lib/request/update-outbound-connector-request.js +15 -0
  149. package/lib/request/update-outbound-connector-request.js.map +1 -0
  150. package/lib/request/update-replication-request.d.ts +1 -1
  151. package/lib/request/update-snapshot-request.d.ts +1 -1
  152. package/lib/request/validate-key-tabs-request.d.ts +29 -0
  153. package/lib/request/validate-key-tabs-request.js +15 -0
  154. package/lib/request/validate-key-tabs-request.js.map +1 -0
  155. package/lib/response/change-outbound-connector-compartment-response.d.ts +18 -0
  156. package/lib/response/change-outbound-connector-compartment-response.js +15 -0
  157. package/lib/response/change-outbound-connector-compartment-response.js.map +1 -0
  158. package/lib/response/create-outbound-connector-response.d.ts +30 -0
  159. package/lib/response/create-outbound-connector-response.js +15 -0
  160. package/lib/response/create-outbound-connector-response.js.map +1 -0
  161. package/lib/response/delete-outbound-connector-response.d.ts +21 -0
  162. package/lib/response/delete-outbound-connector-response.js +15 -0
  163. package/lib/response/delete-outbound-connector-response.js.map +1 -0
  164. package/lib/response/get-outbound-connector-response.d.ts +30 -0
  165. package/lib/response/get-outbound-connector-response.js +15 -0
  166. package/lib/response/get-outbound-connector-response.js.map +1 -0
  167. package/lib/response/index.d.ts +14 -0
  168. package/lib/response/list-outbound-connectors-response.d.ts +35 -0
  169. package/lib/response/list-outbound-connectors-response.js +15 -0
  170. package/lib/response/list-outbound-connectors-response.js.map +1 -0
  171. package/lib/response/update-outbound-connector-response.d.ts +30 -0
  172. package/lib/response/update-outbound-connector-response.js +15 -0
  173. package/lib/response/update-outbound-connector-response.js.map +1 -0
  174. package/lib/response/validate-key-tabs-response.d.ts +23 -0
  175. package/lib/response/validate-key-tabs-response.js +15 -0
  176. package/lib/response/validate-key-tabs-response.js.map +1 -0
  177. package/package.json +3 -3
@@ -0,0 +1,44 @@
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](/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, 2023, 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
+ * Kerberos details needed to create configuration.
17
+ *
18
+ */
19
+ export interface CreateKerberosDetails {
20
+ /**
21
+ * The Kerberos realm that the mount target will join.
22
+ */
23
+ "kerberosRealm": string;
24
+ /**
25
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the keytab Secret in the Vault.
26
+ */
27
+ "keyTabSecretId"?: string;
28
+ /**
29
+ * Version of the keytab Secret in the Vault to use. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "currentKeyTabSecretVersion"?: number;
32
+ /**
33
+ * Version of the keytab Secret in the Vault to use as a backup. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "backupKeyTabSecretVersion"?: number;
36
+ /**
37
+ * Specifies whether to enable or disable Kerberos.
38
+ */
39
+ "isKerberosEnabled"?: boolean;
40
+ }
41
+ export declare namespace CreateKerberosDetails {
42
+ function getJsonObj(obj: CreateKerberosDetails): object;
43
+ function getDeserializedJsonObj(obj: CreateKerberosDetails): object;
44
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/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, 2023, 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.CreateKerberosDetails = void 0;
18
+ var CreateKerberosDetails;
19
+ (function (CreateKerberosDetails) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ CreateKerberosDetails.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ CreateKerberosDetails.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(CreateKerberosDetails = exports.CreateKerberosDetails || (exports.CreateKerberosDetails = {}));
31
+ //# sourceMappingURL=create-kerberos-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-kerberos-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-kerberos-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAgCH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -0,0 +1,45 @@
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](/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, 2023, 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
+ import * as model from "../model";
16
+ /**
17
+ * Account details for the LDAP bind account to be used by mount targets that use this outbound connector.
18
+ *
19
+ */
20
+ export interface CreateLdapBindAccountDetails extends model.CreateOutboundConnectorDetails {
21
+ /**
22
+ * Array of server endpoints to use when connecting with the LDAP bind account.
23
+ *
24
+ */
25
+ "endpoints": Array<model.Endpoint>;
26
+ /**
27
+ * The LDAP Distinguished Name of the bind account.
28
+ *
29
+ */
30
+ "bindDistinguishedName": string;
31
+ /**
32
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the password for the LDAP bind account in the Vault.
33
+ */
34
+ "passwordSecretId"?: string;
35
+ /**
36
+ * Version of the password secret in the Vault to use. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
37
+ */
38
+ "passwordSecretVersion"?: number;
39
+ "connectorType": string;
40
+ }
41
+ export declare namespace CreateLdapBindAccountDetails {
42
+ function getJsonObj(obj: CreateLdapBindAccountDetails, isParentJsonObj?: boolean): object;
43
+ const connectorType = "LDAPBIND";
44
+ function getDeserializedJsonObj(obj: CreateLdapBindAccountDetails, isParentJsonObj?: boolean): object;
45
+ }
@@ -0,0 +1,68 @@
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](/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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateLdapBindAccountDetails = void 0;
37
+ const model = __importStar(require("../model"));
38
+ var CreateLdapBindAccountDetails;
39
+ (function (CreateLdapBindAccountDetails) {
40
+ function getJsonObj(obj, isParentJsonObj) {
41
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
42
+ ? obj
43
+ : model.CreateOutboundConnectorDetails.getJsonObj(obj))), {
44
+ "endpoints": obj.endpoints
45
+ ? obj.endpoints.map(item => {
46
+ return model.Endpoint.getJsonObj(item);
47
+ })
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ CreateLdapBindAccountDetails.getJsonObj = getJsonObj;
53
+ CreateLdapBindAccountDetails.connectorType = "LDAPBIND";
54
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
55
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
56
+ ? obj
57
+ : model.CreateOutboundConnectorDetails.getDeserializedJsonObj(obj))), {
58
+ "endpoints": obj.endpoints
59
+ ? obj.endpoints.map(item => {
60
+ return model.Endpoint.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ CreateLdapBindAccountDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(CreateLdapBindAccountDetails = exports.CreateLdapBindAccountDetails || (exports.CreateLdapBindAccountDetails = {}));
68
+ //# sourceMappingURL=create-ldap-bind-account-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-ldap-bind-account-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-ldap-bind-account-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8BlC,IAAiB,4BAA4B,CAuC5C;AAvCD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACxF;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uCAAU,aAezB,CAAA;IACY,0CAAa,GAAG,UAAU,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC6B,CAAC,GACpC;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mDAAsB,yBAoBrC,CAAA;AACH,CAAC,EAvCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAuC5C"}
@@ -0,0 +1,65 @@
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](/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, 2023, 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
+ * Mount target details about the LDAP ID mapping configuration.
17
+ *
18
+ */
19
+ export interface CreateLdapIdmapDetails {
20
+ /**
21
+ * Schema type of the LDAP account.
22
+ */
23
+ "schemaType"?: CreateLdapIdmapDetails.SchemaType;
24
+ /**
25
+ * The amount of time that the mount target should allow an entry to persist in its cache before attempting to refresh the entry. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
+ */
27
+ "cacheRefreshIntervalSeconds"?: number;
28
+ /**
29
+ * The maximum amount of time the mount target is allowed to use a cached entry. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "cacheLifetimeSeconds"?: number;
32
+ /**
33
+ * The amount of time that a mount target will maintain information that a user is not found in the ID mapping configuration. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
34
+ */
35
+ "negativeCacheLifetimeSeconds"?: number;
36
+ /**
37
+ * All LDAP searches are recursive starting at this user.
38
+ * <p>
39
+ Example: `CN=User,DC=domain,DC=com`
40
+ *
41
+ */
42
+ "userSearchBase"?: string;
43
+ /**
44
+ * All LDAP searches are recursive starting at this group.
45
+ * <p>
46
+ Example: `CN=Group,DC=domain,DC=com`
47
+ *
48
+ */
49
+ "groupSearchBase"?: string;
50
+ /**
51
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the first connector to use to communicate with the LDAP server.
52
+ */
53
+ "outboundConnector1Id"?: string;
54
+ /**
55
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the second connector to use to communicate with the LDAP server.
56
+ */
57
+ "outboundConnector2Id"?: string;
58
+ }
59
+ export declare namespace CreateLdapIdmapDetails {
60
+ enum SchemaType {
61
+ Rfc2307 = "RFC2307"
62
+ }
63
+ function getJsonObj(obj: CreateLdapIdmapDetails): object;
64
+ function getDeserializedJsonObj(obj: CreateLdapIdmapDetails): object;
65
+ }
@@ -0,0 +1,35 @@
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](/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, 2023, 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.CreateLdapIdmapDetails = void 0;
18
+ var CreateLdapIdmapDetails;
19
+ (function (CreateLdapIdmapDetails) {
20
+ let SchemaType;
21
+ (function (SchemaType) {
22
+ SchemaType["Rfc2307"] = "RFC2307";
23
+ })(SchemaType = CreateLdapIdmapDetails.SchemaType || (CreateLdapIdmapDetails.SchemaType = {}));
24
+ function getJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ CreateLdapIdmapDetails.getJsonObj = getJsonObj;
29
+ function getDeserializedJsonObj(obj) {
30
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
31
+ return jsonObj;
32
+ }
33
+ CreateLdapIdmapDetails.getDeserializedJsonObj = getDeserializedJsonObj;
34
+ })(CreateLdapIdmapDetails = exports.CreateLdapIdmapDetails || (exports.CreateLdapIdmapDetails = {}));
35
+ //# sourceMappingURL=create-ldap-idmap-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-ldap-idmap-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-ldap-idmap-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAkDH,IAAiB,sBAAsB,CAetC;AAfD,WAAiB,sBAAsB;IACrC,IAAY,UAEX;IAFD,WAAY,UAAU;QACpB,iCAAmB,CAAA;IACrB,CAAC,EAFW,UAAU,GAAV,iCAAU,KAAV,iCAAU,QAErB;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,EAfgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAetC"}
@@ -12,6 +12,7 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
12
12
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
+ import * as model from "../model";
15
16
  /**
16
17
  * Details for creating the mount target.
17
18
  */
@@ -81,6 +82,11 @@ export interface CreateMountTargetDetails {
81
82
  *
82
83
  */
83
84
  "subnetId": string;
85
+ /**
86
+ * The method used to map a Unix UID to secondary groups, if any.
87
+ */
88
+ "idmapType"?: string;
89
+ "ldapIdmap"?: model.CreateLdapIdmapDetails;
84
90
  /**
85
91
  * A list of Network Security Group [OCIDs](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) associated with this mount target.
86
92
  * A maximum of 5 is allowed.
@@ -89,6 +95,7 @@ export interface CreateMountTargetDetails {
89
95
  *
90
96
  */
91
97
  "nsgIds"?: Array<string>;
98
+ "kerberos"?: model.CreateKerberosDetails;
92
99
  /**
93
100
  * Free-form tags for this resource. Each tag is a simple key-value pair
94
101
  * with no predefined name, type, or namespace.
@@ -13,17 +13,49 @@ For more information, see [Overview of File Storage](/iaas/Content/File/Concepts
13
13
  * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
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
15
  */
16
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
16
35
  Object.defineProperty(exports, "__esModule", { value: true });
17
36
  exports.CreateMountTargetDetails = void 0;
37
+ const model = __importStar(require("../model"));
18
38
  var CreateMountTargetDetails;
19
39
  (function (CreateMountTargetDetails) {
20
40
  function getJsonObj(obj) {
21
- const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {
42
+ "ldapIdmap": obj.ldapIdmap
43
+ ? model.CreateLdapIdmapDetails.getJsonObj(obj.ldapIdmap)
44
+ : undefined,
45
+ "kerberos": obj.kerberos ? model.CreateKerberosDetails.getJsonObj(obj.kerberos) : undefined
46
+ });
22
47
  return jsonObj;
23
48
  }
24
49
  CreateMountTargetDetails.getJsonObj = getJsonObj;
25
50
  function getDeserializedJsonObj(obj) {
26
- const jsonObj = Object.assign(Object.assign({}, obj), {});
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "ldapIdmap": obj.ldapIdmap
53
+ ? model.CreateLdapIdmapDetails.getDeserializedJsonObj(obj.ldapIdmap)
54
+ : undefined,
55
+ "kerberos": obj.kerberos
56
+ ? model.CreateKerberosDetails.getDeserializedJsonObj(obj.kerberos)
57
+ : undefined
58
+ });
27
59
  return jsonObj;
28
60
  }
29
61
  CreateMountTargetDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"create-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-mount-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmGH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
1
+ {"version":3,"file":"create-mount-target-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-mount-target-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuGlC,IAAiB,wBAAwB,CA+BxC;AA/BD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBACxD,CAAC,CAAC,SAAS;YAEb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAC5F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACpE,CAAC,CAAC,SAAS;YAEb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC;gBAClE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+CAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA+BxC"}
@@ -0,0 +1,65 @@
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](/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, 2023, 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 the outbound connector.
17
+ */
18
+ export interface CreateOutboundConnectorDetails {
19
+ /**
20
+ * The availability domain the outbound connector is in. May be unset
21
+ * as a blank or NULL value.
22
+ * <p>
23
+ Example: `Uocm:PHX-AD-1`
24
+ *
25
+ */
26
+ "availabilityDomain": string;
27
+ /**
28
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment that contains the outbound connector.
29
+ */
30
+ "compartmentId": string;
31
+ /**
32
+ * A user-friendly name. It does not have to be unique, and it is changeable.
33
+ * Avoid entering confidential information.
34
+ * <p>
35
+ Example: `My outbound connector`
36
+ *
37
+ */
38
+ "displayName"?: string;
39
+ /**
40
+ * Free-form tags for this resource. Each tag is a simple key-value pair
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).
43
+ * Example: `{\"Department\": \"Finance\"}`
44
+ *
45
+ */
46
+ "freeformTags"?: {
47
+ [key: string]: string;
48
+ };
49
+ /**
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).
52
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
53
+ *
54
+ */
55
+ "definedTags"?: {
56
+ [key: string]: {
57
+ [key: string]: any;
58
+ };
59
+ };
60
+ "connectorType": string;
61
+ }
62
+ export declare namespace CreateOutboundConnectorDetails {
63
+ function getJsonObj(obj: CreateOutboundConnectorDetails): object;
64
+ function getDeserializedJsonObj(obj: CreateOutboundConnectorDetails): object;
65
+ }
@@ -0,0 +1,70 @@
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](/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, 2023, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
19
+ }) : (function(o, m, k, k2) {
20
+ if (k2 === undefined) k2 = k;
21
+ o[k2] = m[k];
22
+ }));
23
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
24
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
25
+ }) : function(o, v) {
26
+ o["default"] = v;
27
+ });
28
+ var __importStar = (this && this.__importStar) || function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.CreateOutboundConnectorDetails = void 0;
37
+ const model = __importStar(require("../model"));
38
+ const common = require("oci-common");
39
+ var CreateOutboundConnectorDetails;
40
+ (function (CreateOutboundConnectorDetails) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
43
+ if (obj && "connectorType" in obj && obj.connectorType) {
44
+ switch (obj.connectorType) {
45
+ case "LDAPBIND":
46
+ return model.CreateLdapBindAccountDetails.getJsonObj(jsonObj, true);
47
+ default:
48
+ if (common.LOG.logger)
49
+ common.LOG.logger.info(`Unknown value for: ${obj.connectorType}`);
50
+ }
51
+ }
52
+ return jsonObj;
53
+ }
54
+ CreateOutboundConnectorDetails.getJsonObj = getJsonObj;
55
+ function getDeserializedJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
57
+ if (obj && "connectorType" in obj && obj.connectorType) {
58
+ switch (obj.connectorType) {
59
+ case "LDAPBIND":
60
+ return model.CreateLdapBindAccountDetails.getDeserializedJsonObj(jsonObj, true);
61
+ default:
62
+ if (common.LOG.logger)
63
+ common.LOG.logger.info(`Unknown value for: ${obj.connectorType}`);
64
+ }
65
+ }
66
+ return jsonObj;
67
+ }
68
+ CreateOutboundConnectorDetails.getDeserializedJsonObj = getDeserializedJsonObj;
69
+ })(CreateOutboundConnectorDetails = exports.CreateOutboundConnectorDetails || (exports.CreateOutboundConnectorDetails = {}));
70
+ //# sourceMappingURL=create-outbound-connector-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-outbound-connector-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/create-outbound-connector-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA6CtC,IAAiB,8BAA8B,CAiC9C;AAjCD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,aAAa,EAAE,CAAC,CAAC;aAC5F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,eAAe,IAAI,GAAG,IAAI,GAAG,CAAC,aAAa,EAAE;YACtD,QAAQ,GAAG,CAAC,aAAa,EAAE;gBACzB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,aAAa,EAAE,CAAC,CAAC;aAC5F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAiC9C"}
@@ -0,0 +1,32 @@
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](/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, 2023, 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
+ * Combination of DNS server name and port.
17
+ *
18
+ */
19
+ export interface Endpoint {
20
+ /**
21
+ * Name of the DNS server.
22
+ */
23
+ "hostname": string;
24
+ /**
25
+ * Port of the DNS server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
26
+ */
27
+ "port": number;
28
+ }
29
+ export declare namespace Endpoint {
30
+ function getJsonObj(obj: Endpoint): object;
31
+ function getDeserializedJsonObj(obj: Endpoint): object;
32
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/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, 2023, 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.Endpoint = void 0;
18
+ var Endpoint;
19
+ (function (Endpoint) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ Endpoint.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ Endpoint.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(Endpoint = exports.Endpoint || (exports.Endpoint = {}));
31
+ //# sourceMappingURL=endpoint.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"endpoint.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/endpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAoBH,IAAiB,QAAQ,CAWxB;AAXD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAWxB"}
@@ -42,6 +42,10 @@ export interface ExportSummary {
42
42
  *
43
43
  */
44
44
  "path": string;
45
+ /**
46
+ * Whether or not the export should use ID mapping for Unix groups rather than the group list provided within an NFS request's RPC header. When this flag is true the Unix UID from the RPC header is used to retrieve the list of secondary groups from a the ID mapping subsystem. The primary GID is always taken from the RPC header. If ID mapping is not configured, incorrectly configured, unavailable, or cannot be used to determine a list of secondary groups then an empty secondary group list is used for authorization. If the number of groups exceeds the limit of 256 groups, the list retrieved from LDAP is truncated to the first 256 groups read.
47
+ */
48
+ "isIdmapGroupsForSysAuth"?: boolean;
45
49
  /**
46
50
  * The date and time the export was created, expressed
47
51
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
@@ -1 +1 @@
1
- {"version":3,"file":"export-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA6CH,IAAiB,aAAa,CAuB7B;AAvBD,WAAiB,aAAa;IAC5B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,4BAAc,KAAd,4BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAuB7B"}
1
+ {"version":3,"file":"export-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAiDH,IAAiB,aAAa,CAuB7B;AAvBD,WAAiB,aAAa;IAC5B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,4BAAc,KAAd,4BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAkB;QAC3C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAuB7B"}
@@ -104,6 +104,10 @@ export interface Export {
104
104
  *
105
105
  */
106
106
  "path": string;
107
+ /**
108
+ * Whether or not the export should use ID mapping for Unix groups rather than the group list provided within an NFS request's RPC header. When this flag is true the Unix UID from the RPC header is used to retrieve the list of secondary groups from a the ID mapping subsystem. The primary GID is always taken from the RPC header. If ID mapping is not configured, incorrectly configured, unavailable, or cannot be used to determine a list of secondary groups then an empty secondary group list is used for authorization. If the number of groups exceeds the limit of 256 groups, the list retrieved from LDAP is truncated to the first 256 groups read.
109
+ */
110
+ "isIdmapGroupsForSysAuth"?: boolean;
107
111
  /**
108
112
  * The date and time the export was created, expressed
109
113
  * in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
@@ -1 +1 @@
1
- {"version":3,"file":"export.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwGlC,IAAiB,MAAM,CAyCtB;AAzCD,WAAiB,MAAM;IACrB,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,qBAAc,KAAd,qBAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAyCtB"}
1
+ {"version":3,"file":"export.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/export.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4GlC,IAAiB,MAAM,CAyCtB;AAzCD,WAAiB,MAAM;IACrB,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,qBAAc,KAAd,qBAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAyCtB"}