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
@@ -155,6 +155,12 @@ 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;
162
+ import * as ChangeComputeHostCompartmentRequest from "./change-compute-host-compartment-request";
163
+ export import ChangeComputeHostCompartmentRequest = ChangeComputeHostCompartmentRequest.ChangeComputeHostCompartmentRequest;
158
164
  import * as ChangeComputeImageCapabilitySchemaCompartmentRequest from "./change-compute-image-capability-schema-compartment-request";
159
165
  export import ChangeComputeImageCapabilitySchemaCompartmentRequest = ChangeComputeImageCapabilitySchemaCompartmentRequest.ChangeComputeImageCapabilitySchemaCompartmentRequest;
160
166
  import * as ChangeDedicatedVmHostCompartmentRequest from "./change-dedicated-vm-host-compartment-request";
@@ -173,6 +179,8 @@ import * as CreateComputeCapacityTopologyRequest from "./create-compute-capacity
173
179
  export import CreateComputeCapacityTopologyRequest = CreateComputeCapacityTopologyRequest.CreateComputeCapacityTopologyRequest;
174
180
  import * as CreateComputeClusterRequest from "./create-compute-cluster-request";
175
181
  export import CreateComputeClusterRequest = CreateComputeClusterRequest.CreateComputeClusterRequest;
182
+ import * as CreateComputeGpuMemoryClusterRequest from "./create-compute-gpu-memory-cluster-request";
183
+ export import CreateComputeGpuMemoryClusterRequest = CreateComputeGpuMemoryClusterRequest.CreateComputeGpuMemoryClusterRequest;
176
184
  import * as CreateComputeImageCapabilitySchemaRequest from "./create-compute-image-capability-schema-request";
177
185
  export import CreateComputeImageCapabilitySchemaRequest = CreateComputeImageCapabilitySchemaRequest.CreateComputeImageCapabilitySchemaRequest;
178
186
  import * as CreateDedicatedVmHostRequest from "./create-dedicated-vm-host-request";
@@ -189,6 +197,8 @@ import * as DeleteComputeCapacityTopologyRequest from "./delete-compute-capacity
189
197
  export import DeleteComputeCapacityTopologyRequest = DeleteComputeCapacityTopologyRequest.DeleteComputeCapacityTopologyRequest;
190
198
  import * as DeleteComputeClusterRequest from "./delete-compute-cluster-request";
191
199
  export import DeleteComputeClusterRequest = DeleteComputeClusterRequest.DeleteComputeClusterRequest;
200
+ import * as DeleteComputeGpuMemoryClusterRequest from "./delete-compute-gpu-memory-cluster-request";
201
+ export import DeleteComputeGpuMemoryClusterRequest = DeleteComputeGpuMemoryClusterRequest.DeleteComputeGpuMemoryClusterRequest;
192
202
  import * as DeleteComputeImageCapabilitySchemaRequest from "./delete-compute-image-capability-schema-request";
193
203
  export import DeleteComputeImageCapabilitySchemaRequest = DeleteComputeImageCapabilitySchemaRequest.DeleteComputeImageCapabilitySchemaRequest;
194
204
  import * as DeleteConsoleHistoryRequest from "./delete-console-history-request";
@@ -225,6 +235,12 @@ import * as GetComputeGlobalImageCapabilitySchemaRequest from "./get-compute-glo
225
235
  export import GetComputeGlobalImageCapabilitySchemaRequest = GetComputeGlobalImageCapabilitySchemaRequest.GetComputeGlobalImageCapabilitySchemaRequest;
226
236
  import * as GetComputeGlobalImageCapabilitySchemaVersionRequest from "./get-compute-global-image-capability-schema-version-request";
227
237
  export import GetComputeGlobalImageCapabilitySchemaVersionRequest = GetComputeGlobalImageCapabilitySchemaVersionRequest.GetComputeGlobalImageCapabilitySchemaVersionRequest;
238
+ import * as GetComputeGpuMemoryClusterRequest from "./get-compute-gpu-memory-cluster-request";
239
+ export import GetComputeGpuMemoryClusterRequest = GetComputeGpuMemoryClusterRequest.GetComputeGpuMemoryClusterRequest;
240
+ import * as GetComputeGpuMemoryFabricRequest from "./get-compute-gpu-memory-fabric-request";
241
+ export import GetComputeGpuMemoryFabricRequest = GetComputeGpuMemoryFabricRequest.GetComputeGpuMemoryFabricRequest;
242
+ import * as GetComputeHostRequest from "./get-compute-host-request";
243
+ export import GetComputeHostRequest = GetComputeHostRequest.GetComputeHostRequest;
228
244
  import * as GetComputeImageCapabilitySchemaRequest from "./get-compute-image-capability-schema-request";
229
245
  export import GetComputeImageCapabilitySchemaRequest = GetComputeImageCapabilitySchemaRequest.GetComputeImageCapabilitySchemaRequest;
230
246
  import * as GetConsoleHistoryRequest from "./get-console-history-request";
@@ -285,6 +301,14 @@ import * as ListComputeGlobalImageCapabilitySchemaVersionsRequest from "./list-c
285
301
  export import ListComputeGlobalImageCapabilitySchemaVersionsRequest = ListComputeGlobalImageCapabilitySchemaVersionsRequest.ListComputeGlobalImageCapabilitySchemaVersionsRequest;
286
302
  import * as ListComputeGlobalImageCapabilitySchemasRequest from "./list-compute-global-image-capability-schemas-request";
287
303
  export import ListComputeGlobalImageCapabilitySchemasRequest = ListComputeGlobalImageCapabilitySchemasRequest.ListComputeGlobalImageCapabilitySchemasRequest;
304
+ import * as ListComputeGpuMemoryClusterInstancesRequest from "./list-compute-gpu-memory-cluster-instances-request";
305
+ export import ListComputeGpuMemoryClusterInstancesRequest = ListComputeGpuMemoryClusterInstancesRequest.ListComputeGpuMemoryClusterInstancesRequest;
306
+ import * as ListComputeGpuMemoryClustersRequest from "./list-compute-gpu-memory-clusters-request";
307
+ export import ListComputeGpuMemoryClustersRequest = ListComputeGpuMemoryClustersRequest.ListComputeGpuMemoryClustersRequest;
308
+ import * as ListComputeGpuMemoryFabricsRequest from "./list-compute-gpu-memory-fabrics-request";
309
+ export import ListComputeGpuMemoryFabricsRequest = ListComputeGpuMemoryFabricsRequest.ListComputeGpuMemoryFabricsRequest;
310
+ import * as ListComputeHostsRequest from "./list-compute-hosts-request";
311
+ export import ListComputeHostsRequest = ListComputeHostsRequest.ListComputeHostsRequest;
288
312
  import * as ListComputeImageCapabilitySchemasRequest from "./list-compute-image-capability-schemas-request";
289
313
  export import ListComputeImageCapabilitySchemasRequest = ListComputeImageCapabilitySchemasRequest.ListComputeImageCapabilitySchemasRequest;
290
314
  import * as ListConsoleHistoriesRequest from "./list-console-histories-request";
@@ -325,6 +349,12 @@ import * as UpdateComputeCapacityTopologyRequest from "./update-compute-capacity
325
349
  export import UpdateComputeCapacityTopologyRequest = UpdateComputeCapacityTopologyRequest.UpdateComputeCapacityTopologyRequest;
326
350
  import * as UpdateComputeClusterRequest from "./update-compute-cluster-request";
327
351
  export import UpdateComputeClusterRequest = UpdateComputeClusterRequest.UpdateComputeClusterRequest;
352
+ import * as UpdateComputeGpuMemoryClusterRequest from "./update-compute-gpu-memory-cluster-request";
353
+ export import UpdateComputeGpuMemoryClusterRequest = UpdateComputeGpuMemoryClusterRequest.UpdateComputeGpuMemoryClusterRequest;
354
+ import * as UpdateComputeGpuMemoryFabricRequest from "./update-compute-gpu-memory-fabric-request";
355
+ export import UpdateComputeGpuMemoryFabricRequest = UpdateComputeGpuMemoryFabricRequest.UpdateComputeGpuMemoryFabricRequest;
356
+ import * as UpdateComputeHostRequest from "./update-compute-host-request";
357
+ export import UpdateComputeHostRequest = UpdateComputeHostRequest.UpdateComputeHostRequest;
328
358
  import * as UpdateComputeImageCapabilitySchemaRequest from "./update-compute-image-capability-schema-request";
329
359
  export import UpdateComputeImageCapabilitySchemaRequest = UpdateComputeImageCapabilitySchemaRequest.UpdateComputeImageCapabilitySchemaRequest;
330
360
  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.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.ListComputeHostsRequest = 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 = exports.ListDrgRouteDistributionsRequest = 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,14 @@ 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;
91
+ const ListComputeHostsRequest = __importStar(require("./list-compute-hosts-request"));
92
+ exports.ListComputeHostsRequest = ListComputeHostsRequest.ListComputeHostsRequest;
85
93
  const ListComputeImageCapabilitySchemasRequest = __importStar(require("./list-compute-image-capability-schemas-request"));
86
94
  exports.ListComputeImageCapabilitySchemasRequest = ListComputeImageCapabilitySchemasRequest.ListComputeImageCapabilitySchemasRequest;
87
95
  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"}
@@ -0,0 +1,96 @@
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/ListComputeGpuMemoryClusters.ts.html |here} to see how to use ListComputeGpuMemoryClustersRequest.
16
+ */
17
+ export interface ListComputeGpuMemoryClustersRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": 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
+ * A filter to return only the listings that matches the given GPU memory cluster id.
30
+ *
31
+ */
32
+ "computeGpuMemoryClusterId"?: string;
33
+ /**
34
+ * The name of the availability domain.
35
+ * <p>
36
+ Example: {@code Uocm:PHX-AD-1}
37
+ *
38
+ */
39
+ "availabilityDomain"?: string;
40
+ /**
41
+ * A filter to return only resources that match the given display name exactly.
42
+ *
43
+ */
44
+ "displayName"?: string;
45
+ /**
46
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
47
+ * A [compute cluster](https://docs.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory
48
+ * access (RDMA) network group.
49
+ *
50
+ */
51
+ "computeClusterId"?: string;
52
+ /**
53
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
54
+ * call. For important details about how pagination works, see
55
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
56
+ *
57
+ */
58
+ "page"?: string;
59
+ /**
60
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
61
+ * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
62
+ * sort order is case sensitive.
63
+ * <p>
64
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
65
+ * optionally filter by availability domain if the scope of the resource type is within a
66
+ * single availability domain. If you call one of these \"List\" operations without specifying
67
+ * an availability domain, the resources are grouped by availability domain, then sorted.
68
+ *
69
+ */
70
+ "sortBy"?: ListComputeGpuMemoryClustersRequest.SortBy;
71
+ /**
72
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
73
+ * is case sensitive.
74
+ *
75
+ */
76
+ "sortOrder"?: ListComputeGpuMemoryClustersRequest.SortOrder;
77
+ /**
78
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
79
+ * \"List\" call. For important details about how pagination works, see
80
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
81
+ * <p>
82
+ Example: {@code 50}
83
+ *
84
+ */
85
+ "limit"?: number;
86
+ }
87
+ export declare namespace ListComputeGpuMemoryClustersRequest {
88
+ enum SortBy {
89
+ Timecreated = "TIMECREATED",
90
+ Displayname = "DISPLAYNAME"
91
+ }
92
+ enum SortOrder {
93
+ Asc = "ASC",
94
+ Desc = "DESC"
95
+ }
96
+ }
@@ -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.ListComputeGpuMemoryClustersRequest = void 0;
16
+ var ListComputeGpuMemoryClustersRequest;
17
+ (function (ListComputeGpuMemoryClustersRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Displayname"] = "DISPLAYNAME";
22
+ })(SortBy = ListComputeGpuMemoryClustersRequest.SortBy || (ListComputeGpuMemoryClustersRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListComputeGpuMemoryClustersRequest.SortOrder || (ListComputeGpuMemoryClustersRequest.SortOrder = {}));
28
+ })(ListComputeGpuMemoryClustersRequest = exports.ListComputeGpuMemoryClustersRequest || (exports.ListComputeGpuMemoryClustersRequest = {}));
29
+ //# sourceMappingURL=list-compute-gpu-memory-clusters-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-gpu-memory-clusters-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-gpu-memory-clusters-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+EH,IAAiB,mCAAmC,CAUnD;AAVD,WAAiB,mCAAmC;IAClD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,6CAAS,KAAT,6CAAS,QAGpB;AACH,CAAC,EAVgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAUnD"}
@@ -0,0 +1,107 @@
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/ListComputeGpuMemoryFabrics.ts.html |here} to see how to use ListComputeGpuMemoryFabricsRequest.
16
+ */
17
+ export interface ListComputeGpuMemoryFabricsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": 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
+ * A filter to return only the listings that matches the given GPU memory fabric id.
30
+ *
31
+ */
32
+ "computeGpuMemoryFabricId"?: string;
33
+ /**
34
+ * The name of the availability domain.
35
+ * <p>
36
+ Example: {@code Uocm:PHX-AD-1}
37
+ *
38
+ */
39
+ "availabilityDomain"?: string;
40
+ /**
41
+ * A filter to return only resources that match the given display name exactly.
42
+ *
43
+ */
44
+ "displayName"?: string;
45
+ /**
46
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute HPC island.
47
+ */
48
+ "computeHpcIslandId"?: string;
49
+ /**
50
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute network block.
51
+ */
52
+ "computeNetworkBlockId"?: string;
53
+ /**
54
+ * A filter to return ComputeGpuMemoryFabricSummary resources that match the given lifecycle state.
55
+ *
56
+ */
57
+ "computeGpuMemoryFabricLifecycleState"?: string;
58
+ /**
59
+ * A filter to return ComputeGpuMemoryFabricSummary resources that match the given fabric health.
60
+ *
61
+ */
62
+ "computeGpuMemoryFabricHealth"?: string;
63
+ /**
64
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
65
+ * \"List\" call. For important details about how pagination works, see
66
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
67
+ * <p>
68
+ Example: {@code 50}
69
+ *
70
+ */
71
+ "limit"?: number;
72
+ /**
73
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
74
+ * call. For important details about how pagination works, see
75
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
76
+ *
77
+ */
78
+ "page"?: string;
79
+ /**
80
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
81
+ * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
82
+ * sort order is case sensitive.
83
+ * <p>
84
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
85
+ * optionally filter by availability domain if the scope of the resource type is within a
86
+ * single availability domain. If you call one of these \"List\" operations without specifying
87
+ * an availability domain, the resources are grouped by availability domain, then sorted.
88
+ *
89
+ */
90
+ "sortBy"?: ListComputeGpuMemoryFabricsRequest.SortBy;
91
+ /**
92
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
93
+ * is case sensitive.
94
+ *
95
+ */
96
+ "sortOrder"?: ListComputeGpuMemoryFabricsRequest.SortOrder;
97
+ }
98
+ export declare namespace ListComputeGpuMemoryFabricsRequest {
99
+ enum SortBy {
100
+ Timecreated = "TIMECREATED",
101
+ Displayname = "DISPLAYNAME"
102
+ }
103
+ enum SortOrder {
104
+ Asc = "ASC",
105
+ Desc = "DESC"
106
+ }
107
+ }
@@ -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.ListComputeGpuMemoryFabricsRequest = void 0;
16
+ var ListComputeGpuMemoryFabricsRequest;
17
+ (function (ListComputeGpuMemoryFabricsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Displayname"] = "DISPLAYNAME";
22
+ })(SortBy = ListComputeGpuMemoryFabricsRequest.SortBy || (ListComputeGpuMemoryFabricsRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListComputeGpuMemoryFabricsRequest.SortOrder || (ListComputeGpuMemoryFabricsRequest.SortOrder = {}));
28
+ })(ListComputeGpuMemoryFabricsRequest = exports.ListComputeGpuMemoryFabricsRequest || (exports.ListComputeGpuMemoryFabricsRequest = {}));
29
+ //# sourceMappingURL=list-compute-gpu-memory-fabrics-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-gpu-memory-fabrics-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-gpu-memory-fabrics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0FH,IAAiB,kCAAkC,CAUlD;AAVD,WAAiB,kCAAkC;IACjD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,yCAAM,KAAN,yCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4CAAS,KAAT,4CAAS,QAGpB;AACH,CAAC,EAVgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAUlD"}
@@ -0,0 +1,102 @@
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/ListComputeHosts.ts.html |here} to see how to use ListComputeHostsRequest.
16
+ */
17
+ export interface ListComputeHostsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": 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
+ * The name of the availability domain.
30
+ * <p>
31
+ Example: {@code Uocm:PHX-AD-1}
32
+ *
33
+ */
34
+ "availabilityDomain"?: string;
35
+ /**
36
+ * A filter to return only resources that match the given display name exactly.
37
+ *
38
+ */
39
+ "displayName"?: string;
40
+ /**
41
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host network resoruce.
42
+ * - Customer-unique HPC island ID
43
+ * - Customer-unique network block ID
44
+ * - Customer-unique local block ID
45
+ *
46
+ */
47
+ "networkResourceId"?: string;
48
+ /**
49
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
50
+ * \"List\" call. For important details about how pagination works, see
51
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
52
+ * <p>
53
+ Example: {@code 50}
54
+ *
55
+ */
56
+ "limit"?: number;
57
+ /**
58
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
59
+ * call. For important details about how pagination works, see
60
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
61
+ *
62
+ */
63
+ "page"?: string;
64
+ /**
65
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
66
+ * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
67
+ * sort order is case sensitive.
68
+ * <p>
69
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
70
+ * optionally filter by availability domain if the scope of the resource type is within a
71
+ * single availability domain. If you call one of these \"List\" operations without specifying
72
+ * an availability domain, the resources are grouped by availability domain, then sorted.
73
+ *
74
+ */
75
+ "sortBy"?: ListComputeHostsRequest.SortBy;
76
+ /**
77
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
78
+ * is case sensitive.
79
+ *
80
+ */
81
+ "sortOrder"?: ListComputeHostsRequest.SortOrder;
82
+ /**
83
+ * A filter to return only ComputeHostSummary resources that match the given Compute Host lifecycle State OCID exactly.
84
+ *
85
+ */
86
+ "computeHostLifecycleState"?: string;
87
+ /**
88
+ * A filter to return only ComputeHostSummary resources that match the given Compute Host health State OCID exactly.
89
+ *
90
+ */
91
+ "computeHostHealth"?: string;
92
+ }
93
+ export declare namespace ListComputeHostsRequest {
94
+ enum SortBy {
95
+ Timecreated = "TIMECREATED",
96
+ Displayname = "DISPLAYNAME"
97
+ }
98
+ enum SortOrder {
99
+ Asc = "ASC",
100
+ Desc = "DESC"
101
+ }
102
+ }
@@ -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.ListComputeHostsRequest = void 0;
16
+ var ListComputeHostsRequest;
17
+ (function (ListComputeHostsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Displayname"] = "DISPLAYNAME";
22
+ })(SortBy = ListComputeHostsRequest.SortBy || (ListComputeHostsRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListComputeHostsRequest.SortOrder || (ListComputeHostsRequest.SortOrder = {}));
28
+ })(ListComputeHostsRequest = exports.ListComputeHostsRequest || (exports.ListComputeHostsRequest = {}));
29
+ //# sourceMappingURL=list-compute-hosts-request.js.map