oci-core 2.121.0 → 2.122.0
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 +2 -1
- package/lib/client.js +5 -2
- package/lib/client.js.map +1 -1
- package/lib/model/capacity-bin-preview.d.ts +49 -0
- package/lib/model/capacity-bin-preview.js +36 -0
- package/lib/model/capacity-bin-preview.js.map +1 -0
- package/lib/model/capacity-bin.d.ts +1 -1
- package/lib/model/capacity-config.d.ts +46 -0
- package/lib/model/capacity-config.js +74 -0
- package/lib/model/capacity-config.js.map +1 -0
- package/lib/model/compute-gpu-memory-fabric-summary.d.ts +37 -0
- package/lib/model/compute-gpu-memory-fabric-summary.js +41 -2
- package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -1
- package/lib/model/compute-gpu-memory-fabric.d.ts +42 -0
- package/lib/model/compute-gpu-memory-fabric.js +41 -2
- package/lib/model/compute-gpu-memory-fabric.js.map +1 -1
- package/lib/model/create-dedicated-vm-host-details.d.ts +11 -0
- package/lib/model/create-dedicated-vm-host-details.js.map +1 -1
- package/lib/model/create-vcn-details.d.ts +1 -1
- package/lib/model/dedicated-vm-host-instance-shape-summary.d.ts +2 -0
- package/lib/model/dedicated-vm-host-instance-shape-summary.js +30 -2
- package/lib/model/dedicated-vm-host-instance-shape-summary.js.map +1 -1
- package/lib/model/dedicated-vm-host-instance-summary.d.ts +5 -0
- package/lib/model/dedicated-vm-host-instance-summary.js.map +1 -1
- package/lib/model/dedicated-vm-host-shape-summary.d.ts +7 -1
- package/lib/model/dedicated-vm-host-shape-summary.js +34 -2
- package/lib/model/dedicated-vm-host-shape-summary.js.map +1 -1
- package/lib/model/dedicated-vm-host-summary.d.ts +5 -0
- package/lib/model/dedicated-vm-host-summary.js.map +1 -1
- package/lib/model/dedicated-vm-host.d.ts +12 -1
- package/lib/model/dedicated-vm-host.js.map +1 -1
- package/lib/model/index.d.ts +8 -0
- package/lib/model/index.js +21 -13
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration-launch-instance-details.d.ts +4 -4
- package/lib/model/memory-fabric-preferences-descriptor.d.ts +49 -0
- package/lib/model/memory-fabric-preferences-descriptor.js +47 -0
- package/lib/model/memory-fabric-preferences-descriptor.js.map +1 -0
- package/lib/model/supported-capabilities.d.ts +34 -0
- package/lib/model/supported-capabilities.js +36 -0
- package/lib/model/supported-capabilities.js.map +1 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +2 -0
- package/lib/model/update-compute-gpu-memory-fabric-details.js +30 -2
- package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -1
- package/lib/model/update-vcn-details.d.ts +1 -1
- package/lib/model/vcn.d.ts +1 -1
- package/lib/request/list-dedicated-vm-host-instances-request.d.ts +5 -0
- package/lib/request/list-dedicated-vm-host-instances-request.js.map +1 -1
- package/lib/request/list-dedicated-vm-hosts-request.d.ts +5 -0
- package/lib/request/list-dedicated-vm-hosts-request.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.MemoryFabricPreferencesDescriptor = void 0;
|
|
23
|
+
var MemoryFabricPreferencesDescriptor;
|
|
24
|
+
(function (MemoryFabricPreferencesDescriptor) {
|
|
25
|
+
let FabricRecycleLevel;
|
|
26
|
+
(function (FabricRecycleLevel) {
|
|
27
|
+
FabricRecycleLevel["FullRecycle"] = "FULL_RECYCLE";
|
|
28
|
+
FabricRecycleLevel["SkipRecycle"] = "SKIP_RECYCLE";
|
|
29
|
+
FabricRecycleLevel["OpportunisticFullRecycle"] = "OPPORTUNISTIC_FULL_RECYCLE";
|
|
30
|
+
/**
|
|
31
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
|
+
* version of the SDK.
|
|
33
|
+
*/
|
|
34
|
+
FabricRecycleLevel["UnknownValue"] = "UNKNOWN_VALUE";
|
|
35
|
+
})(FabricRecycleLevel = MemoryFabricPreferencesDescriptor.FabricRecycleLevel || (MemoryFabricPreferencesDescriptor.FabricRecycleLevel = {}));
|
|
36
|
+
function getJsonObj(obj) {
|
|
37
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
38
|
+
return jsonObj;
|
|
39
|
+
}
|
|
40
|
+
MemoryFabricPreferencesDescriptor.getJsonObj = getJsonObj;
|
|
41
|
+
function getDeserializedJsonObj(obj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
MemoryFabricPreferencesDescriptor.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
46
|
+
})(MemoryFabricPreferencesDescriptor = exports.MemoryFabricPreferencesDescriptor || (exports.MemoryFabricPreferencesDescriptor = {}));
|
|
47
|
+
//# sourceMappingURL=memory-fabric-preferences-descriptor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"memory-fabric-preferences-descriptor.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/memory-fabric-preferences-descriptor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAsBH,IAAiB,iCAAiC,CAsBjD;AAtBD,WAAiB,iCAAiC;IAChD,IAAY,kBASX;IATD,WAAY,kBAAkB;QAC5B,kDAA4B,CAAA;QAC5B,kDAA4B,CAAA;QAC5B,6EAAuD,CAAA;QACvD;;;WAGG;QACH,oDAA8B,CAAA;IAChC,CAAC,EATW,kBAAkB,GAAlB,oDAAkB,KAAlB,oDAAkB,QAS7B;IAED,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAsBjD"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Core Services API
|
|
3
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
4
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
5
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
6
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
7
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
8
|
+
The required permissions are documented in the
|
|
9
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
10
|
+
|
|
11
|
+
* OpenAPI spec version: 20160918
|
|
12
|
+
*
|
|
13
|
+
*
|
|
14
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
15
|
+
* Do not edit the class manually.
|
|
16
|
+
*
|
|
17
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
|
+
* 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.
|
|
19
|
+
*/
|
|
20
|
+
/**
|
|
21
|
+
* Specifies the capabilities that the Dedicated Virtual Machine Host (DVMH) Shape or Virtual Machine Instance Shape could support.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
export interface SupportedCapabilities {
|
|
25
|
+
/**
|
|
26
|
+
* Whether the DVMH shape could support confidential VMs or the VM instance shape could be confidential.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"isMemoryEncryptionSupported": boolean;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace SupportedCapabilities {
|
|
32
|
+
function getJsonObj(obj: SupportedCapabilities): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: SupportedCapabilities): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Core Services API
|
|
4
|
+
* Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
|
|
5
|
+
compute instances, and block storage volumes. For more information, see the console
|
|
6
|
+
documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
|
|
7
|
+
[Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
|
|
8
|
+
[Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
|
|
9
|
+
The required permissions are documented in the
|
|
10
|
+
[Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
|
|
11
|
+
|
|
12
|
+
* OpenAPI spec version: 20160918
|
|
13
|
+
*
|
|
14
|
+
*
|
|
15
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
16
|
+
* Do not edit the class manually.
|
|
17
|
+
*
|
|
18
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
|
+
* 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.
|
|
20
|
+
*/
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
exports.SupportedCapabilities = void 0;
|
|
23
|
+
var SupportedCapabilities;
|
|
24
|
+
(function (SupportedCapabilities) {
|
|
25
|
+
function getJsonObj(obj) {
|
|
26
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
27
|
+
return jsonObj;
|
|
28
|
+
}
|
|
29
|
+
SupportedCapabilities.getJsonObj = getJsonObj;
|
|
30
|
+
function getDeserializedJsonObj(obj) {
|
|
31
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
32
|
+
return jsonObj;
|
|
33
|
+
}
|
|
34
|
+
SupportedCapabilities.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
35
|
+
})(SupportedCapabilities = exports.SupportedCapabilities || (exports.SupportedCapabilities = {}));
|
|
36
|
+
//# sourceMappingURL=supported-capabilities.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"supported-capabilities.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/supported-capabilities.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -17,6 +17,7 @@ The required permissions are documented in the
|
|
|
17
17
|
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
18
18
|
* 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.
|
|
19
19
|
*/
|
|
20
|
+
import * as model from "../model";
|
|
20
21
|
/**
|
|
21
22
|
* Updates compute GPU memory fabric details.
|
|
22
23
|
*
|
|
@@ -50,6 +51,7 @@ export interface UpdateComputeGpuMemoryFabricDetails {
|
|
|
50
51
|
*
|
|
51
52
|
*/
|
|
52
53
|
"displayName"?: string;
|
|
54
|
+
"memoryFabricPreferences"?: model.MemoryFabricPreferencesDescriptor;
|
|
53
55
|
}
|
|
54
56
|
export declare namespace UpdateComputeGpuMemoryFabricDetails {
|
|
55
57
|
function getJsonObj(obj: UpdateComputeGpuMemoryFabricDetails): object;
|
|
@@ -18,17 +18,45 @@ The required permissions are documented in the
|
|
|
18
18
|
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
19
19
|
* 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.
|
|
20
20
|
*/
|
|
21
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
22
|
+
if (k2 === undefined) k2 = k;
|
|
23
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
24
|
+
}) : (function(o, m, k, k2) {
|
|
25
|
+
if (k2 === undefined) k2 = k;
|
|
26
|
+
o[k2] = m[k];
|
|
27
|
+
}));
|
|
28
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
29
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
30
|
+
}) : function(o, v) {
|
|
31
|
+
o["default"] = v;
|
|
32
|
+
});
|
|
33
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
34
|
+
if (mod && mod.__esModule) return mod;
|
|
35
|
+
var result = {};
|
|
36
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
37
|
+
__setModuleDefault(result, mod);
|
|
38
|
+
return result;
|
|
39
|
+
};
|
|
21
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
41
|
exports.UpdateComputeGpuMemoryFabricDetails = void 0;
|
|
42
|
+
const model = __importStar(require("../model"));
|
|
23
43
|
var UpdateComputeGpuMemoryFabricDetails;
|
|
24
44
|
(function (UpdateComputeGpuMemoryFabricDetails) {
|
|
25
45
|
function getJsonObj(obj) {
|
|
26
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
47
|
+
"memoryFabricPreferences": obj.memoryFabricPreferences
|
|
48
|
+
? model.MemoryFabricPreferencesDescriptor.getJsonObj(obj.memoryFabricPreferences)
|
|
49
|
+
: undefined
|
|
50
|
+
});
|
|
27
51
|
return jsonObj;
|
|
28
52
|
}
|
|
29
53
|
UpdateComputeGpuMemoryFabricDetails.getJsonObj = getJsonObj;
|
|
30
54
|
function getDeserializedJsonObj(obj) {
|
|
31
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
55
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
56
|
+
"memoryFabricPreferences": obj.memoryFabricPreferences
|
|
57
|
+
? model.MemoryFabricPreferencesDescriptor.getDeserializedJsonObj(obj.memoryFabricPreferences)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
32
60
|
return jsonObj;
|
|
33
61
|
}
|
|
34
62
|
UpdateComputeGpuMemoryFabricDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-compute-gpu-memory-fabric-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-compute-gpu-memory-fabric-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG
|
|
1
|
+
{"version":3,"file":"update-compute-gpu-memory-fabric-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-compute-gpu-memory-fabric-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,mCAAmC,CA2BnD;AA3BD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,8CAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC5D,GAAG,CAAC,uBAAuB,CAC5B;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0DAAsB,yBAarC,CAAA;AACH,CAAC,EA3BgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA2BnD"}
|
package/lib/model/vcn.d.ts
CHANGED
|
@@ -30,6 +30,11 @@ export interface ListDedicatedVmHostInstancesRequest extends common.BaseRequest
|
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"availabilityDomain"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* A filter to return only confidential Dedicated VM hosts (DVMH) or confidential VM instances on DVMH.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"isMemoryEncryptionEnabled"?: boolean;
|
|
33
38
|
/**
|
|
34
39
|
* For list pagination. The maximum number of results per page, or items to return in a paginated
|
|
35
40
|
* \"List\" call. For important details about how pagination works, see
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dedicated-vm-host-instances-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-dedicated-vm-host-instances-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-dedicated-vm-host-instances-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-dedicated-vm-host-instances-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuEH,IAAiB,mCAAmC,CAUnD;AAVD,WAAiB,mCAAmC;IAClD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,6CAAS,KAAT,6CAAS,QAGpB;AACH,CAAC,EAVgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAUnD"}
|
|
@@ -88,6 +88,11 @@ export interface ListDedicatedVmHostsRequest extends common.BaseRequest {
|
|
|
88
88
|
* The available OCPUs of the dedicated VM host.
|
|
89
89
|
*/
|
|
90
90
|
"remainingOcpusGreaterThanOrEqualTo"?: number;
|
|
91
|
+
/**
|
|
92
|
+
* A filter to return only confidential Dedicated VM hosts (DVMH) or confidential VM instances on DVMH.
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"isMemoryEncryptionEnabled"?: boolean;
|
|
91
96
|
}
|
|
92
97
|
export declare namespace ListDedicatedVmHostsRequest {
|
|
93
98
|
enum LifecycleState {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-dedicated-vm-hosts-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-dedicated-vm-hosts-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-dedicated-vm-hosts-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-dedicated-vm-hosts-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyFH,IAAiB,2BAA2B,CAmB3C;AAnBD,WAAiB,2BAA2B;IAC1C,IAAY,cAOX;IAPD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;IACnB,CAAC,EAPW,cAAc,GAAd,0CAAc,KAAd,0CAAc,QAOzB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;AACH,CAAC,EAnBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAmB3C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.122.0",
|
|
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.122.0",
|
|
19
|
+
"oci-workrequests": "2.122.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|