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.
Files changed (162) hide show
  1. package/lib/client.d.ts +151 -0
  2. package/lib/client.js +1108 -101
  3. package/lib/client.js.map +1 -1
  4. package/lib/compute-waiter.d.ts +74 -0
  5. package/lib/compute-waiter.js +135 -0
  6. package/lib/compute-waiter.js.map +1 -1
  7. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.d.ts +34 -0
  8. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js +36 -0
  9. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js.map +1 -0
  10. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.d.ts +34 -0
  11. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js +36 -0
  12. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js.map +1 -0
  13. package/lib/model/change-compute-host-compartment-details.d.ts +34 -0
  14. package/lib/model/change-compute-host-compartment-details.js +36 -0
  15. package/lib/model/change-compute-host-compartment-details.js.map +1 -0
  16. package/lib/model/compute-gpu-memory-cluster-collection.d.ts +34 -0
  17. package/lib/model/compute-gpu-memory-cluster-collection.js +68 -0
  18. package/lib/model/compute-gpu-memory-cluster-collection.js.map +1 -0
  19. package/lib/model/compute-gpu-memory-cluster-instance-collection.d.ts +34 -0
  20. package/lib/model/compute-gpu-memory-cluster-instance-collection.js +68 -0
  21. package/lib/model/compute-gpu-memory-cluster-instance-collection.js.map +1 -0
  22. package/lib/model/compute-gpu-memory-cluster-instance-summary.d.ts +102 -0
  23. package/lib/model/compute-gpu-memory-cluster-instance-summary.js +55 -0
  24. package/lib/model/compute-gpu-memory-cluster-instance-summary.js.map +1 -0
  25. package/lib/model/compute-gpu-memory-cluster-summary.d.ts +95 -0
  26. package/lib/model/compute-gpu-memory-cluster-summary.js +36 -0
  27. package/lib/model/compute-gpu-memory-cluster-summary.js.map +1 -0
  28. package/lib/model/compute-gpu-memory-cluster.d.ts +126 -0
  29. package/lib/model/compute-gpu-memory-cluster.js +49 -0
  30. package/lib/model/compute-gpu-memory-cluster.js.map +1 -0
  31. package/lib/model/compute-gpu-memory-fabric-collection.d.ts +34 -0
  32. package/lib/model/compute-gpu-memory-fabric-collection.js +68 -0
  33. package/lib/model/compute-gpu-memory-fabric-collection.js.map +1 -0
  34. package/lib/model/compute-gpu-memory-fabric-summary.d.ts +115 -0
  35. package/lib/model/compute-gpu-memory-fabric-summary.js +36 -0
  36. package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -0
  37. package/lib/model/compute-gpu-memory-fabric.d.ts +147 -0
  38. package/lib/model/compute-gpu-memory-fabric.js +59 -0
  39. package/lib/model/compute-gpu-memory-fabric.js.map +1 -0
  40. package/lib/model/compute-host-collection.d.ts +34 -0
  41. package/lib/model/compute-host-collection.js +68 -0
  42. package/lib/model/compute-host-collection.js.map +1 -0
  43. package/lib/model/compute-host-summary.d.ts +152 -0
  44. package/lib/model/compute-host-summary.js +36 -0
  45. package/lib/model/compute-host-summary.js.map +1 -0
  46. package/lib/model/compute-host.d.ts +189 -0
  47. package/lib/model/compute-host.js +59 -0
  48. package/lib/model/compute-host.js.map +1 -0
  49. package/lib/model/create-byoip-range-details.d.ts +0 -8
  50. package/lib/model/create-byoip-range-details.js.map +1 -1
  51. package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +88 -0
  52. package/lib/model/create-compute-gpu-memory-cluster-details.js +36 -0
  53. package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -0
  54. package/lib/model/index.d.ts +36 -0
  55. package/lib/model/index.js +48 -12
  56. package/lib/model/index.js.map +1 -1
  57. package/lib/model/update-byoip-range-details.d.ts +0 -8
  58. package/lib/model/update-byoip-range-details.js.map +1 -1
  59. package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +67 -0
  60. package/lib/model/update-compute-gpu-memory-cluster-details.js +36 -0
  61. package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -0
  62. package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +57 -0
  63. package/lib/model/update-compute-gpu-memory-fabric-details.js +36 -0
  64. package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -0
  65. package/lib/model/update-compute-host-details.d.ts +57 -0
  66. package/lib/model/update-compute-host-details.js +36 -0
  67. package/lib/model/update-compute-host-details.js.map +1 -0
  68. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.d.ts +49 -0
  69. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js +15 -0
  70. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js.map +1 -0
  71. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.d.ts +49 -0
  72. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js +15 -0
  73. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js.map +1 -0
  74. package/lib/request/change-compute-host-compartment-request.d.ts +50 -0
  75. package/lib/request/change-compute-host-compartment-request.js +15 -0
  76. package/lib/request/change-compute-host-compartment-request.js.map +1 -0
  77. package/lib/request/create-compute-gpu-memory-cluster-request.d.ts +38 -0
  78. package/lib/request/create-compute-gpu-memory-cluster-request.js +15 -0
  79. package/lib/request/create-compute-gpu-memory-cluster-request.js.map +1 -0
  80. package/lib/request/delete-compute-gpu-memory-cluster-request.d.ts +35 -0
  81. package/lib/request/delete-compute-gpu-memory-cluster-request.js +15 -0
  82. package/lib/request/delete-compute-gpu-memory-cluster-request.js.map +1 -0
  83. package/lib/request/get-compute-gpu-memory-cluster-request.d.ts +28 -0
  84. package/lib/request/get-compute-gpu-memory-cluster-request.js +15 -0
  85. package/lib/request/get-compute-gpu-memory-cluster-request.js.map +1 -0
  86. package/lib/request/get-compute-gpu-memory-fabric-request.d.ts +28 -0
  87. package/lib/request/get-compute-gpu-memory-fabric-request.js +15 -0
  88. package/lib/request/get-compute-gpu-memory-fabric-request.js.map +1 -0
  89. package/lib/request/get-compute-host-request.d.ts +29 -0
  90. package/lib/request/get-compute-host-request.js +15 -0
  91. package/lib/request/get-compute-host-request.js.map +1 -0
  92. package/lib/request/index.d.ts +30 -0
  93. package/lib/request/index.js +10 -2
  94. package/lib/request/index.js.map +1 -1
  95. package/lib/request/list-compute-gpu-memory-cluster-instances-request.d.ts +72 -0
  96. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js +29 -0
  97. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js.map +1 -0
  98. package/lib/request/list-compute-gpu-memory-clusters-request.d.ts +96 -0
  99. package/lib/request/list-compute-gpu-memory-clusters-request.js +29 -0
  100. package/lib/request/list-compute-gpu-memory-clusters-request.js.map +1 -0
  101. package/lib/request/list-compute-gpu-memory-fabrics-request.d.ts +107 -0
  102. package/lib/request/list-compute-gpu-memory-fabrics-request.js +29 -0
  103. package/lib/request/list-compute-gpu-memory-fabrics-request.js.map +1 -0
  104. package/lib/request/list-compute-hosts-request.d.ts +102 -0
  105. package/lib/request/list-compute-hosts-request.js +29 -0
  106. package/lib/request/list-compute-hosts-request.js.map +1 -0
  107. package/lib/request/update-compute-gpu-memory-cluster-request.d.ts +49 -0
  108. package/lib/request/update-compute-gpu-memory-cluster-request.js +15 -0
  109. package/lib/request/update-compute-gpu-memory-cluster-request.js.map +1 -0
  110. package/lib/request/update-compute-gpu-memory-fabric-request.d.ts +49 -0
  111. package/lib/request/update-compute-gpu-memory-fabric-request.js +15 -0
  112. package/lib/request/update-compute-gpu-memory-fabric-request.js.map +1 -0
  113. package/lib/request/update-compute-host-request.d.ts +41 -0
  114. package/lib/request/update-compute-host-request.js +15 -0
  115. package/lib/request/update-compute-host-request.js.map +1 -0
  116. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.d.ts +20 -0
  117. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js +15 -0
  118. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js.map +1 -0
  119. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.d.ts +20 -0
  120. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js +15 -0
  121. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js.map +1 -0
  122. package/lib/response/change-compute-host-compartment-response.d.ts +27 -0
  123. package/lib/response/change-compute-host-compartment-response.js +15 -0
  124. package/lib/response/change-compute-host-compartment-response.js.map +1 -0
  125. package/lib/response/create-compute-gpu-memory-cluster-response.d.ts +37 -0
  126. package/lib/response/create-compute-gpu-memory-cluster-response.js +15 -0
  127. package/lib/response/create-compute-gpu-memory-cluster-response.js.map +1 -0
  128. package/lib/response/delete-compute-gpu-memory-cluster-response.d.ts +27 -0
  129. package/lib/response/delete-compute-gpu-memory-cluster-response.js +15 -0
  130. package/lib/response/delete-compute-gpu-memory-cluster-response.js.map +1 -0
  131. package/lib/response/get-compute-gpu-memory-cluster-response.d.ts +30 -0
  132. package/lib/response/get-compute-gpu-memory-cluster-response.js +15 -0
  133. package/lib/response/get-compute-gpu-memory-cluster-response.js.map +1 -0
  134. package/lib/response/get-compute-gpu-memory-fabric-response.d.ts +30 -0
  135. package/lib/response/get-compute-gpu-memory-fabric-response.js +15 -0
  136. package/lib/response/get-compute-gpu-memory-fabric-response.js.map +1 -0
  137. package/lib/response/get-compute-host-response.d.ts +30 -0
  138. package/lib/response/get-compute-host-response.js +15 -0
  139. package/lib/response/get-compute-host-response.js.map +1 -0
  140. package/lib/response/index.d.ts +30 -0
  141. package/lib/response/list-compute-gpu-memory-cluster-instances-response.d.ts +37 -0
  142. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js +15 -0
  143. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js.map +1 -0
  144. package/lib/response/list-compute-gpu-memory-clusters-response.d.ts +37 -0
  145. package/lib/response/list-compute-gpu-memory-clusters-response.js +15 -0
  146. package/lib/response/list-compute-gpu-memory-clusters-response.js.map +1 -0
  147. package/lib/response/list-compute-gpu-memory-fabrics-response.d.ts +32 -0
  148. package/lib/response/list-compute-gpu-memory-fabrics-response.js +15 -0
  149. package/lib/response/list-compute-gpu-memory-fabrics-response.js.map +1 -0
  150. package/lib/response/list-compute-hosts-response.d.ts +32 -0
  151. package/lib/response/list-compute-hosts-response.js +15 -0
  152. package/lib/response/list-compute-hosts-response.js.map +1 -0
  153. package/lib/response/update-compute-gpu-memory-cluster-response.d.ts +37 -0
  154. package/lib/response/update-compute-gpu-memory-cluster-response.js +15 -0
  155. package/lib/response/update-compute-gpu-memory-cluster-response.js.map +1 -0
  156. package/lib/response/update-compute-gpu-memory-fabric-response.d.ts +30 -0
  157. package/lib/response/update-compute-gpu-memory-fabric-response.js +15 -0
  158. package/lib/response/update-compute-gpu-memory-fabric-response.js.map +1 -0
  159. package/lib/response/update-compute-host-response.d.ts +32 -0
  160. package/lib/response/update-compute-host-response.js +15 -0
  161. package/lib/response/update-compute-host-response.js.map +1 -0
  162. package/package.json +3 -3
@@ -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.ComputeGpuMemoryClusterCollection = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var ComputeGpuMemoryClusterCollection;
44
+ (function (ComputeGpuMemoryClusterCollection) {
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "items": obj.items
48
+ ? obj.items.map(item => {
49
+ return model.ComputeGpuMemoryClusterSummary.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ComputeGpuMemoryClusterCollection.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.ComputeGpuMemoryClusterSummary.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ ComputeGpuMemoryClusterCollection.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(ComputeGpuMemoryClusterCollection = exports.ComputeGpuMemoryClusterCollection || (exports.ComputeGpuMemoryClusterCollection = {}));
68
+ //# sourceMappingURL=compute-gpu-memory-cluster-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-gpu-memory-cluster-collection.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-cluster-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,iCAAiC,CA6BjD;AA7BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;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,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,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,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA6BjD"}
@@ -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 cluster instances.
23
+ *
24
+ */
25
+ export interface ComputeGpuMemoryClusterInstanceCollection {
26
+ /**
27
+ * The list of compute GPU memory cluster instances.
28
+ */
29
+ "items": Array<model.ComputeGpuMemoryClusterInstanceSummary>;
30
+ }
31
+ export declare namespace ComputeGpuMemoryClusterInstanceCollection {
32
+ function getJsonObj(obj: ComputeGpuMemoryClusterInstanceCollection): object;
33
+ function getDeserializedJsonObj(obj: ComputeGpuMemoryClusterInstanceCollection): 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.ComputeGpuMemoryClusterInstanceCollection = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var ComputeGpuMemoryClusterInstanceCollection;
44
+ (function (ComputeGpuMemoryClusterInstanceCollection) {
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "items": obj.items
48
+ ? obj.items.map(item => {
49
+ return model.ComputeGpuMemoryClusterInstanceSummary.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ComputeGpuMemoryClusterInstanceCollection.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.ComputeGpuMemoryClusterInstanceSummary.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ ComputeGpuMemoryClusterInstanceCollection.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(ComputeGpuMemoryClusterInstanceCollection = exports.ComputeGpuMemoryClusterInstanceCollection || (exports.ComputeGpuMemoryClusterInstanceCollection = {}));
68
+ //# sourceMappingURL=compute-gpu-memory-cluster-instance-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-gpu-memory-cluster-instance-collection.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-cluster-instance-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,yCAAyC,CA6BzD;AA7BD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,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,sCAAsC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,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,sCAAsC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gEAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QA6BzD"}
@@ -0,0 +1,102 @@
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 GPU memory cluster instance object details.
22
+ *
23
+ */
24
+ export interface ComputeGpuMemoryClusterInstanceSummary {
25
+ /**
26
+ * The availability domain of the GPU memory cluster instance.
27
+ *
28
+ */
29
+ "availabilityDomain"?: string;
30
+ /**
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory cluster instance
32
+ *
33
+ */
34
+ "id"?: string;
35
+ /**
36
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment
37
+ * compartment.
38
+ *
39
+ */
40
+ "compartmentId"?: string;
41
+ /**
42
+ * The fault domain the GPU memory cluster instance is running in.
43
+ */
44
+ "faultDomain"?: string;
45
+ /**
46
+ * Configuration to be used for this GPU Memory Cluster instance.
47
+ *
48
+ */
49
+ "instanceConfigurationId"?: string;
50
+ /**
51
+ * The region that contains the availability domain the instance is running in.
52
+ */
53
+ "region"?: string;
54
+ /**
55
+ * The shape of an instance. The shape determines the number of CPUs, amount of memory,
56
+ * and other resources allocated to the instance. The shape determines the number of CPUs,
57
+ * the amount of memory, and other resources allocated to the instance.
58
+ * You can list all available shapes by calling {@link #listShapes(ListShapesRequest) listShapes}.
59
+ *
60
+ */
61
+ "instanceShape"?: string;
62
+ /**
63
+ * The lifecycle state of the GPU memory cluster instance
64
+ *
65
+ */
66
+ "lifecycleState"?: ComputeGpuMemoryClusterInstanceSummary.LifecycleState;
67
+ /**
68
+ * A user-friendly name. Does not have to be unique, and it's changeable.
69
+ * Avoid entering confidential information.
70
+ *
71
+ */
72
+ "displayName"?: string;
73
+ /**
74
+ * The date and time the GPU memory cluster instance was created.
75
+ * <p>
76
+ Example: {@code 2016-09-15T21:10:29.600Z}
77
+ *
78
+ */
79
+ "timeCreated"?: Date;
80
+ }
81
+ export declare namespace ComputeGpuMemoryClusterInstanceSummary {
82
+ enum LifecycleState {
83
+ Moving = "MOVING",
84
+ Provisioning = "PROVISIONING",
85
+ Running = "RUNNING",
86
+ Starting = "STARTING",
87
+ Stopping = "STOPPING",
88
+ Stopped = "STOPPED",
89
+ Suspending = "SUSPENDING",
90
+ Suspended = "SUSPENDED",
91
+ CreatingImage = "CREATING_IMAGE",
92
+ Terminating = "TERMINATING",
93
+ Terminated = "TERMINATED",
94
+ /**
95
+ * This value is used if a service returns a value for this enum that is not recognized by this
96
+ * version of the SDK.
97
+ */
98
+ UnknownValue = "UNKNOWN_VALUE"
99
+ }
100
+ function getJsonObj(obj: ComputeGpuMemoryClusterInstanceSummary): object;
101
+ function getDeserializedJsonObj(obj: ComputeGpuMemoryClusterInstanceSummary): object;
102
+ }
@@ -0,0 +1,55 @@
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.ComputeGpuMemoryClusterInstanceSummary = void 0;
23
+ var ComputeGpuMemoryClusterInstanceSummary;
24
+ (function (ComputeGpuMemoryClusterInstanceSummary) {
25
+ let LifecycleState;
26
+ (function (LifecycleState) {
27
+ LifecycleState["Moving"] = "MOVING";
28
+ LifecycleState["Provisioning"] = "PROVISIONING";
29
+ LifecycleState["Running"] = "RUNNING";
30
+ LifecycleState["Starting"] = "STARTING";
31
+ LifecycleState["Stopping"] = "STOPPING";
32
+ LifecycleState["Stopped"] = "STOPPED";
33
+ LifecycleState["Suspending"] = "SUSPENDING";
34
+ LifecycleState["Suspended"] = "SUSPENDED";
35
+ LifecycleState["CreatingImage"] = "CREATING_IMAGE";
36
+ LifecycleState["Terminating"] = "TERMINATING";
37
+ LifecycleState["Terminated"] = "TERMINATED";
38
+ /**
39
+ * This value is used if a service returns a value for this enum that is not recognized by this
40
+ * version of the SDK.
41
+ */
42
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
43
+ })(LifecycleState = ComputeGpuMemoryClusterInstanceSummary.LifecycleState || (ComputeGpuMemoryClusterInstanceSummary.LifecycleState = {}));
44
+ function getJsonObj(obj) {
45
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ return jsonObj;
47
+ }
48
+ ComputeGpuMemoryClusterInstanceSummary.getJsonObj = getJsonObj;
49
+ function getDeserializedJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
51
+ return jsonObj;
52
+ }
53
+ ComputeGpuMemoryClusterInstanceSummary.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(ComputeGpuMemoryClusterInstanceSummary = exports.ComputeGpuMemoryClusterInstanceSummary || (exports.ComputeGpuMemoryClusterInstanceSummary = {}));
55
+ //# sourceMappingURL=compute-gpu-memory-cluster-instance-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-gpu-memory-cluster-instance-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-cluster-instance-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAmEH,IAAiB,sCAAsC,CA8BtD;AA9BD,WAAiB,sCAAsC;IACrD,IAAY,cAiBX;IAjBD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,+CAA6B,CAAA;QAC7B,qCAAmB,CAAA;QACnB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,2CAAyB,CAAA;QACzB,yCAAuB,CAAA;QACvB,kDAAgC,CAAA;QAChC,6CAA2B,CAAA;QAC3B,2CAAyB,CAAA;QACzB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAjBW,cAAc,GAAd,qDAAc,KAAd,qDAAc,QAiBzB;IAED,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EA9BgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA8BtD"}
@@ -0,0 +1,95 @@
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 model for listing Compute GPU Memory Clusters.
22
+ */
23
+ export interface ComputeGpuMemoryClusterSummary {
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory cluster
26
+ *
27
+ */
28
+ "id": string;
29
+ /**
30
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster.
31
+ * compartment.
32
+ *
33
+ */
34
+ "compartmentId": string;
35
+ /**
36
+ * The availability domain of GPU memory cluster.
37
+ * <p>
38
+ Example: {@code Uocm:PHX-AD-1}
39
+ *
40
+ */
41
+ "availabilityDomain": string;
42
+ /**
43
+ * The current state of the compute GPU memory cluster.
44
+ */
45
+ "lifecycleState": string;
46
+ /**
47
+ * The date and time the boot volume was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
48
+ * <p>
49
+ Example: {@code 2016-08-25T21:10:29.600Z}
50
+ *
51
+ */
52
+ "timeCreated": Date;
53
+ /**
54
+ * Defined tags for this resource. Each key is predefined and scoped to a
55
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
+ * <p>
57
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
+ *
59
+ */
60
+ "definedTags"?: {
61
+ [key: string]: {
62
+ [key: string]: any;
63
+ };
64
+ };
65
+ /**
66
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
67
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
+ * <p>
69
+ Example: {@code {\"Department\": \"Finance\"}}
70
+ *
71
+ */
72
+ "freeformTags"?: {
73
+ [key: string]: string;
74
+ };
75
+ /**
76
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
77
+ * Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
78
+ *
79
+ */
80
+ "systemTags"?: {
81
+ [key: string]: {
82
+ [key: string]: any;
83
+ };
84
+ };
85
+ /**
86
+ * A user-friendly name. Does not have to be unique, and it's changeable.
87
+ * Avoid entering confidential information.
88
+ *
89
+ */
90
+ "displayName"?: string;
91
+ }
92
+ export declare namespace ComputeGpuMemoryClusterSummary {
93
+ function getJsonObj(obj: ComputeGpuMemoryClusterSummary): object;
94
+ function getDeserializedJsonObj(obj: ComputeGpuMemoryClusterSummary): object;
95
+ }
@@ -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.ComputeGpuMemoryClusterSummary = void 0;
23
+ var ComputeGpuMemoryClusterSummary;
24
+ (function (ComputeGpuMemoryClusterSummary) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ ComputeGpuMemoryClusterSummary.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ ComputeGpuMemoryClusterSummary.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(ComputeGpuMemoryClusterSummary = exports.ComputeGpuMemoryClusterSummary || (exports.ComputeGpuMemoryClusterSummary = {}));
36
+ //# sourceMappingURL=compute-gpu-memory-cluster-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-gpu-memory-cluster-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-cluster-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAoEH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -0,0 +1,126 @@
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 cluster details.
22
+ *
23
+ */
24
+ export interface ComputeGpuMemoryCluster {
25
+ /**
26
+ * The availability domain of the GPU memory cluster.
27
+ *
28
+ */
29
+ "availabilityDomain": string;
30
+ /**
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique GPU memory cluster
32
+ *
33
+ */
34
+ "id": string;
35
+ /**
36
+ * The OCID of the Instance Configuration used to source launch details for this instance.
37
+ */
38
+ "instanceConfigurationId": string;
39
+ /**
40
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU
41
+ * memory cluster.
42
+ *
43
+ */
44
+ "compartmentId": string;
45
+ /**
46
+ * The lifecycle state of the GPU memory cluster
47
+ *
48
+ */
49
+ "lifecycleState": ComputeGpuMemoryCluster.LifecycleState;
50
+ /**
51
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GPU memory fabric.
52
+ *
53
+ */
54
+ "gpuMemoryFabricId"?: string;
55
+ /**
56
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
57
+ *
58
+ */
59
+ "computeClusterId": string;
60
+ /**
61
+ * The number of instances currently running in the GpuMemoryCluster
62
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
63
+ */
64
+ "size": number;
65
+ /**
66
+ * Defined tags for this resource. Each key is predefined and scoped to a
67
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
+ * <p>
69
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
70
+ *
71
+ */
72
+ "definedTags"?: {
73
+ [key: string]: {
74
+ [key: string]: any;
75
+ };
76
+ };
77
+ /**
78
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
79
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
80
+ * <p>
81
+ Example: {@code {\"Department\": \"Finance\"}}
82
+ *
83
+ */
84
+ "freeformTags"?: {
85
+ [key: string]: string;
86
+ };
87
+ /**
88
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
89
+ * Example: {@code { \"orcl-cloud\": { \"free-tier-retained\": \"true\" } }}
90
+ *
91
+ */
92
+ "systemTags"?: {
93
+ [key: string]: {
94
+ [key: string]: any;
95
+ };
96
+ };
97
+ /**
98
+ * A user-friendly name. Does not have to be unique, and it's changeable.
99
+ * Avoid entering confidential information.
100
+ *
101
+ */
102
+ "displayName"?: string;
103
+ /**
104
+ * The date and time the GPU memory cluster was created.
105
+ * <p>
106
+ Example: {@code 2016-09-15T21:10:29.600Z}
107
+ *
108
+ */
109
+ "timeCreated": Date;
110
+ }
111
+ export declare namespace ComputeGpuMemoryCluster {
112
+ enum LifecycleState {
113
+ Creating = "CREATING",
114
+ Active = "ACTIVE",
115
+ Updating = "UPDATING",
116
+ Deleting = "DELETING",
117
+ Deleted = "DELETED",
118
+ /**
119
+ * This value is used if a service returns a value for this enum that is not recognized by this
120
+ * version of the SDK.
121
+ */
122
+ UnknownValue = "UNKNOWN_VALUE"
123
+ }
124
+ function getJsonObj(obj: ComputeGpuMemoryCluster): object;
125
+ function getDeserializedJsonObj(obj: ComputeGpuMemoryCluster): object;
126
+ }
@@ -0,0 +1,49 @@
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.ComputeGpuMemoryCluster = void 0;
23
+ var ComputeGpuMemoryCluster;
24
+ (function (ComputeGpuMemoryCluster) {
25
+ let LifecycleState;
26
+ (function (LifecycleState) {
27
+ LifecycleState["Creating"] = "CREATING";
28
+ LifecycleState["Active"] = "ACTIVE";
29
+ LifecycleState["Updating"] = "UPDATING";
30
+ LifecycleState["Deleting"] = "DELETING";
31
+ LifecycleState["Deleted"] = "DELETED";
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 = ComputeGpuMemoryCluster.LifecycleState || (ComputeGpuMemoryCluster.LifecycleState = {}));
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
40
+ return jsonObj;
41
+ }
42
+ ComputeGpuMemoryCluster.getJsonObj = getJsonObj;
43
+ function getDeserializedJsonObj(obj) {
44
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
45
+ return jsonObj;
46
+ }
47
+ ComputeGpuMemoryCluster.getDeserializedJsonObj = getDeserializedJsonObj;
48
+ })(ComputeGpuMemoryCluster = exports.ComputeGpuMemoryCluster || (exports.ComputeGpuMemoryCluster = {}));
49
+ //# sourceMappingURL=compute-gpu-memory-cluster.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-gpu-memory-cluster.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-gpu-memory-cluster.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAuFH,IAAiB,uBAAuB,CAwBvC;AAxBD,WAAiB,uBAAuB;IACtC,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,sCAAc,KAAd,sCAAc,QAWzB;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,EAxBgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAwBvC"}