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.
- package/lib/client.d.ts +151 -0
- package/lib/client.js +1108 -101
- package/lib/client.js.map +1 -1
- package/lib/compute-waiter.d.ts +74 -0
- package/lib/compute-waiter.js +135 -0
- package/lib/compute-waiter.js.map +1 -1
- package/lib/model/change-compute-gpu-memory-cluster-compartment-details.d.ts +34 -0
- package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js +36 -0
- package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js.map +1 -0
- package/lib/model/change-compute-gpu-memory-fabric-compartment-details.d.ts +34 -0
- package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js +36 -0
- package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js.map +1 -0
- package/lib/model/change-compute-host-compartment-details.d.ts +34 -0
- package/lib/model/change-compute-host-compartment-details.js +36 -0
- package/lib/model/change-compute-host-compartment-details.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-collection.d.ts +34 -0
- package/lib/model/compute-gpu-memory-cluster-collection.js +68 -0
- package/lib/model/compute-gpu-memory-cluster-collection.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-instance-collection.d.ts +34 -0
- package/lib/model/compute-gpu-memory-cluster-instance-collection.js +68 -0
- package/lib/model/compute-gpu-memory-cluster-instance-collection.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-instance-summary.d.ts +102 -0
- package/lib/model/compute-gpu-memory-cluster-instance-summary.js +55 -0
- package/lib/model/compute-gpu-memory-cluster-instance-summary.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster-summary.d.ts +95 -0
- package/lib/model/compute-gpu-memory-cluster-summary.js +36 -0
- package/lib/model/compute-gpu-memory-cluster-summary.js.map +1 -0
- package/lib/model/compute-gpu-memory-cluster.d.ts +126 -0
- package/lib/model/compute-gpu-memory-cluster.js +49 -0
- package/lib/model/compute-gpu-memory-cluster.js.map +1 -0
- package/lib/model/compute-gpu-memory-fabric-collection.d.ts +34 -0
- package/lib/model/compute-gpu-memory-fabric-collection.js +68 -0
- package/lib/model/compute-gpu-memory-fabric-collection.js.map +1 -0
- package/lib/model/compute-gpu-memory-fabric-summary.d.ts +115 -0
- package/lib/model/compute-gpu-memory-fabric-summary.js +36 -0
- package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -0
- package/lib/model/compute-gpu-memory-fabric.d.ts +147 -0
- package/lib/model/compute-gpu-memory-fabric.js +59 -0
- package/lib/model/compute-gpu-memory-fabric.js.map +1 -0
- package/lib/model/compute-host-collection.d.ts +34 -0
- package/lib/model/compute-host-collection.js +68 -0
- package/lib/model/compute-host-collection.js.map +1 -0
- package/lib/model/compute-host-summary.d.ts +152 -0
- package/lib/model/compute-host-summary.js +36 -0
- package/lib/model/compute-host-summary.js.map +1 -0
- package/lib/model/compute-host.d.ts +189 -0
- package/lib/model/compute-host.js +59 -0
- package/lib/model/compute-host.js.map +1 -0
- package/lib/model/create-byoip-range-details.d.ts +0 -8
- package/lib/model/create-byoip-range-details.js.map +1 -1
- package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +88 -0
- package/lib/model/create-compute-gpu-memory-cluster-details.js +36 -0
- package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -0
- package/lib/model/index.d.ts +36 -0
- package/lib/model/index.js +48 -12
- package/lib/model/index.js.map +1 -1
- package/lib/model/update-byoip-range-details.d.ts +0 -8
- package/lib/model/update-byoip-range-details.js.map +1 -1
- package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +67 -0
- package/lib/model/update-compute-gpu-memory-cluster-details.js +36 -0
- package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +57 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.js +36 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -0
- package/lib/model/update-compute-host-details.d.ts +57 -0
- package/lib/model/update-compute-host-details.js +36 -0
- package/lib/model/update-compute-host-details.js.map +1 -0
- package/lib/request/change-compute-gpu-memory-cluster-compartment-request.d.ts +49 -0
- package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js +15 -0
- package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-compute-gpu-memory-fabric-compartment-request.d.ts +49 -0
- package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js +15 -0
- package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js.map +1 -0
- package/lib/request/change-compute-host-compartment-request.d.ts +50 -0
- package/lib/request/change-compute-host-compartment-request.js +15 -0
- package/lib/request/change-compute-host-compartment-request.js.map +1 -0
- package/lib/request/create-compute-gpu-memory-cluster-request.d.ts +38 -0
- package/lib/request/create-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/create-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/delete-compute-gpu-memory-cluster-request.d.ts +35 -0
- package/lib/request/delete-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/delete-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/get-compute-gpu-memory-cluster-request.d.ts +28 -0
- package/lib/request/get-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/get-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/get-compute-gpu-memory-fabric-request.d.ts +28 -0
- package/lib/request/get-compute-gpu-memory-fabric-request.js +15 -0
- package/lib/request/get-compute-gpu-memory-fabric-request.js.map +1 -0
- package/lib/request/get-compute-host-request.d.ts +29 -0
- package/lib/request/get-compute-host-request.js +15 -0
- package/lib/request/get-compute-host-request.js.map +1 -0
- package/lib/request/index.d.ts +30 -0
- package/lib/request/index.js +10 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-compute-gpu-memory-cluster-instances-request.d.ts +72 -0
- package/lib/request/list-compute-gpu-memory-cluster-instances-request.js +29 -0
- package/lib/request/list-compute-gpu-memory-cluster-instances-request.js.map +1 -0
- package/lib/request/list-compute-gpu-memory-clusters-request.d.ts +96 -0
- package/lib/request/list-compute-gpu-memory-clusters-request.js +29 -0
- package/lib/request/list-compute-gpu-memory-clusters-request.js.map +1 -0
- package/lib/request/list-compute-gpu-memory-fabrics-request.d.ts +107 -0
- package/lib/request/list-compute-gpu-memory-fabrics-request.js +29 -0
- package/lib/request/list-compute-gpu-memory-fabrics-request.js.map +1 -0
- package/lib/request/list-compute-hosts-request.d.ts +102 -0
- package/lib/request/list-compute-hosts-request.js +29 -0
- package/lib/request/list-compute-hosts-request.js.map +1 -0
- package/lib/request/update-compute-gpu-memory-cluster-request.d.ts +49 -0
- package/lib/request/update-compute-gpu-memory-cluster-request.js +15 -0
- package/lib/request/update-compute-gpu-memory-cluster-request.js.map +1 -0
- package/lib/request/update-compute-gpu-memory-fabric-request.d.ts +49 -0
- package/lib/request/update-compute-gpu-memory-fabric-request.js +15 -0
- package/lib/request/update-compute-gpu-memory-fabric-request.js.map +1 -0
- package/lib/request/update-compute-host-request.d.ts +41 -0
- package/lib/request/update-compute-host-request.js +15 -0
- package/lib/request/update-compute-host-request.js.map +1 -0
- package/lib/response/change-compute-gpu-memory-cluster-compartment-response.d.ts +20 -0
- package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js +15 -0
- package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js.map +1 -0
- package/lib/response/change-compute-gpu-memory-fabric-compartment-response.d.ts +20 -0
- package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js +15 -0
- package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js.map +1 -0
- package/lib/response/change-compute-host-compartment-response.d.ts +27 -0
- package/lib/response/change-compute-host-compartment-response.js +15 -0
- package/lib/response/change-compute-host-compartment-response.js.map +1 -0
- package/lib/response/create-compute-gpu-memory-cluster-response.d.ts +37 -0
- package/lib/response/create-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/create-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/delete-compute-gpu-memory-cluster-response.d.ts +27 -0
- package/lib/response/delete-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/delete-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/get-compute-gpu-memory-cluster-response.d.ts +30 -0
- package/lib/response/get-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/get-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/get-compute-gpu-memory-fabric-response.d.ts +30 -0
- package/lib/response/get-compute-gpu-memory-fabric-response.js +15 -0
- package/lib/response/get-compute-gpu-memory-fabric-response.js.map +1 -0
- package/lib/response/get-compute-host-response.d.ts +30 -0
- package/lib/response/get-compute-host-response.js +15 -0
- package/lib/response/get-compute-host-response.js.map +1 -0
- package/lib/response/index.d.ts +30 -0
- package/lib/response/list-compute-gpu-memory-cluster-instances-response.d.ts +37 -0
- package/lib/response/list-compute-gpu-memory-cluster-instances-response.js +15 -0
- package/lib/response/list-compute-gpu-memory-cluster-instances-response.js.map +1 -0
- package/lib/response/list-compute-gpu-memory-clusters-response.d.ts +37 -0
- package/lib/response/list-compute-gpu-memory-clusters-response.js +15 -0
- package/lib/response/list-compute-gpu-memory-clusters-response.js.map +1 -0
- package/lib/response/list-compute-gpu-memory-fabrics-response.d.ts +32 -0
- package/lib/response/list-compute-gpu-memory-fabrics-response.js +15 -0
- package/lib/response/list-compute-gpu-memory-fabrics-response.js.map +1 -0
- package/lib/response/list-compute-hosts-response.d.ts +32 -0
- package/lib/response/list-compute-hosts-response.js +15 -0
- package/lib/response/list-compute-hosts-response.js.map +1 -0
- package/lib/response/update-compute-gpu-memory-cluster-response.d.ts +37 -0
- package/lib/response/update-compute-gpu-memory-cluster-response.js +15 -0
- package/lib/response/update-compute-gpu-memory-cluster-response.js.map +1 -0
- package/lib/response/update-compute-gpu-memory-fabric-response.d.ts +30 -0
- package/lib/response/update-compute-gpu-memory-fabric-response.js +15 -0
- package/lib/response/update-compute-gpu-memory-fabric-response.js.map +1 -0
- package/lib/response/update-compute-host-response.d.ts +32 -0
- package/lib/response/update-compute-host-response.js +15 -0
- package/lib/response/update-compute-host-response.js.map +1 -0
- package/package.json +3 -3
package/lib/response/index.d.ts
CHANGED
|
@@ -155,6 +155,12 @@ import * as ChangeComputeCapacityTopologyCompartmentResponse from "./change-comp
|
|
|
155
155
|
export import ChangeComputeCapacityTopologyCompartmentResponse = ChangeComputeCapacityTopologyCompartmentResponse.ChangeComputeCapacityTopologyCompartmentResponse;
|
|
156
156
|
import * as ChangeComputeClusterCompartmentResponse from "./change-compute-cluster-compartment-response";
|
|
157
157
|
export import ChangeComputeClusterCompartmentResponse = ChangeComputeClusterCompartmentResponse.ChangeComputeClusterCompartmentResponse;
|
|
158
|
+
import * as ChangeComputeGpuMemoryClusterCompartmentResponse from "./change-compute-gpu-memory-cluster-compartment-response";
|
|
159
|
+
export import ChangeComputeGpuMemoryClusterCompartmentResponse = ChangeComputeGpuMemoryClusterCompartmentResponse.ChangeComputeGpuMemoryClusterCompartmentResponse;
|
|
160
|
+
import * as ChangeComputeGpuMemoryFabricCompartmentResponse from "./change-compute-gpu-memory-fabric-compartment-response";
|
|
161
|
+
export import ChangeComputeGpuMemoryFabricCompartmentResponse = ChangeComputeGpuMemoryFabricCompartmentResponse.ChangeComputeGpuMemoryFabricCompartmentResponse;
|
|
162
|
+
import * as ChangeComputeHostCompartmentResponse from "./change-compute-host-compartment-response";
|
|
163
|
+
export import ChangeComputeHostCompartmentResponse = ChangeComputeHostCompartmentResponse.ChangeComputeHostCompartmentResponse;
|
|
158
164
|
import * as ChangeComputeImageCapabilitySchemaCompartmentResponse from "./change-compute-image-capability-schema-compartment-response";
|
|
159
165
|
export import ChangeComputeImageCapabilitySchemaCompartmentResponse = ChangeComputeImageCapabilitySchemaCompartmentResponse.ChangeComputeImageCapabilitySchemaCompartmentResponse;
|
|
160
166
|
import * as ChangeDedicatedVmHostCompartmentResponse from "./change-dedicated-vm-host-compartment-response";
|
|
@@ -173,6 +179,8 @@ import * as CreateComputeCapacityTopologyResponse from "./create-compute-capacit
|
|
|
173
179
|
export import CreateComputeCapacityTopologyResponse = CreateComputeCapacityTopologyResponse.CreateComputeCapacityTopologyResponse;
|
|
174
180
|
import * as CreateComputeClusterResponse from "./create-compute-cluster-response";
|
|
175
181
|
export import CreateComputeClusterResponse = CreateComputeClusterResponse.CreateComputeClusterResponse;
|
|
182
|
+
import * as CreateComputeGpuMemoryClusterResponse from "./create-compute-gpu-memory-cluster-response";
|
|
183
|
+
export import CreateComputeGpuMemoryClusterResponse = CreateComputeGpuMemoryClusterResponse.CreateComputeGpuMemoryClusterResponse;
|
|
176
184
|
import * as CreateComputeImageCapabilitySchemaResponse from "./create-compute-image-capability-schema-response";
|
|
177
185
|
export import CreateComputeImageCapabilitySchemaResponse = CreateComputeImageCapabilitySchemaResponse.CreateComputeImageCapabilitySchemaResponse;
|
|
178
186
|
import * as CreateDedicatedVmHostResponse from "./create-dedicated-vm-host-response";
|
|
@@ -189,6 +197,8 @@ import * as DeleteComputeCapacityTopologyResponse from "./delete-compute-capacit
|
|
|
189
197
|
export import DeleteComputeCapacityTopologyResponse = DeleteComputeCapacityTopologyResponse.DeleteComputeCapacityTopologyResponse;
|
|
190
198
|
import * as DeleteComputeClusterResponse from "./delete-compute-cluster-response";
|
|
191
199
|
export import DeleteComputeClusterResponse = DeleteComputeClusterResponse.DeleteComputeClusterResponse;
|
|
200
|
+
import * as DeleteComputeGpuMemoryClusterResponse from "./delete-compute-gpu-memory-cluster-response";
|
|
201
|
+
export import DeleteComputeGpuMemoryClusterResponse = DeleteComputeGpuMemoryClusterResponse.DeleteComputeGpuMemoryClusterResponse;
|
|
192
202
|
import * as DeleteComputeImageCapabilitySchemaResponse from "./delete-compute-image-capability-schema-response";
|
|
193
203
|
export import DeleteComputeImageCapabilitySchemaResponse = DeleteComputeImageCapabilitySchemaResponse.DeleteComputeImageCapabilitySchemaResponse;
|
|
194
204
|
import * as DeleteConsoleHistoryResponse from "./delete-console-history-response";
|
|
@@ -225,6 +235,12 @@ import * as GetComputeGlobalImageCapabilitySchemaResponse from "./get-compute-gl
|
|
|
225
235
|
export import GetComputeGlobalImageCapabilitySchemaResponse = GetComputeGlobalImageCapabilitySchemaResponse.GetComputeGlobalImageCapabilitySchemaResponse;
|
|
226
236
|
import * as GetComputeGlobalImageCapabilitySchemaVersionResponse from "./get-compute-global-image-capability-schema-version-response";
|
|
227
237
|
export import GetComputeGlobalImageCapabilitySchemaVersionResponse = GetComputeGlobalImageCapabilitySchemaVersionResponse.GetComputeGlobalImageCapabilitySchemaVersionResponse;
|
|
238
|
+
import * as GetComputeGpuMemoryClusterResponse from "./get-compute-gpu-memory-cluster-response";
|
|
239
|
+
export import GetComputeGpuMemoryClusterResponse = GetComputeGpuMemoryClusterResponse.GetComputeGpuMemoryClusterResponse;
|
|
240
|
+
import * as GetComputeGpuMemoryFabricResponse from "./get-compute-gpu-memory-fabric-response";
|
|
241
|
+
export import GetComputeGpuMemoryFabricResponse = GetComputeGpuMemoryFabricResponse.GetComputeGpuMemoryFabricResponse;
|
|
242
|
+
import * as GetComputeHostResponse from "./get-compute-host-response";
|
|
243
|
+
export import GetComputeHostResponse = GetComputeHostResponse.GetComputeHostResponse;
|
|
228
244
|
import * as GetComputeImageCapabilitySchemaResponse from "./get-compute-image-capability-schema-response";
|
|
229
245
|
export import GetComputeImageCapabilitySchemaResponse = GetComputeImageCapabilitySchemaResponse.GetComputeImageCapabilitySchemaResponse;
|
|
230
246
|
import * as GetConsoleHistoryResponse from "./get-console-history-response";
|
|
@@ -285,6 +301,14 @@ import * as ListComputeGlobalImageCapabilitySchemaVersionsResponse from "./list-
|
|
|
285
301
|
export import ListComputeGlobalImageCapabilitySchemaVersionsResponse = ListComputeGlobalImageCapabilitySchemaVersionsResponse.ListComputeGlobalImageCapabilitySchemaVersionsResponse;
|
|
286
302
|
import * as ListComputeGlobalImageCapabilitySchemasResponse from "./list-compute-global-image-capability-schemas-response";
|
|
287
303
|
export import ListComputeGlobalImageCapabilitySchemasResponse = ListComputeGlobalImageCapabilitySchemasResponse.ListComputeGlobalImageCapabilitySchemasResponse;
|
|
304
|
+
import * as ListComputeGpuMemoryClusterInstancesResponse from "./list-compute-gpu-memory-cluster-instances-response";
|
|
305
|
+
export import ListComputeGpuMemoryClusterInstancesResponse = ListComputeGpuMemoryClusterInstancesResponse.ListComputeGpuMemoryClusterInstancesResponse;
|
|
306
|
+
import * as ListComputeGpuMemoryClustersResponse from "./list-compute-gpu-memory-clusters-response";
|
|
307
|
+
export import ListComputeGpuMemoryClustersResponse = ListComputeGpuMemoryClustersResponse.ListComputeGpuMemoryClustersResponse;
|
|
308
|
+
import * as ListComputeGpuMemoryFabricsResponse from "./list-compute-gpu-memory-fabrics-response";
|
|
309
|
+
export import ListComputeGpuMemoryFabricsResponse = ListComputeGpuMemoryFabricsResponse.ListComputeGpuMemoryFabricsResponse;
|
|
310
|
+
import * as ListComputeHostsResponse from "./list-compute-hosts-response";
|
|
311
|
+
export import ListComputeHostsResponse = ListComputeHostsResponse.ListComputeHostsResponse;
|
|
288
312
|
import * as ListComputeImageCapabilitySchemasResponse from "./list-compute-image-capability-schemas-response";
|
|
289
313
|
export import ListComputeImageCapabilitySchemasResponse = ListComputeImageCapabilitySchemasResponse.ListComputeImageCapabilitySchemasResponse;
|
|
290
314
|
import * as ListConsoleHistoriesResponse from "./list-console-histories-response";
|
|
@@ -325,6 +349,12 @@ import * as UpdateComputeCapacityTopologyResponse from "./update-compute-capacit
|
|
|
325
349
|
export import UpdateComputeCapacityTopologyResponse = UpdateComputeCapacityTopologyResponse.UpdateComputeCapacityTopologyResponse;
|
|
326
350
|
import * as UpdateComputeClusterResponse from "./update-compute-cluster-response";
|
|
327
351
|
export import UpdateComputeClusterResponse = UpdateComputeClusterResponse.UpdateComputeClusterResponse;
|
|
352
|
+
import * as UpdateComputeGpuMemoryClusterResponse from "./update-compute-gpu-memory-cluster-response";
|
|
353
|
+
export import UpdateComputeGpuMemoryClusterResponse = UpdateComputeGpuMemoryClusterResponse.UpdateComputeGpuMemoryClusterResponse;
|
|
354
|
+
import * as UpdateComputeGpuMemoryFabricResponse from "./update-compute-gpu-memory-fabric-response";
|
|
355
|
+
export import UpdateComputeGpuMemoryFabricResponse = UpdateComputeGpuMemoryFabricResponse.UpdateComputeGpuMemoryFabricResponse;
|
|
356
|
+
import * as UpdateComputeHostResponse from "./update-compute-host-response";
|
|
357
|
+
export import UpdateComputeHostResponse = UpdateComputeHostResponse.UpdateComputeHostResponse;
|
|
328
358
|
import * as UpdateComputeImageCapabilitySchemaResponse from "./update-compute-image-capability-schema-response";
|
|
329
359
|
export import UpdateComputeImageCapabilitySchemaResponse = UpdateComputeImageCapabilitySchemaResponse.UpdateComputeImageCapabilitySchemaResponse;
|
|
330
360
|
import * as UpdateConsoleHistoryResponse from "./update-console-history-response";
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
export interface ListComputeGpuMemoryClusterInstancesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
22
|
+
* of results remain. For important details about how pagination works, see
|
|
23
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
29
|
+
* Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId": string;
|
|
33
|
+
/**
|
|
34
|
+
* The returned model.ComputeGpuMemoryClusterInstanceCollection instance.
|
|
35
|
+
*/
|
|
36
|
+
"computeGpuMemoryClusterInstanceCollection": model.ComputeGpuMemoryClusterInstanceCollection;
|
|
37
|
+
}
|
|
@@ -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=list-compute-gpu-memory-cluster-instances-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-compute-gpu-memory-cluster-instances-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/list-compute-gpu-memory-cluster-instances-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
export interface ListComputeGpuMemoryClustersResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
22
|
+
* of results remain. For important details about how pagination works, see
|
|
23
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
29
|
+
* Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId": string;
|
|
33
|
+
/**
|
|
34
|
+
* The returned model.ComputeGpuMemoryClusterCollection instance.
|
|
35
|
+
*/
|
|
36
|
+
"computeGpuMemoryClusterCollection": model.ComputeGpuMemoryClusterCollection;
|
|
37
|
+
}
|
|
@@ -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=list-compute-gpu-memory-clusters-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-compute-gpu-memory-clusters-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/list-compute-gpu-memory-clusters-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface ListComputeGpuMemoryFabricsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.ComputeGpuMemoryFabricCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"computeGpuMemoryFabricCollection": model.ComputeGpuMemoryFabricCollection;
|
|
32
|
+
}
|
|
@@ -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=list-compute-gpu-memory-fabrics-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-compute-gpu-memory-fabrics-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/list-compute-gpu-memory-fabrics-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface ListComputeHostsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
17
|
+
* of results remain. For important details about how pagination works, see
|
|
18
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
"opcNextPage": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
|
+
* Oracle about a particular request, please provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.ComputeHostCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"computeHostCollection": model.ComputeHostCollection;
|
|
32
|
+
}
|
|
@@ -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=list-compute-hosts-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-compute-hosts-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/list-compute-hosts-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,37 @@
|
|
|
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
|
+
export interface UpdateComputeGpuMemoryClusterResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
28
|
+
* Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/latest/WorkRequest/GetWorkRequest)
|
|
29
|
+
* with this ID to track the status of the request.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcWorkRequestId": string;
|
|
33
|
+
/**
|
|
34
|
+
* The returned model.ComputeGpuMemoryCluster instance.
|
|
35
|
+
*/
|
|
36
|
+
"computeGpuMemoryCluster": model.ComputeGpuMemoryCluster;
|
|
37
|
+
}
|
|
@@ -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=update-compute-gpu-memory-cluster-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-compute-gpu-memory-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/update-compute-gpu-memory-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
export interface UpdateComputeGpuMemoryFabricResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.ComputeGpuMemoryFabric instance.
|
|
28
|
+
*/
|
|
29
|
+
"computeGpuMemoryFabric": model.ComputeGpuMemoryFabric;
|
|
30
|
+
}
|
|
@@ -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=update-compute-gpu-memory-fabric-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-compute-gpu-memory-fabric-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/update-compute-gpu-memory-fabric-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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
|
+
export interface UpdateComputeHostResponse {
|
|
14
|
+
/**
|
|
15
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"etag": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
27
|
+
* Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/latest/WorkRequest/GetWorkRequest)
|
|
28
|
+
* with this ID to track the status of the request.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcWorkRequestId": string;
|
|
32
|
+
}
|
|
@@ -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=update-compute-host-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-compute-host-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/update-compute-host-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.106.1",
|
|
4
4
|
"description": "OCI NodeJS client for Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.106.1",
|
|
19
|
+
"oci-workrequests": "2.106.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|