oci-lustrefilestorage 2.119.1 → 2.121.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 (125) hide show
  1. package/lib/client.d.ts +122 -0
  2. package/lib/client.js +930 -140
  3. package/lib/client.js.map +1 -1
  4. package/lib/lustrefilestorage-waiter.d.ts +16 -0
  5. package/lib/lustrefilestorage-waiter.js +24 -0
  6. package/lib/lustrefilestorage-waiter.js.map +1 -1
  7. package/lib/model/change-object-storage-link-compartment-details.d.ts +26 -0
  8. package/lib/model/change-object-storage-link-compartment-details.js +29 -0
  9. package/lib/model/change-object-storage-link-compartment-details.js.map +1 -0
  10. package/lib/model/cluster-placement-group.d.ts +25 -0
  11. package/lib/model/cluster-placement-group.js +29 -0
  12. package/lib/model/cluster-placement-group.js.map +1 -0
  13. package/lib/model/create-object-storage-link-details.d.ts +89 -0
  14. package/lib/model/create-object-storage-link-details.js +29 -0
  15. package/lib/model/create-object-storage-link-details.js.map +1 -0
  16. package/lib/model/index.d.ts +24 -0
  17. package/lib/model/index.js +25 -1
  18. package/lib/model/index.js.map +1 -1
  19. package/lib/model/network-security-group.d.ts +29 -0
  20. package/lib/model/network-security-group.js +29 -0
  21. package/lib/model/network-security-group.js.map +1 -0
  22. package/lib/model/object-storage-link-collection.d.ts +26 -0
  23. package/lib/model/object-storage-link-collection.js +61 -0
  24. package/lib/model/object-storage-link-collection.js.map +1 -0
  25. package/lib/model/object-storage-link-summary.d.ts +137 -0
  26. package/lib/model/object-storage-link-summary.js +29 -0
  27. package/lib/model/object-storage-link-summary.js.map +1 -0
  28. package/lib/model/object-storage-link.d.ts +156 -0
  29. package/lib/model/object-storage-link.js +42 -0
  30. package/lib/model/object-storage-link.js.map +1 -0
  31. package/lib/model/operation-type.d.ts +1 -0
  32. package/lib/model/operation-type.js +1 -0
  33. package/lib/model/operation-type.js.map +1 -1
  34. package/lib/model/subnet.d.ts +25 -0
  35. package/lib/model/subnet.js +29 -0
  36. package/lib/model/subnet.js.map +1 -0
  37. package/lib/model/sync-job-collection.d.ts +26 -0
  38. package/lib/model/sync-job-collection.js +61 -0
  39. package/lib/model/sync-job-collection.js.map +1 -0
  40. package/lib/model/sync-job-summary.d.ts +140 -0
  41. package/lib/model/sync-job-summary.js +39 -0
  42. package/lib/model/sync-job-summary.js.map +1 -0
  43. package/lib/model/sync-job.d.ts +157 -0
  44. package/lib/model/sync-job.js +53 -0
  45. package/lib/model/sync-job.js.map +1 -0
  46. package/lib/model/update-object-storage-link-details.d.ts +58 -0
  47. package/lib/model/update-object-storage-link-details.js +29 -0
  48. package/lib/model/update-object-storage-link-details.js.map +1 -0
  49. package/lib/request/change-object-storage-link-compartment-request.d.ts +52 -0
  50. package/lib/request/change-object-storage-link-compartment-request.js +15 -0
  51. package/lib/request/change-object-storage-link-compartment-request.js.map +1 -0
  52. package/lib/request/create-object-storage-link-request.d.ts +40 -0
  53. package/lib/request/create-object-storage-link-request.js +15 -0
  54. package/lib/request/create-object-storage-link-request.js.map +1 -0
  55. package/lib/request/delete-object-storage-link-request.d.ts +38 -0
  56. package/lib/request/delete-object-storage-link-request.js +15 -0
  57. package/lib/request/delete-object-storage-link-request.js.map +1 -0
  58. package/lib/request/get-object-storage-link-request.d.ts +30 -0
  59. package/lib/request/get-object-storage-link-request.js +15 -0
  60. package/lib/request/get-object-storage-link-request.js.map +1 -0
  61. package/lib/request/get-sync-job-request.d.ts +42 -0
  62. package/lib/request/get-sync-job-request.js +15 -0
  63. package/lib/request/get-sync-job-request.js.map +1 -0
  64. package/lib/request/index.d.ts +24 -0
  65. package/lib/request/index.js +5 -1
  66. package/lib/request/index.js.map +1 -1
  67. package/lib/request/list-object-storage-links-request.d.ts +86 -0
  68. package/lib/request/list-object-storage-links-request.js +24 -0
  69. package/lib/request/list-object-storage-links-request.js.map +1 -0
  70. package/lib/request/list-sync-jobs-request.d.ts +74 -0
  71. package/lib/request/list-sync-jobs-request.js +23 -0
  72. package/lib/request/list-sync-jobs-request.js.map +1 -0
  73. package/lib/request/start-export-to-object-request.d.ts +47 -0
  74. package/lib/request/start-export-to-object-request.js +15 -0
  75. package/lib/request/start-export-to-object-request.js.map +1 -0
  76. package/lib/request/start-import-from-object-request.d.ts +47 -0
  77. package/lib/request/start-import-from-object-request.js +15 -0
  78. package/lib/request/start-import-from-object-request.js.map +1 -0
  79. package/lib/request/stop-export-to-object-request.d.ts +47 -0
  80. package/lib/request/stop-export-to-object-request.js +15 -0
  81. package/lib/request/stop-export-to-object-request.js.map +1 -0
  82. package/lib/request/stop-import-from-object-request.d.ts +47 -0
  83. package/lib/request/stop-import-from-object-request.js +15 -0
  84. package/lib/request/stop-import-from-object-request.js.map +1 -0
  85. package/lib/request/update-object-storage-link-request.d.ts +43 -0
  86. package/lib/request/update-object-storage-link-request.js +15 -0
  87. package/lib/request/update-object-storage-link-request.js.map +1 -0
  88. package/lib/response/change-object-storage-link-compartment-response.d.ts +30 -0
  89. package/lib/response/change-object-storage-link-compartment-response.js +15 -0
  90. package/lib/response/change-object-storage-link-compartment-response.js.map +1 -0
  91. package/lib/response/create-object-storage-link-response.d.ts +38 -0
  92. package/lib/response/create-object-storage-link-response.js +15 -0
  93. package/lib/response/create-object-storage-link-response.js.map +1 -0
  94. package/lib/response/delete-object-storage-link-response.d.ts +26 -0
  95. package/lib/response/delete-object-storage-link-response.js +15 -0
  96. package/lib/response/delete-object-storage-link-response.js.map +1 -0
  97. package/lib/response/get-object-storage-link-response.d.ts +30 -0
  98. package/lib/response/get-object-storage-link-response.js +15 -0
  99. package/lib/response/get-object-storage-link-response.js.map +1 -0
  100. package/lib/response/get-sync-job-response.d.ts +30 -0
  101. package/lib/response/get-sync-job-response.js +15 -0
  102. package/lib/response/get-sync-job-response.js.map +1 -0
  103. package/lib/response/index.d.ts +24 -0
  104. package/lib/response/list-object-storage-links-response.d.ts +31 -0
  105. package/lib/response/list-object-storage-links-response.js +15 -0
  106. package/lib/response/list-object-storage-links-response.js.map +1 -0
  107. package/lib/response/list-sync-jobs-response.d.ts +31 -0
  108. package/lib/response/list-sync-jobs-response.js +15 -0
  109. package/lib/response/list-sync-jobs-response.js.map +1 -0
  110. package/lib/response/start-export-to-object-response.d.ts +30 -0
  111. package/lib/response/start-export-to-object-response.js +15 -0
  112. package/lib/response/start-export-to-object-response.js.map +1 -0
  113. package/lib/response/start-import-from-object-response.d.ts +30 -0
  114. package/lib/response/start-import-from-object-response.js +15 -0
  115. package/lib/response/start-import-from-object-response.js.map +1 -0
  116. package/lib/response/stop-export-to-object-response.d.ts +20 -0
  117. package/lib/response/stop-export-to-object-response.js +15 -0
  118. package/lib/response/stop-export-to-object-response.js.map +1 -0
  119. package/lib/response/stop-import-from-object-response.d.ts +20 -0
  120. package/lib/response/stop-import-from-object-response.js +15 -0
  121. package/lib/response/stop-import-from-object-response.js.map +1 -0
  122. package/lib/response/update-object-storage-link-response.d.ts +30 -0
  123. package/lib/response/update-object-storage-link-response.js +15 -0
  124. package/lib/response/update-object-storage-link-response.js.map +1 -0
  125. package/package.json +3 -3
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/CreateObjectStorageLink.ts.html |here} to see how to use CreateObjectStorageLinkRequest.
17
+ */
18
+ export interface CreateObjectStorageLinkRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new Object Storage link.
21
+ */
22
+ "createObjectStorageLinkDetails": model.CreateObjectStorageLinkDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of running that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and removed from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * Unique Oracle-assigned identifier for the request. If you need to contact
34
+ * Oracle about a particular request, please provide the request ID.
35
+ * The only valid characters for request IDs are letters, numbers,
36
+ * underscore, and dash.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250228
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-object-storage-link-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-object-storage-link-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/create-object-storage-link-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/DeleteObjectStorageLink.ts.html |here} to see how to use DeleteObjectStorageLinkRequest.
16
+ */
17
+ export interface DeleteObjectStorageLinkRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
20
+ */
21
+ "objectStorageLinkId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
24
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
25
+ * that resource. The resource will be updated or deleted only if the etag you provide
26
+ * matches the resource's current etag value.
27
+ *
28
+ */
29
+ "ifMatch"?: string;
30
+ /**
31
+ * Unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ * The only valid characters for request IDs are letters, numbers,
34
+ * underscore, and dash.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250228
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-object-storage-link-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-object-storage-link-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/delete-object-storage-link-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/GetObjectStorageLink.ts.html |here} to see how to use GetObjectStorageLinkRequest.
16
+ */
17
+ export interface GetObjectStorageLinkRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
20
+ */
21
+ "objectStorageLinkId": string;
22
+ /**
23
+ * Unique Oracle-assigned identifier for the request. If you need to contact
24
+ * Oracle about a particular request, please provide the request ID.
25
+ * The only valid characters for request IDs are letters, numbers,
26
+ * underscore, and dash.
27
+ *
28
+ */
29
+ "opcRequestId"?: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250228
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-object-storage-link-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-object-storage-link-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/get-object-storage-link-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/GetSyncJob.ts.html |here} to see how to use GetSyncJobRequest.
16
+ */
17
+ export interface GetSyncJobRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
20
+ */
21
+ "objectStorageLinkId": string;
22
+ /**
23
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the sync job.
24
+ */
25
+ "syncJobId": string;
26
+ /**
27
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
28
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
29
+ * that resource. The resource will be updated or deleted only if the etag you provide
30
+ * matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique Oracle-assigned identifier for the request. If you need to contact
36
+ * Oracle about a particular request, please provide the request ID.
37
+ * The only valid characters for request IDs are letters, numbers,
38
+ * underscore, and dash.
39
+ *
40
+ */
41
+ "opcRequestId"?: string;
42
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250228
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-sync-job-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sync-job-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/get-sync-job-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -14,21 +14,45 @@ import * as CancelWorkRequestRequest from "./cancel-work-request-request";
14
14
  export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
15
15
  import * as ChangeLustreFileSystemCompartmentRequest from "./change-lustre-file-system-compartment-request";
16
16
  export import ChangeLustreFileSystemCompartmentRequest = ChangeLustreFileSystemCompartmentRequest.ChangeLustreFileSystemCompartmentRequest;
17
+ import * as ChangeObjectStorageLinkCompartmentRequest from "./change-object-storage-link-compartment-request";
18
+ export import ChangeObjectStorageLinkCompartmentRequest = ChangeObjectStorageLinkCompartmentRequest.ChangeObjectStorageLinkCompartmentRequest;
17
19
  import * as CreateLustreFileSystemRequest from "./create-lustre-file-system-request";
18
20
  export import CreateLustreFileSystemRequest = CreateLustreFileSystemRequest.CreateLustreFileSystemRequest;
21
+ import * as CreateObjectStorageLinkRequest from "./create-object-storage-link-request";
22
+ export import CreateObjectStorageLinkRequest = CreateObjectStorageLinkRequest.CreateObjectStorageLinkRequest;
19
23
  import * as DeleteLustreFileSystemRequest from "./delete-lustre-file-system-request";
20
24
  export import DeleteLustreFileSystemRequest = DeleteLustreFileSystemRequest.DeleteLustreFileSystemRequest;
25
+ import * as DeleteObjectStorageLinkRequest from "./delete-object-storage-link-request";
26
+ export import DeleteObjectStorageLinkRequest = DeleteObjectStorageLinkRequest.DeleteObjectStorageLinkRequest;
21
27
  import * as GetLustreFileSystemRequest from "./get-lustre-file-system-request";
22
28
  export import GetLustreFileSystemRequest = GetLustreFileSystemRequest.GetLustreFileSystemRequest;
29
+ import * as GetObjectStorageLinkRequest from "./get-object-storage-link-request";
30
+ export import GetObjectStorageLinkRequest = GetObjectStorageLinkRequest.GetObjectStorageLinkRequest;
31
+ import * as GetSyncJobRequest from "./get-sync-job-request";
32
+ export import GetSyncJobRequest = GetSyncJobRequest.GetSyncJobRequest;
23
33
  import * as GetWorkRequestRequest from "./get-work-request-request";
24
34
  export import GetWorkRequestRequest = GetWorkRequestRequest.GetWorkRequestRequest;
25
35
  import * as ListLustreFileSystemsRequest from "./list-lustre-file-systems-request";
26
36
  export import ListLustreFileSystemsRequest = ListLustreFileSystemsRequest.ListLustreFileSystemsRequest;
37
+ import * as ListObjectStorageLinksRequest from "./list-object-storage-links-request";
38
+ export import ListObjectStorageLinksRequest = ListObjectStorageLinksRequest.ListObjectStorageLinksRequest;
39
+ import * as ListSyncJobsRequest from "./list-sync-jobs-request";
40
+ export import ListSyncJobsRequest = ListSyncJobsRequest.ListSyncJobsRequest;
27
41
  import * as ListWorkRequestErrorsRequest from "./list-work-request-errors-request";
28
42
  export import ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
29
43
  import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
30
44
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
31
45
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
32
46
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
47
+ import * as StartExportToObjectRequest from "./start-export-to-object-request";
48
+ export import StartExportToObjectRequest = StartExportToObjectRequest.StartExportToObjectRequest;
49
+ import * as StartImportFromObjectRequest from "./start-import-from-object-request";
50
+ export import StartImportFromObjectRequest = StartImportFromObjectRequest.StartImportFromObjectRequest;
51
+ import * as StopExportToObjectRequest from "./stop-export-to-object-request";
52
+ export import StopExportToObjectRequest = StopExportToObjectRequest.StopExportToObjectRequest;
53
+ import * as StopImportFromObjectRequest from "./stop-import-from-object-request";
54
+ export import StopImportFromObjectRequest = StopImportFromObjectRequest.StopImportFromObjectRequest;
33
55
  import * as UpdateLustreFileSystemRequest from "./update-lustre-file-system-request";
34
56
  export import UpdateLustreFileSystemRequest = UpdateLustreFileSystemRequest.UpdateLustreFileSystemRequest;
57
+ import * as UpdateObjectStorageLinkRequest from "./update-object-storage-link-request";
58
+ export import UpdateObjectStorageLinkRequest = UpdateObjectStorageLinkRequest.UpdateObjectStorageLinkRequest;
@@ -31,9 +31,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListLustreFileSystemsRequest = void 0;
34
+ exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListSyncJobsRequest = exports.ListObjectStorageLinksRequest = exports.ListLustreFileSystemsRequest = void 0;
35
35
  const ListLustreFileSystemsRequest = __importStar(require("./list-lustre-file-systems-request"));
36
36
  exports.ListLustreFileSystemsRequest = ListLustreFileSystemsRequest.ListLustreFileSystemsRequest;
37
+ const ListObjectStorageLinksRequest = __importStar(require("./list-object-storage-links-request"));
38
+ exports.ListObjectStorageLinksRequest = ListObjectStorageLinksRequest.ListObjectStorageLinksRequest;
39
+ const ListSyncJobsRequest = __importStar(require("./list-sync-jobs-request"));
40
+ exports.ListSyncJobsRequest = ListSyncJobsRequest.ListSyncJobsRequest;
37
41
  const ListWorkRequestErrorsRequest = __importStar(require("./list-work-request-errors-request"));
38
42
  exports.ListWorkRequestErrorsRequest = ListWorkRequestErrorsRequest.ListWorkRequestErrorsRequest;
39
43
  const ListWorkRequestLogsRequest = __importStar(require("./list-work-request-logs-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAcH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAwBH,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -0,0 +1,86 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListObjectStorageLinks.ts.html |here} to see how to use ListObjectStorageLinksRequest.
17
+ */
18
+ export interface ListObjectStorageLinksRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources.
21
+ */
22
+ "compartmentId"?: string;
23
+ /**
24
+ * The name of the availability domain.
25
+ * <p>
26
+ Example: {@code Uocm:PHX-AD-1}
27
+ *
28
+ */
29
+ "availabilityDomain"?: string;
30
+ /**
31
+ * A filter to return only resources that match the given lifecycle state. The
32
+ * state value is case-insensitive.
33
+ *
34
+ */
35
+ "lifecycleState"?: string;
36
+ /**
37
+ * A filter to return only resources that match the given display name exactly.
38
+ */
39
+ "displayName"?: string;
40
+ /**
41
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
42
+ */
43
+ "id"?: string;
44
+ /**
45
+ * For list pagination. The maximum number of results per page, or items to return in a
46
+ * paginated \"List\" call. For important details about how pagination works, see
47
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
+ *
49
+ */
50
+ "limit"?: number;
51
+ /**
52
+ * For list pagination. The value of the opc-next-page response header from the previous
53
+ * \"List\" call. For important details about how pagination works, see
54
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
55
+ *
56
+ */
57
+ "page"?: string;
58
+ /**
59
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
60
+ */
61
+ "sortOrder"?: model.SortOrder;
62
+ /**
63
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
64
+ * is descending. Default order for {@code displayName} is ascending.
65
+ *
66
+ */
67
+ "sortBy"?: ListObjectStorageLinksRequest.SortBy;
68
+ /**
69
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Lustre file system.
70
+ */
71
+ "lustreFileSystemId"?: string;
72
+ /**
73
+ * Unique Oracle-assigned identifier for the request. If you need to contact
74
+ * Oracle about a particular request, please provide the request ID.
75
+ * The only valid characters for request IDs are letters, numbers,
76
+ * underscore, and dash.
77
+ *
78
+ */
79
+ "opcRequestId"?: string;
80
+ }
81
+ export declare namespace ListObjectStorageLinksRequest {
82
+ enum SortBy {
83
+ TimeCreated = "timeCreated",
84
+ DisplayName = "displayName"
85
+ }
86
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250228
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListObjectStorageLinksRequest = void 0;
16
+ var ListObjectStorageLinksRequest;
17
+ (function (ListObjectStorageLinksRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["DisplayName"] = "displayName";
22
+ })(SortBy = ListObjectStorageLinksRequest.SortBy || (ListObjectStorageLinksRequest.SortBy = {}));
23
+ })(ListObjectStorageLinksRequest = exports.ListObjectStorageLinksRequest || (exports.ListObjectStorageLinksRequest = {}));
24
+ //# sourceMappingURL=list-object-storage-links-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-object-storage-links-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/list-object-storage-links-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwEH,IAAiB,6BAA6B,CAK7C;AALD,WAAiB,6BAA6B;IAC5C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;AACH,CAAC,EALgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAK7C"}
@@ -0,0 +1,74 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/ListSyncJobs.ts.html |here} to see how to use ListSyncJobsRequest.
17
+ */
18
+ export interface ListSyncJobsRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
21
+ */
22
+ "objectStorageLinkId": string;
23
+ /**
24
+ * For list pagination. The maximum number of results per page, or items to return in a
25
+ * paginated \"List\" call. For important details about how pagination works, see
26
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
27
+ *
28
+ */
29
+ "limit"?: number;
30
+ /**
31
+ * For list pagination. The value of the opc-next-page response header from the previous
32
+ * \"List\" call. For important details about how pagination works, see
33
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
34
+ *
35
+ */
36
+ "page"?: string;
37
+ /**
38
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
39
+ */
40
+ "sortOrder"?: model.SortOrder;
41
+ /**
42
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
43
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
44
+ * that resource. The resource will be updated or deleted only if the etag you provide
45
+ * matches the resource's current etag value.
46
+ *
47
+ */
48
+ "ifMatch"?: string;
49
+ /**
50
+ * Unique Oracle-assigned identifier for the request. If you need to contact
51
+ * Oracle about a particular request, please provide the request ID.
52
+ * The only valid characters for request IDs are letters, numbers,
53
+ * underscore, and dash.
54
+ *
55
+ */
56
+ "opcRequestId"?: string;
57
+ /**
58
+ * A filter to return only resources that match the given lifecycle state. The
59
+ * state value is case-insensitive.
60
+ *
61
+ */
62
+ "lifecycleState"?: string;
63
+ /**
64
+ * The field to sort by. You can provide only one sort order. Default order for {@code timeCreated}
65
+ * is descending. Default order for {@code displayName} is ascending.
66
+ *
67
+ */
68
+ "sortBy"?: ListSyncJobsRequest.SortBy;
69
+ }
70
+ export declare namespace ListSyncJobsRequest {
71
+ enum SortBy {
72
+ TimeCreated = "timeCreated"
73
+ }
74
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250228
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListSyncJobsRequest = void 0;
16
+ var ListSyncJobsRequest;
17
+ (function (ListSyncJobsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ })(SortBy = ListSyncJobsRequest.SortBy || (ListSyncJobsRequest.SortBy = {}));
22
+ })(ListSyncJobsRequest = exports.ListSyncJobsRequest || (exports.ListSyncJobsRequest = {}));
23
+ //# sourceMappingURL=list-sync-jobs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sync-jobs-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/list-sync-jobs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,mBAAmB,CAInC;AAJD,WAAiB,mBAAmB;IAClC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,qCAA2B,CAAA;IAC7B,CAAC,EAFW,MAAM,GAAN,0BAAM,KAAN,0BAAM,QAEjB;AACH,CAAC,EAJgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAInC"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/StartExportToObject.ts.html |here} to see how to use StartExportToObjectRequest.
16
+ */
17
+ export interface StartExportToObjectRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
20
+ */
21
+ "objectStorageLinkId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
24
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
25
+ * that resource. The resource will be updated or deleted only if the etag you provide
26
+ * matches the resource's current etag value.
27
+ *
28
+ */
29
+ "ifMatch"?: string;
30
+ /**
31
+ * Unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ * The only valid characters for request IDs are letters, numbers,
34
+ * underscore, and dash.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ /**
39
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
40
+ * server error without risk of running that same action again. Retry tokens expire after 24
41
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
42
+ * has been deleted and removed from the system, then a retry of the original creation request
43
+ * might be rejected.
44
+ *
45
+ */
46
+ "opcRetryToken"?: string;
47
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20250228
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=start-export-to-object-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-export-to-object-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/start-export-to-object-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20250228
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/lustrefilestorage/StartImportFromObject.ts.html |here} to see how to use StartImportFromObjectRequest.
16
+ */
17
+ export interface StartImportFromObjectRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
20
+ */
21
+ "objectStorageLinkId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
24
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
25
+ * that resource. The resource will be updated or deleted only if the etag you provide
26
+ * matches the resource's current etag value.
27
+ *
28
+ */
29
+ "ifMatch"?: string;
30
+ /**
31
+ * Unique Oracle-assigned identifier for the request. If you need to contact
32
+ * Oracle about a particular request, please provide the request ID.
33
+ * The only valid characters for request IDs are letters, numbers,
34
+ * underscore, and dash.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ /**
39
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
40
+ * server error without risk of running that same action again. Retry tokens expire after 24
41
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
42
+ * has been deleted and removed from the system, then a retry of the original creation request
43
+ * might be rejected.
44
+ *
45
+ */
46
+ "opcRetryToken"?: string;
47
+ }