oci-lustrefilestorage 2.119.1 → 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.
- package/lib/client.d.ts +122 -0
- package/lib/client.js +930 -140
- package/lib/client.js.map +1 -1
- package/lib/lustrefilestorage-waiter.d.ts +16 -0
- package/lib/lustrefilestorage-waiter.js +24 -0
- package/lib/lustrefilestorage-waiter.js.map +1 -1
- package/lib/model/change-object-storage-link-compartment-details.d.ts +26 -0
- package/lib/model/change-object-storage-link-compartment-details.js +29 -0
- package/lib/model/change-object-storage-link-compartment-details.js.map +1 -0
- package/lib/model/cluster-placement-group.d.ts +25 -0
- package/lib/model/cluster-placement-group.js +29 -0
- package/lib/model/cluster-placement-group.js.map +1 -0
- package/lib/model/create-object-storage-link-details.d.ts +89 -0
- package/lib/model/create-object-storage-link-details.js +29 -0
- package/lib/model/create-object-storage-link-details.js.map +1 -0
- package/lib/model/index.d.ts +24 -0
- package/lib/model/index.js +25 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/network-security-group.d.ts +29 -0
- package/lib/model/network-security-group.js +29 -0
- package/lib/model/network-security-group.js.map +1 -0
- package/lib/model/object-storage-link-collection.d.ts +26 -0
- package/lib/model/object-storage-link-collection.js +61 -0
- package/lib/model/object-storage-link-collection.js.map +1 -0
- package/lib/model/object-storage-link-summary.d.ts +137 -0
- package/lib/model/object-storage-link-summary.js +29 -0
- package/lib/model/object-storage-link-summary.js.map +1 -0
- package/lib/model/object-storage-link.d.ts +156 -0
- package/lib/model/object-storage-link.js +42 -0
- package/lib/model/object-storage-link.js.map +1 -0
- package/lib/model/operation-type.d.ts +1 -0
- package/lib/model/operation-type.js +1 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/subnet.d.ts +25 -0
- package/lib/model/subnet.js +29 -0
- package/lib/model/subnet.js.map +1 -0
- package/lib/model/sync-job-collection.d.ts +26 -0
- package/lib/model/sync-job-collection.js +61 -0
- package/lib/model/sync-job-collection.js.map +1 -0
- package/lib/model/sync-job-summary.d.ts +140 -0
- package/lib/model/sync-job-summary.js +39 -0
- package/lib/model/sync-job-summary.js.map +1 -0
- package/lib/model/sync-job.d.ts +157 -0
- package/lib/model/sync-job.js +53 -0
- package/lib/model/sync-job.js.map +1 -0
- package/lib/model/update-object-storage-link-details.d.ts +58 -0
- package/lib/model/update-object-storage-link-details.js +29 -0
- package/lib/model/update-object-storage-link-details.js.map +1 -0
- package/lib/request/change-object-storage-link-compartment-request.d.ts +52 -0
- package/lib/request/change-object-storage-link-compartment-request.js +15 -0
- package/lib/request/change-object-storage-link-compartment-request.js.map +1 -0
- package/lib/request/create-object-storage-link-request.d.ts +40 -0
- package/lib/request/create-object-storage-link-request.js +15 -0
- package/lib/request/create-object-storage-link-request.js.map +1 -0
- package/lib/request/delete-object-storage-link-request.d.ts +38 -0
- package/lib/request/delete-object-storage-link-request.js +15 -0
- package/lib/request/delete-object-storage-link-request.js.map +1 -0
- package/lib/request/get-object-storage-link-request.d.ts +30 -0
- package/lib/request/get-object-storage-link-request.js +15 -0
- package/lib/request/get-object-storage-link-request.js.map +1 -0
- package/lib/request/get-sync-job-request.d.ts +42 -0
- package/lib/request/get-sync-job-request.js +15 -0
- package/lib/request/get-sync-job-request.js.map +1 -0
- package/lib/request/index.d.ts +24 -0
- package/lib/request/index.js +5 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-object-storage-links-request.d.ts +86 -0
- package/lib/request/list-object-storage-links-request.js +24 -0
- package/lib/request/list-object-storage-links-request.js.map +1 -0
- package/lib/request/list-sync-jobs-request.d.ts +74 -0
- package/lib/request/list-sync-jobs-request.js +23 -0
- package/lib/request/list-sync-jobs-request.js.map +1 -0
- package/lib/request/start-export-to-object-request.d.ts +47 -0
- package/lib/request/start-export-to-object-request.js +15 -0
- package/lib/request/start-export-to-object-request.js.map +1 -0
- package/lib/request/start-import-from-object-request.d.ts +47 -0
- package/lib/request/start-import-from-object-request.js +15 -0
- package/lib/request/start-import-from-object-request.js.map +1 -0
- package/lib/request/stop-export-to-object-request.d.ts +47 -0
- package/lib/request/stop-export-to-object-request.js +15 -0
- package/lib/request/stop-export-to-object-request.js.map +1 -0
- package/lib/request/stop-import-from-object-request.d.ts +47 -0
- package/lib/request/stop-import-from-object-request.js +15 -0
- package/lib/request/stop-import-from-object-request.js.map +1 -0
- package/lib/request/update-object-storage-link-request.d.ts +43 -0
- package/lib/request/update-object-storage-link-request.js +15 -0
- package/lib/request/update-object-storage-link-request.js.map +1 -0
- package/lib/response/change-object-storage-link-compartment-response.d.ts +30 -0
- package/lib/response/change-object-storage-link-compartment-response.js +15 -0
- package/lib/response/change-object-storage-link-compartment-response.js.map +1 -0
- package/lib/response/create-object-storage-link-response.d.ts +38 -0
- package/lib/response/create-object-storage-link-response.js +15 -0
- package/lib/response/create-object-storage-link-response.js.map +1 -0
- package/lib/response/delete-object-storage-link-response.d.ts +26 -0
- package/lib/response/delete-object-storage-link-response.js +15 -0
- package/lib/response/delete-object-storage-link-response.js.map +1 -0
- package/lib/response/get-object-storage-link-response.d.ts +30 -0
- package/lib/response/get-object-storage-link-response.js +15 -0
- package/lib/response/get-object-storage-link-response.js.map +1 -0
- package/lib/response/get-sync-job-response.d.ts +30 -0
- package/lib/response/get-sync-job-response.js +15 -0
- package/lib/response/get-sync-job-response.js.map +1 -0
- package/lib/response/index.d.ts +24 -0
- package/lib/response/list-object-storage-links-response.d.ts +31 -0
- package/lib/response/list-object-storage-links-response.js +15 -0
- package/lib/response/list-object-storage-links-response.js.map +1 -0
- package/lib/response/list-sync-jobs-response.d.ts +31 -0
- package/lib/response/list-sync-jobs-response.js +15 -0
- package/lib/response/list-sync-jobs-response.js.map +1 -0
- package/lib/response/start-export-to-object-response.d.ts +30 -0
- package/lib/response/start-export-to-object-response.js +15 -0
- package/lib/response/start-export-to-object-response.js.map +1 -0
- package/lib/response/start-import-from-object-response.d.ts +30 -0
- package/lib/response/start-import-from-object-response.js +15 -0
- package/lib/response/start-import-from-object-response.js.map +1 -0
- package/lib/response/stop-export-to-object-response.d.ts +20 -0
- package/lib/response/stop-export-to-object-response.js +15 -0
- package/lib/response/stop-export-to-object-response.js.map +1 -0
- package/lib/response/stop-import-from-object-response.d.ts +20 -0
- package/lib/response/stop-import-from-object-response.js +15 -0
- package/lib/response/stop-import-from-object-response.js.map +1 -0
- package/lib/response/update-object-storage-link-response.d.ts +30 -0
- package/lib/response/update-object-storage-link-response.js +15 -0
- package/lib/response/update-object-storage-link-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -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.NetworkSecurityGroup = void 0;
|
|
16
|
+
var NetworkSecurityGroup;
|
|
17
|
+
(function (NetworkSecurityGroup) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
NetworkSecurityGroup.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
NetworkSecurityGroup.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(NetworkSecurityGroup = exports.NetworkSecurityGroup || (exports.NetworkSecurityGroup = {}));
|
|
29
|
+
//# sourceMappingURL=network-security-group.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"network-security-group.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/network-security-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,oBAAoB,CAWpC;AAXD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAWpC"}
|
|
@@ -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
|
+
* Results of a Object Storage link search. Contains both ObjectStorageLinkSummary items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface ObjectStorageLinkCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of Object Storage links.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.ObjectStorageLinkSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace ObjectStorageLinkCollection {
|
|
24
|
+
function getJsonObj(obj: ObjectStorageLinkCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: ObjectStorageLinkCollection): object;
|
|
26
|
+
}
|
|
@@ -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.ObjectStorageLinkCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ObjectStorageLinkCollection;
|
|
37
|
+
(function (ObjectStorageLinkCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.ObjectStorageLinkSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ObjectStorageLinkCollection.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.ObjectStorageLinkSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ObjectStorageLinkCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ObjectStorageLinkCollection = exports.ObjectStorageLinkCollection || (exports.ObjectStorageLinkCollection = {}));
|
|
61
|
+
//# sourceMappingURL=object-storage-link-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-link-collection.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/object-storage-link-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,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,wBAAwB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,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,wBAAwB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
|
|
@@ -0,0 +1,137 @@
|
|
|
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 about a Object Storage link.
|
|
15
|
+
*/
|
|
16
|
+
export interface ObjectStorageLinkSummary {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Object Storage link.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Lustre file system.
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The availability domain the file system is in. May be unset
|
|
27
|
+
* as a blank or NULL value.
|
|
28
|
+
* <p>
|
|
29
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"availabilityDomain": string;
|
|
33
|
+
/**
|
|
34
|
+
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
35
|
+
* Avoid entering confidential information.
|
|
36
|
+
* <p>
|
|
37
|
+
Example: {@code My Object Storage Link}
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"displayName": string;
|
|
41
|
+
/**
|
|
42
|
+
* The date and time the Lustre file system was created, expressed
|
|
43
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
44
|
+
* <p>
|
|
45
|
+
Example: {@code 2024-04-25T21:10:29.600Z}
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"timeCreated": Date;
|
|
49
|
+
/**
|
|
50
|
+
* The date and time the ObjectStorageLink was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
51
|
+
* <p>
|
|
52
|
+
Example: {@code 2024-04-25T21:10:29.600Z}
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"timeUpdated": Date;
|
|
56
|
+
/**
|
|
57
|
+
* The current state of the ObjectStorageLink.
|
|
58
|
+
*/
|
|
59
|
+
"lifecycleState": string;
|
|
60
|
+
/**
|
|
61
|
+
* A message that describes the current state of the Object Storage link in more detail. For example,
|
|
62
|
+
* can be used to provide actionable information for a resource in the Failed state.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"lifecycleDetails"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
68
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
|
+
* <p>
|
|
70
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"freeformTags": {
|
|
74
|
+
[key: string]: string;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
78
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
79
|
+
* <p>
|
|
80
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"definedTags": {
|
|
84
|
+
[key: string]: {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
90
|
+
* <p>
|
|
91
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
"systemTags": {
|
|
95
|
+
[key: string]: {
|
|
96
|
+
[key: string]: any;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated lustre file system.
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
"lustreFileSystemId": string;
|
|
104
|
+
/**
|
|
105
|
+
* The path in the Lustre file system used for this Object Storage link.
|
|
106
|
+
* <p>
|
|
107
|
+
Example: {@code myFileSystem/mount/myDirectory}
|
|
108
|
+
*
|
|
109
|
+
*/
|
|
110
|
+
"fileSystemPath": string;
|
|
111
|
+
/**
|
|
112
|
+
* The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports.
|
|
113
|
+
* <p>
|
|
114
|
+
Example: {@code objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix}
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
"objectStoragePrefix": string;
|
|
118
|
+
/**
|
|
119
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of currently running sync job. If no sync job is running then this will be empty.
|
|
120
|
+
*/
|
|
121
|
+
"currentJobId"?: string;
|
|
122
|
+
/**
|
|
123
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last succeeded sync job. If no sync job has previously run then this will be empty.
|
|
124
|
+
*/
|
|
125
|
+
"lastJobId"?: string;
|
|
126
|
+
/**
|
|
127
|
+
* The flag is an identifier to tell whether the job run has overwrite enabled.
|
|
128
|
+
* If {@code isOverwrite} is false, the file to be imported or exported will be skipped if it already exists.
|
|
129
|
+
* If {@code isOverwrite} is true, the file to be imported or exported will be overwritten if it already exists.
|
|
130
|
+
*
|
|
131
|
+
*/
|
|
132
|
+
"isOverwrite": boolean;
|
|
133
|
+
}
|
|
134
|
+
export declare namespace ObjectStorageLinkSummary {
|
|
135
|
+
function getJsonObj(obj: ObjectStorageLinkSummary): object;
|
|
136
|
+
function getDeserializedJsonObj(obj: ObjectStorageLinkSummary): object;
|
|
137
|
+
}
|
|
@@ -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.ObjectStorageLinkSummary = void 0;
|
|
16
|
+
var ObjectStorageLinkSummary;
|
|
17
|
+
(function (ObjectStorageLinkSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
ObjectStorageLinkSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
ObjectStorageLinkSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(ObjectStorageLinkSummary = exports.ObjectStorageLinkSummary || (exports.ObjectStorageLinkSummary = {}));
|
|
29
|
+
//# sourceMappingURL=object-storage-link-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-link-summary.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/object-storage-link-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqHH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|
|
@@ -0,0 +1,156 @@
|
|
|
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
|
+
* Object Storage links create the relationship between a directory in an File Storage with Lustre file system and a path within an Object Storage bucket.
|
|
15
|
+
* For more information, see [Syncing Lustre file systems with Object Storage](https://docs.oracle.com/iaas/Content/lustre/object-storage-sync.htm).
|
|
16
|
+
* <p>
|
|
17
|
+
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
|
|
18
|
+
* an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
19
|
+
* [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface ObjectStorageLink {
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the ObjectStorageLink.
|
|
25
|
+
*/
|
|
26
|
+
"id": string;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the Lustre file system.
|
|
29
|
+
*/
|
|
30
|
+
"compartmentId": string;
|
|
31
|
+
/**
|
|
32
|
+
* The availability domain the file system is in. May be unset
|
|
33
|
+
* as a blank or NULL value.
|
|
34
|
+
* <p>
|
|
35
|
+
Example: {@code Uocm:PHX-AD-1}
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"availabilityDomain": string;
|
|
39
|
+
/**
|
|
40
|
+
* A user-friendly name. It does not have to be unique, and it is changeable.
|
|
41
|
+
* Avoid entering confidential information.
|
|
42
|
+
* <p>
|
|
43
|
+
Example: {@code My Object Storage Link}
|
|
44
|
+
*
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"displayName": string;
|
|
48
|
+
/**
|
|
49
|
+
* The date and time the Lustre file system was created, expressed
|
|
50
|
+
* in [RFC 3339](https://tools.ietf.org/rfc/rfc3339) timestamp format.
|
|
51
|
+
* <p>
|
|
52
|
+
Example: {@code 2024-04-25T21:10:29.600Z}
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"timeCreated": Date;
|
|
56
|
+
/**
|
|
57
|
+
* The date and time the Object Storage link was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
58
|
+
* <p>
|
|
59
|
+
Example: {@code 2024-04-25T21:10:29.600Z}
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"timeUpdated": Date;
|
|
63
|
+
/**
|
|
64
|
+
* The current state of the Object Storage link.
|
|
65
|
+
*/
|
|
66
|
+
"lifecycleState": ObjectStorageLink.LifecycleState;
|
|
67
|
+
/**
|
|
68
|
+
* A message that describes the current state of the Object Storage link in more detail. For example,
|
|
69
|
+
* can be used to provide actionable information for a resource in the Failed state.
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"lifecycleDetails"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
75
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
76
|
+
* <p>
|
|
77
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"freeformTags": {
|
|
81
|
+
[key: string]: string;
|
|
82
|
+
};
|
|
83
|
+
/**
|
|
84
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
85
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
86
|
+
* <p>
|
|
87
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
88
|
+
*
|
|
89
|
+
*/
|
|
90
|
+
"definedTags": {
|
|
91
|
+
[key: string]: {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
97
|
+
* <p>
|
|
98
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
"systemTags": {
|
|
102
|
+
[key: string]: {
|
|
103
|
+
[key: string]: any;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the associated Lustre file system.
|
|
108
|
+
*
|
|
109
|
+
*/
|
|
110
|
+
"lustreFileSystemId": string;
|
|
111
|
+
/**
|
|
112
|
+
* The path in the Lustre file system used for this Object Storage link.
|
|
113
|
+
* <p>
|
|
114
|
+
Example: {@code myFileSystem/mount/myDirectory}
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
"fileSystemPath": string;
|
|
118
|
+
/**
|
|
119
|
+
* The Object Storage namespace and bucket name, including optional object prefix string, to use as the source for imports or destination for exports.
|
|
120
|
+
* <p>
|
|
121
|
+
Example: {@code objectStorageNamespace:/bucketName/optionalFolder/optionalPrefix}
|
|
122
|
+
*
|
|
123
|
+
*/
|
|
124
|
+
"objectStoragePrefix": string;
|
|
125
|
+
/**
|
|
126
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of currently running sync job. If no sync job is running, then this will be empty.
|
|
127
|
+
*/
|
|
128
|
+
"currentJobId"?: string;
|
|
129
|
+
/**
|
|
130
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of last succeeded sync job. If no sync job has previously run, then this will be empty.
|
|
131
|
+
*/
|
|
132
|
+
"lastJobId"?: string;
|
|
133
|
+
/**
|
|
134
|
+
* The flag is an identifier to tell whether the job run has overwrite enabled.
|
|
135
|
+
* If {@code isOverwrite} is false, the file to be imported or exported will be skipped if it already exists.
|
|
136
|
+
* If {@code isOverwrite} is true, the file to be imported or exported will be overwritten if it already exists.
|
|
137
|
+
*
|
|
138
|
+
*/
|
|
139
|
+
"isOverwrite": boolean;
|
|
140
|
+
}
|
|
141
|
+
export declare namespace ObjectStorageLink {
|
|
142
|
+
enum LifecycleState {
|
|
143
|
+
Creating = "CREATING",
|
|
144
|
+
Active = "ACTIVE",
|
|
145
|
+
Deleting = "DELETING",
|
|
146
|
+
Deleted = "DELETED",
|
|
147
|
+
Failed = "FAILED",
|
|
148
|
+
/**
|
|
149
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
150
|
+
* version of the SDK.
|
|
151
|
+
*/
|
|
152
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
153
|
+
}
|
|
154
|
+
function getJsonObj(obj: ObjectStorageLink): object;
|
|
155
|
+
function getDeserializedJsonObj(obj: ObjectStorageLink): object;
|
|
156
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.ObjectStorageLink = void 0;
|
|
16
|
+
var ObjectStorageLink;
|
|
17
|
+
(function (ObjectStorageLink) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Creating"] = "CREATING";
|
|
21
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
22
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
23
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
24
|
+
LifecycleState["Failed"] = "FAILED";
|
|
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
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
30
|
+
})(LifecycleState = ObjectStorageLink.LifecycleState || (ObjectStorageLink.LifecycleState = {}));
|
|
31
|
+
function getJsonObj(obj) {
|
|
32
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
33
|
+
return jsonObj;
|
|
34
|
+
}
|
|
35
|
+
ObjectStorageLink.getJsonObj = getJsonObj;
|
|
36
|
+
function getDeserializedJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
ObjectStorageLink.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
41
|
+
})(ObjectStorageLink = exports.ObjectStorageLink || (exports.ObjectStorageLink = {}));
|
|
42
|
+
//# sourceMappingURL=object-storage-link.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-link.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/object-storage-link.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4HH,IAAiB,iBAAiB,CAwBjC;AAxBD,WAAiB,iBAAiB;IAChC,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAWzB;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,EAxBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAwBjC"}
|
|
@@ -18,6 +18,7 @@ export declare enum OperationType {
|
|
|
18
18
|
UpdateLustreFileSystem = "UPDATE_LUSTRE_FILE_SYSTEM",
|
|
19
19
|
DeleteLustreFileSystem = "DELETE_LUSTRE_FILE_SYSTEM",
|
|
20
20
|
MoveLustreFileSystem = "MOVE_LUSTRE_FILE_SYSTEM",
|
|
21
|
+
DeleteObjectStorageLink = "DELETE_OBJECT_STORAGE_LINK",
|
|
21
22
|
/**
|
|
22
23
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
23
24
|
* version of the SDK.
|
|
@@ -22,6 +22,7 @@ var OperationType;
|
|
|
22
22
|
OperationType["UpdateLustreFileSystem"] = "UPDATE_LUSTRE_FILE_SYSTEM";
|
|
23
23
|
OperationType["DeleteLustreFileSystem"] = "DELETE_LUSTRE_FILE_SYSTEM";
|
|
24
24
|
OperationType["MoveLustreFileSystem"] = "MOVE_LUSTRE_FILE_SYSTEM";
|
|
25
|
+
OperationType["DeleteObjectStorageLink"] = "DELETE_OBJECT_STORAGE_LINK";
|
|
25
26
|
/**
|
|
26
27
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
28
|
* version of the SDK.
|
|
@@ -1 +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,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAYX;AAZD,WAAY,aAAa;IACvB,qEAAoD,CAAA;IACpD,qEAAoD,CAAA;IACpD,qEAAoD,CAAA;IACpD,iEAAgD,CAAA;IAChD,uEAAsD,CAAA;IAEtD;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAZW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAYxB;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,25 @@
|
|
|
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 Subnet is subdivision within a Virtual Cloud Network, consisting of a contiguous range of IP addresses and a VNIC.
|
|
15
|
+
*/
|
|
16
|
+
export interface Subnet {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Subnet.
|
|
19
|
+
*/
|
|
20
|
+
"id"?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace Subnet {
|
|
23
|
+
function getJsonObj(obj: Subnet): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: Subnet): object;
|
|
25
|
+
}
|
|
@@ -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.Subnet = void 0;
|
|
16
|
+
var Subnet;
|
|
17
|
+
(function (Subnet) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
Subnet.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
Subnet.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(Subnet = exports.Subnet || (exports.Subnet = {}));
|
|
29
|
+
//# sourceMappingURL=subnet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"subnet.js","sourceRoot":"","sources":["../../../../../lib/lustrefilestorage/lib/model/subnet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,MAAM,CAWtB;AAXD,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAWtB"}
|
|
@@ -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
|
+
* Results of a sync job search. Contains both sync job summary items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface SyncJobCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of sync jobs.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.SyncJobSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace SyncJobCollection {
|
|
24
|
+
function getJsonObj(obj: SyncJobCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: SyncJobCollection): object;
|
|
26
|
+
}
|