oci-core 2.106.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 +41 -0
- package/lib/client.js +268 -0
- package/lib/client.js.map +1 -1
- package/lib/compute-waiter.d.ts +28 -0
- package/lib/compute-waiter.js +48 -0
- package/lib/compute-waiter.js.map +1 -1
- 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-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/index.d.ts +10 -0
- package/lib/model/index.js +22 -12
- package/lib/model/index.js.map +1 -1
- 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-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/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 +8 -0
- package/lib/request/index.js +4 -2
- package/lib/request/index.js.map +1 -1
- 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-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-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/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 +8 -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-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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-compute-hosts-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-hosts-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqFH,IAAiB,uBAAuB,CAUvC;AAVD,WAAiB,uBAAuB;IACtC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAVgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAUvC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeHost.ts.html |here} to see how to use UpdateComputeHostRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateComputeHostRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"computeHostId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Update compute capacity topology details.
|
|
26
|
+
*/
|
|
27
|
+
"updateComputeHostDetails": model.UpdateComputeHostDetails;
|
|
28
|
+
/**
|
|
29
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
30
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
31
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Unique identifier for the request.
|
|
37
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-compute-host-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/update-compute-host-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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 ChangeComputeHostCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
22
|
+
* Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/latest/WorkRequest/GetWorkRequest)
|
|
23
|
+
* with this ID to track the status of the request.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcWorkRequestId": string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-compute-host-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-compute-host-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/change-compute-host-compartment-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 GetComputeHostResponse {
|
|
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.ComputeHost instance.
|
|
28
|
+
*/
|
|
29
|
+
"computeHost": model.ComputeHost;
|
|
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=get-compute-host-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-compute-host-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/get-compute-host-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -159,6 +159,8 @@ import * as ChangeComputeGpuMemoryClusterCompartmentResponse from "./change-comp
|
|
|
159
159
|
export import ChangeComputeGpuMemoryClusterCompartmentResponse = ChangeComputeGpuMemoryClusterCompartmentResponse.ChangeComputeGpuMemoryClusterCompartmentResponse;
|
|
160
160
|
import * as ChangeComputeGpuMemoryFabricCompartmentResponse from "./change-compute-gpu-memory-fabric-compartment-response";
|
|
161
161
|
export import ChangeComputeGpuMemoryFabricCompartmentResponse = ChangeComputeGpuMemoryFabricCompartmentResponse.ChangeComputeGpuMemoryFabricCompartmentResponse;
|
|
162
|
+
import * as ChangeComputeHostCompartmentResponse from "./change-compute-host-compartment-response";
|
|
163
|
+
export import ChangeComputeHostCompartmentResponse = ChangeComputeHostCompartmentResponse.ChangeComputeHostCompartmentResponse;
|
|
162
164
|
import * as ChangeComputeImageCapabilitySchemaCompartmentResponse from "./change-compute-image-capability-schema-compartment-response";
|
|
163
165
|
export import ChangeComputeImageCapabilitySchemaCompartmentResponse = ChangeComputeImageCapabilitySchemaCompartmentResponse.ChangeComputeImageCapabilitySchemaCompartmentResponse;
|
|
164
166
|
import * as ChangeDedicatedVmHostCompartmentResponse from "./change-dedicated-vm-host-compartment-response";
|
|
@@ -237,6 +239,8 @@ import * as GetComputeGpuMemoryClusterResponse from "./get-compute-gpu-memory-cl
|
|
|
237
239
|
export import GetComputeGpuMemoryClusterResponse = GetComputeGpuMemoryClusterResponse.GetComputeGpuMemoryClusterResponse;
|
|
238
240
|
import * as GetComputeGpuMemoryFabricResponse from "./get-compute-gpu-memory-fabric-response";
|
|
239
241
|
export import GetComputeGpuMemoryFabricResponse = GetComputeGpuMemoryFabricResponse.GetComputeGpuMemoryFabricResponse;
|
|
242
|
+
import * as GetComputeHostResponse from "./get-compute-host-response";
|
|
243
|
+
export import GetComputeHostResponse = GetComputeHostResponse.GetComputeHostResponse;
|
|
240
244
|
import * as GetComputeImageCapabilitySchemaResponse from "./get-compute-image-capability-schema-response";
|
|
241
245
|
export import GetComputeImageCapabilitySchemaResponse = GetComputeImageCapabilitySchemaResponse.GetComputeImageCapabilitySchemaResponse;
|
|
242
246
|
import * as GetConsoleHistoryResponse from "./get-console-history-response";
|
|
@@ -303,6 +307,8 @@ import * as ListComputeGpuMemoryClustersResponse from "./list-compute-gpu-memory
|
|
|
303
307
|
export import ListComputeGpuMemoryClustersResponse = ListComputeGpuMemoryClustersResponse.ListComputeGpuMemoryClustersResponse;
|
|
304
308
|
import * as ListComputeGpuMemoryFabricsResponse from "./list-compute-gpu-memory-fabrics-response";
|
|
305
309
|
export import ListComputeGpuMemoryFabricsResponse = ListComputeGpuMemoryFabricsResponse.ListComputeGpuMemoryFabricsResponse;
|
|
310
|
+
import * as ListComputeHostsResponse from "./list-compute-hosts-response";
|
|
311
|
+
export import ListComputeHostsResponse = ListComputeHostsResponse.ListComputeHostsResponse;
|
|
306
312
|
import * as ListComputeImageCapabilitySchemasResponse from "./list-compute-image-capability-schemas-response";
|
|
307
313
|
export import ListComputeImageCapabilitySchemasResponse = ListComputeImageCapabilitySchemasResponse.ListComputeImageCapabilitySchemasResponse;
|
|
308
314
|
import * as ListConsoleHistoriesResponse from "./list-console-histories-response";
|
|
@@ -347,6 +353,8 @@ import * as UpdateComputeGpuMemoryClusterResponse from "./update-compute-gpu-mem
|
|
|
347
353
|
export import UpdateComputeGpuMemoryClusterResponse = UpdateComputeGpuMemoryClusterResponse.UpdateComputeGpuMemoryClusterResponse;
|
|
348
354
|
import * as UpdateComputeGpuMemoryFabricResponse from "./update-compute-gpu-memory-fabric-response";
|
|
349
355
|
export import UpdateComputeGpuMemoryFabricResponse = UpdateComputeGpuMemoryFabricResponse.UpdateComputeGpuMemoryFabricResponse;
|
|
356
|
+
import * as UpdateComputeHostResponse from "./update-compute-host-response";
|
|
357
|
+
export import UpdateComputeHostResponse = UpdateComputeHostResponse.UpdateComputeHostResponse;
|
|
350
358
|
import * as UpdateComputeImageCapabilitySchemaResponse from "./update-compute-image-capability-schema-response";
|
|
351
359
|
export import UpdateComputeImageCapabilitySchemaResponse = UpdateComputeImageCapabilitySchemaResponse.UpdateComputeImageCapabilitySchemaResponse;
|
|
352
360
|
import * as UpdateConsoleHistoryResponse from "./update-console-history-response";
|
|
@@ -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,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.106.
|
|
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.106.
|
|
19
|
-
"oci-workrequests": "2.106.
|
|
18
|
+
"oci-common": "2.106.1",
|
|
19
|
+
"oci-workrequests": "2.106.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|