oci-core 2.121.1 → 2.122.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.
@@ -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"}
@@ -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;;;AAkCH,IAAiB,mCAAmC,CAWnD;AAXD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAWnD"}
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"}
@@ -60,7 +60,7 @@ export interface UpdateVcnDetails {
60
60
  };
61
61
  };
62
62
  /**
63
- * Indicates whether Zpr Only Mode is enforced.
63
+ * Indicates whether ZPR Only mode is enforced.
64
64
  *
65
65
  */
66
66
  "isZprOnly"?: boolean;
@@ -157,7 +157,7 @@ export interface Vcn {
157
157
  */
158
158
  "vcnDomainName"?: string;
159
159
  /**
160
- * Indicates whether Zpr Only Mode is enforced.
160
+ * Indicates whether ZPR Only mode is enforced.
161
161
  *
162
162
  */
163
163
  "isZprOnly"?: boolean;
@@ -31,10 +31,4 @@ export interface UpdateVolumeKmsKeyRequest extends common.BaseRequest {
31
31
  *
32
32
  */
33
33
  "ifMatch"?: string;
34
- /**
35
- * The endpoint that will be used to get the resource principal token
36
- * of the parent resource.
37
- *
38
- */
39
- "opcParentResourcePrincipalTokenUrl"?: string;
40
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-core",
3
- "version": "2.121.1",
3
+ "version": "2.122.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.121.1",
19
- "oci-workrequests": "2.121.1"
18
+ "oci-common": "2.122.1",
19
+ "oci-workrequests": "2.122.1"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"