oci-lustrefilestorage 2.106.2
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.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +204 -0
- package/lib/client.js +944 -0
- package/lib/client.js.map +1 -0
- package/lib/lustrefilestorage-waiter.d.ts +36 -0
- package/lib/lustrefilestorage-waiter.js +76 -0
- package/lib/lustrefilestorage-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-lustre-file-system-compartment-details.d.ts +26 -0
- package/lib/model/change-lustre-file-system-compartment-details.js +29 -0
- package/lib/model/change-lustre-file-system-compartment-details.js.map +1 -0
- package/lib/model/create-lustre-file-system-details.d.ts +113 -0
- package/lib/model/create-lustre-file-system-details.js +64 -0
- package/lib/model/create-lustre-file-system-details.js.map +1 -0
- package/lib/model/index.d.ts +52 -0
- package/lib/model/index.js +75 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/lustre-file-system-collection.d.ts +26 -0
- package/lib/model/lustre-file-system-collection.js +61 -0
- package/lib/model/lustre-file-system-collection.js.map +1 -0
- package/lib/model/lustre-file-system-summary.d.ts +188 -0
- package/lib/model/lustre-file-system-summary.js +69 -0
- package/lib/model/lustre-file-system-summary.js.map +1 -0
- package/lib/model/lustre-file-system.d.ts +206 -0
- package/lib/model/lustre-file-system.js +90 -0
- package/lib/model/lustre-file-system.js.map +1 -0
- package/lib/model/maintenance-window.d.ts +47 -0
- package/lib/model/maintenance-window.js +44 -0
- package/lib/model/maintenance-window.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +30 -0
- package/lib/model/operation-type.js +41 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/root-squash-configuration.d.ts +57 -0
- package/lib/model/root-squash-configuration.js +39 -0
- package/lib/model/root-squash-configuration.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-lustre-file-system-details.d.ts +76 -0
- package/lib/model/update-lustre-file-system-details.js +57 -0
- package/lib/model/update-lustre-file-system-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-lustre-file-system-compartment-request.d.ts +43 -0
- package/lib/request/change-lustre-file-system-compartment-request.js +15 -0
- package/lib/request/change-lustre-file-system-compartment-request.js.map +1 -0
- package/lib/request/create-lustre-file-system-request.d.ts +40 -0
- package/lib/request/create-lustre-file-system-request.js +15 -0
- package/lib/request/create-lustre-file-system-request.js.map +1 -0
- package/lib/request/delete-lustre-file-system-request.d.ts +38 -0
- package/lib/request/delete-lustre-file-system-request.js +15 -0
- package/lib/request/delete-lustre-file-system-request.js.map +1 -0
- package/lib/request/get-lustre-file-system-request.d.ts +30 -0
- package/lib/request/get-lustre-file-system-request.js +15 -0
- package/lib/request/get-lustre-file-system-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +34 -0
- package/lib/request/index.js +43 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-lustre-file-systems-request.d.ts +82 -0
- package/lib/request/list-lustre-file-systems-request.js +24 -0
- package/lib/request/list-lustre-file-systems-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +71 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-lustre-file-system-request.d.ts +43 -0
- package/lib/request/update-lustre-file-system-request.js +15 -0
- package/lib/request/update-lustre-file-system-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-lustre-file-system-compartment-response.d.ts +26 -0
- package/lib/response/change-lustre-file-system-compartment-response.js +15 -0
- package/lib/response/change-lustre-file-system-compartment-response.js.map +1 -0
- package/lib/response/create-lustre-file-system-response.d.ts +44 -0
- package/lib/response/create-lustre-file-system-response.js +15 -0
- package/lib/response/create-lustre-file-system-response.js.map +1 -0
- package/lib/response/delete-lustre-file-system-response.d.ts +26 -0
- package/lib/response/delete-lustre-file-system-response.js +15 -0
- package/lib/response/delete-lustre-file-system-response.js.map +1 -0
- package/lib/response/get-lustre-file-system-response.d.ts +30 -0
- package/lib/response/get-lustre-file-system-response.js +15 -0
- package/lib/response/get-lustre-file-system-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +34 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-lustre-file-systems-response.d.ts +31 -0
- package/lib/response/list-lustre-file-systems-response.js +15 -0
- package/lib/response/list-lustre-file-systems-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-lustre-file-system-response.d.ts +26 -0
- package/lib/response/update-lustre-file-system-response.js +15 -0
- package/lib/response/update-lustre-file-system-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,47 @@
|
|
|
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 preferred day and time to perform maintenance.
|
|
15
|
+
*/
|
|
16
|
+
export interface MaintenanceWindow {
|
|
17
|
+
/**
|
|
18
|
+
* Day of the week when the maintainence window starts.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"dayOfWeek"?: MaintenanceWindow.DayOfWeek;
|
|
22
|
+
/**
|
|
23
|
+
* The time to start the maintenance window. The format is 'HH:MM', 'HH:MM' represents the time in UTC.
|
|
24
|
+
* <p>
|
|
25
|
+
Example: {@code 22:00}
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"timeStart"?: string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace MaintenanceWindow {
|
|
31
|
+
enum DayOfWeek {
|
|
32
|
+
Monday = "MONDAY",
|
|
33
|
+
Tuesday = "TUESDAY",
|
|
34
|
+
Wednesday = "WEDNESDAY",
|
|
35
|
+
Thursday = "THURSDAY",
|
|
36
|
+
Friday = "FRIDAY",
|
|
37
|
+
Saturday = "SATURDAY",
|
|
38
|
+
Sunday = "SUNDAY",
|
|
39
|
+
/**
|
|
40
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
41
|
+
* version of the SDK.
|
|
42
|
+
*/
|
|
43
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
44
|
+
}
|
|
45
|
+
function getJsonObj(obj: MaintenanceWindow): object;
|
|
46
|
+
function getDeserializedJsonObj(obj: MaintenanceWindow): object;
|
|
47
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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.MaintenanceWindow = void 0;
|
|
16
|
+
var MaintenanceWindow;
|
|
17
|
+
(function (MaintenanceWindow) {
|
|
18
|
+
let DayOfWeek;
|
|
19
|
+
(function (DayOfWeek) {
|
|
20
|
+
DayOfWeek["Monday"] = "MONDAY";
|
|
21
|
+
DayOfWeek["Tuesday"] = "TUESDAY";
|
|
22
|
+
DayOfWeek["Wednesday"] = "WEDNESDAY";
|
|
23
|
+
DayOfWeek["Thursday"] = "THURSDAY";
|
|
24
|
+
DayOfWeek["Friday"] = "FRIDAY";
|
|
25
|
+
DayOfWeek["Saturday"] = "SATURDAY";
|
|
26
|
+
DayOfWeek["Sunday"] = "SUNDAY";
|
|
27
|
+
/**
|
|
28
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
29
|
+
* version of the SDK.
|
|
30
|
+
*/
|
|
31
|
+
DayOfWeek["UnknownValue"] = "UNKNOWN_VALUE";
|
|
32
|
+
})(DayOfWeek = MaintenanceWindow.DayOfWeek || (MaintenanceWindow.DayOfWeek = {}));
|
|
33
|
+
function getJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
MaintenanceWindow.getJsonObj = getJsonObj;
|
|
38
|
+
function getDeserializedJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
MaintenanceWindow.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
43
|
+
})(MaintenanceWindow = exports.MaintenanceWindow || (exports.MaintenanceWindow = {}));
|
|
44
|
+
//# sourceMappingURL=maintenance-window.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maintenance-window.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/maintenance-window.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,iBAAiB,CA0BjC;AA1BD,WAAiB,iBAAiB;IAChC,IAAY,SAaX;IAbD,WAAY,SAAS;QACnB,8BAAiB,CAAA;QACjB,gCAAmB,CAAA;QACnB,oCAAuB,CAAA;QACvB,kCAAqB,CAAA;QACrB,8BAAiB,CAAA;QACjB,kCAAqB,CAAA;QACrB,8BAAiB,CAAA;QACjB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAbW,SAAS,GAAT,2BAAS,KAAT,2BAAS,QAapB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EA1BgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA0BjC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 status of the work request.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum OperationStatus {
|
|
17
|
+
Accepted = "ACCEPTED",
|
|
18
|
+
InProgress = "IN_PROGRESS",
|
|
19
|
+
Waiting = "WAITING",
|
|
20
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
21
|
+
Failed = "FAILED",
|
|
22
|
+
Succeeded = "SUCCEEDED",
|
|
23
|
+
Canceling = "CANCELING",
|
|
24
|
+
Canceled = "CANCELED",
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
30
|
+
}
|
|
31
|
+
export declare namespace OperationStatus {
|
|
32
|
+
function getJsonObj(obj: OperationStatus): OperationStatus;
|
|
33
|
+
function getDeserializedJsonObj(obj: OperationStatus): OperationStatus;
|
|
34
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.OperationStatus = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The status of the work request.
|
|
18
|
+
**/
|
|
19
|
+
var OperationStatus;
|
|
20
|
+
(function (OperationStatus) {
|
|
21
|
+
OperationStatus["Accepted"] = "ACCEPTED";
|
|
22
|
+
OperationStatus["InProgress"] = "IN_PROGRESS";
|
|
23
|
+
OperationStatus["Waiting"] = "WAITING";
|
|
24
|
+
OperationStatus["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
25
|
+
OperationStatus["Failed"] = "FAILED";
|
|
26
|
+
OperationStatus["Succeeded"] = "SUCCEEDED";
|
|
27
|
+
OperationStatus["Canceling"] = "CANCELING";
|
|
28
|
+
OperationStatus["Canceled"] = "CANCELED";
|
|
29
|
+
/**
|
|
30
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
|
+
* version of the SDK.
|
|
32
|
+
*/
|
|
33
|
+
OperationStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
34
|
+
})(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
|
|
35
|
+
(function (OperationStatus) {
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
OperationStatus.getJsonObj = getJsonObj;
|
|
40
|
+
function getDeserializedJsonObj(obj) {
|
|
41
|
+
return obj;
|
|
42
|
+
}
|
|
43
|
+
OperationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
44
|
+
})(OperationStatus = exports.OperationStatus || (exports.OperationStatus = {}));
|
|
45
|
+
//# sourceMappingURL=operation-status.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,qDAAkC,CAAA;IAClC,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAfW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAe1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 asynchronous operation tracked by the work request.
|
|
15
|
+
**/
|
|
16
|
+
export declare enum OperationType {
|
|
17
|
+
CreateLustreFileSystem = "CREATE_LUSTRE_FILE_SYSTEM",
|
|
18
|
+
UpdateLustreFileSystem = "UPDATE_LUSTRE_FILE_SYSTEM",
|
|
19
|
+
DeleteLustreFileSystem = "DELETE_LUSTRE_FILE_SYSTEM",
|
|
20
|
+
MoveLustreFileSystem = "MOVE_LUSTRE_FILE_SYSTEM",
|
|
21
|
+
/**
|
|
22
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
|
+
* version of the SDK.
|
|
24
|
+
*/
|
|
25
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
26
|
+
}
|
|
27
|
+
export declare namespace OperationType {
|
|
28
|
+
function getJsonObj(obj: OperationType): OperationType;
|
|
29
|
+
function getDeserializedJsonObj(obj: OperationType): OperationType;
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.OperationType = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The asynchronous operation tracked by the work request.
|
|
18
|
+
**/
|
|
19
|
+
var OperationType;
|
|
20
|
+
(function (OperationType) {
|
|
21
|
+
OperationType["CreateLustreFileSystem"] = "CREATE_LUSTRE_FILE_SYSTEM";
|
|
22
|
+
OperationType["UpdateLustreFileSystem"] = "UPDATE_LUSTRE_FILE_SYSTEM";
|
|
23
|
+
OperationType["DeleteLustreFileSystem"] = "DELETE_LUSTRE_FILE_SYSTEM";
|
|
24
|
+
OperationType["MoveLustreFileSystem"] = "MOVE_LUSTRE_FILE_SYSTEM";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
OperationType["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(OperationType = exports.OperationType || (exports.OperationType = {}));
|
|
31
|
+
(function (OperationType) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
OperationType.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
OperationType.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(OperationType = exports.OperationType || (exports.OperationType = {}));
|
|
41
|
+
//# sourceMappingURL=operation-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAWX;AAXD,WAAY,aAAa;IACvB,qEAAoD,CAAA;IACpD,qEAAoD,CAAA;IACpD,qEAAoD,CAAA;IACpD,iEAAgD,CAAA;IAEhD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAXW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAWxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
* An administrative feature that allows you to restrict root level access from clients that try to access your Lustre file system as root.
|
|
15
|
+
*/
|
|
16
|
+
export interface RootSquashConfiguration {
|
|
17
|
+
/**
|
|
18
|
+
* Used when clients accessing the Lustre file system have their UID and GID remapped to
|
|
19
|
+
* {@code squashUid} and {@code squashGid}. If {@code ROOT}, only the root user and group (UID/GID 0) are remapped;
|
|
20
|
+
* if {@code NONE}, no remapping is done. If unspecified, defaults to {@code NONE}.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"identitySquash"?: RootSquashConfiguration.IdentitySquash;
|
|
24
|
+
/**
|
|
25
|
+
* The UID value to remap to when squashing a client UID. See
|
|
26
|
+
* {@code identitySquash} for more details. If unspecified, defaults
|
|
27
|
+
* to {@code 65534}.
|
|
28
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
29
|
+
*/
|
|
30
|
+
"squashUid"?: number;
|
|
31
|
+
/**
|
|
32
|
+
* The GID value to remap to when squashing a client GID. See
|
|
33
|
+
* {@code identitySquash} for more details. If unspecified, defaults
|
|
34
|
+
* to {@code 65534}.
|
|
35
|
+
* Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
36
|
+
*/
|
|
37
|
+
"squashGid"?: number;
|
|
38
|
+
/**
|
|
39
|
+
* A list of NIDs allowed with this lustre file system not to be squashed.
|
|
40
|
+
* A maximum of 10 is allowed.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"clientExceptions"?: Array<string>;
|
|
44
|
+
}
|
|
45
|
+
export declare namespace RootSquashConfiguration {
|
|
46
|
+
enum IdentitySquash {
|
|
47
|
+
None = "NONE",
|
|
48
|
+
Root = "ROOT",
|
|
49
|
+
/**
|
|
50
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
51
|
+
* version of the SDK.
|
|
52
|
+
*/
|
|
53
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
54
|
+
}
|
|
55
|
+
function getJsonObj(obj: RootSquashConfiguration): object;
|
|
56
|
+
function getDeserializedJsonObj(obj: RootSquashConfiguration): object;
|
|
57
|
+
}
|
|
@@ -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.RootSquashConfiguration = void 0;
|
|
16
|
+
var RootSquashConfiguration;
|
|
17
|
+
(function (RootSquashConfiguration) {
|
|
18
|
+
let IdentitySquash;
|
|
19
|
+
(function (IdentitySquash) {
|
|
20
|
+
IdentitySquash["None"] = "NONE";
|
|
21
|
+
IdentitySquash["Root"] = "ROOT";
|
|
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
|
+
IdentitySquash["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(IdentitySquash = RootSquashConfiguration.IdentitySquash || (RootSquashConfiguration.IdentitySquash = {}));
|
|
28
|
+
function getJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
RootSquashConfiguration.getJsonObj = getJsonObj;
|
|
33
|
+
function getDeserializedJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
RootSquashConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(RootSquashConfiguration = exports.RootSquashConfiguration || (exports.RootSquashConfiguration = {}));
|
|
39
|
+
//# sourceMappingURL=root-squash-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"root-squash-configuration.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/root-squash-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsCH,IAAiB,uBAAuB,CAqBvC;AArBD,WAAiB,uBAAuB;IACtC,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,+BAAa,CAAA;QACb,+BAAa,CAAA;QACb;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAqBvC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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 sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
|
|
15
|
+
* sort order is case sensitive.
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare enum SortOrder {
|
|
19
|
+
Asc = "ASC",
|
|
20
|
+
Desc = "DESC",
|
|
21
|
+
/**
|
|
22
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
|
+
* version of the SDK.
|
|
24
|
+
*/
|
|
25
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
26
|
+
}
|
|
27
|
+
export declare namespace SortOrder {
|
|
28
|
+
function getJsonObj(obj: SortOrder): SortOrder;
|
|
29
|
+
function getDeserializedJsonObj(obj: SortOrder): SortOrder;
|
|
30
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.SortOrder = void 0;
|
|
16
|
+
/**
|
|
17
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The {@code displayName}
|
|
18
|
+
* sort order is case sensitive.
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
var SortOrder;
|
|
22
|
+
(function (SortOrder) {
|
|
23
|
+
SortOrder["Asc"] = "ASC";
|
|
24
|
+
SortOrder["Desc"] = "DESC";
|
|
25
|
+
/**
|
|
26
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
|
+
* version of the SDK.
|
|
28
|
+
*/
|
|
29
|
+
SortOrder["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
31
|
+
(function (SortOrder) {
|
|
32
|
+
function getJsonObj(obj) {
|
|
33
|
+
return obj;
|
|
34
|
+
}
|
|
35
|
+
SortOrder.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
40
|
+
})(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
|
|
41
|
+
//# sourceMappingURL=sort-order.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;IAII;AACJ,IAAY,SASX;AATD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;IAEb;;;OAGG;IACH,2CAA8B,CAAA;AAChC,CAAC,EATW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QASpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
|
|
@@ -0,0 +1,76 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The data to update a Lustre file system.
|
|
16
|
+
*/
|
|
17
|
+
export interface UpdateLustreFileSystemDetails {
|
|
18
|
+
/**
|
|
19
|
+
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
20
|
+
* Avoid entering confidential information.
|
|
21
|
+
* <p>
|
|
22
|
+
Example: {@code My Lustre file system}
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"displayName"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Short description of the Lustre file system.
|
|
28
|
+
* Avoid entering confidential information.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"fileSystemDescription"?: string;
|
|
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
|
+
* A list of Network Security Group [OCIDs](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with this lustre file system.
|
|
56
|
+
* A maximum of 5 is allowed.
|
|
57
|
+
* Setting this to an empty array after the list is created removes the lustre file system from all NSGs.
|
|
58
|
+
* For more information about NSGs, see [Security Rules](https://docs.oracle.com/iaas/Content/Network/Concepts/securityrules.htm).
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"nsgIds"?: Array<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KMS key used to encrypt the encryption keys associated with this file system.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"kmsKeyId"?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Capacity of the Lustre file system in GB. You can increase capacity only in multiples of 5 TB. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
69
|
+
*/
|
|
70
|
+
"capacityInGBs"?: number;
|
|
71
|
+
"rootSquashConfiguration"?: model.RootSquashConfiguration;
|
|
72
|
+
}
|
|
73
|
+
export declare namespace UpdateLustreFileSystemDetails {
|
|
74
|
+
function getJsonObj(obj: UpdateLustreFileSystemDetails): object;
|
|
75
|
+
function getDeserializedJsonObj(obj: UpdateLustreFileSystemDetails): object;
|
|
76
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
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.UpdateLustreFileSystemDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var UpdateLustreFileSystemDetails;
|
|
37
|
+
(function (UpdateLustreFileSystemDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"rootSquashConfiguration": obj.rootSquashConfiguration
|
|
41
|
+
? model.RootSquashConfiguration.getJsonObj(obj.rootSquashConfiguration)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
UpdateLustreFileSystemDetails.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"rootSquashConfiguration": obj.rootSquashConfiguration
|
|
50
|
+
? model.RootSquashConfiguration.getDeserializedJsonObj(obj.rootSquashConfiguration)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
UpdateLustreFileSystemDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(UpdateLustreFileSystemDetails = exports.UpdateLustreFileSystemDetails || (exports.UpdateLustreFileSystemDetails = {}));
|
|
57
|
+
//# sourceMappingURL=update-lustre-file-system-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-lustre-file-system-details.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/update-lustre-file-system-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyDlC,IAAiB,6BAA6B,CAyB7C;AAzBD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACvE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACnF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAyB7C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* A list of work request errors. Can contain both errors and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestErrorCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A list of work request errors.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.WorkRequestError>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace WorkRequestErrorCollection {
|
|
24
|
+
function getJsonObj(obj: WorkRequestErrorCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: WorkRequestErrorCollection): object;
|
|
26
|
+
}
|