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,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.UpdateComputeGpuMemoryFabricDetails = void 0;
23
+ var UpdateComputeGpuMemoryFabricDetails;
24
+ (function (UpdateComputeGpuMemoryFabricDetails) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ UpdateComputeGpuMemoryFabricDetails.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ UpdateComputeGpuMemoryFabricDetails.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(UpdateComputeGpuMemoryFabricDetails = exports.UpdateComputeGpuMemoryFabricDetails || (exports.UpdateComputeGpuMemoryFabricDetails = {}));
36
+ //# sourceMappingURL=update-compute-gpu-memory-fabric-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-compute-gpu-memory-fabric-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-compute-gpu-memory-fabric-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAkCH,IAAiB,mCAAmC,CAWnD;AAXD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAWnD"}
@@ -0,0 +1,57 @@
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 details for updating the compute host.
22
+ *
23
+ */
24
+ export interface UpdateComputeHostDetails {
25
+ /**
26
+ * Defined tags for this resource. Each key is predefined and scoped to a
27
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
28
+ * <p>
29
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
30
+ *
31
+ */
32
+ "definedTags"?: {
33
+ [key: string]: {
34
+ [key: string]: any;
35
+ };
36
+ };
37
+ /**
38
+ * A user-friendly name. Does not have to be unique, and it's changeable.
39
+ * Avoid entering confidential information.
40
+ *
41
+ */
42
+ "displayName"?: string;
43
+ /**
44
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
45
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
46
+ * <p>
47
+ Example: {@code {\"Department\": \"Finance\"}}
48
+ *
49
+ */
50
+ "freeformTags"?: {
51
+ [key: string]: string;
52
+ };
53
+ }
54
+ export declare namespace UpdateComputeHostDetails {
55
+ function getJsonObj(obj: UpdateComputeHostDetails): object;
56
+ function getDeserializedJsonObj(obj: UpdateComputeHostDetails): object;
57
+ }
@@ -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.UpdateComputeHostDetails = void 0;
23
+ var UpdateComputeHostDetails;
24
+ (function (UpdateComputeHostDetails) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ UpdateComputeHostDetails.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ UpdateComputeHostDetails.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(UpdateComputeHostDetails = exports.UpdateComputeHostDetails || (exports.UpdateComputeHostDetails = {}));
36
+ //# sourceMappingURL=update-compute-host-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-compute-host-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-compute-host-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAkCH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ChangeComputeGpuMemoryClusterCompartment.ts.html |here} to see how to use ChangeComputeGpuMemoryClusterCompartmentRequest.
17
+ */
18
+ export interface ChangeComputeGpuMemoryClusterCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the compute GPU memory cluster.
21
+ */
22
+ "computeGpuMemoryClusterId": string;
23
+ /**
24
+ * The configuration details for the move operation.
25
+ */
26
+ "changeComputeGpuMemoryClusterCompartmentDetails": model.ChangeComputeGpuMemoryClusterCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique identifier for the request.
36
+ * If you need to contact Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * may be rejected).
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-compute-gpu-memory-cluster-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-compute-gpu-memory-cluster-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/change-compute-gpu-memory-cluster-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ChangeComputeGpuMemoryFabricCompartment.ts.html |here} to see how to use ChangeComputeGpuMemoryFabricCompartmentRequest.
17
+ */
18
+ export interface ChangeComputeGpuMemoryFabricCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the compute GPU memory fabric.
21
+ */
22
+ "computeGpuMemoryFabricId": string;
23
+ /**
24
+ * The configuration details for the move operation.
25
+ */
26
+ "changeComputeGpuMemoryFabricCompartmentDetails": model.ChangeComputeGpuMemoryFabricCompartmentDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique identifier for the request.
36
+ * If you need to contact Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * may be rejected).
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-compute-gpu-memory-fabric-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-compute-gpu-memory-fabric-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/change-compute-gpu-memory-fabric-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ChangeComputeHostCompartment.ts.html |here} to see how to use ChangeComputeHostCompartmentRequest.
17
+ */
18
+ export interface ChangeComputeHostCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
21
+ *
22
+ */
23
+ "computeHostId": string;
24
+ /**
25
+ * The configuration details for the move operation.
26
+ */
27
+ "changeComputeHostCompartmentDetails": model.ChangeComputeHostCompartmentDetails;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique identifier for the request.
37
+ * If you need to contact Oracle about a particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
43
+ * server error without risk of executing that same action again. Retry tokens expire after 24
44
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
45
+ * has been deleted and purged from the system, then a retry of the original creation request
46
+ * may be rejected).
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-compute-host-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-compute-host-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/change-compute-host-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/CreateComputeGpuMemoryCluster.ts.html |here} to see how to use CreateComputeGpuMemoryClusterRequest.
17
+ */
18
+ export interface CreateComputeGpuMemoryClusterRequest extends common.BaseRequest {
19
+ /**
20
+ * The configuration details of a GPU memory cluster
21
+ */
22
+ "createComputeGpuMemoryClusterDetails": model.CreateComputeGpuMemoryClusterDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * may be rejected).
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * Unique identifier for the request.
34
+ * If you need to contact Oracle about a particular request, please provide the request ID.
35
+ *
36
+ */
37
+ "opcRequestId"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-compute-gpu-memory-cluster-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-compute-gpu-memory-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/create-compute-gpu-memory-cluster-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/DeleteComputeGpuMemoryCluster.ts.html |here} to see how to use DeleteComputeGpuMemoryClusterRequest.
16
+ */
17
+ export interface DeleteComputeGpuMemoryClusterRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compute GPU memory cluster.
20
+ */
21
+ "computeGpuMemoryClusterId": string;
22
+ /**
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
24
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
25
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
26
+ *
27
+ */
28
+ "ifMatch"?: string;
29
+ /**
30
+ * Unique identifier for the request.
31
+ * If you need to contact Oracle about a particular request, please provide the request ID.
32
+ *
33
+ */
34
+ "opcRequestId"?: string;
35
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-compute-gpu-memory-cluster-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-compute-gpu-memory-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/delete-compute-gpu-memory-cluster-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/GetComputeGpuMemoryCluster.ts.html |here} to see how to use GetComputeGpuMemoryClusterRequest.
16
+ */
17
+ export interface GetComputeGpuMemoryClusterRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compute GPU memory cluster.
20
+ */
21
+ "computeGpuMemoryClusterId": string;
22
+ /**
23
+ * Unique identifier for the request.
24
+ * If you need to contact Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-compute-gpu-memory-cluster-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-compute-gpu-memory-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/get-compute-gpu-memory-cluster-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/GetComputeGpuMemoryFabric.ts.html |here} to see how to use GetComputeGpuMemoryFabricRequest.
16
+ */
17
+ export interface GetComputeGpuMemoryFabricRequest extends common.BaseRequest {
18
+ /**
19
+ * The OCID of the compute GPU memory fabric.
20
+ */
21
+ "computeGpuMemoryFabricId": string;
22
+ /**
23
+ * Unique identifier for the request.
24
+ * If you need to contact Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-compute-gpu-memory-fabric-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-compute-gpu-memory-fabric-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/get-compute-gpu-memory-fabric-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/GetComputeHost.ts.html |here} to see how to use GetComputeHostRequest.
16
+ */
17
+ export interface GetComputeHostRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
20
+ *
21
+ */
22
+ "computeHostId": string;
23
+ /**
24
+ * Unique identifier for the request.
25
+ * If you need to contact Oracle about a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-compute-host-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-compute-host-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/get-compute-host-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}