oci-clusterplacementgroups 2.131.2 → 2.134.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,22 @@
1
+ /**
2
+ * Cluster Placement Groups API
3
+ * API for managing cluster placement groups.
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ /**
14
+ * Additional details describing the selected capability.
15
+ */
16
+ export interface AdditionalCapabilityDetails {
17
+ "serviceType": string;
18
+ }
19
+ export declare namespace AdditionalCapabilityDetails {
20
+ function getJsonObj(obj: AdditionalCapabilityDetails): object;
21
+ function getDeserializedJsonObj(obj: AdditionalCapabilityDetails): object;
22
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Cluster Placement Groups API
4
+ * API for managing cluster placement groups.
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.AdditionalCapabilityDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ const common = require("oci-common");
37
+ var AdditionalCapabilityDetails;
38
+ (function (AdditionalCapabilityDetails) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
41
+ if (obj && "serviceType" in obj && obj.serviceType) {
42
+ switch (obj.serviceType) {
43
+ case "COMPUTE":
44
+ return model.AdditionalComputeCapabilityDetails.getJsonObj(jsonObj, true);
45
+ default:
46
+ if (common.LOG.logger)
47
+ common.LOG.logger.info(`Unknown value for: ${obj.serviceType}`);
48
+ }
49
+ }
50
+ return jsonObj;
51
+ }
52
+ AdditionalCapabilityDetails.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ if (obj && "serviceType" in obj && obj.serviceType) {
56
+ switch (obj.serviceType) {
57
+ case "COMPUTE":
58
+ return model.AdditionalComputeCapabilityDetails.getDeserializedJsonObj(jsonObj, true);
59
+ default:
60
+ if (common.LOG.logger)
61
+ common.LOG.logger.info(`Unknown value for: ${obj.serviceType}`);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ AdditionalCapabilityDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(AdditionalCapabilityDetails = exports.AdditionalCapabilityDetails || (exports.AdditionalCapabilityDetails = {}));
68
+ //# sourceMappingURL=additional-capability-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"additional-capability-details.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/additional-capability-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,2BAA2B,CAiC3C;AAjCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,aAAa,IAAI,GAAG,IAAI,GAAG,CAAC,WAAW,EAAE;YAClD,QAAQ,GAAG,CAAC,WAAW,EAAE;gBACvB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CACL,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;aAC1F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,aAAa,IAAI,GAAG,IAAI,GAAG,CAAC,WAAW,EAAE;YAClD,QAAQ,GAAG,CAAC,WAAW,EAAE;gBACvB,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CACjB,OAAQ,EAC3D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;aAC1F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,kDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAiC3C"}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * Cluster Placement Groups API
3
+ * API for managing cluster placement groups.
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ /**
15
+ * Additional details about the COMPUTE capability.
16
+ */
17
+ export interface AdditionalComputeCapabilityDetails extends model.AdditionalCapabilityDetails {
18
+ /**
19
+ * The amount of memory (in GBs) needed in the instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
+ */
21
+ "memoryInGBs"?: number;
22
+ /**
23
+ * The number of OCPUs needed in the instance. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "ocpus"?: number;
26
+ /**
27
+ * The number of NVMe drives to use for storage.
28
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
29
+ */
30
+ "nvmes"?: number;
31
+ /**
32
+ * The number of instances or size of the resource. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
33
+ */
34
+ "count"?: number;
35
+ "serviceType": string;
36
+ }
37
+ export declare namespace AdditionalComputeCapabilityDetails {
38
+ function getJsonObj(obj: AdditionalComputeCapabilityDetails, isParentJsonObj?: boolean): object;
39
+ const serviceType = "COMPUTE";
40
+ function getDeserializedJsonObj(obj: AdditionalComputeCapabilityDetails, isParentJsonObj?: boolean): object;
41
+ }
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /**
3
+ * Cluster Placement Groups API
4
+ * API for managing cluster placement groups.
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.AdditionalComputeCapabilityDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var AdditionalComputeCapabilityDetails;
37
+ (function (AdditionalComputeCapabilityDetails) {
38
+ function getJsonObj(obj, isParentJsonObj) {
39
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
40
+ ? obj
41
+ : model.AdditionalCapabilityDetails.getJsonObj(obj))), {});
42
+ return jsonObj;
43
+ }
44
+ AdditionalComputeCapabilityDetails.getJsonObj = getJsonObj;
45
+ AdditionalComputeCapabilityDetails.serviceType = "COMPUTE";
46
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
47
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
48
+ ? obj
49
+ : model.AdditionalCapabilityDetails.getDeserializedJsonObj(obj))), {});
50
+ return jsonObj;
51
+ }
52
+ AdditionalComputeCapabilityDetails.getDeserializedJsonObj = getDeserializedJsonObj;
53
+ })(AdditionalComputeCapabilityDetails = exports.AdditionalComputeCapabilityDetails || (exports.AdditionalComputeCapabilityDetails = {}));
54
+ //# sourceMappingURL=additional-compute-capability-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"additional-compute-capability-details.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/additional-compute-capability-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4BlC,IAAiB,kCAAkC,CAgClD;AAhCD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAC3C,GAAG,CACmC,CAAC,GAC1C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6CAAU,aAczB,CAAA;IACY,8CAAW,GAAG,SAAS,CAAC;IACrC,SAAgB,sBAAsB,CACpC,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CACvD,GAAG,CACmC,CAAC,GAC1C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yDAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAgClD"}
@@ -10,6 +10,7 @@
10
10
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
11
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
12
  */
13
+ import * as model from "../model";
13
14
  /**
14
15
  * Details about the supported type of resource.
15
16
  */
@@ -22,6 +23,7 @@ export interface CapabilityDetails {
22
23
  * The type of resource.
23
24
  */
24
25
  "name": string;
26
+ "additionalDetails"?: model.AdditionalComputeCapabilityDetails;
25
27
  }
26
28
  export declare namespace CapabilityDetails {
27
29
  function getJsonObj(obj: CapabilityDetails): object;
@@ -11,17 +11,45 @@
11
11
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
14
33
  Object.defineProperty(exports, "__esModule", { value: true });
15
34
  exports.CapabilityDetails = void 0;
35
+ const model = __importStar(require("../model"));
16
36
  var CapabilityDetails;
17
37
  (function (CapabilityDetails) {
18
38
  function getJsonObj(obj) {
19
- const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "additionalDetails": obj.additionalDetails
41
+ ? model.AdditionalCapabilityDetails.getJsonObj(obj.additionalDetails)
42
+ : undefined
43
+ });
20
44
  return jsonObj;
21
45
  }
22
46
  CapabilityDetails.getJsonObj = getJsonObj;
23
47
  function getDeserializedJsonObj(obj) {
24
- const jsonObj = Object.assign(Object.assign({}, obj), {});
48
+ const jsonObj = Object.assign(Object.assign({}, obj), {
49
+ "additionalDetails": obj.additionalDetails
50
+ ? model.AdditionalCapabilityDetails.getDeserializedJsonObj(obj.additionalDetails)
51
+ : undefined
52
+ });
25
53
  return jsonObj;
26
54
  }
27
55
  CapabilityDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"capability-details.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/capability-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
1
+ {"version":3,"file":"capability-details.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/capability-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkBlC,IAAiB,iBAAiB,CAyBjC;AAzBD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,4BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAyBjC"}
@@ -12,6 +12,8 @@
12
12
  */
13
13
  import * as ActionType from "./action-type";
14
14
  export import ActionType = ActionType.ActionType;
15
+ import * as AdditionalCapabilityDetails from "./additional-capability-details";
16
+ export import AdditionalCapabilityDetails = AdditionalCapabilityDetails.AdditionalCapabilityDetails;
15
17
  import * as CapabilitiesCollection from "./capabilities-collection";
16
18
  export import CapabilitiesCollection = CapabilitiesCollection.CapabilitiesCollection;
17
19
  import * as CapabilityDetails from "./capability-details";
@@ -56,3 +58,5 @@ import * as WorkRequestSummary from "./work-request-summary";
56
58
  export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
57
59
  import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
58
60
  export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
61
+ import * as AdditionalComputeCapabilityDetails from "./additional-compute-capability-details";
62
+ export import AdditionalComputeCapabilityDetails = AdditionalComputeCapabilityDetails.AdditionalComputeCapabilityDetails;
@@ -31,9 +31,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateClusterPlacementGroupDetails = exports.SortOrder = exports.PlacementInstructionDetails = exports.OperationType = exports.OperationStatus = exports.CreateClusterPlacementGroupDetails = exports.ClusterPlacementGroupType = exports.ClusterPlacementGroupSummary = exports.ClusterPlacementGroupCollection = exports.ClusterPlacementGroup = exports.ChangeClusterPlacementGroupCompartmentDetails = exports.CapabilityDetails = exports.CapabilitiesCollection = exports.ActionType = void 0;
34
+ exports.AdditionalComputeCapabilityDetails = exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateClusterPlacementGroupDetails = exports.SortOrder = exports.PlacementInstructionDetails = exports.OperationType = exports.OperationStatus = exports.CreateClusterPlacementGroupDetails = exports.ClusterPlacementGroupType = exports.ClusterPlacementGroupSummary = exports.ClusterPlacementGroupCollection = exports.ClusterPlacementGroup = exports.ChangeClusterPlacementGroupCompartmentDetails = exports.CapabilityDetails = exports.CapabilitiesCollection = exports.AdditionalCapabilityDetails = exports.ActionType = void 0;
35
35
  const ActionType = __importStar(require("./action-type"));
36
36
  exports.ActionType = ActionType.ActionType;
37
+ const AdditionalCapabilityDetails = __importStar(require("./additional-capability-details"));
38
+ exports.AdditionalCapabilityDetails = AdditionalCapabilityDetails.AdditionalCapabilityDetails;
37
39
  const CapabilitiesCollection = __importStar(require("./capabilities-collection"));
38
40
  exports.CapabilitiesCollection = CapabilitiesCollection.CapabilitiesCollection;
39
41
  const CapabilityDetails = __importStar(require("./capability-details"));
@@ -78,4 +80,6 @@ const WorkRequestSummary = __importStar(require("./work-request-summary"));
78
80
  exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
79
81
  const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
80
82
  exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
83
+ const AdditionalComputeCapabilityDetails = __importStar(require("./additional-compute-capability-details"));
84
+ exports.AdditionalComputeCapabilityDetails = AdditionalComputeCapabilityDetails.AdditionalComputeCapabilityDetails;
81
85
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,kFAAoE;AACtD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,oIAAsH;AACxG,QAAA,6CAA6C,GAAG,6CAA6C,CAAC,6CAA6C,CAAC;AAC1J,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,kFAAoE;AACtD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,oIAAsH;AACxG,QAAA,6CAA6C,GAAG,6CAA6C,CAAC,6CAA6C,CAAC;AAC1J,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sGAAwF;AAC1E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,6FAA+E;AACjE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AAEvG,4GAA8F;AAChF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-clusterplacementgroups",
3
- "version": "2.131.2",
3
+ "version": "2.134.1",
4
4
  "description": "OCI NodeJS client for Cluster Placement Groups Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,9 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.131.2",
19
- "oci-workrequests": "2.131.2"
18
+ "oci-common": "2.134.1",
19
+ "opossum": "5.0.1",
20
+ "oci-workrequests": "2.134.1"
20
21
  },
21
22
  "publishConfig": {
22
23
  "registry": "https://registry.npmjs.org"