oci-core 2.105.0 → 2.106.1
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 +151 -0
- package/lib/client.js +1108 -101
- package/lib/client.js.map +1 -1
- package/lib/compute-waiter.d.ts +74 -0
- package/lib/compute-waiter.js +135 -0
- package/lib/compute-waiter.js.map +1 -1
- package/lib/model/change-compute-gpu-memory-cluster-compartment-details.d.ts +34 -0
- package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js +36 -0
- package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js.map +1 -0
- package/lib/model/change-compute-gpu-memory-fabric-compartment-details.d.ts +34 -0
- package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js +36 -0
- package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js.map +1 -0
- package/lib/model/change-compute-host-compartment-details.d.ts +34 -0
- package/lib/model/change-compute-host-compartment-details.js +36 -0
- package/lib/model/change-compute-host-compartment-details.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-collection.d.ts +34 -0
- package/lib/model/compute-gpu-memory-cluster-collection.js +68 -0
- package/lib/model/compute-gpu-memory-cluster-collection.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-instance-collection.d.ts +34 -0
- package/lib/model/compute-gpu-memory-cluster-instance-collection.js +68 -0
- package/lib/model/compute-gpu-memory-cluster-instance-collection.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-instance-summary.d.ts +102 -0
- package/lib/model/compute-gpu-memory-cluster-instance-summary.js +55 -0
- package/lib/model/compute-gpu-memory-cluster-instance-summary.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-summary.d.ts +95 -0
- package/lib/model/compute-gpu-memory-cluster-summary.js +36 -0
- package/lib/model/compute-gpu-memory-cluster-summary.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster.d.ts +126 -0
- package/lib/model/compute-gpu-memory-cluster.js +49 -0
- package/lib/model/compute-gpu-memory-cluster.js.map +1 -0
- package/lib/model/compute-gpu-memory-fabric-collection.d.ts +34 -0
- package/lib/model/compute-gpu-memory-fabric-collection.js +68 -0
- package/lib/model/compute-gpu-memory-fabric-collection.js.map +1 -0
- package/lib/model/compute-gpu-memory-fabric-summary.d.ts +115 -0
- package/lib/model/compute-gpu-memory-fabric-summary.js +36 -0
- package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -0
- package/lib/model/compute-gpu-memory-fabric.d.ts +147 -0
- package/lib/model/compute-gpu-memory-fabric.js +59 -0
- package/lib/model/compute-gpu-memory-fabric.js.map +1 -0
- package/lib/model/compute-host-collection.d.ts +34 -0
- package/lib/model/compute-host-collection.js +68 -0
- package/lib/model/compute-host-collection.js.map +1 -0
- package/lib/model/compute-host-summary.d.ts +152 -0
- package/lib/model/compute-host-summary.js +36 -0
- package/lib/model/compute-host-summary.js.map +1 -0
- package/lib/model/compute-host.d.ts +189 -0
- package/lib/model/compute-host.js +59 -0
- package/lib/model/compute-host.js.map +1 -0
- package/lib/model/create-byoip-range-details.d.ts +0 -8
- package/lib/model/create-byoip-range-details.js.map +1 -1
- package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +88 -0
- package/lib/model/create-compute-gpu-memory-cluster-details.js +36 -0
- package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -0
- package/lib/model/index.d.ts +36 -0
- package/lib/model/index.js +48 -12
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-byoip-range-details.d.ts +0 -8
- package/lib/model/update-byoip-range-details.js.map +1 -1
- package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +67 -0
- package/lib/model/update-compute-gpu-memory-cluster-details.js +36 -0
- package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +57 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.js +36 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -0
- package/lib/model/update-compute-host-details.d.ts +57 -0
- package/lib/model/update-compute-host-details.js +36 -0
- package/lib/model/update-compute-host-details.js.map +1 -0
- package/lib/request/change-compute-gpu-memory-cluster-compartment-request.d.ts +49 -0
- package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js +15 -0
- package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-compute-gpu-memory-fabric-compartment-request.d.ts +49 -0
- package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js +15 -0
- package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js.map +1 -0
- package/lib/request/change-compute-host-compartment-request.d.ts +50 -0
- package/lib/request/change-compute-host-compartment-request.js +15 -0
- package/lib/request/change-compute-host-compartment-request.js.map +1 -0
- package/lib/request/create-compute-gpu-memory-cluster-request.d.ts +38 -0
- package/lib/request/create-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/create-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/delete-compute-gpu-memory-cluster-request.d.ts +35 -0
- package/lib/request/delete-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/delete-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/get-compute-gpu-memory-cluster-request.d.ts +28 -0
- package/lib/request/get-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/get-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/get-compute-gpu-memory-fabric-request.d.ts +28 -0
- package/lib/request/get-compute-gpu-memory-fabric-request.js +15 -0
- package/lib/request/get-compute-gpu-memory-fabric-request.js.map +1 -0
- package/lib/request/get-compute-host-request.d.ts +29 -0
- package/lib/request/get-compute-host-request.js +15 -0
- package/lib/request/get-compute-host-request.js.map +1 -0
- package/lib/request/index.d.ts +30 -0
- package/lib/request/index.js +10 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-compute-gpu-memory-cluster-instances-request.d.ts +72 -0
- package/lib/request/list-compute-gpu-memory-cluster-instances-request.js +29 -0
- package/lib/request/list-compute-gpu-memory-cluster-instances-request.js.map +1 -0
- package/lib/request/list-compute-gpu-memory-clusters-request.d.ts +96 -0
- package/lib/request/list-compute-gpu-memory-clusters-request.js +29 -0
- package/lib/request/list-compute-gpu-memory-clusters-request.js.map +1 -0
- package/lib/request/list-compute-gpu-memory-fabrics-request.d.ts +107 -0
- package/lib/request/list-compute-gpu-memory-fabrics-request.js +29 -0
- package/lib/request/list-compute-gpu-memory-fabrics-request.js.map +1 -0
- package/lib/request/list-compute-hosts-request.d.ts +102 -0
- package/lib/request/list-compute-hosts-request.js +29 -0
- package/lib/request/list-compute-hosts-request.js.map +1 -0
- package/lib/request/update-compute-gpu-memory-cluster-request.d.ts +49 -0
- package/lib/request/update-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/update-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/update-compute-gpu-memory-fabric-request.d.ts +49 -0
- package/lib/request/update-compute-gpu-memory-fabric-request.js +15 -0
- package/lib/request/update-compute-gpu-memory-fabric-request.js.map +1 -0
- package/lib/request/update-compute-host-request.d.ts +41 -0
- package/lib/request/update-compute-host-request.js +15 -0
- package/lib/request/update-compute-host-request.js.map +1 -0
- package/lib/response/change-compute-gpu-memory-cluster-compartment-response.d.ts +20 -0
- package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js +15 -0
- package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js.map +1 -0
- package/lib/response/change-compute-gpu-memory-fabric-compartment-response.d.ts +20 -0
- package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js +15 -0
- package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js.map +1 -0
- package/lib/response/change-compute-host-compartment-response.d.ts +27 -0
- package/lib/response/change-compute-host-compartment-response.js +15 -0
- package/lib/response/change-compute-host-compartment-response.js.map +1 -0
- package/lib/response/create-compute-gpu-memory-cluster-response.d.ts +37 -0
- package/lib/response/create-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/create-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/delete-compute-gpu-memory-cluster-response.d.ts +27 -0
- package/lib/response/delete-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/delete-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/get-compute-gpu-memory-cluster-response.d.ts +30 -0
- package/lib/response/get-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/get-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/get-compute-gpu-memory-fabric-response.d.ts +30 -0
- package/lib/response/get-compute-gpu-memory-fabric-response.js +15 -0
- package/lib/response/get-compute-gpu-memory-fabric-response.js.map +1 -0
- package/lib/response/get-compute-host-response.d.ts +30 -0
- package/lib/response/get-compute-host-response.js +15 -0
- package/lib/response/get-compute-host-response.js.map +1 -0
- package/lib/response/index.d.ts +30 -0
- package/lib/response/list-compute-gpu-memory-cluster-instances-response.d.ts +37 -0
- package/lib/response/list-compute-gpu-memory-cluster-instances-response.js +15 -0
- package/lib/response/list-compute-gpu-memory-cluster-instances-response.js.map +1 -0
- package/lib/response/list-compute-gpu-memory-clusters-response.d.ts +37 -0
- package/lib/response/list-compute-gpu-memory-clusters-response.js +15 -0
- package/lib/response/list-compute-gpu-memory-clusters-response.js.map +1 -0
- package/lib/response/list-compute-gpu-memory-fabrics-response.d.ts +32 -0
- package/lib/response/list-compute-gpu-memory-fabrics-response.js +15 -0
- package/lib/response/list-compute-gpu-memory-fabrics-response.js.map +1 -0
- package/lib/response/list-compute-hosts-response.d.ts +32 -0
- package/lib/response/list-compute-hosts-response.js +15 -0
- package/lib/response/list-compute-hosts-response.js.map +1 -0
- package/lib/response/update-compute-gpu-memory-cluster-response.d.ts +37 -0
- package/lib/response/update-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/update-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/update-compute-gpu-memory-fabric-response.d.ts +30 -0
- package/lib/response/update-compute-gpu-memory-fabric-response.js +15 -0
- package/lib/response/update-compute-gpu-memory-fabric-response.js.map +1 -0
- package/lib/response/update-compute-host-response.d.ts +32 -0
- package/lib/response/update-compute-host-response.js +15 -0
- package/lib/response/update-compute-host-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
import * as model from "../model";
|
|
21
|
+
/**
|
|
22
|
+
* A list of compute GPU memory fabrics.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
export interface ComputeGpuMemoryFabricCollection {
|
|
26
|
+
/**
|
|
27
|
+
* The list of compute GPU memory fabrics.
|
|
28
|
+
*/
|
|
29
|
+
"items": Array<model.ComputeGpuMemoryFabricSummary>;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace ComputeGpuMemoryFabricCollection {
|
|
32
|
+
function getJsonObj(obj: ComputeGpuMemoryFabricCollection): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: ComputeGpuMemoryFabricCollection): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.ComputeGpuMemoryFabricCollection = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
43
|
+
var ComputeGpuMemoryFabricCollection;
|
|
44
|
+
(function (ComputeGpuMemoryFabricCollection) {
|
|
45
|
+
function getJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"items": obj.items
|
|
48
|
+
? obj.items.map(item => {
|
|
49
|
+
return model.ComputeGpuMemoryFabricSummary.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ComputeGpuMemoryFabricCollection.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"items": obj.items
|
|
59
|
+
? obj.items.map(item => {
|
|
60
|
+
return model.ComputeGpuMemoryFabricSummary.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
ComputeGpuMemoryFabricCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(ComputeGpuMemoryFabricCollection = exports.ComputeGpuMemoryFabricCollection || (exports.ComputeGpuMemoryFabricCollection = {}));
|
|
68
|
+
//# sourceMappingURL=compute-gpu-memory-fabric-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compute-gpu-memory-fabric-collection.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-fabric-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,gCAAgC,CA6BhD;AA7BD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,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,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,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,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QA6BhD"}
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Summary information for a compute GPU memory fabric.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface ComputeGpuMemoryFabricSummary {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory fabric
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"id": string;
|
|
30
|
+
/**
|
|
31
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the
|
|
32
|
+
* root compartment.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"compartmentId": string;
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"computeHpcIslandId": string;
|
|
41
|
+
/**
|
|
42
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"computeNetworkBlockId": string;
|
|
46
|
+
/**
|
|
47
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"computeLocalBlockId": string;
|
|
51
|
+
/**
|
|
52
|
+
* The lifecycle state of the GPU memory fabric
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"lifecycleState": string;
|
|
56
|
+
/**
|
|
57
|
+
* The health state of the GPU memory fabric
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"fabricHealth": string;
|
|
61
|
+
/**
|
|
62
|
+
* The total number of bare metal hosts located in this compute GPU memory fabric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
63
|
+
*/
|
|
64
|
+
"totalHostCount": number;
|
|
65
|
+
/**
|
|
66
|
+
* The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339]
|
|
67
|
+
* (https://tools.ietf.org/html/rfc3339).
|
|
68
|
+
* <p>
|
|
69
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"timeCreated": Date;
|
|
73
|
+
/**
|
|
74
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
75
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
76
|
+
* <p>
|
|
77
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
78
|
+
*
|
|
79
|
+
*/
|
|
80
|
+
"definedTags"?: {
|
|
81
|
+
[key: string]: {
|
|
82
|
+
[key: string]: any;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
87
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
88
|
+
* <p>
|
|
89
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
90
|
+
*
|
|
91
|
+
*/
|
|
92
|
+
"freeformTags"?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
97
|
+
* Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
|
|
98
|
+
*
|
|
99
|
+
*/
|
|
100
|
+
"systemTags"?: {
|
|
101
|
+
[key: string]: {
|
|
102
|
+
[key: string]: any;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
107
|
+
* Avoid entering confidential information.
|
|
108
|
+
*
|
|
109
|
+
*/
|
|
110
|
+
"displayName"?: string;
|
|
111
|
+
}
|
|
112
|
+
export declare namespace ComputeGpuMemoryFabricSummary {
|
|
113
|
+
function getJsonObj(obj: ComputeGpuMemoryFabricSummary): object;
|
|
114
|
+
function getDeserializedJsonObj(obj: ComputeGpuMemoryFabricSummary): object;
|
|
115
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.ComputeGpuMemoryFabricSummary = void 0;
|
|
23
|
+
var ComputeGpuMemoryFabricSummary;
|
|
24
|
+
(function (ComputeGpuMemoryFabricSummary) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
ComputeGpuMemoryFabricSummary.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
ComputeGpuMemoryFabricSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
35
|
+
})(ComputeGpuMemoryFabricSummary = exports.ComputeGpuMemoryFabricSummary || (exports.ComputeGpuMemoryFabricSummary = {}));
|
|
36
|
+
//# sourceMappingURL=compute-gpu-memory-fabric-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compute-gpu-memory-fabric-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-fabric-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAwFH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* The customer facing object includes GPU memory fabric details.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface ComputeGpuMemoryFabric {
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory fabric
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"id": string;
|
|
30
|
+
/**
|
|
31
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root
|
|
32
|
+
* compartment.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"compartmentId": string;
|
|
36
|
+
/**
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"computeHpcIslandId": string;
|
|
41
|
+
/**
|
|
42
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"computeNetworkBlockId": string;
|
|
46
|
+
/**
|
|
47
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"computeLocalBlockId": string;
|
|
51
|
+
/**
|
|
52
|
+
* The lifecycle state of the GPU memory fabric
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"lifecycleState": ComputeGpuMemoryFabric.LifecycleState;
|
|
56
|
+
/**
|
|
57
|
+
* The health state of the GPU memory fabric
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"fabricHealth": ComputeGpuMemoryFabric.FabricHealth;
|
|
61
|
+
/**
|
|
62
|
+
* Additional data that can be exposed to the customer. Right now it will include the switch tray ids.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"additionalData"?: {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* The total number of healthy bare metal hosts located in this compute GPU memory fabric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
70
|
+
*/
|
|
71
|
+
"healthyHostCount": number;
|
|
72
|
+
/**
|
|
73
|
+
* The total number of bare metal hosts located in this compute GPU memory fabric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
74
|
+
*/
|
|
75
|
+
"totalHostCount": number;
|
|
76
|
+
/**
|
|
77
|
+
* The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339]
|
|
78
|
+
* (https://tools.ietf.org/html/rfc3339).
|
|
79
|
+
* <p>
|
|
80
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"timeCreated": Date;
|
|
84
|
+
/**
|
|
85
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
86
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
87
|
+
* <p>
|
|
88
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
89
|
+
*
|
|
90
|
+
*/
|
|
91
|
+
"definedTags"?: {
|
|
92
|
+
[key: string]: {
|
|
93
|
+
[key: string]: any;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
98
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
99
|
+
* <p>
|
|
100
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
"freeformTags"?: {
|
|
104
|
+
[key: string]: string;
|
|
105
|
+
};
|
|
106
|
+
/**
|
|
107
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
108
|
+
* Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
|
|
109
|
+
*
|
|
110
|
+
*/
|
|
111
|
+
"systemTags"?: {
|
|
112
|
+
[key: string]: {
|
|
113
|
+
[key: string]: any;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
118
|
+
* Avoid entering confidential information.
|
|
119
|
+
*
|
|
120
|
+
*/
|
|
121
|
+
"displayName"?: string;
|
|
122
|
+
}
|
|
123
|
+
export declare namespace ComputeGpuMemoryFabric {
|
|
124
|
+
enum LifecycleState {
|
|
125
|
+
Available = "AVAILABLE",
|
|
126
|
+
Occupied = "OCCUPIED",
|
|
127
|
+
Provisioning = "PROVISIONING",
|
|
128
|
+
Degraded = "DEGRADED",
|
|
129
|
+
Unavailable = "UNAVAILABLE",
|
|
130
|
+
/**
|
|
131
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
132
|
+
* version of the SDK.
|
|
133
|
+
*/
|
|
134
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
135
|
+
}
|
|
136
|
+
enum FabricHealth {
|
|
137
|
+
Healthy = "HEALTHY",
|
|
138
|
+
Unhealthy = "UNHEALTHY",
|
|
139
|
+
/**
|
|
140
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
141
|
+
* version of the SDK.
|
|
142
|
+
*/
|
|
143
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
144
|
+
}
|
|
145
|
+
function getJsonObj(obj: ComputeGpuMemoryFabric): object;
|
|
146
|
+
function getDeserializedJsonObj(obj: ComputeGpuMemoryFabric): object;
|
|
147
|
+
}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.ComputeGpuMemoryFabric = void 0;
|
|
23
|
+
var ComputeGpuMemoryFabric;
|
|
24
|
+
(function (ComputeGpuMemoryFabric) {
|
|
25
|
+
let LifecycleState;
|
|
26
|
+
(function (LifecycleState) {
|
|
27
|
+
LifecycleState["Available"] = "AVAILABLE";
|
|
28
|
+
LifecycleState["Occupied"] = "OCCUPIED";
|
|
29
|
+
LifecycleState["Provisioning"] = "PROVISIONING";
|
|
30
|
+
LifecycleState["Degraded"] = "DEGRADED";
|
|
31
|
+
LifecycleState["Unavailable"] = "UNAVAILABLE";
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
37
|
+
})(LifecycleState = ComputeGpuMemoryFabric.LifecycleState || (ComputeGpuMemoryFabric.LifecycleState = {}));
|
|
38
|
+
let FabricHealth;
|
|
39
|
+
(function (FabricHealth) {
|
|
40
|
+
FabricHealth["Healthy"] = "HEALTHY";
|
|
41
|
+
FabricHealth["Unhealthy"] = "UNHEALTHY";
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
FabricHealth["UnknownValue"] = "UNKNOWN_VALUE";
|
|
47
|
+
})(FabricHealth = ComputeGpuMemoryFabric.FabricHealth || (ComputeGpuMemoryFabric.FabricHealth = {}));
|
|
48
|
+
function getJsonObj(obj) {
|
|
49
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ComputeGpuMemoryFabric.getJsonObj = getJsonObj;
|
|
53
|
+
function getDeserializedJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
ComputeGpuMemoryFabric.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
58
|
+
})(ComputeGpuMemoryFabric = exports.ComputeGpuMemoryFabric || (exports.ComputeGpuMemoryFabric = {}));
|
|
59
|
+
//# sourceMappingURL=compute-gpu-memory-fabric.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compute-gpu-memory-fabric.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-fabric.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiGH,IAAiB,sBAAsB,CAkCtC;AAlCD,WAAiB,sBAAsB;IACrC,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,+CAA6B,CAAA;QAC7B,uCAAqB,CAAA;QACrB,6CAA2B,CAAA;QAC3B;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,qCAAc,KAAd,qCAAc,QAWzB;IAED,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,mCAAmB,CAAA;QACnB,uCAAuB,CAAA;QACvB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,mCAAY,KAAZ,mCAAY,QAQvB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAkCtC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
import * as model from "../model";
|
|
21
|
+
/**
|
|
22
|
+
* A list of compute hosts.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
export interface ComputeHostCollection {
|
|
26
|
+
/**
|
|
27
|
+
* The list of compute hosts.
|
|
28
|
+
*/
|
|
29
|
+
"items": Array<model.ComputeHostSummary>;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace ComputeHostCollection {
|
|
32
|
+
function getJsonObj(obj: ComputeHostCollection): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: ComputeHostCollection): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.ComputeHostCollection = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
43
|
+
var ComputeHostCollection;
|
|
44
|
+
(function (ComputeHostCollection) {
|
|
45
|
+
function getJsonObj(obj) {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"items": obj.items
|
|
48
|
+
? obj.items.map(item => {
|
|
49
|
+
return model.ComputeHostSummary.getJsonObj(item);
|
|
50
|
+
})
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
ComputeHostCollection.getJsonObj = getJsonObj;
|
|
56
|
+
function getDeserializedJsonObj(obj) {
|
|
57
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
58
|
+
"items": obj.items
|
|
59
|
+
? obj.items.map(item => {
|
|
60
|
+
return model.ComputeHostSummary.getDeserializedJsonObj(item);
|
|
61
|
+
})
|
|
62
|
+
: undefined
|
|
63
|
+
});
|
|
64
|
+
return jsonObj;
|
|
65
|
+
}
|
|
66
|
+
ComputeHostCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
67
|
+
})(ComputeHostCollection = exports.ComputeHostCollection || (exports.ComputeHostCollection = {}));
|
|
68
|
+
//# sourceMappingURL=compute-host-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compute-host-collection.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,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,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,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,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
|