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,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-import-from-object-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"start-import-from-object-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/start-import-from-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/StopExportToObject.ts.html |here} to see how to use StopExportToObjectRequest.
16
+ */
17
+ export interface StopExportToObjectRequest 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=stop-export-to-object-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-export-to-object-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/stop-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/StopImportFromObject.ts.html |here} to see how to use StopImportFromObjectRequest.
16
+ */
17
+ export interface StopImportFromObjectRequest 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=stop-import-from-object-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stop-import-from-object-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/stop-import-from-object-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,43 @@
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/UpdateObjectStorageLink.ts.html |here} to see how to use UpdateObjectStorageLinkRequest.
17
+ */
18
+ export interface UpdateObjectStorageLinkRequest 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
+ * The information to be updated.
25
+ */
26
+ "updateObjectStorageLinkDetails": model.UpdateObjectStorageLinkDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
29
+ * {@code if-match} parameter to the value of the etag from a previous GET or POST response for
30
+ * that resource. The resource will be updated or deleted only if the etag you provide
31
+ * matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique Oracle-assigned identifier for the request. If you need to contact
37
+ * Oracle about a particular request, please provide the request ID.
38
+ * The only valid characters for request IDs are letters, numbers,
39
+ * underscore, and dash.
40
+ *
41
+ */
42
+ "opcRequestId"?: string;
43
+ }
@@ -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=update-object-storage-link-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-object-storage-link-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/update-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 * as model from "../model";
14
+ export interface ChangeObjectStorageLinkCompartmentResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ObjectStorageLink instance.
28
+ */
29
+ "objectStorageLink": model.ObjectStorageLink;
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=change-object-storage-link-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-object-storage-link-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/response/change-object-storage-link-compartment-response.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 * as model from "../model";
14
+ export interface CreateObjectStorageLinkResponse {
15
+ /**
16
+ * URL for the created Object Storage link. The Object Storage link OCID is generated after this request is sent.
17
+ */
18
+ "location": string;
19
+ /**
20
+ * Same as location.
21
+ */
22
+ "contentLocation": string;
23
+ /**
24
+ * For optimistic concurrency control. See {@code if-match}.
25
+ *
26
+ */
27
+ "etag": string;
28
+ /**
29
+ * Unique Oracle-assigned identifier for the request. If you need to contact
30
+ * Oracle about a particular request, please provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId": string;
34
+ /**
35
+ * The returned model.ObjectStorageLink instance.
36
+ */
37
+ "objectStorageLink": model.ObjectStorageLink;
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=create-object-storage-link-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-object-storage-link-response.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/response/create-object-storage-link-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,26 @@
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
+ export interface DeleteObjectStorageLinkResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
22
+ * Use GetWorkRequest with this ID to track the status of the request.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
26
+ }
@@ -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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-object-storage-link-response.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/response/delete-object-storage-link-response.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 * as model from "../model";
14
+ export interface GetObjectStorageLinkResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ObjectStorageLink instance.
28
+ */
29
+ "objectStorageLink": model.ObjectStorageLink;
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-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-object-storage-link-response.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/response/get-object-storage-link-response.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 * as model from "../model";
14
+ export interface GetSyncJobResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.SyncJob instance.
28
+ */
29
+ "syncJob": model.SyncJob;
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-sync-job-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-sync-job-response.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/response/get-sync-job-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -14,21 +14,45 @@ import * as CancelWorkRequestResponse from "./cancel-work-request-response";
14
14
  export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
15
15
  import * as ChangeLustreFileSystemCompartmentResponse from "./change-lustre-file-system-compartment-response";
16
16
  export import ChangeLustreFileSystemCompartmentResponse = ChangeLustreFileSystemCompartmentResponse.ChangeLustreFileSystemCompartmentResponse;
17
+ import * as ChangeObjectStorageLinkCompartmentResponse from "./change-object-storage-link-compartment-response";
18
+ export import ChangeObjectStorageLinkCompartmentResponse = ChangeObjectStorageLinkCompartmentResponse.ChangeObjectStorageLinkCompartmentResponse;
17
19
  import * as CreateLustreFileSystemResponse from "./create-lustre-file-system-response";
18
20
  export import CreateLustreFileSystemResponse = CreateLustreFileSystemResponse.CreateLustreFileSystemResponse;
21
+ import * as CreateObjectStorageLinkResponse from "./create-object-storage-link-response";
22
+ export import CreateObjectStorageLinkResponse = CreateObjectStorageLinkResponse.CreateObjectStorageLinkResponse;
19
23
  import * as DeleteLustreFileSystemResponse from "./delete-lustre-file-system-response";
20
24
  export import DeleteLustreFileSystemResponse = DeleteLustreFileSystemResponse.DeleteLustreFileSystemResponse;
25
+ import * as DeleteObjectStorageLinkResponse from "./delete-object-storage-link-response";
26
+ export import DeleteObjectStorageLinkResponse = DeleteObjectStorageLinkResponse.DeleteObjectStorageLinkResponse;
21
27
  import * as GetLustreFileSystemResponse from "./get-lustre-file-system-response";
22
28
  export import GetLustreFileSystemResponse = GetLustreFileSystemResponse.GetLustreFileSystemResponse;
29
+ import * as GetObjectStorageLinkResponse from "./get-object-storage-link-response";
30
+ export import GetObjectStorageLinkResponse = GetObjectStorageLinkResponse.GetObjectStorageLinkResponse;
31
+ import * as GetSyncJobResponse from "./get-sync-job-response";
32
+ export import GetSyncJobResponse = GetSyncJobResponse.GetSyncJobResponse;
23
33
  import * as GetWorkRequestResponse from "./get-work-request-response";
24
34
  export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
25
35
  import * as ListLustreFileSystemsResponse from "./list-lustre-file-systems-response";
26
36
  export import ListLustreFileSystemsResponse = ListLustreFileSystemsResponse.ListLustreFileSystemsResponse;
37
+ import * as ListObjectStorageLinksResponse from "./list-object-storage-links-response";
38
+ export import ListObjectStorageLinksResponse = ListObjectStorageLinksResponse.ListObjectStorageLinksResponse;
39
+ import * as ListSyncJobsResponse from "./list-sync-jobs-response";
40
+ export import ListSyncJobsResponse = ListSyncJobsResponse.ListSyncJobsResponse;
27
41
  import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
28
42
  export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
29
43
  import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
30
44
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
31
45
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
32
46
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
47
+ import * as StartExportToObjectResponse from "./start-export-to-object-response";
48
+ export import StartExportToObjectResponse = StartExportToObjectResponse.StartExportToObjectResponse;
49
+ import * as StartImportFromObjectResponse from "./start-import-from-object-response";
50
+ export import StartImportFromObjectResponse = StartImportFromObjectResponse.StartImportFromObjectResponse;
51
+ import * as StopExportToObjectResponse from "./stop-export-to-object-response";
52
+ export import StopExportToObjectResponse = StopExportToObjectResponse.StopExportToObjectResponse;
53
+ import * as StopImportFromObjectResponse from "./stop-import-from-object-response";
54
+ export import StopImportFromObjectResponse = StopImportFromObjectResponse.StopImportFromObjectResponse;
33
55
  import * as UpdateLustreFileSystemResponse from "./update-lustre-file-system-response";
34
56
  export import UpdateLustreFileSystemResponse = UpdateLustreFileSystemResponse.UpdateLustreFileSystemResponse;
57
+ import * as UpdateObjectStorageLinkResponse from "./update-object-storage-link-response";
58
+ export import UpdateObjectStorageLinkResponse = UpdateObjectStorageLinkResponse.UpdateObjectStorageLinkResponse;
@@ -0,0 +1,31 @@
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
+ export interface ListObjectStorageLinksResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact
17
+ * Oracle about a particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * For list pagination. When this header appears in the response, additional pages of results remain. For
23
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
24
+ *
25
+ */
26
+ "opcNextPage": string;
27
+ /**
28
+ * The returned model.ObjectStorageLinkCollection instance.
29
+ */
30
+ "objectStorageLinkCollection": model.ObjectStorageLinkCollection;
31
+ }
@@ -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=list-object-storage-links-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-object-storage-links-response.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/response/list-object-storage-links-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,31 @@
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
+ export interface ListSyncJobsResponse {
15
+ /**
16
+ * For list pagination. When this header appears in the response, additional pages of results remain. For
17
+ * important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
18
+ *
19
+ */
20
+ "opcNextPage": string;
21
+ /**
22
+ * Unique Oracle-assigned identifier for the request. If you need to contact
23
+ * Oracle about a particular request, please provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ /**
28
+ * The returned model.SyncJobCollection instance.
29
+ */
30
+ "syncJobCollection": model.SyncJobCollection;
31
+ }
@@ -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=list-sync-jobs-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-sync-jobs-response.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/response/list-sync-jobs-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}