oci-core 2.109.1 → 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
@@ -18,8 +18,28 @@ 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.DedicatedVmHost = void 0;
42
+ const model = __importStar(require("../model"));
23
43
  var DedicatedVmHost;
24
44
  (function (DedicatedVmHost) {
25
45
  let LifecycleState;
@@ -37,12 +57,20 @@ var DedicatedVmHost;
37
57
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
38
58
  })(LifecycleState = DedicatedVmHost.LifecycleState || (DedicatedVmHost.LifecycleState = {}));
39
59
  function getJsonObj(obj) {
40
- const jsonObj = Object.assign(Object.assign({}, obj), {});
60
+ const jsonObj = Object.assign(Object.assign({}, obj), {
61
+ "placementConstraintDetails": obj.placementConstraintDetails
62
+ ? model.PlacementConstraintDetails.getJsonObj(obj.placementConstraintDetails)
63
+ : undefined
64
+ });
41
65
  return jsonObj;
42
66
  }
43
67
  DedicatedVmHost.getJsonObj = getJsonObj;
44
68
  function getDeserializedJsonObj(obj) {
45
- const jsonObj = Object.assign(Object.assign({}, obj), {});
69
+ const jsonObj = Object.assign(Object.assign({}, obj), {
70
+ "placementConstraintDetails": obj.placementConstraintDetails
71
+ ? model.PlacementConstraintDetails.getDeserializedJsonObj(obj.placementConstraintDetails)
72
+ : undefined
73
+ });
46
74
  return jsonObj;
47
75
  }
48
76
  DedicatedVmHost.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"dedicated-vm-host.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/dedicated-vm-host.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAqGH,IAAiB,eAAe,CAyB/B;AAzBD,WAAiB,eAAe;IAC9B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAyB/B"}
1
+ {"version":3,"file":"dedicated-vm-host.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/dedicated-vm-host.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsGlC,IAAiB,eAAe,CAuC/B;AAvCD,WAAiB,eAAe;IAC9B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,8BAAc,KAAd,8BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,0BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sCAAsB,yBAWrC,CAAA;AACH,CAAC,EAvCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAuC/B"}
@@ -0,0 +1,33 @@
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 host group id
22
+ */
23
+ export interface DetachComputeHostGroupHostDetails {
24
+ /**
25
+ * 'The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.'
26
+ *
27
+ */
28
+ "computeHostGroupId": string;
29
+ }
30
+ export declare namespace DetachComputeHostGroupHostDetails {
31
+ function getJsonObj(obj: DetachComputeHostGroupHostDetails): object;
32
+ function getDeserializedJsonObj(obj: DetachComputeHostGroupHostDetails): object;
33
+ }
@@ -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.DetachComputeHostGroupHostDetails = void 0;
23
+ var DetachComputeHostGroupHostDetails;
24
+ (function (DetachComputeHostGroupHostDetails) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ DetachComputeHostGroupHostDetails.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ DetachComputeHostGroupHostDetails.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(DetachComputeHostGroupHostDetails = exports.DetachComputeHostGroupHostDetails || (exports.DetachComputeHostGroupHostDetails = {}));
36
+ //# sourceMappingURL=detach-compute-host-group-host-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detach-compute-host-group-host-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/detach-compute-host-group-host-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAgBH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,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,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
@@ -0,0 +1,52 @@
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
+ * Host group configuration
22
+ */
23
+ export interface HostGroupConfiguration {
24
+ /**
25
+ * Either the platform name or compute shape that the configuration is targeting
26
+ */
27
+ "target"?: string;
28
+ /**
29
+ * The OCID for firmware bundle
30
+ */
31
+ "firmwareBundleId"?: string;
32
+ /**
33
+ * Preferred recycle level for hosts associated with the reservation config.
34
+ * * {@code SKIP_RECYCLE} - Skips host wipe.
35
+ * * {@code FULL_RECYCLE} - Does not skip host wipe. This is the default behavior.
36
+ *
37
+ */
38
+ "recycleLevel"?: HostGroupConfiguration.RecycleLevel;
39
+ }
40
+ export declare namespace HostGroupConfiguration {
41
+ enum RecycleLevel {
42
+ SkipRecycle = "SKIP_RECYCLE",
43
+ FullRecycle = "FULL_RECYCLE",
44
+ /**
45
+ * This value is used if a service returns a value for this enum that is not recognized by this
46
+ * version of the SDK.
47
+ */
48
+ UnknownValue = "UNKNOWN_VALUE"
49
+ }
50
+ function getJsonObj(obj: HostGroupConfiguration): object;
51
+ function getDeserializedJsonObj(obj: HostGroupConfiguration): object;
52
+ }
@@ -0,0 +1,46 @@
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.HostGroupConfiguration = void 0;
23
+ var HostGroupConfiguration;
24
+ (function (HostGroupConfiguration) {
25
+ let RecycleLevel;
26
+ (function (RecycleLevel) {
27
+ RecycleLevel["SkipRecycle"] = "SKIP_RECYCLE";
28
+ RecycleLevel["FullRecycle"] = "FULL_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
+ RecycleLevel["UnknownValue"] = "UNKNOWN_VALUE";
34
+ })(RecycleLevel = HostGroupConfiguration.RecycleLevel || (HostGroupConfiguration.RecycleLevel = {}));
35
+ function getJsonObj(obj) {
36
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
37
+ return jsonObj;
38
+ }
39
+ HostGroupConfiguration.getJsonObj = getJsonObj;
40
+ function getDeserializedJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ return jsonObj;
43
+ }
44
+ HostGroupConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
45
+ })(HostGroupConfiguration = exports.HostGroupConfiguration || (exports.HostGroupConfiguration = {}));
46
+ //# sourceMappingURL=host-group-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"host-group-configuration.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/host-group-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AA0BH,IAAiB,sBAAsB,CAqBtC;AArBD,WAAiB,sBAAsB;IACrC,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,4CAA4B,CAAA;QAC5B,4CAA4B,CAAA;QAC5B;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,mCAAY,KAAZ,mCAAY,QAQvB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAqBtC"}
@@ -0,0 +1,36 @@
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
+ * Host group id that needs to be launched
23
+ *
24
+ */
25
+ export interface HostGroupPlacementConstraintDetails extends model.PlacementConstraintDetails {
26
+ /**
27
+ * The OCID of the compute host group.
28
+ */
29
+ "computeHostGroupId": string;
30
+ "type": string;
31
+ }
32
+ export declare namespace HostGroupPlacementConstraintDetails {
33
+ function getJsonObj(obj: HostGroupPlacementConstraintDetails, isParentJsonObj?: boolean): object;
34
+ const type = "HOST_GROUP";
35
+ function getDeserializedJsonObj(obj: HostGroupPlacementConstraintDetails, isParentJsonObj?: boolean): object;
36
+ }
@@ -0,0 +1,61 @@
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.HostGroupPlacementConstraintDetails = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var HostGroupPlacementConstraintDetails;
44
+ (function (HostGroupPlacementConstraintDetails) {
45
+ function getJsonObj(obj, isParentJsonObj) {
46
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
47
+ ? obj
48
+ : model.PlacementConstraintDetails.getJsonObj(obj))), {});
49
+ return jsonObj;
50
+ }
51
+ HostGroupPlacementConstraintDetails.getJsonObj = getJsonObj;
52
+ HostGroupPlacementConstraintDetails.type = "HOST_GROUP";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.PlacementConstraintDetails.getDeserializedJsonObj(obj))), {});
57
+ return jsonObj;
58
+ }
59
+ HostGroupPlacementConstraintDetails.getDeserializedJsonObj = getDeserializedJsonObj;
60
+ })(HostGroupPlacementConstraintDetails = exports.HostGroupPlacementConstraintDetails || (exports.HostGroupPlacementConstraintDetails = {}));
61
+ //# sourceMappingURL=host-group-placement-constraint-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"host-group-placement-constraint-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/host-group-placement-constraint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,mCAAmC,CAgCnD;AAhCD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CACxB,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAC1C,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,8CAAU,aAczB,CAAA;IACY,wCAAI,GAAG,YAAY,CAAC;IACjC,SAAgB,sBAAsB,CACpC,GAAwC,EACxC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACtD,GAAG,CACoC,CAAC,GAC3C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAgCnD"}
@@ -65,6 +65,8 @@ import * as AppCatalogSubscriptionSummary from "./app-catalog-subscription-summa
65
65
  export import AppCatalogSubscriptionSummary = AppCatalogSubscriptionSummary.AppCatalogSubscriptionSummary;
66
66
  import * as AttachBootVolumeDetails from "./attach-boot-volume-details";
67
67
  export import AttachBootVolumeDetails = AttachBootVolumeDetails.AttachBootVolumeDetails;
68
+ import * as AttachComputeHostGroupHostDetails from "./attach-compute-host-group-host-details";
69
+ export import AttachComputeHostGroupHostDetails = AttachComputeHostGroupHostDetails.AttachComputeHostGroupHostDetails;
68
70
  import * as AttachInstancePoolInstanceDetails from "./attach-instance-pool-instance-details";
69
71
  export import AttachInstancePoolInstanceDetails = AttachInstancePoolInstanceDetails.AttachInstancePoolInstanceDetails;
70
72
  import * as AttachLoadBalancerDetails from "./attach-load-balancer-details";
@@ -163,6 +165,8 @@ import * as ChangeComputeGpuMemoryFabricCompartmentDetails from "./change-comput
163
165
  export import ChangeComputeGpuMemoryFabricCompartmentDetails = ChangeComputeGpuMemoryFabricCompartmentDetails.ChangeComputeGpuMemoryFabricCompartmentDetails;
164
166
  import * as ChangeComputeHostCompartmentDetails from "./change-compute-host-compartment-details";
165
167
  export import ChangeComputeHostCompartmentDetails = ChangeComputeHostCompartmentDetails.ChangeComputeHostCompartmentDetails;
168
+ import * as ChangeComputeHostGroupCompartmentDetails from "./change-compute-host-group-compartment-details";
169
+ export import ChangeComputeHostGroupCompartmentDetails = ChangeComputeHostGroupCompartmentDetails.ChangeComputeHostGroupCompartmentDetails;
166
170
  import * as ChangeComputeImageCapabilitySchemaCompartmentDetails from "./change-compute-image-capability-schema-compartment-details";
167
171
  export import ChangeComputeImageCapabilitySchemaCompartmentDetails = ChangeComputeImageCapabilitySchemaCompartmentDetails.ChangeComputeImageCapabilitySchemaCompartmentDetails;
168
172
  import * as ChangeCpeCompartmentDetails from "./change-cpe-compartment-details";
@@ -291,6 +295,16 @@ import * as ComputeHost from "./compute-host";
291
295
  export import ComputeHost = ComputeHost.ComputeHost;
292
296
  import * as ComputeHostCollection from "./compute-host-collection";
293
297
  export import ComputeHostCollection = ComputeHostCollection.ComputeHostCollection;
298
+ import * as ComputeHostConfigurationCheckDetails from "./compute-host-configuration-check-details";
299
+ export import ComputeHostConfigurationCheckDetails = ComputeHostConfigurationCheckDetails.ComputeHostConfigurationCheckDetails;
300
+ import * as ComputeHostConfigurationData from "./compute-host-configuration-data";
301
+ export import ComputeHostConfigurationData = ComputeHostConfigurationData.ComputeHostConfigurationData;
302
+ import * as ComputeHostGroup from "./compute-host-group";
303
+ export import ComputeHostGroup = ComputeHostGroup.ComputeHostGroup;
304
+ import * as ComputeHostGroupCollection from "./compute-host-group-collection";
305
+ export import ComputeHostGroupCollection = ComputeHostGroupCollection.ComputeHostGroupCollection;
306
+ import * as ComputeHostGroupSummary from "./compute-host-group-summary";
307
+ export import ComputeHostGroupSummary = ComputeHostGroupSummary.ComputeHostGroupSummary;
294
308
  import * as ComputeHostSummary from "./compute-host-summary";
295
309
  export import ComputeHostSummary = ComputeHostSummary.ComputeHostSummary;
296
310
  import * as ComputeHpcIsland from "./compute-hpc-island";
@@ -309,6 +323,8 @@ import * as ComputeNetworkBlockCollection from "./compute-network-block-collecti
309
323
  export import ComputeNetworkBlockCollection = ComputeNetworkBlockCollection.ComputeNetworkBlockCollection;
310
324
  import * as ComputeNetworkBlockSummary from "./compute-network-block-summary";
311
325
  export import ComputeNetworkBlockSummary = ComputeNetworkBlockSummary.ComputeNetworkBlockSummary;
326
+ import * as ConfigurationState from "./configuration-state";
327
+ export import ConfigurationState = ConfigurationState.ConfigurationState;
312
328
  import * as ConnectLocalPeeringGatewaysDetails from "./connect-local-peering-gateways-details";
313
329
  export import ConnectLocalPeeringGatewaysDetails = ConnectLocalPeeringGatewaysDetails.ConnectLocalPeeringGatewaysDetails;
314
330
  import * as ConnectRemotePeeringConnectionsDetails from "./connect-remote-peering-connections-details";
@@ -363,6 +379,8 @@ import * as CreateComputeClusterDetails from "./create-compute-cluster-details";
363
379
  export import CreateComputeClusterDetails = CreateComputeClusterDetails.CreateComputeClusterDetails;
364
380
  import * as CreateComputeGpuMemoryClusterDetails from "./create-compute-gpu-memory-cluster-details";
365
381
  export import CreateComputeGpuMemoryClusterDetails = CreateComputeGpuMemoryClusterDetails.CreateComputeGpuMemoryClusterDetails;
382
+ import * as CreateComputeHostGroupDetails from "./create-compute-host-group-details";
383
+ export import CreateComputeHostGroupDetails = CreateComputeHostGroupDetails.CreateComputeHostGroupDetails;
366
384
  import * as CreateComputeImageCapabilitySchemaDetails from "./create-compute-image-capability-schema-details";
367
385
  export import CreateComputeImageCapabilitySchemaDetails = CreateComputeImageCapabilitySchemaDetails.CreateComputeImageCapabilitySchemaDetails;
368
386
  import * as CreateCpeDetails from "./create-cpe-details";
@@ -489,6 +507,8 @@ import * as DefaultPhaseTwoParameters from "./default-phase-two-parameters";
489
507
  export import DefaultPhaseTwoParameters = DefaultPhaseTwoParameters.DefaultPhaseTwoParameters;
490
508
  import * as DeleteVirtualCircuitPublicPrefixDetails from "./delete-virtual-circuit-public-prefix-details";
491
509
  export import DeleteVirtualCircuitPublicPrefixDetails = DeleteVirtualCircuitPublicPrefixDetails.DeleteVirtualCircuitPublicPrefixDetails;
510
+ import * as DetachComputeHostGroupHostDetails from "./detach-compute-host-group-host-details";
511
+ export import DetachComputeHostGroupHostDetails = DetachComputeHostGroupHostDetails.DetachComputeHostGroupHostDetails;
492
512
  import * as DetachInstancePoolInstanceDetails from "./detach-instance-pool-instance-details";
493
513
  export import DetachInstancePoolInstanceDetails = DetachInstancePoolInstanceDetails.DetachInstancePoolInstanceDetails;
494
514
  import * as DetachLoadBalancerDetails from "./detach-load-balancer-details";
@@ -545,6 +565,8 @@ import * as GetPublicIpByIpAddressDetails from "./get-public-ip-by-ip-address-de
545
565
  export import GetPublicIpByIpAddressDetails = GetPublicIpByIpAddressDetails.GetPublicIpByIpAddressDetails;
546
566
  import * as GetPublicIpByPrivateIpIdDetails from "./get-public-ip-by-private-ip-id-details";
547
567
  export import GetPublicIpByPrivateIpIdDetails = GetPublicIpByPrivateIpIdDetails.GetPublicIpByPrivateIpIdDetails;
568
+ import * as HostGroupConfiguration from "./host-group-configuration";
569
+ export import HostGroupConfiguration = HostGroupConfiguration.HostGroupConfiguration;
548
570
  import * as IPSecConnection from "./i-psec-connection";
549
571
  export import IPSecConnection = IPSecConnection.IPSecConnection;
550
572
  import * as IPSecConnectionDeviceConfig from "./i-psec-connection-device-config";
@@ -771,6 +793,8 @@ import * as PhaseOneConfigDetails from "./phase-one-config-details";
771
793
  export import PhaseOneConfigDetails = PhaseOneConfigDetails.PhaseOneConfigDetails;
772
794
  import * as PhaseTwoConfigDetails from "./phase-two-config-details";
773
795
  export import PhaseTwoConfigDetails = PhaseTwoConfigDetails.PhaseTwoConfigDetails;
796
+ import * as PlacementConstraintDetails from "./placement-constraint-details";
797
+ export import PlacementConstraintDetails = PlacementConstraintDetails.PlacementConstraintDetails;
774
798
  import * as PlatformConfig from "./platform-config";
775
799
  export import PlatformConfig = PlatformConfig.PlatformConfig;
776
800
  import * as PortRange from "./port-range";
@@ -789,6 +813,8 @@ import * as PublicIpPoolCollection from "./public-ip-pool-collection";
789
813
  export import PublicIpPoolCollection = PublicIpPoolCollection.PublicIpPoolCollection;
790
814
  import * as PublicIpPoolSummary from "./public-ip-pool-summary";
791
815
  export import PublicIpPoolSummary = PublicIpPoolSummary.PublicIpPoolSummary;
816
+ import * as RecycleDetails from "./recycle-details";
817
+ export import RecycleDetails = RecycleDetails.RecycleDetails;
792
818
  import * as RemotePeeringConnection from "./remote-peering-connection";
793
819
  export import RemotePeeringConnection = RemotePeeringConnection.RemotePeeringConnection;
794
820
  import * as RemoveDrgRouteDistributionStatementsDetails from "./remove-drg-route-distribution-statements-details";
@@ -913,6 +939,8 @@ import * as UpdateComputeGpuMemoryFabricDetails from "./update-compute-gpu-memor
913
939
  export import UpdateComputeGpuMemoryFabricDetails = UpdateComputeGpuMemoryFabricDetails.UpdateComputeGpuMemoryFabricDetails;
914
940
  import * as UpdateComputeHostDetails from "./update-compute-host-details";
915
941
  export import UpdateComputeHostDetails = UpdateComputeHostDetails.UpdateComputeHostDetails;
942
+ import * as UpdateComputeHostGroupDetails from "./update-compute-host-group-details";
943
+ export import UpdateComputeHostGroupDetails = UpdateComputeHostGroupDetails.UpdateComputeHostGroupDetails;
916
944
  import * as UpdateComputeImageCapabilitySchemaDetails from "./update-compute-image-capability-schema-details";
917
945
  export import UpdateComputeImageCapabilitySchemaDetails = UpdateComputeImageCapabilitySchemaDetails.UpdateComputeImageCapabilitySchemaDetails;
918
946
  import * as UpdateConsoleHistoryDetails from "./update-console-history-details";
@@ -1139,6 +1167,8 @@ import * as BootVolumeSourceFromBootVolumeDetails from "./boot-volume-source-fro
1139
1167
  export import BootVolumeSourceFromBootVolumeDetails = BootVolumeSourceFromBootVolumeDetails.BootVolumeSourceFromBootVolumeDetails;
1140
1168
  import * as BootVolumeSourceFromBootVolumeReplicaDetails from "./boot-volume-source-from-boot-volume-replica-details";
1141
1169
  export import BootVolumeSourceFromBootVolumeReplicaDetails = BootVolumeSourceFromBootVolumeReplicaDetails.BootVolumeSourceFromBootVolumeReplicaDetails;
1170
+ import * as ComputeBareMetalHostPlacementConstraintDetails from "./compute-bare-metal-host-placement-constraint-details";
1171
+ export import ComputeBareMetalHostPlacementConstraintDetails = ComputeBareMetalHostPlacementConstraintDetails.ComputeBareMetalHostPlacementConstraintDetails;
1142
1172
  import * as ComputeInstanceDetails from "./compute-instance-details";
1143
1173
  export import ComputeInstanceDetails = ComputeInstanceDetails.ComputeInstanceDetails;
1144
1174
  import * as ComputeInstanceOptions from "./compute-instance-options";
@@ -1177,6 +1207,8 @@ import * as GenericBmLaunchInstancePlatformConfig from "./generic-bm-launch-inst
1177
1207
  export import GenericBmLaunchInstancePlatformConfig = GenericBmLaunchInstancePlatformConfig.GenericBmLaunchInstancePlatformConfig;
1178
1208
  import * as GenericBmPlatformConfig from "./generic-bm-platform-config";
1179
1209
  export import GenericBmPlatformConfig = GenericBmPlatformConfig.GenericBmPlatformConfig;
1210
+ import * as HostGroupPlacementConstraintDetails from "./host-group-placement-constraint-details";
1211
+ export import HostGroupPlacementConstraintDetails = HostGroupPlacementConstraintDetails.HostGroupPlacementConstraintDetails;
1180
1212
  import * as IScsiVolumeAttachment from "./i-scsi-volume-attachment";
1181
1213
  export import IScsiVolumeAttachment = IScsiVolumeAttachment.IScsiVolumeAttachment;
1182
1214
  import * as ImageSourceViaObjectStorageTupleDetails from "./image-source-via-object-storage-tuple-details";