oci-lustrefilestorage 2.119.0 → 2.120.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,61 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage with Lustre API
4
+ * Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.SyncJobCollection = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var SyncJobCollection;
37
+ (function (SyncJobCollection) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "items": obj.items
41
+ ? obj.items.map(item => {
42
+ return model.SyncJobSummary.getJsonObj(item);
43
+ })
44
+ : undefined
45
+ });
46
+ return jsonObj;
47
+ }
48
+ SyncJobCollection.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "items": obj.items
52
+ ? obj.items.map(item => {
53
+ return model.SyncJobSummary.getDeserializedJsonObj(item);
54
+ })
55
+ : undefined
56
+ });
57
+ return jsonObj;
58
+ }
59
+ SyncJobCollection.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(SyncJobCollection = exports.SyncJobCollection || (exports.SyncJobCollection = {}));
61
+ //# sourceMappingURL=sync-job-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-job-collection.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/sync-job-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,iBAAiB,CA6BjC;AA7BD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA6BjC"}
@@ -0,0 +1,140 @@
1
+ /**
2
+ * File Storage with Lustre API
3
+ * Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
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
+ /**
14
+ * Summary information associated with sync jobs.
15
+ */
16
+ export interface SyncJobSummary {
17
+ /**
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the sync job.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * The type of the sync job.
23
+ *
24
+ */
25
+ "jobType": SyncJobSummary.JobType;
26
+ /**
27
+ * The current state of the sync job.
28
+ *
29
+ */
30
+ "lifecycleState": string;
31
+ /**
32
+ * A message that describes the current state of the sync job in more detail. For example,
33
+ * can be used to provide actionable information for a resource in the Failed state.
34
+ *
35
+ */
36
+ "lifecycleDetails"?: string;
37
+ /**
38
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
39
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
40
+ * <p>
41
+ Example: {@code {\"Department\": \"Finance\"}}
42
+ *
43
+ */
44
+ "freeformTags": {
45
+ [key: string]: string;
46
+ };
47
+ /**
48
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
49
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
+ * <p>
51
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
52
+ *
53
+ */
54
+ "definedTags": {
55
+ [key: string]: {
56
+ [key: string]: any;
57
+ };
58
+ };
59
+ /**
60
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
61
+ * <p>
62
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
63
+ *
64
+ */
65
+ "systemTags": {
66
+ [key: string]: {
67
+ [key: string]: any;
68
+ };
69
+ };
70
+ /**
71
+ * The flag is an identifier to tell whether this specific job run has overwrite enabled.
72
+ * If {@code isOverwrite} is false, the file to be imported or exported will be skipped if it already exists.
73
+ * If {@code isOverwrite} is true, the file to be imported or exported will be overwritten if it already exists.
74
+ *
75
+ */
76
+ "isOverwrite": boolean;
77
+ /**
78
+ * Total object count for scanned files for import or export as part of this sync job.
79
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
80
+ */
81
+ "totalObjectsScanned": number;
82
+ /**
83
+ * Count of total files transferred successfully.
84
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
85
+ */
86
+ "objectsTransferred": number;
87
+ /**
88
+ * Bytes transferred during the sync. This value changes while sync is still in progress.
89
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
90
+ */
91
+ "bytesTransferred": number;
92
+ /**
93
+ * Count of files or objects that failed to export or import due to errors.
94
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
95
+ */
96
+ "skippedErrorCount": number;
97
+ /**
98
+ * The date and time the job was started, expressed in
99
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
100
+ * <p>
101
+ Example: {@code 2020-07-25T21:10:29.600Z}
102
+ *
103
+ */
104
+ "timeStarted": Date;
105
+ /**
106
+ * The date and time the job finished, expressed in
107
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
108
+ * <p>
109
+ Example: {@code 2024-07-21T20:10:29.600Z}
110
+ *
111
+ */
112
+ "timeFinished"?: Date;
113
+ /**
114
+ * The path in the Lustre file system used for this Object Storage link.
115
+ * <p>
116
+ Example: {@code myFileSystem/mount/myDirectory}
117
+ *
118
+ */
119
+ "lustreFileSystemPath": string;
120
+ /**
121
+ * The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports.
122
+ * <p>
123
+ Example: {@code objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix}
124
+ *
125
+ */
126
+ "objectStoragePath": string;
127
+ }
128
+ export declare namespace SyncJobSummary {
129
+ enum JobType {
130
+ Import = "IMPORT",
131
+ Export = "EXPORT",
132
+ /**
133
+ * This value is used if a service returns a value for this enum that is not recognized by this
134
+ * version of the SDK.
135
+ */
136
+ UnknownValue = "UNKNOWN_VALUE"
137
+ }
138
+ function getJsonObj(obj: SyncJobSummary): object;
139
+ function getDeserializedJsonObj(obj: SyncJobSummary): object;
140
+ }
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage with Lustre API
4
+ * Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
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.SyncJobSummary = void 0;
16
+ var SyncJobSummary;
17
+ (function (SyncJobSummary) {
18
+ let JobType;
19
+ (function (JobType) {
20
+ JobType["Import"] = "IMPORT";
21
+ JobType["Export"] = "EXPORT";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ JobType["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(JobType = SyncJobSummary.JobType || (SyncJobSummary.JobType = {}));
28
+ function getJsonObj(obj) {
29
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
30
+ return jsonObj;
31
+ }
32
+ SyncJobSummary.getJsonObj = getJsonObj;
33
+ function getDeserializedJsonObj(obj) {
34
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
35
+ return jsonObj;
36
+ }
37
+ SyncJobSummary.getDeserializedJsonObj = getDeserializedJsonObj;
38
+ })(SyncJobSummary = exports.SyncJobSummary || (exports.SyncJobSummary = {}));
39
+ //# sourceMappingURL=sync-job-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-job-summary.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/sync-job-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+GH,IAAiB,cAAc,CAqB9B;AArBD,WAAiB,cAAc;IAC7B,IAAY,OAQX;IARD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EARW,OAAO,GAAP,sBAAO,KAAP,sBAAO,QAQlB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAqB9B"}
@@ -0,0 +1,157 @@
1
+ /**
2
+ * File Storage with Lustre API
3
+ * Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
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
+ /**
14
+ * Details associated with sync job runs.
15
+ */
16
+ export interface SyncJob {
17
+ /**
18
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the sync job.
19
+ */
20
+ "id": string;
21
+ /**
22
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
23
+ */
24
+ "parentId"?: string;
25
+ /**
26
+ * The type of the sync job.
27
+ *
28
+ */
29
+ "jobType": SyncJob.JobType;
30
+ /**
31
+ * The current state of the sync job.
32
+ *
33
+ */
34
+ "lifecycleState": SyncJob.LifecycleState;
35
+ /**
36
+ * A message that describes the current state of the sync job in more detail. For example,
37
+ * can be used to provide actionable information for a resource in the Failed state.
38
+ *
39
+ */
40
+ "lifecycleDetails"?: string;
41
+ /**
42
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
43
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
44
+ * <p>
45
+ Example: {@code {\"Department\": \"Finance\"}}
46
+ *
47
+ */
48
+ "freeformTags": {
49
+ [key: string]: string;
50
+ };
51
+ /**
52
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
53
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
54
+ * <p>
55
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
56
+ *
57
+ */
58
+ "definedTags": {
59
+ [key: string]: {
60
+ [key: string]: any;
61
+ };
62
+ };
63
+ /**
64
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
65
+ * <p>
66
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
67
+ *
68
+ */
69
+ "systemTags": {
70
+ [key: string]: {
71
+ [key: string]: any;
72
+ };
73
+ };
74
+ /**
75
+ * The flag is an identifier to tell whether this specific job run has overwrite enabled.
76
+ * If {@code isOverwrite} is false, the file to be imported or exported will be skipped if it already exists.
77
+ * If {@code isOverwrite} is true, the file to be imported or exported will be overwritten if it already exists.
78
+ *
79
+ */
80
+ "isOverwrite": boolean;
81
+ /**
82
+ * Total object count for scanned files for import or export as part of this sync job.
83
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
84
+ */
85
+ "totalObjectsScanned": number;
86
+ /**
87
+ * Count of total files that transferred successfully.
88
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
89
+ */
90
+ "objectsTransferred": number;
91
+ /**
92
+ * Bytes transferred during the sync. This value changes while the sync is still in progress.
93
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
94
+ */
95
+ "bytesTransferred": number;
96
+ /**
97
+ * Count of files or objects that failed to export or import due to errors.
98
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
99
+ */
100
+ "skippedErrorCount": number;
101
+ /**
102
+ * The date and time the job was started, expressed in
103
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
104
+ * <p>
105
+ Example: {@code 2020-07-25T21:10:29.600Z}
106
+ *
107
+ */
108
+ "timeStarted": Date;
109
+ /**
110
+ * The date and time the job finished, expressed in
111
+ * [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
112
+ * <p>
113
+ Example: {@code 2020-07-25T21:10:29.600Z}
114
+ *
115
+ */
116
+ "timeFinished"?: Date;
117
+ /**
118
+ * The path in the Lustre file system used for this Object Storage link.
119
+ * <p>
120
+ Example: {@code myFileSystem/mount/myDirectory}
121
+ *
122
+ */
123
+ "lustreFileSystemPath": string;
124
+ /**
125
+ * The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports.
126
+ * <p>
127
+ Example: {@code objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix}
128
+ *
129
+ */
130
+ "objectStoragePath": string;
131
+ }
132
+ export declare namespace SyncJob {
133
+ enum JobType {
134
+ Import = "IMPORT",
135
+ Export = "EXPORT",
136
+ /**
137
+ * This value is used if a service returns a value for this enum that is not recognized by this
138
+ * version of the SDK.
139
+ */
140
+ UnknownValue = "UNKNOWN_VALUE"
141
+ }
142
+ enum LifecycleState {
143
+ InProgress = "IN_PROGRESS",
144
+ Succeeded = "SUCCEEDED",
145
+ Canceling = "CANCELING",
146
+ Canceled = "CANCELED",
147
+ Failed = "FAILED",
148
+ Failing = "FAILING",
149
+ /**
150
+ * This value is used if a service returns a value for this enum that is not recognized by this
151
+ * version of the SDK.
152
+ */
153
+ UnknownValue = "UNKNOWN_VALUE"
154
+ }
155
+ function getJsonObj(obj: SyncJob): object;
156
+ function getDeserializedJsonObj(obj: SyncJob): object;
157
+ }
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage with Lustre API
4
+ * Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
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.SyncJob = void 0;
16
+ var SyncJob;
17
+ (function (SyncJob) {
18
+ let JobType;
19
+ (function (JobType) {
20
+ JobType["Import"] = "IMPORT";
21
+ JobType["Export"] = "EXPORT";
22
+ /**
23
+ * This value is used if a service returns a value for this enum that is not recognized by this
24
+ * version of the SDK.
25
+ */
26
+ JobType["UnknownValue"] = "UNKNOWN_VALUE";
27
+ })(JobType = SyncJob.JobType || (SyncJob.JobType = {}));
28
+ let LifecycleState;
29
+ (function (LifecycleState) {
30
+ LifecycleState["InProgress"] = "IN_PROGRESS";
31
+ LifecycleState["Succeeded"] = "SUCCEEDED";
32
+ LifecycleState["Canceling"] = "CANCELING";
33
+ LifecycleState["Canceled"] = "CANCELED";
34
+ LifecycleState["Failed"] = "FAILED";
35
+ LifecycleState["Failing"] = "FAILING";
36
+ /**
37
+ * This value is used if a service returns a value for this enum that is not recognized by this
38
+ * version of the SDK.
39
+ */
40
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
41
+ })(LifecycleState = SyncJob.LifecycleState || (SyncJob.LifecycleState = {}));
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
44
+ return jsonObj;
45
+ }
46
+ SyncJob.getJsonObj = getJsonObj;
47
+ function getDeserializedJsonObj(obj) {
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
49
+ return jsonObj;
50
+ }
51
+ SyncJob.getDeserializedJsonObj = getDeserializedJsonObj;
52
+ })(SyncJob = exports.SyncJob || (exports.SyncJob = {}));
53
+ //# sourceMappingURL=sync-job.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sync-job.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/sync-job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmHH,IAAiB,OAAO,CAmCvB;AAnCD,WAAiB,OAAO;IACtB,IAAY,OAQX;IARD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,4BAAiB,CAAA;QACjB;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EARW,OAAO,GAAP,eAAO,KAAP,eAAO,QAQlB;IAED,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,4CAA0B,CAAA;QAC1B,yCAAuB,CAAA;QACvB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAnCgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAmCvB"}
@@ -0,0 +1,58 @@
1
+ /**
2
+ * File Storage with Lustre API
3
+ * Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
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
+ /**
14
+ * The data to update an Object Storage link.
15
+ */
16
+ export interface UpdateObjectStorageLinkDetails {
17
+ /**
18
+ * A user-friendly name. It does not have to be unique, and it is changeable.
19
+ * Avoid entering confidential information.
20
+ * <p>
21
+ Example: {@code My Object Storage Link}
22
+ *
23
+ */
24
+ "displayName"?: string;
25
+ /**
26
+ * The flag is an identifier to tell whether the job run has overwrite enabled.
27
+ * If {@code isOverwrite} is false, the file to be imported or exported will be skipped if it already exists.
28
+ * If {@code isOverwrite} is true, the file to be imported or exported will be overwritten if it already exists.
29
+ *
30
+ */
31
+ "isOverwrite"?: boolean;
32
+ /**
33
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
34
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
35
+ * <p>
36
+ Example: {@code {\"Department\": \"Finance\"}}
37
+ *
38
+ */
39
+ "freeformTags"?: {
40
+ [key: string]: string;
41
+ };
42
+ /**
43
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
44
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
45
+ * <p>
46
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
47
+ *
48
+ */
49
+ "definedTags"?: {
50
+ [key: string]: {
51
+ [key: string]: any;
52
+ };
53
+ };
54
+ }
55
+ export declare namespace UpdateObjectStorageLinkDetails {
56
+ function getJsonObj(obj: UpdateObjectStorageLinkDetails): object;
57
+ function getDeserializedJsonObj(obj: UpdateObjectStorageLinkDetails): object;
58
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * File Storage with Lustre API
4
+ * Use the File Storage with Lustre API to manage Lustre file systems and related resources. For more information, see [File Storage with Lustre](https://docs.oracle.com/iaas/Content/lustre/home.htm).
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.UpdateObjectStorageLinkDetails = void 0;
16
+ var UpdateObjectStorageLinkDetails;
17
+ (function (UpdateObjectStorageLinkDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ UpdateObjectStorageLinkDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ UpdateObjectStorageLinkDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(UpdateObjectStorageLinkDetails = exports.UpdateObjectStorageLinkDetails || (exports.UpdateObjectStorageLinkDetails = {}));
29
+ //# sourceMappingURL=update-object-storage-link-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-object-storage-link-details.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/update-object-storage-link-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0CH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -0,0 +1,52 @@
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/ChangeObjectStorageLinkCompartment.ts.html |here} to see how to use ChangeObjectStorageLinkCompartmentRequest.
17
+ */
18
+ export interface ChangeObjectStorageLinkCompartmentRequest 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
+ "changeObjectStorageLinkCompartmentDetails": model.ChangeObjectStorageLinkCompartmentDetails;
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
+ /**
44
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
45
+ * server error without risk of running that same action again. Retry tokens expire after 24
46
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
47
+ * has been deleted and removed from the system, then a retry of the original creation request
48
+ * might be rejected.
49
+ *
50
+ */
51
+ "opcRetryToken"?: string;
52
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-object-storage-link-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/request/change-object-storage-link-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}