oci-core 2.109.0 → 2.110.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.
Files changed (158) hide show
  1. package/lib/client.d.ts +77 -3
  2. package/lib/client.js +541 -5
  3. package/lib/client.js.map +1 -1
  4. package/lib/compute-waiter.d.ts +58 -0
  5. package/lib/compute-waiter.js +111 -0
  6. package/lib/compute-waiter.js.map +1 -1
  7. package/lib/model/attach-compute-host-group-host-details.d.ts +33 -0
  8. package/lib/model/attach-compute-host-group-host-details.js +36 -0
  9. package/lib/model/attach-compute-host-group-host-details.js.map +1 -0
  10. package/lib/model/change-compute-host-group-compartment-details.d.ts +34 -0
  11. package/lib/model/change-compute-host-group-compartment-details.js +36 -0
  12. package/lib/model/change-compute-host-group-compartment-details.js.map +1 -0
  13. package/lib/model/compute-bare-metal-host-placement-constraint-details.d.ts +36 -0
  14. package/lib/model/compute-bare-metal-host-placement-constraint-details.js +61 -0
  15. package/lib/model/compute-bare-metal-host-placement-constraint-details.js.map +1 -0
  16. package/lib/model/compute-host-configuration-check-details.d.ts +73 -0
  17. package/lib/model/compute-host-configuration-check-details.js +56 -0
  18. package/lib/model/compute-host-configuration-check-details.js.map +1 -0
  19. package/lib/model/compute-host-configuration-data.d.ts +35 -0
  20. package/lib/model/compute-host-configuration-data.js +64 -0
  21. package/lib/model/compute-host-configuration-data.js.map +1 -0
  22. package/lib/model/compute-host-group-collection.d.ts +34 -0
  23. package/lib/model/compute-host-group-collection.js +68 -0
  24. package/lib/model/compute-host-group-collection.js.map +1 -0
  25. package/lib/model/compute-host-group-summary.d.ts +106 -0
  26. package/lib/model/compute-host-group-summary.js +36 -0
  27. package/lib/model/compute-host-group-summary.js.map +1 -0
  28. package/lib/model/compute-host-group.d.ts +123 -0
  29. package/lib/model/compute-host-group.js +78 -0
  30. package/lib/model/compute-host-group.js.map +1 -0
  31. package/lib/model/compute-host-summary.d.ts +7 -0
  32. package/lib/model/compute-host-summary.js +30 -2
  33. package/lib/model/compute-host-summary.js.map +1 -1
  34. package/lib/model/compute-host.d.ts +20 -0
  35. package/lib/model/compute-host.js +36 -2
  36. package/lib/model/compute-host.js.map +1 -1
  37. package/lib/model/configuration-state.d.ts +44 -0
  38. package/lib/model/configuration-state.js +55 -0
  39. package/lib/model/configuration-state.js.map +1 -0
  40. package/lib/model/create-compute-host-group-details.d.ts +78 -0
  41. package/lib/model/create-compute-host-group-details.js +68 -0
  42. package/lib/model/create-compute-host-group-details.js.map +1 -0
  43. package/lib/model/create-dedicated-vm-host-details.d.ts +2 -0
  44. package/lib/model/create-dedicated-vm-host-details.js +30 -2
  45. package/lib/model/create-dedicated-vm-host-details.js.map +1 -1
  46. package/lib/model/create-ipv6-details.d.ts +2 -2
  47. package/lib/model/create-local-peering-gateway-details.d.ts +13 -0
  48. package/lib/model/create-local-peering-gateway-details.js.map +1 -1
  49. package/lib/model/create-private-ip-details.d.ts +2 -2
  50. package/lib/model/create-vcn-details.d.ts +5 -0
  51. package/lib/model/create-vcn-details.js.map +1 -1
  52. package/lib/model/create-volume-details.d.ts +2 -1
  53. package/lib/model/create-volume-details.js.map +1 -1
  54. package/lib/model/dedicated-vm-host.d.ts +2 -0
  55. package/lib/model/dedicated-vm-host.js +30 -2
  56. package/lib/model/dedicated-vm-host.js.map +1 -1
  57. package/lib/model/detach-compute-host-group-host-details.d.ts +33 -0
  58. package/lib/model/detach-compute-host-group-host-details.js +36 -0
  59. package/lib/model/detach-compute-host-group-host-details.js.map +1 -0
  60. package/lib/model/host-group-configuration.d.ts +52 -0
  61. package/lib/model/host-group-configuration.js +46 -0
  62. package/lib/model/host-group-configuration.js.map +1 -0
  63. package/lib/model/host-group-placement-constraint-details.d.ts +36 -0
  64. package/lib/model/host-group-placement-constraint-details.js +61 -0
  65. package/lib/model/host-group-placement-constraint-details.js.map +1 -0
  66. package/lib/model/index.d.ts +32 -0
  67. package/lib/model/index.js +46 -13
  68. package/lib/model/index.js.map +1 -1
  69. package/lib/model/instance-configuration-create-volume-details.d.ts +2 -1
  70. package/lib/model/instance-configuration-create-volume-details.js.map +1 -1
  71. package/lib/model/instance.d.ts +6 -0
  72. package/lib/model/instance.js +6 -0
  73. package/lib/model/instance.js.map +1 -1
  74. package/lib/model/ipv6.d.ts +2 -2
  75. package/lib/model/launch-instance-details.d.ts +5 -0
  76. package/lib/model/launch-instance-details.js +6 -0
  77. package/lib/model/launch-instance-details.js.map +1 -1
  78. package/lib/model/local-peering-gateway.d.ts +13 -0
  79. package/lib/model/local-peering-gateway.js.map +1 -1
  80. package/lib/model/placement-constraint-details.d.ts +30 -0
  81. package/lib/model/placement-constraint-details.js +79 -0
  82. package/lib/model/placement-constraint-details.js.map +1 -0
  83. package/lib/model/private-ip.d.ts +2 -2
  84. package/lib/model/recycle-details.d.ts +50 -0
  85. package/lib/model/recycle-details.js +46 -0
  86. package/lib/model/recycle-details.js.map +1 -0
  87. package/lib/model/update-compute-host-group-details.d.ts +66 -0
  88. package/lib/model/update-compute-host-group-details.js +68 -0
  89. package/lib/model/update-compute-host-group-details.js.map +1 -0
  90. package/lib/model/update-ipv6-details.d.ts +2 -2
  91. package/lib/model/update-local-peering-gateway-details.d.ts +13 -0
  92. package/lib/model/update-local-peering-gateway-details.js.map +1 -1
  93. package/lib/model/update-private-ip-details.d.ts +2 -2
  94. package/lib/model/update-vcn-details.d.ts +5 -0
  95. package/lib/model/update-vcn-details.js.map +1 -1
  96. package/lib/model/update-vnic-details.d.ts +1 -1
  97. package/lib/model/update-volume-details.d.ts +2 -1
  98. package/lib/model/update-volume-details.js.map +1 -1
  99. package/lib/model/vcn.d.ts +5 -0
  100. package/lib/model/vcn.js.map +1 -1
  101. package/lib/model/vnic.d.ts +1 -1
  102. package/lib/model/volume.d.ts +2 -1
  103. package/lib/model/volume.js.map +1 -1
  104. package/lib/request/attach-compute-host-group-host-request.d.ts +50 -0
  105. package/lib/request/attach-compute-host-group-host-request.js +15 -0
  106. package/lib/request/attach-compute-host-group-host-request.js.map +1 -0
  107. package/lib/request/change-compute-host-group-compartment-request.d.ts +50 -0
  108. package/lib/request/change-compute-host-group-compartment-request.js +15 -0
  109. package/lib/request/change-compute-host-group-compartment-request.js.map +1 -0
  110. package/lib/request/create-compute-host-group-request.d.ts +38 -0
  111. package/lib/request/create-compute-host-group-request.js +15 -0
  112. package/lib/request/create-compute-host-group-request.js.map +1 -0
  113. package/lib/request/delete-compute-host-group-request.d.ts +36 -0
  114. package/lib/request/delete-compute-host-group-request.js +15 -0
  115. package/lib/request/delete-compute-host-group-request.js.map +1 -0
  116. package/lib/request/detach-compute-host-group-host-request.d.ts +50 -0
  117. package/lib/request/detach-compute-host-group-host-request.js +15 -0
  118. package/lib/request/detach-compute-host-group-host-request.js.map +1 -0
  119. package/lib/request/get-compute-host-group-request.d.ts +29 -0
  120. package/lib/request/get-compute-host-group-request.js +15 -0
  121. package/lib/request/get-compute-host-group-request.js.map +1 -0
  122. package/lib/request/index.d.ts +16 -0
  123. package/lib/request/index.js.map +1 -1
  124. package/lib/request/list-compute-host-groups-request.d.ts +44 -0
  125. package/lib/request/list-compute-host-groups-request.js +15 -0
  126. package/lib/request/list-compute-host-groups-request.js.map +1 -0
  127. package/lib/request/list-compute-hosts-request.d.ts +5 -0
  128. package/lib/request/list-compute-hosts-request.js.map +1 -1
  129. package/lib/request/update-compute-host-group-request.d.ts +50 -0
  130. package/lib/request/update-compute-host-group-request.js +15 -0
  131. package/lib/request/update-compute-host-group-request.js.map +1 -0
  132. package/lib/request/update-compute-host-request.d.ts +9 -0
  133. package/lib/response/attach-compute-host-group-host-response.d.ts +42 -0
  134. package/lib/response/attach-compute-host-group-host-response.js +15 -0
  135. package/lib/response/attach-compute-host-group-host-response.js.map +1 -0
  136. package/lib/response/change-compute-host-group-compartment-response.d.ts +27 -0
  137. package/lib/response/change-compute-host-group-compartment-response.js +15 -0
  138. package/lib/response/change-compute-host-group-compartment-response.js.map +1 -0
  139. package/lib/response/create-compute-host-group-response.d.ts +42 -0
  140. package/lib/response/create-compute-host-group-response.js +15 -0
  141. package/lib/response/create-compute-host-group-response.js.map +1 -0
  142. package/lib/response/delete-compute-host-group-response.d.ts +20 -0
  143. package/lib/response/delete-compute-host-group-response.js +15 -0
  144. package/lib/response/delete-compute-host-group-response.js.map +1 -0
  145. package/lib/response/detach-compute-host-group-host-response.d.ts +27 -0
  146. package/lib/response/detach-compute-host-group-host-response.js +15 -0
  147. package/lib/response/detach-compute-host-group-host-response.js.map +1 -0
  148. package/lib/response/get-compute-host-group-response.d.ts +30 -0
  149. package/lib/response/get-compute-host-group-response.js +15 -0
  150. package/lib/response/get-compute-host-group-response.js.map +1 -0
  151. package/lib/response/index.d.ts +16 -0
  152. package/lib/response/list-compute-host-groups-response.d.ts +32 -0
  153. package/lib/response/list-compute-host-groups-response.js +15 -0
  154. package/lib/response/list-compute-host-groups-response.js.map +1 -0
  155. package/lib/response/update-compute-host-group-response.d.ts +42 -0
  156. package/lib/response/update-compute-host-group-response.js +15 -0
  157. package/lib/response/update-compute-host-group-response.js.map +1 -0
  158. package/package.json +3 -3
@@ -0,0 +1,56 @@
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.ComputeHostConfigurationCheckDetails = void 0;
23
+ var ComputeHostConfigurationCheckDetails;
24
+ (function (ComputeHostConfigurationCheckDetails) {
25
+ let Type;
26
+ (function (Type) {
27
+ Type["Firmware"] = "FIRMWARE";
28
+ Type["Recycle"] = "RECYCLE";
29
+ /**
30
+ * This value is used if a service returns a value for this enum that is not recognized by this
31
+ * version of the SDK.
32
+ */
33
+ Type["UnknownValue"] = "UNKNOWN_VALUE";
34
+ })(Type = ComputeHostConfigurationCheckDetails.Type || (ComputeHostConfigurationCheckDetails.Type = {}));
35
+ let RecycleLevel;
36
+ (function (RecycleLevel) {
37
+ RecycleLevel["SkipRecycle"] = "SKIP_RECYCLE";
38
+ RecycleLevel["FullRecycle"] = "FULL_RECYCLE";
39
+ /**
40
+ * This value is used if a service returns a value for this enum that is not recognized by this
41
+ * version of the SDK.
42
+ */
43
+ RecycleLevel["UnknownValue"] = "UNKNOWN_VALUE";
44
+ })(RecycleLevel = ComputeHostConfigurationCheckDetails.RecycleLevel || (ComputeHostConfigurationCheckDetails.RecycleLevel = {}));
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
47
+ return jsonObj;
48
+ }
49
+ ComputeHostConfigurationCheckDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
52
+ return jsonObj;
53
+ }
54
+ ComputeHostConfigurationCheckDetails.getDeserializedJsonObj = getDeserializedJsonObj;
55
+ })(ComputeHostConfigurationCheckDetails = exports.ComputeHostConfigurationCheckDetails || (exports.ComputeHostConfigurationCheckDetails = {}));
56
+ //# sourceMappingURL=compute-host-configuration-check-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-host-configuration-check-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-configuration-check-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAqCH,IAAiB,oCAAoC,CA+BpD;AA/BD,WAAiB,oCAAoC;IACnD,IAAY,IAQX;IARD,WAAY,IAAI;QACd,6BAAqB,CAAA;QACrB,2BAAmB,CAAA;QACnB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,yCAAI,KAAJ,yCAAI,QAQf;IAED,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,4CAA4B,CAAA;QAC5B,4CAA4B,CAAA;QAC5B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,iDAAY,KAAZ,iDAAY,QAQvB;IAED,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EA/BgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA+BpD"}
@@ -0,0 +1,35 @@
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
+ import * as model from "../model";
21
+ /**
22
+ * Compute Host Configuration Data
23
+ *
24
+ */
25
+ export interface ComputeHostConfigurationData {
26
+ /**
27
+ * The time that was last applied.
28
+ */
29
+ "timeLastApply"?: Date;
30
+ "checkDetails"?: model.ComputeHostConfigurationCheckDetails;
31
+ }
32
+ export declare namespace ComputeHostConfigurationData {
33
+ function getJsonObj(obj: ComputeHostConfigurationData): object;
34
+ function getDeserializedJsonObj(obj: ComputeHostConfigurationData): object;
35
+ }
@@ -0,0 +1,64 @@
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
+ 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
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.ComputeHostConfigurationData = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var ComputeHostConfigurationData;
44
+ (function (ComputeHostConfigurationData) {
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "checkDetails": obj.checkDetails
48
+ ? model.ComputeHostConfigurationCheckDetails.getJsonObj(obj.checkDetails)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ ComputeHostConfigurationData.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "checkDetails": obj.checkDetails
57
+ ? model.ComputeHostConfigurationCheckDetails.getDeserializedJsonObj(obj.checkDetails)
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ ComputeHostConfigurationData.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(ComputeHostConfigurationData = exports.ComputeHostConfigurationData || (exports.ComputeHostConfigurationData = {}));
64
+ //# sourceMappingURL=compute-host-configuration-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-host-configuration-data.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-configuration-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,uCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -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
+ import * as model from "../model";
21
+ /**
22
+ * A list of compute host groups.
23
+ *
24
+ */
25
+ export interface ComputeHostGroupCollection {
26
+ /**
27
+ * The list of compute host groups.
28
+ */
29
+ "items": Array<model.ComputeHostGroupSummary>;
30
+ }
31
+ export declare namespace ComputeHostGroupCollection {
32
+ function getJsonObj(obj: ComputeHostGroupCollection): object;
33
+ function getDeserializedJsonObj(obj: ComputeHostGroupCollection): object;
34
+ }
@@ -0,0 +1,68 @@
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
+ 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
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.ComputeHostGroupCollection = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var ComputeHostGroupCollection;
44
+ (function (ComputeHostGroupCollection) {
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "items": obj.items
48
+ ? obj.items.map(item => {
49
+ return model.ComputeHostGroupSummary.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ ComputeHostGroupCollection.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {
58
+ "items": obj.items
59
+ ? obj.items.map(item => {
60
+ return model.ComputeHostGroupSummary.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ ComputeHostGroupCollection.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(ComputeHostGroupCollection = exports.ComputeHostGroupCollection || (exports.ComputeHostGroupCollection = {}));
68
+ //# sourceMappingURL=compute-host-group-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-host-group-collection.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-group-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -0,0 +1,106 @@
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
+ * Summary information for a compute host group.
22
+ *
23
+ */
24
+ export interface ComputeHostGroupSummary {
25
+ /**
26
+ * The availability domain of a host group.
27
+ * <p>
28
+ Example: {@code Uocm:PHX-AD-1}
29
+ *
30
+ */
31
+ "availabilityDomain": string;
32
+ /**
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique host group
34
+ *
35
+ */
36
+ "id": string;
37
+ /**
38
+ * A user-friendly name. Does not have to be unique, and it's changeable.
39
+ * Avoid entering confidential information.
40
+ *
41
+ */
42
+ "displayName": string;
43
+ /**
44
+ * The OCID of the compartment that contains host group.
45
+ *
46
+ */
47
+ "compartmentId": string;
48
+ /**
49
+ * The date and time the host group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
50
+ * <p>
51
+ Example: {@code 2016-08-25T21:10:29.600Z}
52
+ *
53
+ */
54
+ "timeCreated": Date;
55
+ /**
56
+ * The date and time the host group was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
57
+ * <p>
58
+ Example: {@code 2016-08-25T21:10:29.600Z}
59
+ *
60
+ */
61
+ "timeUpdated"?: Date;
62
+ /**
63
+ * Defined tags for this resource. Each key is predefined and scoped to a
64
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
65
+ * <p>
66
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
67
+ *
68
+ */
69
+ "definedTags"?: {
70
+ [key: string]: {
71
+ [key: string]: any;
72
+ };
73
+ };
74
+ /**
75
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
76
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
77
+ * <p>
78
+ Example: {@code {\"Department\": \"Finance\"}}
79
+ *
80
+ */
81
+ "freeformTags"?: {
82
+ [key: string]: string;
83
+ };
84
+ /**
85
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
86
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
87
+ *
88
+ */
89
+ "systemTags"?: {
90
+ [key: string]: {
91
+ [key: string]: any;
92
+ };
93
+ };
94
+ /**
95
+ * The current state of the compute host group
96
+ */
97
+ "lifecycleState": string;
98
+ /**
99
+ * A flag that allows customers to restrict placement for hosts attached to the group. If true, the only way to place on hosts is to target the specific host group.
100
+ */
101
+ "isTargetedPlacementRequired": boolean;
102
+ }
103
+ export declare namespace ComputeHostGroupSummary {
104
+ function getJsonObj(obj: ComputeHostGroupSummary): object;
105
+ function getDeserializedJsonObj(obj: ComputeHostGroupSummary): object;
106
+ }
@@ -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.ComputeHostGroupSummary = void 0;
23
+ var ComputeHostGroupSummary;
24
+ (function (ComputeHostGroupSummary) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ ComputeHostGroupSummary.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ ComputeHostGroupSummary.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(ComputeHostGroupSummary = exports.ComputeHostGroupSummary || (exports.ComputeHostGroupSummary = {}));
36
+ //# sourceMappingURL=compute-host-group-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-host-group-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-group-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AA+EH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,123 @@
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
+ import * as model from "../model";
21
+ /**
22
+ * Detail information for a compute host group.
23
+ *
24
+ */
25
+ export interface ComputeHostGroup {
26
+ /**
27
+ * The availability domain of a host group.
28
+ * <p>
29
+ Example: {@code Uocm:PHX-AD-1}
30
+ *
31
+ */
32
+ "availabilityDomain": string;
33
+ /**
34
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique host group
35
+ *
36
+ */
37
+ "id"?: string;
38
+ /**
39
+ * A user-friendly name. Does not have to be unique, and it's changeable.
40
+ * Avoid entering confidential information.
41
+ *
42
+ */
43
+ "displayName": string;
44
+ /**
45
+ * The OCID of the compartment that contains host group.
46
+ *
47
+ */
48
+ "compartmentId": string;
49
+ /**
50
+ * A list of HostGroupConfiguration objects
51
+ */
52
+ "configurations"?: Array<model.HostGroupConfiguration>;
53
+ /**
54
+ * The date and time the host group was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
55
+ * <p>
56
+ Example: {@code 2016-08-25T21:10:29.600Z}
57
+ *
58
+ */
59
+ "timeCreated": Date;
60
+ /**
61
+ * Defined tags for this resource. Each key is predefined and scoped to a
62
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
63
+ * <p>
64
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
65
+ *
66
+ */
67
+ "definedTags"?: {
68
+ [key: string]: {
69
+ [key: string]: any;
70
+ };
71
+ };
72
+ /**
73
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
74
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
75
+ * <p>
76
+ Example: {@code {\"Department\": \"Finance\"}}
77
+ *
78
+ */
79
+ "freeformTags"?: {
80
+ [key: string]: string;
81
+ };
82
+ /**
83
+ * Defined tags for this resource. Each key is predefined and scoped to a
84
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
85
+ * <p>
86
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
87
+ *
88
+ */
89
+ "systemTags"?: {
90
+ [key: string]: {
91
+ [key: string]: any;
92
+ };
93
+ };
94
+ /**
95
+ * The date and time the host group was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
96
+ * <p>
97
+ Example: {@code 2016-08-25T21:10:29.600Z}
98
+ *
99
+ */
100
+ "timeUpdated"?: Date;
101
+ /**
102
+ * The lifecycle state of the host group
103
+ *
104
+ */
105
+ "lifecycleState": ComputeHostGroup.LifecycleState;
106
+ /**
107
+ * A flag that allows customers to restrict placement for hosts attached to the group. If true, the only way to place on hosts is to target the specific host group.
108
+ */
109
+ "isTargetedPlacementRequired"?: boolean;
110
+ }
111
+ export declare namespace ComputeHostGroup {
112
+ enum LifecycleState {
113
+ Active = "ACTIVE",
114
+ Deleted = "DELETED",
115
+ /**
116
+ * This value is used if a service returns a value for this enum that is not recognized by this
117
+ * version of the SDK.
118
+ */
119
+ UnknownValue = "UNKNOWN_VALUE"
120
+ }
121
+ function getJsonObj(obj: ComputeHostGroup): object;
122
+ function getDeserializedJsonObj(obj: ComputeHostGroup): object;
123
+ }
@@ -0,0 +1,78 @@
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
+ 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
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.ComputeHostGroup = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var ComputeHostGroup;
44
+ (function (ComputeHostGroup) {
45
+ let LifecycleState;
46
+ (function (LifecycleState) {
47
+ LifecycleState["Active"] = "ACTIVE";
48
+ LifecycleState["Deleted"] = "DELETED";
49
+ /**
50
+ * This value is used if a service returns a value for this enum that is not recognized by this
51
+ * version of the SDK.
52
+ */
53
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
54
+ })(LifecycleState = ComputeHostGroup.LifecycleState || (ComputeHostGroup.LifecycleState = {}));
55
+ function getJsonObj(obj) {
56
+ const jsonObj = Object.assign(Object.assign({}, obj), {
57
+ "configurations": obj.configurations
58
+ ? obj.configurations.map(item => {
59
+ return model.HostGroupConfiguration.getJsonObj(item);
60
+ })
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ ComputeHostGroup.getJsonObj = getJsonObj;
66
+ function getDeserializedJsonObj(obj) {
67
+ const jsonObj = Object.assign(Object.assign({}, obj), {
68
+ "configurations": obj.configurations
69
+ ? obj.configurations.map(item => {
70
+ return model.HostGroupConfiguration.getDeserializedJsonObj(item);
71
+ })
72
+ : undefined
73
+ });
74
+ return jsonObj;
75
+ }
76
+ ComputeHostGroup.getDeserializedJsonObj = getDeserializedJsonObj;
77
+ })(ComputeHostGroup = exports.ComputeHostGroup || (exports.ComputeHostGroup = {}));
78
+ //# sourceMappingURL=compute-host-group.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compute-host-group.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-group.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoFlC,IAAiB,gBAAgB,CAuChC;AAvCD,WAAiB,gBAAgB;IAC/B,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EAvCgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAuChC"}
@@ -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
  * Summary information for a compute host.
22
23
  *
@@ -56,6 +57,12 @@ export interface ComputeHostSummary {
56
57
  *
57
58
  */
58
59
  "hpcIslandId"?: string;
60
+ /**
61
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique host group
62
+ *
63
+ */
64
+ "computeHostGroupId"?: string;
65
+ "recycleDetails"?: model.RecycleDetails;
59
66
  /**
60
67
  * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
61
68
  *