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
package/lib/client.d.ts CHANGED
@@ -1322,6 +1322,39 @@ export declare class ComputeClient {
1322
1322
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ChangeComputeClusterCompartment.ts.html |here} to see how to use ChangeComputeClusterCompartment API.
1323
1323
  */
1324
1324
  changeComputeClusterCompartment(changeComputeClusterCompartmentRequest: requests.ChangeComputeClusterCompartmentRequest): Promise<responses.ChangeComputeClusterCompartmentResponse>;
1325
+ /**
1326
+ * Moves a compute GPU memory cluster into a different compartment. For information about moving resources between
1327
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1328
+ *
1329
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1330
+ * @param ChangeComputeGpuMemoryClusterCompartmentRequest
1331
+ * @return ChangeComputeGpuMemoryClusterCompartmentResponse
1332
+ * @throws OciError when an error occurs
1333
+ * @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 ChangeComputeGpuMemoryClusterCompartment API.
1334
+ */
1335
+ changeComputeGpuMemoryClusterCompartment(changeComputeGpuMemoryClusterCompartmentRequest: requests.ChangeComputeGpuMemoryClusterCompartmentRequest): Promise<responses.ChangeComputeGpuMemoryClusterCompartmentResponse>;
1336
+ /**
1337
+ * Moves a compute GPU memory fabric into a different compartment. For information about moving resources between
1338
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1339
+ *
1340
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1341
+ * @param ChangeComputeGpuMemoryFabricCompartmentRequest
1342
+ * @return ChangeComputeGpuMemoryFabricCompartmentResponse
1343
+ * @throws OciError when an error occurs
1344
+ * @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 ChangeComputeGpuMemoryFabricCompartment API.
1345
+ */
1346
+ changeComputeGpuMemoryFabricCompartment(changeComputeGpuMemoryFabricCompartmentRequest: requests.ChangeComputeGpuMemoryFabricCompartmentRequest): Promise<responses.ChangeComputeGpuMemoryFabricCompartmentResponse>;
1347
+ /**
1348
+ * Moves a compute host into a different compartment. For information about moving resources between
1349
+ * compartments, see [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
1350
+ *
1351
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1352
+ * @param ChangeComputeHostCompartmentRequest
1353
+ * @return ChangeComputeHostCompartmentResponse
1354
+ * @throws OciError when an error occurs
1355
+ * @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 ChangeComputeHostCompartment API.
1356
+ */
1357
+ changeComputeHostCompartment(changeComputeHostCompartmentRequest: requests.ChangeComputeHostCompartmentRequest): Promise<responses.ChangeComputeHostCompartmentResponse>;
1325
1358
  /**
1326
1359
  * Moves a compute image capability schema into a different compartment within the same tenancy.
1327
1360
  * For information about moving resources between compartments, see
@@ -1445,6 +1478,16 @@ export declare class ComputeClient {
1445
1478
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/CreateComputeCluster.ts.html |here} to see how to use CreateComputeCluster API.
1446
1479
  */
1447
1480
  createComputeCluster(createComputeClusterRequest: requests.CreateComputeClusterRequest): Promise<responses.CreateComputeClusterResponse>;
1481
+ /**
1482
+ * Create a compute GPU memory cluster instance on a specific compute GPU memory fabric
1483
+ *
1484
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1485
+ * @param CreateComputeGpuMemoryClusterRequest
1486
+ * @return CreateComputeGpuMemoryClusterResponse
1487
+ * @throws OciError when an error occurs
1488
+ * @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 CreateComputeGpuMemoryCluster API.
1489
+ */
1490
+ createComputeGpuMemoryCluster(createComputeGpuMemoryClusterRequest: requests.CreateComputeGpuMemoryClusterRequest): Promise<responses.CreateComputeGpuMemoryClusterResponse>;
1448
1491
  /**
1449
1492
  * Creates compute image capability schema.
1450
1493
  *
@@ -1555,6 +1598,15 @@ export declare class ComputeClient {
1555
1598
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/DeleteComputeCluster.ts.html |here} to see how to use DeleteComputeCluster API.
1556
1599
  */
1557
1600
  deleteComputeCluster(deleteComputeClusterRequest: requests.DeleteComputeClusterRequest): Promise<responses.DeleteComputeClusterResponse>;
1601
+ /**
1602
+ * Terminates and deletes the specified compute GPU memory cluster and underlying instances.
1603
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1604
+ * @param DeleteComputeGpuMemoryClusterRequest
1605
+ * @return DeleteComputeGpuMemoryClusterResponse
1606
+ * @throws OciError when an error occurs
1607
+ * @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 DeleteComputeGpuMemoryCluster API.
1608
+ */
1609
+ deleteComputeGpuMemoryCluster(deleteComputeGpuMemoryClusterRequest: requests.DeleteComputeGpuMemoryClusterRequest): Promise<responses.DeleteComputeGpuMemoryClusterResponse>;
1558
1610
  /**
1559
1611
  * Deletes the specified Compute Image Capability Schema
1560
1612
  *
@@ -1753,6 +1805,36 @@ export declare class ComputeClient {
1753
1805
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/GetComputeGlobalImageCapabilitySchemaVersion.ts.html |here} to see how to use GetComputeGlobalImageCapabilitySchemaVersion API.
1754
1806
  */
1755
1807
  getComputeGlobalImageCapabilitySchemaVersion(getComputeGlobalImageCapabilitySchemaVersionRequest: requests.GetComputeGlobalImageCapabilitySchemaVersionRequest): Promise<responses.GetComputeGlobalImageCapabilitySchemaVersionResponse>;
1808
+ /**
1809
+ * Gets information about the specified compute GPU memory cluster
1810
+ *
1811
+ * This operation does not retry by default if the user has not defined a retry configuration.
1812
+ * @param GetComputeGpuMemoryClusterRequest
1813
+ * @return GetComputeGpuMemoryClusterResponse
1814
+ * @throws OciError when an error occurs
1815
+ * @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 GetComputeGpuMemoryCluster API.
1816
+ */
1817
+ getComputeGpuMemoryCluster(getComputeGpuMemoryClusterRequest: requests.GetComputeGpuMemoryClusterRequest): Promise<responses.GetComputeGpuMemoryClusterResponse>;
1818
+ /**
1819
+ * Gets information about the specified compute GPU memory fabric
1820
+ *
1821
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1822
+ * @param GetComputeGpuMemoryFabricRequest
1823
+ * @return GetComputeGpuMemoryFabricResponse
1824
+ * @throws OciError when an error occurs
1825
+ * @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 GetComputeGpuMemoryFabric API.
1826
+ */
1827
+ getComputeGpuMemoryFabric(getComputeGpuMemoryFabricRequest: requests.GetComputeGpuMemoryFabricRequest): Promise<responses.GetComputeGpuMemoryFabricResponse>;
1828
+ /**
1829
+ * Gets information about the specified compute host
1830
+ *
1831
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1832
+ * @param GetComputeHostRequest
1833
+ * @return GetComputeHostResponse
1834
+ * @throws OciError when an error occurs
1835
+ * @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 GetComputeHost API.
1836
+ */
1837
+ getComputeHost(getComputeHostRequest: requests.GetComputeHostRequest): Promise<responses.GetComputeHostResponse>;
1756
1838
  /**
1757
1839
  * Gets the specified Compute Image Capability Schema
1758
1840
  *
@@ -2432,6 +2514,45 @@ export declare class ComputeClient {
2432
2514
  * @param request a request which can be sent to the service operation
2433
2515
  */
2434
2516
  listComputeGlobalImageCapabilitySchemasResponseIterator(request: requests.ListComputeGlobalImageCapabilitySchemasRequest): AsyncIterableIterator<responses.ListComputeGlobalImageCapabilitySchemasResponse>;
2517
+ /**
2518
+ * List all of the GPU memory cluster instances.
2519
+ *
2520
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2521
+ * @param ListComputeGpuMemoryClusterInstancesRequest
2522
+ * @return ListComputeGpuMemoryClusterInstancesResponse
2523
+ * @throws OciError when an error occurs
2524
+ * @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 ListComputeGpuMemoryClusterInstances API.
2525
+ */
2526
+ listComputeGpuMemoryClusterInstances(listComputeGpuMemoryClusterInstancesRequest: requests.ListComputeGpuMemoryClusterInstancesRequest): Promise<responses.ListComputeGpuMemoryClusterInstancesResponse>;
2527
+ /**
2528
+ * List all of the compute GPU memory clusters.
2529
+ *
2530
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2531
+ * @param ListComputeGpuMemoryClustersRequest
2532
+ * @return ListComputeGpuMemoryClustersResponse
2533
+ * @throws OciError when an error occurs
2534
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ListComputeGpuMemoryClusters.ts.html |here} to see how to use ListComputeGpuMemoryClusters API.
2535
+ */
2536
+ listComputeGpuMemoryClusters(listComputeGpuMemoryClustersRequest: requests.ListComputeGpuMemoryClustersRequest): Promise<responses.ListComputeGpuMemoryClustersResponse>;
2537
+ /**
2538
+ * Lists the compute GPU memory fabrics that match the specified criteria and compartmentId.
2539
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2540
+ * @param ListComputeGpuMemoryFabricsRequest
2541
+ * @return ListComputeGpuMemoryFabricsResponse
2542
+ * @throws OciError when an error occurs
2543
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ListComputeGpuMemoryFabrics.ts.html |here} to see how to use ListComputeGpuMemoryFabrics API.
2544
+ */
2545
+ listComputeGpuMemoryFabrics(listComputeGpuMemoryFabricsRequest: requests.ListComputeGpuMemoryFabricsRequest): Promise<responses.ListComputeGpuMemoryFabricsResponse>;
2546
+ /**
2547
+ * Generates a list of summary host details
2548
+ *
2549
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
2550
+ * @param ListComputeHostsRequest
2551
+ * @return ListComputeHostsResponse
2552
+ * @throws OciError when an error occurs
2553
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ListComputeHosts.ts.html |here} to see how to use ListComputeHosts API.
2554
+ */
2555
+ listComputeHosts(listComputeHostsRequest: requests.ListComputeHostsRequest): Promise<responses.ListComputeHostsResponse>;
2435
2556
  /**
2436
2557
  * Lists Compute Image Capability Schema in the specified compartment. You can also query by a specific imageId.
2437
2558
  *
@@ -3157,6 +3278,36 @@ export declare class ComputeClient {
3157
3278
  * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeCluster.ts.html |here} to see how to use UpdateComputeCluster API.
3158
3279
  */
3159
3280
  updateComputeCluster(updateComputeClusterRequest: requests.UpdateComputeClusterRequest): Promise<responses.UpdateComputeClusterResponse>;
3281
+ /**
3282
+ * Updates a compute gpu memory cluster resource.
3283
+ *
3284
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3285
+ * @param UpdateComputeGpuMemoryClusterRequest
3286
+ * @return UpdateComputeGpuMemoryClusterResponse
3287
+ * @throws OciError when an error occurs
3288
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeGpuMemoryCluster.ts.html |here} to see how to use UpdateComputeGpuMemoryCluster API.
3289
+ */
3290
+ updateComputeGpuMemoryCluster(updateComputeGpuMemoryClusterRequest: requests.UpdateComputeGpuMemoryClusterRequest): Promise<responses.UpdateComputeGpuMemoryClusterResponse>;
3291
+ /**
3292
+ * Customer can update displayName and tags for compute GPU memory fabric record
3293
+ *
3294
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3295
+ * @param UpdateComputeGpuMemoryFabricRequest
3296
+ * @return UpdateComputeGpuMemoryFabricResponse
3297
+ * @throws OciError when an error occurs
3298
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeGpuMemoryFabric.ts.html |here} to see how to use UpdateComputeGpuMemoryFabric API.
3299
+ */
3300
+ updateComputeGpuMemoryFabric(updateComputeGpuMemoryFabricRequest: requests.UpdateComputeGpuMemoryFabricRequest): Promise<responses.UpdateComputeGpuMemoryFabricResponse>;
3301
+ /**
3302
+ * Customer can update the some fields for ComputeHost record
3303
+ *
3304
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
3305
+ * @param UpdateComputeHostRequest
3306
+ * @return UpdateComputeHostResponse
3307
+ * @throws OciError when an error occurs
3308
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeHost.ts.html |here} to see how to use UpdateComputeHost API.
3309
+ */
3310
+ updateComputeHost(updateComputeHostRequest: requests.UpdateComputeHostRequest): Promise<responses.UpdateComputeHostResponse>;
3160
3311
  /**
3161
3312
  * Updates the specified Compute Image Capability Schema
3162
3313
  *