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
|
@@ -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,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeGpuMemoryCluster.ts.html |here} to see how to use UpdateComputeGpuMemoryClusterRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateComputeGpuMemoryClusterRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the compute GPU memory cluster.
|
|
21
|
+
*/
|
|
22
|
+
"computeGpuMemoryClusterId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Update compute GPU memory cluster details.
|
|
25
|
+
*/
|
|
26
|
+
"updateComputeGpuMemoryClusterDetails": model.UpdateComputeGpuMemoryClusterDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
29
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique identifier for the request.
|
|
36
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* may be rejected).
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-compute-gpu-memory-cluster-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-compute-gpu-memory-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/update-compute-gpu-memory-cluster-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20160918
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeGpuMemoryFabric.ts.html |here} to see how to use UpdateComputeGpuMemoryFabricRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateComputeGpuMemoryFabricRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the compute GPU memory fabric.
|
|
21
|
+
*/
|
|
22
|
+
"computeGpuMemoryFabricId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Update compute GPU memory fabric details.
|
|
25
|
+
*/
|
|
26
|
+
"updateComputeGpuMemoryFabricDetails": model.UpdateComputeGpuMemoryFabricDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
29
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
30
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"ifMatch"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Unique identifier for the request.
|
|
36
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
42
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
+
* hours, but can be invalidated before then due to conflicting operations (for example, if a resource
|
|
44
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
+
* may be rejected).
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-compute-gpu-memory-fabric-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-compute-gpu-memory-fabric-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/update-compute-gpu-memory-fabric-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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,20 @@
|
|
|
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 ChangeComputeGpuMemoryClusterCompartmentResponse {
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-compute-gpu-memory-cluster-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-compute-gpu-memory-cluster-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/change-compute-gpu-memory-cluster-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 ChangeComputeGpuMemoryFabricCompartmentResponse {
|
|
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
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20160918
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-compute-gpu-memory-fabric-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-compute-gpu-memory-fabric-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/change-compute-gpu-memory-fabric-compartment-response.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,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 CreateComputeGpuMemoryClusterResponse {
|
|
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=create-compute-gpu-memory-cluster-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-compute-gpu-memory-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/create-compute-gpu-memory-cluster-response.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 DeleteComputeGpuMemoryClusterResponse {
|
|
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=delete-compute-gpu-memory-cluster-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-compute-gpu-memory-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/delete-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 GetComputeGpuMemoryClusterResponse {
|
|
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.ComputeGpuMemoryCluster instance.
|
|
28
|
+
*/
|
|
29
|
+
"computeGpuMemoryCluster": model.ComputeGpuMemoryCluster;
|
|
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-gpu-memory-cluster-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-compute-gpu-memory-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/get-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 GetComputeGpuMemoryFabricResponse {
|
|
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=get-compute-gpu-memory-fabric-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-compute-gpu-memory-fabric-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/get-compute-gpu-memory-fabric-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"}
|