oci-filestorage 2.64.0 → 2.65.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
@@ -118,7 +118,7 @@ export interface FileSystem {
118
118
  */
119
119
  "lifecycleDetails"?: string;
120
120
  /**
121
- * Specifies whether the file system can be used as a target file system for replication.
121
+ * Specifies whether the file system can be used as a target file system for replication. The system sets this value to `true` if the file system is unexported, hasn't yet been specified as a target file system in any replication resource, and has no user snapshots. After the file system has been specified as a target in a replication, or if the file system contains user snapshots, the system sets this value to `false`.
122
122
  * For more information, see [Using Replication](https://docs.cloud.oracle.com/iaas/Content/File/Tasks/using-replication.htm).
123
123
  *
124
124
  */
@@ -18,6 +18,8 @@ import * as ChangeFilesystemSnapshotPolicyCompartmentDetails from "./change-file
18
18
  export import ChangeFilesystemSnapshotPolicyCompartmentDetails = ChangeFilesystemSnapshotPolicyCompartmentDetails.ChangeFilesystemSnapshotPolicyCompartmentDetails;
19
19
  import * as ChangeMountTargetCompartmentDetails from "./change-mount-target-compartment-details";
20
20
  export import ChangeMountTargetCompartmentDetails = ChangeMountTargetCompartmentDetails.ChangeMountTargetCompartmentDetails;
21
+ import * as ChangeOutboundConnectorCompartmentDetails from "./change-outbound-connector-compartment-details";
22
+ export import ChangeOutboundConnectorCompartmentDetails = ChangeOutboundConnectorCompartmentDetails.ChangeOutboundConnectorCompartmentDetails;
21
23
  import * as ChangeReplicationCompartmentDetails from "./change-replication-compartment-details";
22
24
  export import ChangeReplicationCompartmentDetails = ChangeReplicationCompartmentDetails.ChangeReplicationCompartmentDetails;
23
25
  import * as ClientOptions from "./client-options";
@@ -28,12 +30,20 @@ import * as CreateFileSystemDetails from "./create-file-system-details";
28
30
  export import CreateFileSystemDetails = CreateFileSystemDetails.CreateFileSystemDetails;
29
31
  import * as CreateFilesystemSnapshotPolicyDetails from "./create-filesystem-snapshot-policy-details";
30
32
  export import CreateFilesystemSnapshotPolicyDetails = CreateFilesystemSnapshotPolicyDetails.CreateFilesystemSnapshotPolicyDetails;
33
+ import * as CreateKerberosDetails from "./create-kerberos-details";
34
+ export import CreateKerberosDetails = CreateKerberosDetails.CreateKerberosDetails;
35
+ import * as CreateLdapIdmapDetails from "./create-ldap-idmap-details";
36
+ export import CreateLdapIdmapDetails = CreateLdapIdmapDetails.CreateLdapIdmapDetails;
31
37
  import * as CreateMountTargetDetails from "./create-mount-target-details";
32
38
  export import CreateMountTargetDetails = CreateMountTargetDetails.CreateMountTargetDetails;
39
+ import * as CreateOutboundConnectorDetails from "./create-outbound-connector-details";
40
+ export import CreateOutboundConnectorDetails = CreateOutboundConnectorDetails.CreateOutboundConnectorDetails;
33
41
  import * as CreateReplicationDetails from "./create-replication-details";
34
42
  export import CreateReplicationDetails = CreateReplicationDetails.CreateReplicationDetails;
35
43
  import * as CreateSnapshotDetails from "./create-snapshot-details";
36
44
  export import CreateSnapshotDetails = CreateSnapshotDetails.CreateSnapshotDetails;
45
+ import * as Endpoint from "./endpoint";
46
+ export import Endpoint = Endpoint.Endpoint;
37
47
  import * as Export from "./export";
38
48
  export import Export = Export.Export;
39
49
  import * as ExportSet from "./export-set";
@@ -50,10 +60,22 @@ import * as FilesystemSnapshotPolicy from "./filesystem-snapshot-policy";
50
60
  export import FilesystemSnapshotPolicy = FilesystemSnapshotPolicy.FilesystemSnapshotPolicy;
51
61
  import * as FilesystemSnapshotPolicySummary from "./filesystem-snapshot-policy-summary";
52
62
  export import FilesystemSnapshotPolicySummary = FilesystemSnapshotPolicySummary.FilesystemSnapshotPolicySummary;
63
+ import * as Kerberos from "./kerberos";
64
+ export import Kerberos = Kerberos.Kerberos;
65
+ import * as KerberosKeytabEntry from "./kerberos-keytab-entry";
66
+ export import KerberosKeytabEntry = KerberosKeytabEntry.KerberosKeytabEntry;
67
+ import * as KeyTabSecretDetails from "./key-tab-secret-details";
68
+ export import KeyTabSecretDetails = KeyTabSecretDetails.KeyTabSecretDetails;
69
+ import * as LdapIdmap from "./ldap-idmap";
70
+ export import LdapIdmap = LdapIdmap.LdapIdmap;
53
71
  import * as MountTarget from "./mount-target";
54
72
  export import MountTarget = MountTarget.MountTarget;
55
73
  import * as MountTargetSummary from "./mount-target-summary";
56
74
  export import MountTargetSummary = MountTargetSummary.MountTargetSummary;
75
+ import * as OutboundConnector from "./outbound-connector";
76
+ export import OutboundConnector = OutboundConnector.OutboundConnector;
77
+ import * as OutboundConnectorSummary from "./outbound-connector-summary";
78
+ export import OutboundConnectorSummary = OutboundConnectorSummary.OutboundConnectorSummary;
57
79
  import * as Replication from "./replication";
58
80
  export import Replication = Replication.Replication;
59
81
  import * as ReplicationEstimate from "./replication-estimate";
@@ -80,9 +102,25 @@ import * as UpdateFileSystemDetails from "./update-file-system-details";
80
102
  export import UpdateFileSystemDetails = UpdateFileSystemDetails.UpdateFileSystemDetails;
81
103
  import * as UpdateFilesystemSnapshotPolicyDetails from "./update-filesystem-snapshot-policy-details";
82
104
  export import UpdateFilesystemSnapshotPolicyDetails = UpdateFilesystemSnapshotPolicyDetails.UpdateFilesystemSnapshotPolicyDetails;
105
+ import * as UpdateKerberosDetails from "./update-kerberos-details";
106
+ export import UpdateKerberosDetails = UpdateKerberosDetails.UpdateKerberosDetails;
107
+ import * as UpdateLdapIdmapDetails from "./update-ldap-idmap-details";
108
+ export import UpdateLdapIdmapDetails = UpdateLdapIdmapDetails.UpdateLdapIdmapDetails;
83
109
  import * as UpdateMountTargetDetails from "./update-mount-target-details";
84
110
  export import UpdateMountTargetDetails = UpdateMountTargetDetails.UpdateMountTargetDetails;
111
+ import * as UpdateOutboundConnectorDetails from "./update-outbound-connector-details";
112
+ export import UpdateOutboundConnectorDetails = UpdateOutboundConnectorDetails.UpdateOutboundConnectorDetails;
85
113
  import * as UpdateReplicationDetails from "./update-replication-details";
86
114
  export import UpdateReplicationDetails = UpdateReplicationDetails.UpdateReplicationDetails;
87
115
  import * as UpdateSnapshotDetails from "./update-snapshot-details";
88
116
  export import UpdateSnapshotDetails = UpdateSnapshotDetails.UpdateSnapshotDetails;
117
+ import * as ValidateKeyTabsDetails from "./validate-key-tabs-details";
118
+ export import ValidateKeyTabsDetails = ValidateKeyTabsDetails.ValidateKeyTabsDetails;
119
+ import * as ValidateKeyTabsResponseDetails from "./validate-key-tabs-response-details";
120
+ export import ValidateKeyTabsResponseDetails = ValidateKeyTabsResponseDetails.ValidateKeyTabsResponseDetails;
121
+ import * as CreateLdapBindAccountDetails from "./create-ldap-bind-account-details";
122
+ export import CreateLdapBindAccountDetails = CreateLdapBindAccountDetails.CreateLdapBindAccountDetails;
123
+ import * as LdapBindAccount from "./ldap-bind-account";
124
+ export import LdapBindAccount = LdapBindAccount.LdapBindAccount;
125
+ import * as LdapBindAccountSummary from "./ldap-bind-account-summary";
126
+ export import LdapBindAccountSummary = LdapBindAccountSummary.LdapBindAccountSummary;
@@ -33,13 +33,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
33
33
  return result;
34
34
  };
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.UpdateSnapshotDetails = exports.UpdateReplicationDetails = exports.UpdateMountTargetDetails = exports.UpdateFilesystemSnapshotPolicyDetails = exports.UpdateFileSystemDetails = exports.UpdateExportSetDetails = exports.UpdateExportDetails = exports.SourceDetails = exports.SnapshotSummary = exports.SnapshotSchedule = exports.Snapshot = exports.ReplicationTargetSummary = exports.ReplicationTarget = exports.ReplicationSummary = exports.ReplicationEstimate = exports.Replication = exports.MountTargetSummary = exports.MountTarget = exports.FilesystemSnapshotPolicySummary = exports.FilesystemSnapshotPolicy = exports.FileSystemSummary = exports.FileSystem = exports.ExportSummary = exports.ExportSetSummary = exports.ExportSet = exports.Export = exports.CreateSnapshotDetails = exports.CreateReplicationDetails = exports.CreateMountTargetDetails = exports.CreateFilesystemSnapshotPolicyDetails = exports.CreateFileSystemDetails = exports.CreateExportDetails = exports.ClientOptions = exports.ChangeReplicationCompartmentDetails = exports.ChangeMountTargetCompartmentDetails = exports.ChangeFilesystemSnapshotPolicyCompartmentDetails = exports.ChangeFileSystemCompartmentDetails = void 0;
36
+ exports.UpdateReplicationDetails = exports.UpdateOutboundConnectorDetails = exports.UpdateMountTargetDetails = exports.UpdateLdapIdmapDetails = exports.UpdateKerberosDetails = exports.UpdateFilesystemSnapshotPolicyDetails = exports.UpdateFileSystemDetails = exports.UpdateExportSetDetails = exports.UpdateExportDetails = exports.SourceDetails = exports.SnapshotSummary = exports.SnapshotSchedule = exports.Snapshot = exports.ReplicationTargetSummary = exports.ReplicationTarget = exports.ReplicationSummary = exports.ReplicationEstimate = exports.Replication = exports.OutboundConnectorSummary = exports.OutboundConnector = exports.MountTargetSummary = exports.MountTarget = exports.LdapIdmap = exports.KeyTabSecretDetails = exports.KerberosKeytabEntry = exports.Kerberos = exports.FilesystemSnapshotPolicySummary = exports.FilesystemSnapshotPolicy = exports.FileSystemSummary = exports.FileSystem = exports.ExportSummary = exports.ExportSetSummary = exports.ExportSet = exports.Export = exports.Endpoint = exports.CreateSnapshotDetails = exports.CreateReplicationDetails = exports.CreateOutboundConnectorDetails = exports.CreateMountTargetDetails = exports.CreateLdapIdmapDetails = exports.CreateKerberosDetails = exports.CreateFilesystemSnapshotPolicyDetails = exports.CreateFileSystemDetails = exports.CreateExportDetails = exports.ClientOptions = exports.ChangeReplicationCompartmentDetails = exports.ChangeOutboundConnectorCompartmentDetails = exports.ChangeMountTargetCompartmentDetails = exports.ChangeFilesystemSnapshotPolicyCompartmentDetails = exports.ChangeFileSystemCompartmentDetails = void 0;
37
+ exports.LdapBindAccountSummary = exports.LdapBindAccount = exports.CreateLdapBindAccountDetails = exports.ValidateKeyTabsResponseDetails = exports.ValidateKeyTabsDetails = exports.UpdateSnapshotDetails = void 0;
37
38
  const ChangeFileSystemCompartmentDetails = __importStar(require("./change-file-system-compartment-details"));
38
39
  exports.ChangeFileSystemCompartmentDetails = ChangeFileSystemCompartmentDetails.ChangeFileSystemCompartmentDetails;
39
40
  const ChangeFilesystemSnapshotPolicyCompartmentDetails = __importStar(require("./change-filesystem-snapshot-policy-compartment-details"));
40
41
  exports.ChangeFilesystemSnapshotPolicyCompartmentDetails = ChangeFilesystemSnapshotPolicyCompartmentDetails.ChangeFilesystemSnapshotPolicyCompartmentDetails;
41
42
  const ChangeMountTargetCompartmentDetails = __importStar(require("./change-mount-target-compartment-details"));
42
43
  exports.ChangeMountTargetCompartmentDetails = ChangeMountTargetCompartmentDetails.ChangeMountTargetCompartmentDetails;
44
+ const ChangeOutboundConnectorCompartmentDetails = __importStar(require("./change-outbound-connector-compartment-details"));
45
+ exports.ChangeOutboundConnectorCompartmentDetails = ChangeOutboundConnectorCompartmentDetails.ChangeOutboundConnectorCompartmentDetails;
43
46
  const ChangeReplicationCompartmentDetails = __importStar(require("./change-replication-compartment-details"));
44
47
  exports.ChangeReplicationCompartmentDetails = ChangeReplicationCompartmentDetails.ChangeReplicationCompartmentDetails;
45
48
  const ClientOptions = __importStar(require("./client-options"));
@@ -50,12 +53,20 @@ const CreateFileSystemDetails = __importStar(require("./create-file-system-detai
50
53
  exports.CreateFileSystemDetails = CreateFileSystemDetails.CreateFileSystemDetails;
51
54
  const CreateFilesystemSnapshotPolicyDetails = __importStar(require("./create-filesystem-snapshot-policy-details"));
52
55
  exports.CreateFilesystemSnapshotPolicyDetails = CreateFilesystemSnapshotPolicyDetails.CreateFilesystemSnapshotPolicyDetails;
56
+ const CreateKerberosDetails = __importStar(require("./create-kerberos-details"));
57
+ exports.CreateKerberosDetails = CreateKerberosDetails.CreateKerberosDetails;
58
+ const CreateLdapIdmapDetails = __importStar(require("./create-ldap-idmap-details"));
59
+ exports.CreateLdapIdmapDetails = CreateLdapIdmapDetails.CreateLdapIdmapDetails;
53
60
  const CreateMountTargetDetails = __importStar(require("./create-mount-target-details"));
54
61
  exports.CreateMountTargetDetails = CreateMountTargetDetails.CreateMountTargetDetails;
62
+ const CreateOutboundConnectorDetails = __importStar(require("./create-outbound-connector-details"));
63
+ exports.CreateOutboundConnectorDetails = CreateOutboundConnectorDetails.CreateOutboundConnectorDetails;
55
64
  const CreateReplicationDetails = __importStar(require("./create-replication-details"));
56
65
  exports.CreateReplicationDetails = CreateReplicationDetails.CreateReplicationDetails;
57
66
  const CreateSnapshotDetails = __importStar(require("./create-snapshot-details"));
58
67
  exports.CreateSnapshotDetails = CreateSnapshotDetails.CreateSnapshotDetails;
68
+ const Endpoint = __importStar(require("./endpoint"));
69
+ exports.Endpoint = Endpoint.Endpoint;
59
70
  const Export = __importStar(require("./export"));
60
71
  exports.Export = Export.Export;
61
72
  const ExportSet = __importStar(require("./export-set"));
@@ -72,10 +83,22 @@ const FilesystemSnapshotPolicy = __importStar(require("./filesystem-snapshot-pol
72
83
  exports.FilesystemSnapshotPolicy = FilesystemSnapshotPolicy.FilesystemSnapshotPolicy;
73
84
  const FilesystemSnapshotPolicySummary = __importStar(require("./filesystem-snapshot-policy-summary"));
74
85
  exports.FilesystemSnapshotPolicySummary = FilesystemSnapshotPolicySummary.FilesystemSnapshotPolicySummary;
86
+ const Kerberos = __importStar(require("./kerberos"));
87
+ exports.Kerberos = Kerberos.Kerberos;
88
+ const KerberosKeytabEntry = __importStar(require("./kerberos-keytab-entry"));
89
+ exports.KerberosKeytabEntry = KerberosKeytabEntry.KerberosKeytabEntry;
90
+ const KeyTabSecretDetails = __importStar(require("./key-tab-secret-details"));
91
+ exports.KeyTabSecretDetails = KeyTabSecretDetails.KeyTabSecretDetails;
92
+ const LdapIdmap = __importStar(require("./ldap-idmap"));
93
+ exports.LdapIdmap = LdapIdmap.LdapIdmap;
75
94
  const MountTarget = __importStar(require("./mount-target"));
76
95
  exports.MountTarget = MountTarget.MountTarget;
77
96
  const MountTargetSummary = __importStar(require("./mount-target-summary"));
78
97
  exports.MountTargetSummary = MountTargetSummary.MountTargetSummary;
98
+ const OutboundConnector = __importStar(require("./outbound-connector"));
99
+ exports.OutboundConnector = OutboundConnector.OutboundConnector;
100
+ const OutboundConnectorSummary = __importStar(require("./outbound-connector-summary"));
101
+ exports.OutboundConnectorSummary = OutboundConnectorSummary.OutboundConnectorSummary;
79
102
  const Replication = __importStar(require("./replication"));
80
103
  exports.Replication = Replication.Replication;
81
104
  const ReplicationEstimate = __importStar(require("./replication-estimate"));
@@ -102,10 +125,26 @@ const UpdateFileSystemDetails = __importStar(require("./update-file-system-detai
102
125
  exports.UpdateFileSystemDetails = UpdateFileSystemDetails.UpdateFileSystemDetails;
103
126
  const UpdateFilesystemSnapshotPolicyDetails = __importStar(require("./update-filesystem-snapshot-policy-details"));
104
127
  exports.UpdateFilesystemSnapshotPolicyDetails = UpdateFilesystemSnapshotPolicyDetails.UpdateFilesystemSnapshotPolicyDetails;
128
+ const UpdateKerberosDetails = __importStar(require("./update-kerberos-details"));
129
+ exports.UpdateKerberosDetails = UpdateKerberosDetails.UpdateKerberosDetails;
130
+ const UpdateLdapIdmapDetails = __importStar(require("./update-ldap-idmap-details"));
131
+ exports.UpdateLdapIdmapDetails = UpdateLdapIdmapDetails.UpdateLdapIdmapDetails;
105
132
  const UpdateMountTargetDetails = __importStar(require("./update-mount-target-details"));
106
133
  exports.UpdateMountTargetDetails = UpdateMountTargetDetails.UpdateMountTargetDetails;
134
+ const UpdateOutboundConnectorDetails = __importStar(require("./update-outbound-connector-details"));
135
+ exports.UpdateOutboundConnectorDetails = UpdateOutboundConnectorDetails.UpdateOutboundConnectorDetails;
107
136
  const UpdateReplicationDetails = __importStar(require("./update-replication-details"));
108
137
  exports.UpdateReplicationDetails = UpdateReplicationDetails.UpdateReplicationDetails;
109
138
  const UpdateSnapshotDetails = __importStar(require("./update-snapshot-details"));
110
139
  exports.UpdateSnapshotDetails = UpdateSnapshotDetails.UpdateSnapshotDetails;
140
+ const ValidateKeyTabsDetails = __importStar(require("./validate-key-tabs-details"));
141
+ exports.ValidateKeyTabsDetails = ValidateKeyTabsDetails.ValidateKeyTabsDetails;
142
+ const ValidateKeyTabsResponseDetails = __importStar(require("./validate-key-tabs-response-details"));
143
+ exports.ValidateKeyTabsResponseDetails = ValidateKeyTabsResponseDetails.ValidateKeyTabsResponseDetails;
144
+ const CreateLdapBindAccountDetails = __importStar(require("./create-ldap-bind-account-details"));
145
+ exports.CreateLdapBindAccountDetails = CreateLdapBindAccountDetails.CreateLdapBindAccountDetails;
146
+ const LdapBindAccount = __importStar(require("./ldap-bind-account"));
147
+ exports.LdapBindAccount = LdapBindAccount.LdapBindAccount;
148
+ const LdapBindAccountSummary = __importStar(require("./ldap-bind-account-summary"));
149
+ exports.LdapBindAccountSummary = LdapBindAccountSummary.LdapBindAccountSummary;
111
150
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,52 @@
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 of each keytab entry read from the keytab file.
17
+ *
18
+ */
19
+ export interface KerberosKeytabEntry {
20
+ /**
21
+ * Keytab principal.
22
+ */
23
+ "principal": string;
24
+ /**
25
+ * Encryption type with with keytab was generated.
26
+ * Secure: aes128-cts-hmac-sha256-128
27
+ * Secure: aes256-cts-hmac-sha384-192
28
+ * Less Secure: aes128-cts-hmac-sha1-96
29
+ * Less Secure: aes256-cts-hmac-sha1-96
30
+ *
31
+ */
32
+ "encryptionType": KerberosKeytabEntry.EncryptionType;
33
+ /**
34
+ * Kerberos KVNO (key version number) for key in keytab entry. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "keyVersionNumber": number;
37
+ }
38
+ export declare namespace KerberosKeytabEntry {
39
+ enum EncryptionType {
40
+ Aes128CtsHmacSha256128 = "AES128_CTS_HMAC_SHA256_128",
41
+ Aes256CtsHmacSha384192 = "AES256_CTS_HMAC_SHA384_192",
42
+ Aes128CtsHmacSha196 = "AES128_CTS_HMAC_SHA1_96",
43
+ Aes256CtsHmacSha196 = "AES256_CTS_HMAC_SHA1_96",
44
+ /**
45
+ * This value is used if a service returns a value for this enum that is not recognized by this
46
+ * version of the SDK.
47
+ */
48
+ UnknownValue = "UNKNOWN_VALUE"
49
+ }
50
+ function getJsonObj(obj: KerberosKeytabEntry): object;
51
+ function getDeserializedJsonObj(obj: KerberosKeytabEntry): object;
52
+ }
@@ -0,0 +1,43 @@
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.KerberosKeytabEntry = void 0;
18
+ var KerberosKeytabEntry;
19
+ (function (KerberosKeytabEntry) {
20
+ let EncryptionType;
21
+ (function (EncryptionType) {
22
+ EncryptionType["Aes128CtsHmacSha256128"] = "AES128_CTS_HMAC_SHA256_128";
23
+ EncryptionType["Aes256CtsHmacSha384192"] = "AES256_CTS_HMAC_SHA384_192";
24
+ EncryptionType["Aes128CtsHmacSha196"] = "AES128_CTS_HMAC_SHA1_96";
25
+ EncryptionType["Aes256CtsHmacSha196"] = "AES256_CTS_HMAC_SHA1_96";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ EncryptionType["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(EncryptionType = KerberosKeytabEntry.EncryptionType || (KerberosKeytabEntry.EncryptionType = {}));
32
+ function getJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
34
+ return jsonObj;
35
+ }
36
+ KerberosKeytabEntry.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ return jsonObj;
40
+ }
41
+ KerberosKeytabEntry.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(KerberosKeytabEntry = exports.KerberosKeytabEntry || (exports.KerberosKeytabEntry = {}));
43
+ //# sourceMappingURL=kerberos-keytab-entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kerberos-keytab-entry.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/kerberos-keytab-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA6BH,IAAiB,mBAAmB,CAuBnC;AAvBD,WAAiB,mBAAmB;IAClC,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uEAAqD,CAAA;QACrD,uEAAqD,CAAA;QACrD,iEAA+C,CAAA;QAC/C,iEAA+C,CAAA;QAC/C;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,kCAAc,KAAd,kCAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAuBnC"}
@@ -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
+ * Allows administrator to configure a mount target to interact with the administrator's Kerberos infrastructure.
17
+ *
18
+ */
19
+ export interface Kerberos {
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 secert 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 Kerberos {
42
+ function getJsonObj(obj: Kerberos): object;
43
+ function getDeserializedJsonObj(obj: Kerberos): 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.Kerberos = void 0;
18
+ var Kerberos;
19
+ (function (Kerberos) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ Kerberos.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ Kerberos.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(Kerberos = exports.Kerberos || (exports.Kerberos = {}));
31
+ //# sourceMappingURL=kerberos.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kerberos.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/kerberos.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAgCH,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"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * File Storage API
3
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
4
+ For more information, see [Overview of File Storage](/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
+ * Secret details of keytabs in Vault.
17
+ */
18
+ export interface KeyTabSecretDetails {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the keytab secret in the Vault.
21
+ */
22
+ "keyTabSecretId": string;
23
+ /**
24
+ * Version of the keytab secret in the Vault to use. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "currentKeyTabSecretVersion": number;
27
+ /**
28
+ * 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.
29
+ */
30
+ "backupKeyTabSecretVersion"?: number;
31
+ }
32
+ export declare namespace KeyTabSecretDetails {
33
+ function getJsonObj(obj: KeyTabSecretDetails): object;
34
+ function getDeserializedJsonObj(obj: KeyTabSecretDetails): object;
35
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage API
4
+ * Use the File Storage service API to manage file systems, mount targets, and snapshots.
5
+ For more information, see [Overview of File Storage](/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.KeyTabSecretDetails = void 0;
18
+ var KeyTabSecretDetails;
19
+ (function (KeyTabSecretDetails) {
20
+ function getJsonObj(obj) {
21
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
22
+ return jsonObj;
23
+ }
24
+ KeyTabSecretDetails.getJsonObj = getJsonObj;
25
+ function getDeserializedJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ KeyTabSecretDetails.getDeserializedJsonObj = getDeserializedJsonObj;
30
+ })(KeyTabSecretDetails = exports.KeyTabSecretDetails || (exports.KeyTabSecretDetails = {}));
31
+ //# sourceMappingURL=key-tab-secret-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"key-tab-secret-details.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/key-tab-secret-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAuBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,36 @@
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
+ * Summary information for the LDAP bind account used by the outbound connector.
18
+ *
19
+ */
20
+ export interface LdapBindAccountSummary extends model.OutboundConnectorSummary {
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 account.
28
+ */
29
+ "bindDistinguishedName": string;
30
+ "connectorType": string;
31
+ }
32
+ export declare namespace LdapBindAccountSummary {
33
+ function getJsonObj(obj: LdapBindAccountSummary, isParentJsonObj?: boolean): object;
34
+ const connectorType = "LDAPBIND";
35
+ function getDeserializedJsonObj(obj: LdapBindAccountSummary, isParentJsonObj?: boolean): object;
36
+ }
@@ -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.LdapBindAccountSummary = void 0;
37
+ const model = __importStar(require("../model"));
38
+ var LdapBindAccountSummary;
39
+ (function (LdapBindAccountSummary) {
40
+ function getJsonObj(obj, isParentJsonObj) {
41
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
42
+ ? obj
43
+ : model.OutboundConnectorSummary.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
+ LdapBindAccountSummary.getJsonObj = getJsonObj;
53
+ LdapBindAccountSummary.connectorType = "LDAPBIND";
54
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
55
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
56
+ ? obj
57
+ : model.OutboundConnectorSummary.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
+ LdapBindAccountSummary.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(LdapBindAccountSummary = exports.LdapBindAccountSummary || (exports.LdapBindAccountSummary = {}));
68
+ //# sourceMappingURL=ldap-bind-account-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ldap-bind-account-summary.js","sourceRoot":"","sources":["../../../../../lib/filestorage/lib/model/ldap-bind-account-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,sBAAsB,CAqCtC;AArCD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GAC5E;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,iCAAU,aAezB,CAAA;IACY,oCAAa,GAAG,UAAU,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAA4B,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,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,6CAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAqCtC"}
@@ -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
+ import * as model from "../model";
16
+ /**
17
+ * Account details for the LDAP bind account used by the outbound connector.
18
+ *
19
+ */
20
+ export interface LdapBindAccount extends model.OutboundConnector {
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 account.
28
+ */
29
+ "bindDistinguishedName": string;
30
+ /**
31
+ * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the password for the LDAP bind account in the Vault.
32
+ */
33
+ "passwordSecretId"?: string;
34
+ /**
35
+ * Version of the password secret in the Vault to use. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
+ */
37
+ "passwordSecretVersion"?: number;
38
+ "connectorType": string;
39
+ }
40
+ export declare namespace LdapBindAccount {
41
+ function getJsonObj(obj: LdapBindAccount, isParentJsonObj?: boolean): object;
42
+ const connectorType = "LDAPBIND";
43
+ function getDeserializedJsonObj(obj: LdapBindAccount, isParentJsonObj?: boolean): object;
44
+ }