oci-core 2.104.0 → 2.106.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. package/lib/client.d.ts +110 -0
  2. package/lib/client.js +790 -51
  3. package/lib/client.js.map +1 -1
  4. package/lib/compute-waiter.d.ts +46 -0
  5. package/lib/compute-waiter.js +87 -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/compute-gpu-memory-cluster-collection.d.ts +34 -0
  14. package/lib/model/compute-gpu-memory-cluster-collection.js +68 -0
  15. package/lib/model/compute-gpu-memory-cluster-collection.js.map +1 -0
  16. package/lib/model/compute-gpu-memory-cluster-instance-collection.d.ts +34 -0
  17. package/lib/model/compute-gpu-memory-cluster-instance-collection.js +68 -0
  18. package/lib/model/compute-gpu-memory-cluster-instance-collection.js.map +1 -0
  19. package/lib/model/compute-gpu-memory-cluster-instance-summary.d.ts +102 -0
  20. package/lib/model/compute-gpu-memory-cluster-instance-summary.js +55 -0
  21. package/lib/model/compute-gpu-memory-cluster-instance-summary.js.map +1 -0
  22. package/lib/model/compute-gpu-memory-cluster-summary.d.ts +95 -0
  23. package/lib/model/compute-gpu-memory-cluster-summary.js +36 -0
  24. package/lib/model/compute-gpu-memory-cluster-summary.js.map +1 -0
  25. package/lib/model/compute-gpu-memory-cluster.d.ts +126 -0
  26. package/lib/model/compute-gpu-memory-cluster.js +49 -0
  27. package/lib/model/compute-gpu-memory-cluster.js.map +1 -0
  28. package/lib/model/compute-gpu-memory-fabric-collection.d.ts +34 -0
  29. package/lib/model/compute-gpu-memory-fabric-collection.js +68 -0
  30. package/lib/model/compute-gpu-memory-fabric-collection.js.map +1 -0
  31. package/lib/model/compute-gpu-memory-fabric-summary.d.ts +115 -0
  32. package/lib/model/compute-gpu-memory-fabric-summary.js +36 -0
  33. package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -0
  34. package/lib/model/compute-gpu-memory-fabric.d.ts +147 -0
  35. package/lib/model/compute-gpu-memory-fabric.js +59 -0
  36. package/lib/model/compute-gpu-memory-fabric.js.map +1 -0
  37. package/lib/model/create-byoip-range-details.d.ts +0 -8
  38. package/lib/model/create-byoip-range-details.js.map +1 -1
  39. package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +88 -0
  40. package/lib/model/create-compute-gpu-memory-cluster-details.js +36 -0
  41. package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -0
  42. package/lib/model/index.d.ts +26 -0
  43. package/lib/model/index.js +38 -12
  44. package/lib/model/index.js.map +1 -1
  45. package/lib/model/update-byoip-range-details.d.ts +0 -8
  46. package/lib/model/update-byoip-range-details.js.map +1 -1
  47. package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +67 -0
  48. package/lib/model/update-compute-gpu-memory-cluster-details.js +36 -0
  49. package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -0
  50. package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +57 -0
  51. package/lib/model/update-compute-gpu-memory-fabric-details.js +36 -0
  52. package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -0
  53. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.d.ts +49 -0
  54. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js +15 -0
  55. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js.map +1 -0
  56. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.d.ts +49 -0
  57. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js +15 -0
  58. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js.map +1 -0
  59. package/lib/request/create-compute-gpu-memory-cluster-request.d.ts +38 -0
  60. package/lib/request/create-compute-gpu-memory-cluster-request.js +15 -0
  61. package/lib/request/create-compute-gpu-memory-cluster-request.js.map +1 -0
  62. package/lib/request/delete-compute-gpu-memory-cluster-request.d.ts +35 -0
  63. package/lib/request/delete-compute-gpu-memory-cluster-request.js +15 -0
  64. package/lib/request/delete-compute-gpu-memory-cluster-request.js.map +1 -0
  65. package/lib/request/get-compute-gpu-memory-cluster-request.d.ts +28 -0
  66. package/lib/request/get-compute-gpu-memory-cluster-request.js +15 -0
  67. package/lib/request/get-compute-gpu-memory-cluster-request.js.map +1 -0
  68. package/lib/request/get-compute-gpu-memory-fabric-request.d.ts +28 -0
  69. package/lib/request/get-compute-gpu-memory-fabric-request.js +15 -0
  70. package/lib/request/get-compute-gpu-memory-fabric-request.js.map +1 -0
  71. package/lib/request/index.d.ts +22 -0
  72. package/lib/request/index.js +8 -2
  73. package/lib/request/index.js.map +1 -1
  74. package/lib/request/list-compute-gpu-memory-cluster-instances-request.d.ts +72 -0
  75. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js +29 -0
  76. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js.map +1 -0
  77. package/lib/request/list-compute-gpu-memory-clusters-request.d.ts +96 -0
  78. package/lib/request/list-compute-gpu-memory-clusters-request.js +29 -0
  79. package/lib/request/list-compute-gpu-memory-clusters-request.js.map +1 -0
  80. package/lib/request/list-compute-gpu-memory-fabrics-request.d.ts +107 -0
  81. package/lib/request/list-compute-gpu-memory-fabrics-request.js +29 -0
  82. package/lib/request/list-compute-gpu-memory-fabrics-request.js.map +1 -0
  83. package/lib/request/update-compute-gpu-memory-cluster-request.d.ts +49 -0
  84. package/lib/request/update-compute-gpu-memory-cluster-request.js +15 -0
  85. package/lib/request/update-compute-gpu-memory-cluster-request.js.map +1 -0
  86. package/lib/request/update-compute-gpu-memory-fabric-request.d.ts +49 -0
  87. package/lib/request/update-compute-gpu-memory-fabric-request.js +15 -0
  88. package/lib/request/update-compute-gpu-memory-fabric-request.js.map +1 -0
  89. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.d.ts +20 -0
  90. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js +15 -0
  91. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js.map +1 -0
  92. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.d.ts +20 -0
  93. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js +15 -0
  94. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js.map +1 -0
  95. package/lib/response/create-compute-gpu-memory-cluster-response.d.ts +37 -0
  96. package/lib/response/create-compute-gpu-memory-cluster-response.js +15 -0
  97. package/lib/response/create-compute-gpu-memory-cluster-response.js.map +1 -0
  98. package/lib/response/delete-compute-gpu-memory-cluster-response.d.ts +27 -0
  99. package/lib/response/delete-compute-gpu-memory-cluster-response.js +15 -0
  100. package/lib/response/delete-compute-gpu-memory-cluster-response.js.map +1 -0
  101. package/lib/response/get-compute-gpu-memory-cluster-response.d.ts +30 -0
  102. package/lib/response/get-compute-gpu-memory-cluster-response.js +15 -0
  103. package/lib/response/get-compute-gpu-memory-cluster-response.js.map +1 -0
  104. package/lib/response/get-compute-gpu-memory-fabric-response.d.ts +30 -0
  105. package/lib/response/get-compute-gpu-memory-fabric-response.js +15 -0
  106. package/lib/response/get-compute-gpu-memory-fabric-response.js.map +1 -0
  107. package/lib/response/index.d.ts +22 -0
  108. package/lib/response/list-compute-gpu-memory-cluster-instances-response.d.ts +37 -0
  109. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js +15 -0
  110. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js.map +1 -0
  111. package/lib/response/list-compute-gpu-memory-clusters-response.d.ts +37 -0
  112. package/lib/response/list-compute-gpu-memory-clusters-response.js +15 -0
  113. package/lib/response/list-compute-gpu-memory-clusters-response.js.map +1 -0
  114. package/lib/response/list-compute-gpu-memory-fabrics-response.d.ts +32 -0
  115. package/lib/response/list-compute-gpu-memory-fabrics-response.js +15 -0
  116. package/lib/response/list-compute-gpu-memory-fabrics-response.js.map +1 -0
  117. package/lib/response/update-compute-gpu-memory-cluster-response.d.ts +37 -0
  118. package/lib/response/update-compute-gpu-memory-cluster-response.js +15 -0
  119. package/lib/response/update-compute-gpu-memory-cluster-response.js.map +1 -0
  120. package/lib/response/update-compute-gpu-memory-fabric-response.d.ts +30 -0
  121. package/lib/response/update-compute-gpu-memory-fabric-response.js +15 -0
  122. package/lib/response/update-compute-gpu-memory-fabric-response.js.map +1 -0
  123. 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,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,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"}
@@ -155,6 +155,10 @@ import * as ChangeComputeCapacityTopologyCompartmentRequest from "./change-compu
155
155
  export import ChangeComputeCapacityTopologyCompartmentRequest = ChangeComputeCapacityTopologyCompartmentRequest.ChangeComputeCapacityTopologyCompartmentRequest;
156
156
  import * as ChangeComputeClusterCompartmentRequest from "./change-compute-cluster-compartment-request";
157
157
  export import ChangeComputeClusterCompartmentRequest = ChangeComputeClusterCompartmentRequest.ChangeComputeClusterCompartmentRequest;
158
+ import * as ChangeComputeGpuMemoryClusterCompartmentRequest from "./change-compute-gpu-memory-cluster-compartment-request";
159
+ export import ChangeComputeGpuMemoryClusterCompartmentRequest = ChangeComputeGpuMemoryClusterCompartmentRequest.ChangeComputeGpuMemoryClusterCompartmentRequest;
160
+ import * as ChangeComputeGpuMemoryFabricCompartmentRequest from "./change-compute-gpu-memory-fabric-compartment-request";
161
+ export import ChangeComputeGpuMemoryFabricCompartmentRequest = ChangeComputeGpuMemoryFabricCompartmentRequest.ChangeComputeGpuMemoryFabricCompartmentRequest;
158
162
  import * as ChangeComputeImageCapabilitySchemaCompartmentRequest from "./change-compute-image-capability-schema-compartment-request";
159
163
  export import ChangeComputeImageCapabilitySchemaCompartmentRequest = ChangeComputeImageCapabilitySchemaCompartmentRequest.ChangeComputeImageCapabilitySchemaCompartmentRequest;
160
164
  import * as ChangeDedicatedVmHostCompartmentRequest from "./change-dedicated-vm-host-compartment-request";
@@ -173,6 +177,8 @@ import * as CreateComputeCapacityTopologyRequest from "./create-compute-capacity
173
177
  export import CreateComputeCapacityTopologyRequest = CreateComputeCapacityTopologyRequest.CreateComputeCapacityTopologyRequest;
174
178
  import * as CreateComputeClusterRequest from "./create-compute-cluster-request";
175
179
  export import CreateComputeClusterRequest = CreateComputeClusterRequest.CreateComputeClusterRequest;
180
+ import * as CreateComputeGpuMemoryClusterRequest from "./create-compute-gpu-memory-cluster-request";
181
+ export import CreateComputeGpuMemoryClusterRequest = CreateComputeGpuMemoryClusterRequest.CreateComputeGpuMemoryClusterRequest;
176
182
  import * as CreateComputeImageCapabilitySchemaRequest from "./create-compute-image-capability-schema-request";
177
183
  export import CreateComputeImageCapabilitySchemaRequest = CreateComputeImageCapabilitySchemaRequest.CreateComputeImageCapabilitySchemaRequest;
178
184
  import * as CreateDedicatedVmHostRequest from "./create-dedicated-vm-host-request";
@@ -189,6 +195,8 @@ import * as DeleteComputeCapacityTopologyRequest from "./delete-compute-capacity
189
195
  export import DeleteComputeCapacityTopologyRequest = DeleteComputeCapacityTopologyRequest.DeleteComputeCapacityTopologyRequest;
190
196
  import * as DeleteComputeClusterRequest from "./delete-compute-cluster-request";
191
197
  export import DeleteComputeClusterRequest = DeleteComputeClusterRequest.DeleteComputeClusterRequest;
198
+ import * as DeleteComputeGpuMemoryClusterRequest from "./delete-compute-gpu-memory-cluster-request";
199
+ export import DeleteComputeGpuMemoryClusterRequest = DeleteComputeGpuMemoryClusterRequest.DeleteComputeGpuMemoryClusterRequest;
192
200
  import * as DeleteComputeImageCapabilitySchemaRequest from "./delete-compute-image-capability-schema-request";
193
201
  export import DeleteComputeImageCapabilitySchemaRequest = DeleteComputeImageCapabilitySchemaRequest.DeleteComputeImageCapabilitySchemaRequest;
194
202
  import * as DeleteConsoleHistoryRequest from "./delete-console-history-request";
@@ -225,6 +233,10 @@ import * as GetComputeGlobalImageCapabilitySchemaRequest from "./get-compute-glo
225
233
  export import GetComputeGlobalImageCapabilitySchemaRequest = GetComputeGlobalImageCapabilitySchemaRequest.GetComputeGlobalImageCapabilitySchemaRequest;
226
234
  import * as GetComputeGlobalImageCapabilitySchemaVersionRequest from "./get-compute-global-image-capability-schema-version-request";
227
235
  export import GetComputeGlobalImageCapabilitySchemaVersionRequest = GetComputeGlobalImageCapabilitySchemaVersionRequest.GetComputeGlobalImageCapabilitySchemaVersionRequest;
236
+ import * as GetComputeGpuMemoryClusterRequest from "./get-compute-gpu-memory-cluster-request";
237
+ export import GetComputeGpuMemoryClusterRequest = GetComputeGpuMemoryClusterRequest.GetComputeGpuMemoryClusterRequest;
238
+ import * as GetComputeGpuMemoryFabricRequest from "./get-compute-gpu-memory-fabric-request";
239
+ export import GetComputeGpuMemoryFabricRequest = GetComputeGpuMemoryFabricRequest.GetComputeGpuMemoryFabricRequest;
228
240
  import * as GetComputeImageCapabilitySchemaRequest from "./get-compute-image-capability-schema-request";
229
241
  export import GetComputeImageCapabilitySchemaRequest = GetComputeImageCapabilitySchemaRequest.GetComputeImageCapabilitySchemaRequest;
230
242
  import * as GetConsoleHistoryRequest from "./get-console-history-request";
@@ -285,6 +297,12 @@ import * as ListComputeGlobalImageCapabilitySchemaVersionsRequest from "./list-c
285
297
  export import ListComputeGlobalImageCapabilitySchemaVersionsRequest = ListComputeGlobalImageCapabilitySchemaVersionsRequest.ListComputeGlobalImageCapabilitySchemaVersionsRequest;
286
298
  import * as ListComputeGlobalImageCapabilitySchemasRequest from "./list-compute-global-image-capability-schemas-request";
287
299
  export import ListComputeGlobalImageCapabilitySchemasRequest = ListComputeGlobalImageCapabilitySchemasRequest.ListComputeGlobalImageCapabilitySchemasRequest;
300
+ import * as ListComputeGpuMemoryClusterInstancesRequest from "./list-compute-gpu-memory-cluster-instances-request";
301
+ export import ListComputeGpuMemoryClusterInstancesRequest = ListComputeGpuMemoryClusterInstancesRequest.ListComputeGpuMemoryClusterInstancesRequest;
302
+ import * as ListComputeGpuMemoryClustersRequest from "./list-compute-gpu-memory-clusters-request";
303
+ export import ListComputeGpuMemoryClustersRequest = ListComputeGpuMemoryClustersRequest.ListComputeGpuMemoryClustersRequest;
304
+ import * as ListComputeGpuMemoryFabricsRequest from "./list-compute-gpu-memory-fabrics-request";
305
+ export import ListComputeGpuMemoryFabricsRequest = ListComputeGpuMemoryFabricsRequest.ListComputeGpuMemoryFabricsRequest;
288
306
  import * as ListComputeImageCapabilitySchemasRequest from "./list-compute-image-capability-schemas-request";
289
307
  export import ListComputeImageCapabilitySchemasRequest = ListComputeImageCapabilitySchemasRequest.ListComputeImageCapabilitySchemasRequest;
290
308
  import * as ListConsoleHistoriesRequest from "./list-console-histories-request";
@@ -325,6 +343,10 @@ import * as UpdateComputeCapacityTopologyRequest from "./update-compute-capacity
325
343
  export import UpdateComputeCapacityTopologyRequest = UpdateComputeCapacityTopologyRequest.UpdateComputeCapacityTopologyRequest;
326
344
  import * as UpdateComputeClusterRequest from "./update-compute-cluster-request";
327
345
  export import UpdateComputeClusterRequest = UpdateComputeClusterRequest.UpdateComputeClusterRequest;
346
+ import * as UpdateComputeGpuMemoryClusterRequest from "./update-compute-gpu-memory-cluster-request";
347
+ export import UpdateComputeGpuMemoryClusterRequest = UpdateComputeGpuMemoryClusterRequest.UpdateComputeGpuMemoryClusterRequest;
348
+ import * as UpdateComputeGpuMemoryFabricRequest from "./update-compute-gpu-memory-fabric-request";
349
+ export import UpdateComputeGpuMemoryFabricRequest = UpdateComputeGpuMemoryFabricRequest.UpdateComputeGpuMemoryFabricRequest;
328
350
  import * as UpdateComputeImageCapabilitySchemaRequest from "./update-compute-image-capability-schema-request";
329
351
  export import UpdateComputeImageCapabilitySchemaRequest = UpdateComputeImageCapabilitySchemaRequest.UpdateComputeImageCapabilitySchemaRequest;
330
352
  import * as UpdateConsoleHistoryRequest from "./update-console-history-request";
@@ -38,8 +38,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
38
38
  return result;
39
39
  };
40
40
  Object.defineProperty(exports, "__esModule", { value: true });
41
- exports.ListInternetGatewaysRequest = exports.ListDrgRouteTablesRequest = exports.ListDrgRouteRulesRequest = exports.ListDrgRouteDistributionsRequest = exports.ListDrgRouteDistributionStatementsRequest = exports.ListDrgAttachmentsRequest = exports.ListDhcpOptionsRequest = exports.ListCrossConnectsRequest = exports.ListCrossConnectGroupsRequest = exports.ListCaptureFiltersRequest = exports.ListByoipRangesRequest = exports.ListByoasnsRequest = exports.GetVcnTopologyRequest = exports.GetSubnetTopologyRequest = exports.GetNetworkingTopologyRequest = exports.GetAllDrgAttachmentsRequest = exports.ListInstancePoolsRequest = exports.ListInstancePoolInstancesRequest = exports.ListInstanceConfigurationsRequest = exports.ListClusterNetworksRequest = exports.ListClusterNetworkInstancesRequest = exports.ListInstancesRequest = exports.ListInstanceMaintenanceEventsRequest = exports.ListInstanceDevicesRequest = exports.ListImagesRequest = exports.ListDedicatedVmHostsRequest = exports.ListDedicatedVmHostInstancesRequest = exports.ListConsoleHistoriesRequest = exports.ListComputeImageCapabilitySchemasRequest = exports.ListComputeGlobalImageCapabilitySchemasRequest = exports.ListComputeGlobalImageCapabilitySchemaVersionsRequest = exports.ListComputeClustersRequest = exports.ListComputeCapacityTopologyComputeNetworkBlocksRequest = exports.ListComputeCapacityTopologyComputeHpcIslandsRequest = exports.ListComputeCapacityTopologyComputeBareMetalHostsRequest = exports.ListComputeCapacityTopologiesRequest = exports.ListComputeCapacityReservationsRequest = exports.ListComputeCapacityReservationInstancesRequest = exports.ListComputeCapacityReservationInstanceShapesRequest = exports.ListAppCatalogSubscriptionsRequest = exports.ListAppCatalogListingsRequest = exports.ListAppCatalogListingResourceVersionsRequest = exports.ListVolumesRequest = exports.ListVolumeGroupsRequest = exports.ListVolumeGroupReplicasRequest = exports.ListVolumeGroupBackupsRequest = exports.ListVolumeBackupsRequest = exports.ListBootVolumeReplicasRequest = exports.ListBootVolumeBackupsRequest = exports.ListBlockVolumeReplicasRequest = void 0;
42
- exports.ListVtapsRequest = exports.ListVlansRequest = exports.ListVirtualCircuitsRequest = exports.ListVcnsRequest = exports.ListSubnetsRequest = exports.ListServiceGatewaysRequest = exports.ListSecurityListsRequest = exports.ListRouteTablesRequest = exports.ListPublicIpsRequest = exports.ListPublicIpPoolsRequest = exports.ListNetworkSecurityGroupsRequest = exports.ListNetworkSecurityGroupVnicsRequest = exports.ListNetworkSecurityGroupSecurityRulesRequest = exports.ListNatGatewaysRequest = void 0;
41
+ exports.ListDrgRouteDistributionsRequest = exports.ListDrgRouteDistributionStatementsRequest = exports.ListDrgAttachmentsRequest = exports.ListDhcpOptionsRequest = exports.ListCrossConnectsRequest = exports.ListCrossConnectGroupsRequest = exports.ListCaptureFiltersRequest = exports.ListByoipRangesRequest = exports.ListByoasnsRequest = exports.GetVcnTopologyRequest = exports.GetSubnetTopologyRequest = exports.GetNetworkingTopologyRequest = exports.GetAllDrgAttachmentsRequest = exports.ListInstancePoolsRequest = exports.ListInstancePoolInstancesRequest = exports.ListInstanceConfigurationsRequest = exports.ListClusterNetworksRequest = exports.ListClusterNetworkInstancesRequest = exports.ListInstancesRequest = exports.ListInstanceMaintenanceEventsRequest = exports.ListInstanceDevicesRequest = exports.ListImagesRequest = exports.ListDedicatedVmHostsRequest = exports.ListDedicatedVmHostInstancesRequest = exports.ListConsoleHistoriesRequest = exports.ListComputeImageCapabilitySchemasRequest = exports.ListComputeGpuMemoryFabricsRequest = exports.ListComputeGpuMemoryClustersRequest = exports.ListComputeGpuMemoryClusterInstancesRequest = exports.ListComputeGlobalImageCapabilitySchemasRequest = exports.ListComputeGlobalImageCapabilitySchemaVersionsRequest = exports.ListComputeClustersRequest = exports.ListComputeCapacityTopologyComputeNetworkBlocksRequest = exports.ListComputeCapacityTopologyComputeHpcIslandsRequest = exports.ListComputeCapacityTopologyComputeBareMetalHostsRequest = exports.ListComputeCapacityTopologiesRequest = exports.ListComputeCapacityReservationsRequest = exports.ListComputeCapacityReservationInstancesRequest = exports.ListComputeCapacityReservationInstanceShapesRequest = exports.ListAppCatalogSubscriptionsRequest = exports.ListAppCatalogListingsRequest = exports.ListAppCatalogListingResourceVersionsRequest = exports.ListVolumesRequest = exports.ListVolumeGroupsRequest = exports.ListVolumeGroupReplicasRequest = exports.ListVolumeGroupBackupsRequest = exports.ListVolumeBackupsRequest = exports.ListBootVolumeReplicasRequest = exports.ListBootVolumeBackupsRequest = exports.ListBlockVolumeReplicasRequest = void 0;
42
+ exports.ListVtapsRequest = exports.ListVlansRequest = exports.ListVirtualCircuitsRequest = exports.ListVcnsRequest = exports.ListSubnetsRequest = exports.ListServiceGatewaysRequest = exports.ListSecurityListsRequest = exports.ListRouteTablesRequest = exports.ListPublicIpsRequest = exports.ListPublicIpPoolsRequest = exports.ListNetworkSecurityGroupsRequest = exports.ListNetworkSecurityGroupVnicsRequest = exports.ListNetworkSecurityGroupSecurityRulesRequest = exports.ListNatGatewaysRequest = exports.ListInternetGatewaysRequest = exports.ListDrgRouteTablesRequest = exports.ListDrgRouteRulesRequest = void 0;
43
43
  const ListBlockVolumeReplicasRequest = __importStar(require("./list-block-volume-replicas-request"));
44
44
  exports.ListBlockVolumeReplicasRequest = ListBlockVolumeReplicasRequest.ListBlockVolumeReplicasRequest;
45
45
  const ListBootVolumeBackupsRequest = __importStar(require("./list-boot-volume-backups-request"));
@@ -82,6 +82,12 @@ const ListComputeGlobalImageCapabilitySchemaVersionsRequest = __importStar(requi
82
82
  exports.ListComputeGlobalImageCapabilitySchemaVersionsRequest = ListComputeGlobalImageCapabilitySchemaVersionsRequest.ListComputeGlobalImageCapabilitySchemaVersionsRequest;
83
83
  const ListComputeGlobalImageCapabilitySchemasRequest = __importStar(require("./list-compute-global-image-capability-schemas-request"));
84
84
  exports.ListComputeGlobalImageCapabilitySchemasRequest = ListComputeGlobalImageCapabilitySchemasRequest.ListComputeGlobalImageCapabilitySchemasRequest;
85
+ const ListComputeGpuMemoryClusterInstancesRequest = __importStar(require("./list-compute-gpu-memory-cluster-instances-request"));
86
+ exports.ListComputeGpuMemoryClusterInstancesRequest = ListComputeGpuMemoryClusterInstancesRequest.ListComputeGpuMemoryClusterInstancesRequest;
87
+ const ListComputeGpuMemoryClustersRequest = __importStar(require("./list-compute-gpu-memory-clusters-request"));
88
+ exports.ListComputeGpuMemoryClustersRequest = ListComputeGpuMemoryClustersRequest.ListComputeGpuMemoryClustersRequest;
89
+ const ListComputeGpuMemoryFabricsRequest = __importStar(require("./list-compute-gpu-memory-fabrics-request"));
90
+ exports.ListComputeGpuMemoryFabricsRequest = ListComputeGpuMemoryFabricsRequest.ListComputeGpuMemoryFabricsRequest;
85
91
  const ListComputeImageCapabilitySchemasRequest = __importStar(require("./list-compute-image-capability-schemas-request"));
86
92
  exports.ListComputeImageCapabilitySchemasRequest = ListComputeImageCapabilitySchemasRequest.ListComputeImageCapabilitySchemasRequest;
87
93
  const ListConsoleHistoriesRequest = __importStar(require("./list-console-histories-request"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,72 @@
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/ListComputeGpuMemoryClusterInstances.ts.html |here} to see how to use ListComputeGpuMemoryClusterInstancesRequest.
16
+ */
17
+ export interface ListComputeGpuMemoryClusterInstancesRequest 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
+ /**
29
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
30
+ * call. For important details about how pagination works, see
31
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
32
+ *
33
+ */
34
+ "page"?: string;
35
+ /**
36
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
37
+ * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
38
+ * sort order is case sensitive.
39
+ * <p>
40
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
41
+ * optionally filter by availability domain if the scope of the resource type is within a
42
+ * single availability domain. If you call one of these \"List\" operations without specifying
43
+ * an availability domain, the resources are grouped by availability domain, then sorted.
44
+ *
45
+ */
46
+ "sortBy"?: ListComputeGpuMemoryClusterInstancesRequest.SortBy;
47
+ /**
48
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
49
+ * is case sensitive.
50
+ *
51
+ */
52
+ "sortOrder"?: ListComputeGpuMemoryClusterInstancesRequest.SortOrder;
53
+ /**
54
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
55
+ * \"List\" call. For important details about how pagination works, see
56
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
57
+ * <p>
58
+ Example: {@code 50}
59
+ *
60
+ */
61
+ "limit"?: number;
62
+ }
63
+ export declare namespace ListComputeGpuMemoryClusterInstancesRequest {
64
+ enum SortBy {
65
+ Timecreated = "TIMECREATED",
66
+ Displayname = "DISPLAYNAME"
67
+ }
68
+ enum SortOrder {
69
+ Asc = "ASC",
70
+ Desc = "DESC"
71
+ }
72
+ }
@@ -0,0 +1,29 @@
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
+ exports.ListComputeGpuMemoryClusterInstancesRequest = void 0;
16
+ var ListComputeGpuMemoryClusterInstancesRequest;
17
+ (function (ListComputeGpuMemoryClusterInstancesRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Displayname"] = "DISPLAYNAME";
22
+ })(SortBy = ListComputeGpuMemoryClusterInstancesRequest.SortBy || (ListComputeGpuMemoryClusterInstancesRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListComputeGpuMemoryClusterInstancesRequest.SortOrder || (ListComputeGpuMemoryClusterInstancesRequest.SortOrder = {}));
28
+ })(ListComputeGpuMemoryClusterInstancesRequest = exports.ListComputeGpuMemoryClusterInstancesRequest || (exports.ListComputeGpuMemoryClusterInstancesRequest = {}));
29
+ //# sourceMappingURL=list-compute-gpu-memory-cluster-instances-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-gpu-memory-cluster-instances-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-gpu-memory-cluster-instances-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuDH,IAAiB,2CAA2C,CAU3D;AAVD,WAAiB,2CAA2C;IAC1D,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,kDAAM,KAAN,kDAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qDAAS,KAAT,qDAAS,QAGpB;AACH,CAAC,EAVgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAU3D"}