oci-core 2.116.0 → 2.116.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.
|
@@ -62,6 +62,14 @@ export interface ComputeGpuMemoryFabricSummary {
|
|
|
62
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
63
|
*/
|
|
64
64
|
"totalHostCount": number;
|
|
65
|
+
/**
|
|
66
|
+
* The total number of available bare metal hosts located in this compute GPU memory fabric. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
67
|
+
*/
|
|
68
|
+
"availableHostCount"?: number;
|
|
69
|
+
/**
|
|
70
|
+
* 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.
|
|
71
|
+
*/
|
|
72
|
+
"healthyHostCount"?: number;
|
|
65
73
|
/**
|
|
66
74
|
* The date and time that the compute GPU memory fabric record was created, in the format defined by [RFC3339]
|
|
67
75
|
* (https://tools.ietf.org/html/rfc3339).
|
|
@@ -1 +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;;;
|
|
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;;;AAgGH,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"}
|
|
@@ -69,6 +69,10 @@ export interface ComputeGpuMemoryFabric {
|
|
|
69
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
70
|
*/
|
|
71
71
|
"healthyHostCount": number;
|
|
72
|
+
/**
|
|
73
|
+
* The total number of available 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
|
+
"availableHostCount"?: number;
|
|
72
76
|
/**
|
|
73
77
|
* 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
78
|
*/
|
|
@@ -1 +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;;;
|
|
1
|
+
{"version":3,"file":"compute-gpu-memory-fabric.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-fabric.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAqGH,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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-core",
|
|
3
|
-
"version": "2.116.
|
|
3
|
+
"version": "2.116.2",
|
|
4
4
|
"description": "OCI NodeJS client for Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.116.
|
|
19
|
-
"oci-workrequests": "2.116.
|
|
18
|
+
"oci-common": "2.116.2",
|
|
19
|
+
"oci-workrequests": "2.116.2"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|