oci-core 2.109.1 → 2.111.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,17 +18,45 @@ The required permissions are documented in the
18
18
  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
19
19
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
20
  */
21
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
24
+ }) : (function(o, m, k, k2) {
25
+ if (k2 === undefined) k2 = k;
26
+ o[k2] = m[k];
27
+ }));
28
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
29
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
30
+ }) : function(o, v) {
31
+ o["default"] = v;
32
+ });
33
+ var __importStar = (this && this.__importStar) || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37
+ __setModuleDefault(result, mod);
38
+ return result;
39
+ };
21
40
  Object.defineProperty(exports, "__esModule", { value: true });
22
41
  exports.ComputeHostSummary = void 0;
42
+ const model = __importStar(require("../model"));
23
43
  var ComputeHostSummary;
24
44
  (function (ComputeHostSummary) {
25
45
  function getJsonObj(obj) {
26
- const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "recycleDetails": obj.recycleDetails
48
+ ? model.RecycleDetails.getJsonObj(obj.recycleDetails)
49
+ : undefined
50
+ });
27
51
  return jsonObj;
28
52
  }
29
53
  ComputeHostSummary.getJsonObj = getJsonObj;
30
54
  function getDeserializedJsonObj(obj) {
31
- const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "recycleDetails": obj.recycleDetails
57
+ ? model.RecycleDetails.getDeserializedJsonObj(obj.recycleDetails)
58
+ : undefined
59
+ });
32
60
  return jsonObj;
33
61
  }
34
62
  ComputeHostSummary.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"compute-host-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiIH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
1
+ {"version":3,"file":"compute-host-summary.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqIlC,IAAiB,kBAAkB,CAyBlC;AAzBD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAyBlC"}
@@ -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
  * The customer facing object includes host details.
22
23
  *
@@ -56,6 +57,25 @@ export interface ComputeHost {
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 associated with the Compute Bare Metal Host.
62
+ *
63
+ */
64
+ "computeHostGroupId"?: string;
65
+ /**
66
+ * Configuration state of the Compute Bare Metal Host.
67
+ *
68
+ */
69
+ "configurationState"?: model.ConfigurationState;
70
+ /**
71
+ * The date and time that the compute bare metal host configuration check was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
72
+ * <p>
73
+ Example: {@code 2016-08-25T21:10:29.600Z}
74
+ *
75
+ */
76
+ "timeConfigurationCheck"?: Date;
77
+ "configurationData"?: model.ComputeHostConfigurationData;
78
+ "recycleDetails"?: model.RecycleDetails;
59
79
  /**
60
80
  * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
61
81
  *
@@ -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.ComputeHost = void 0;
42
+ const model = __importStar(require("../model"));
23
43
  var ComputeHost;
24
44
  (function (ComputeHost) {
25
45
  let Health;
@@ -46,12 +66,26 @@ var ComputeHost;
46
66
  LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
47
67
  })(LifecycleState = ComputeHost.LifecycleState || (ComputeHost.LifecycleState = {}));
48
68
  function getJsonObj(obj) {
49
- const jsonObj = Object.assign(Object.assign({}, obj), {});
69
+ const jsonObj = Object.assign(Object.assign({}, obj), {
70
+ "configurationData": obj.configurationData
71
+ ? model.ComputeHostConfigurationData.getJsonObj(obj.configurationData)
72
+ : undefined,
73
+ "recycleDetails": obj.recycleDetails
74
+ ? model.RecycleDetails.getJsonObj(obj.recycleDetails)
75
+ : undefined
76
+ });
50
77
  return jsonObj;
51
78
  }
52
79
  ComputeHost.getJsonObj = getJsonObj;
53
80
  function getDeserializedJsonObj(obj) {
54
- const jsonObj = Object.assign(Object.assign({}, obj), {});
81
+ const jsonObj = Object.assign(Object.assign({}, obj), {
82
+ "configurationData": obj.configurationData
83
+ ? model.ComputeHostConfigurationData.getDeserializedJsonObj(obj.configurationData)
84
+ : undefined,
85
+ "recycleDetails": obj.recycleDetails
86
+ ? model.RecycleDetails.getDeserializedJsonObj(obj.recycleDetails)
87
+ : undefined
88
+ });
55
89
  return jsonObj;
56
90
  }
57
91
  ComputeHost.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"compute-host.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AA2IH,IAAiB,WAAW,CAkC3B;AAlCD,WAAiB,WAAW;IAC1B,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,iCAAuB,CAAA;QACvB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EARW,MAAM,GAAN,kBAAM,KAAN,kBAAM,QAQjB;IAED,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,+CAA6B,CAAA;QAC7B,mCAAiB,CAAA;QACjB,6CAA2B,CAAA;QAC3B;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAlCgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAkC3B"}
1
+ {"version":3,"file":"compute-host.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/compute-host.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4JlC,IAAiB,WAAW,CAsD3B;AAtDD,WAAiB,WAAW;IAC1B,IAAY,MAQX;IARD,WAAY,MAAM;QAChB,6BAAmB,CAAA;QACnB,iCAAuB,CAAA;QACvB;;;WAGG;QACH,wCAA8B,CAAA;IAChC,CAAC,EARW,MAAM,GAAN,kBAAM,KAAN,kBAAM,QAQjB;IAED,IAAY,cAWX;IAXD,WAAY,cAAc;QACxB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,+CAA6B,CAAA;QAC7B,mCAAiB,CAAA;QACjB,6CAA2B,CAAA;QAC3B;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAXW,cAAc,GAAd,0BAAc,KAAd,0BAAc,QAWzB;IAED,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACtE,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sBAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAClF,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,kCAAsB,yBAcrC,CAAA;AACH,CAAC,EAtDgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAsD3B"}
@@ -0,0 +1,44 @@
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
+ * The current state of the host configuration. The Host is either
22
+ * CONFORMANT - current state matches the desired configuration
23
+ * NON_CONFORMANT - current state does not match the desired configuration
24
+ * PRE_APPLYING, APPLYING, CHECKING - transitional states
25
+ * UNKNOWN - current state is unknown
26
+ *
27
+ **/
28
+ export declare enum ConfigurationState {
29
+ Conformant = "CONFORMANT",
30
+ NonConformant = "NON_CONFORMANT",
31
+ Checking = "CHECKING",
32
+ PreApplying = "PRE_APPLYING",
33
+ Applying = "APPLYING",
34
+ Unknown = "UNKNOWN",
35
+ /**
36
+ * This value is used if a service returns a value for this enum that is not recognized by this
37
+ * version of the SDK.
38
+ */
39
+ UnknownValue = "UNKNOWN_VALUE"
40
+ }
41
+ export declare namespace ConfigurationState {
42
+ function getJsonObj(obj: ConfigurationState): ConfigurationState;
43
+ function getDeserializedJsonObj(obj: ConfigurationState): ConfigurationState;
44
+ }
@@ -0,0 +1,55 @@
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.ConfigurationState = void 0;
23
+ /**
24
+ * The current state of the host configuration. The Host is either
25
+ * CONFORMANT - current state matches the desired configuration
26
+ * NON_CONFORMANT - current state does not match the desired configuration
27
+ * PRE_APPLYING, APPLYING, CHECKING - transitional states
28
+ * UNKNOWN - current state is unknown
29
+ *
30
+ **/
31
+ var ConfigurationState;
32
+ (function (ConfigurationState) {
33
+ ConfigurationState["Conformant"] = "CONFORMANT";
34
+ ConfigurationState["NonConformant"] = "NON_CONFORMANT";
35
+ ConfigurationState["Checking"] = "CHECKING";
36
+ ConfigurationState["PreApplying"] = "PRE_APPLYING";
37
+ ConfigurationState["Applying"] = "APPLYING";
38
+ ConfigurationState["Unknown"] = "UNKNOWN";
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
+ ConfigurationState["UnknownValue"] = "UNKNOWN_VALUE";
44
+ })(ConfigurationState = exports.ConfigurationState || (exports.ConfigurationState = {}));
45
+ (function (ConfigurationState) {
46
+ function getJsonObj(obj) {
47
+ return obj;
48
+ }
49
+ ConfigurationState.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ return obj;
52
+ }
53
+ ConfigurationState.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(ConfigurationState = exports.ConfigurationState || (exports.ConfigurationState = {}));
55
+ //# sourceMappingURL=configuration-state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"configuration-state.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/configuration-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAKH;;;;;;;IAOI;AACJ,IAAY,kBAaX;AAbD,WAAY,kBAAkB;IAC5B,+CAAyB,CAAA;IACzB,sDAAgC,CAAA;IAChC,2CAAqB,CAAA;IACrB,kDAA4B,CAAA;IAC5B,2CAAqB,CAAA;IACrB,yCAAmB,CAAA;IAEnB;;;OAGG;IACH,oDAA8B,CAAA;AAChC,CAAC,EAbW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAa7B;AAED,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,yCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAOlC"}
@@ -0,0 +1,78 @@
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 CreateComputeHostGroupDetails {
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
+ * A user-friendly name. Does not have to be unique, and it's changeable.
35
+ * Avoid entering confidential information.
36
+ *
37
+ */
38
+ "displayName": string;
39
+ /**
40
+ * The OCID of the compartment that contains host group.
41
+ *
42
+ */
43
+ "compartmentId": string;
44
+ /**
45
+ * A list of HostGroupConfiguration objects
46
+ */
47
+ "configurations"?: Array<model.HostGroupConfiguration>;
48
+ /**
49
+ * 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.
50
+ */
51
+ "isTargetedPlacementRequired": boolean;
52
+ /**
53
+ * Defined tags for this resource. Each key is predefined and scoped to a
54
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
55
+ * <p>
56
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
57
+ *
58
+ */
59
+ "definedTags"?: {
60
+ [key: string]: {
61
+ [key: string]: any;
62
+ };
63
+ };
64
+ /**
65
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
66
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
67
+ * <p>
68
+ Example: {@code {\"Department\": \"Finance\"}}
69
+ *
70
+ */
71
+ "freeformTags"?: {
72
+ [key: string]: string;
73
+ };
74
+ }
75
+ export declare namespace CreateComputeHostGroupDetails {
76
+ function getJsonObj(obj: CreateComputeHostGroupDetails): object;
77
+ function getDeserializedJsonObj(obj: CreateComputeHostGroupDetails): object;
78
+ }
@@ -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.CreateComputeHostGroupDetails = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var CreateComputeHostGroupDetails;
44
+ (function (CreateComputeHostGroupDetails) {
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "configurations": obj.configurations
48
+ ? obj.configurations.map(item => {
49
+ return model.HostGroupConfiguration.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ CreateComputeHostGroupDetails.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {
58
+ "configurations": obj.configurations
59
+ ? obj.configurations.map(item => {
60
+ return model.HostGroupConfiguration.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ CreateComputeHostGroupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(CreateComputeHostGroupDetails = exports.CreateComputeHostGroupDetails || (exports.CreateComputeHostGroupDetails = {}));
68
+ //# sourceMappingURL=create-compute-host-group-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-compute-host-group-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-compute-host-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoDlC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,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,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,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,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
@@ -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
  * The details for creating a new dedicated virtual machine host.
22
23
  *
@@ -80,6 +81,7 @@ export interface CreateDedicatedVmHostDetails {
80
81
  "freeformTags"?: {
81
82
  [key: string]: string;
82
83
  };
84
+ "placementConstraintDetails"?: model.HostGroupPlacementConstraintDetails | model.ComputeBareMetalHostPlacementConstraintDetails;
83
85
  }
84
86
  export declare namespace CreateDedicatedVmHostDetails {
85
87
  function getJsonObj(obj: CreateDedicatedVmHostDetails): object;
@@ -18,17 +18,45 @@ The required permissions are documented in the
18
18
  * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
19
19
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
20
  */
21
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
24
+ }) : (function(o, m, k, k2) {
25
+ if (k2 === undefined) k2 = k;
26
+ o[k2] = m[k];
27
+ }));
28
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
29
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
30
+ }) : function(o, v) {
31
+ o["default"] = v;
32
+ });
33
+ var __importStar = (this && this.__importStar) || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37
+ __setModuleDefault(result, mod);
38
+ return result;
39
+ };
21
40
  Object.defineProperty(exports, "__esModule", { value: true });
22
41
  exports.CreateDedicatedVmHostDetails = void 0;
42
+ const model = __importStar(require("../model"));
23
43
  var CreateDedicatedVmHostDetails;
24
44
  (function (CreateDedicatedVmHostDetails) {
25
45
  function getJsonObj(obj) {
26
- const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "placementConstraintDetails": obj.placementConstraintDetails
48
+ ? model.PlacementConstraintDetails.getJsonObj(obj.placementConstraintDetails)
49
+ : undefined
50
+ });
27
51
  return jsonObj;
28
52
  }
29
53
  CreateDedicatedVmHostDetails.getJsonObj = getJsonObj;
30
54
  function getDeserializedJsonObj(obj) {
31
- const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "placementConstraintDetails": obj.placementConstraintDetails
57
+ ? model.PlacementConstraintDetails.getDeserializedJsonObj(obj.placementConstraintDetails)
58
+ : undefined
59
+ });
32
60
  return jsonObj;
33
61
  }
34
62
  CreateDedicatedVmHostDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"create-dedicated-vm-host-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-dedicated-vm-host-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAgEH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
1
+ {"version":3,"file":"create-dedicated-vm-host-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-dedicated-vm-host-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiElC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,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,uCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,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,mDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -70,7 +70,7 @@ export interface CreateIpv6Details {
70
70
  "subnetId"?: string;
71
71
  /**
72
72
  * Lifetime of the IP address.
73
- * There are two types of IPv6 IPs:
73
+ * There are two types of IPs:
74
74
  * - Ephemeral
75
75
  * - Reserved
76
76
  *
@@ -78,7 +78,7 @@ export interface CreateIpv6Details {
78
78
  "lifetime"?: CreateIpv6Details.Lifetime;
79
79
  /**
80
80
  * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the IP address or VNIC will use. For more information, see
81
- * [Source Based Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
81
+ * [Per-resource Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
82
82
  *
83
83
  */
84
84
  "routeTableId"?: string;
@@ -51,6 +51,19 @@ export interface CreateLocalPeeringGatewayDetails {
51
51
  "freeformTags"?: {
52
52
  [key: string]: string;
53
53
  };
54
+ /**
55
+ * [Security attributes](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels
56
+ * for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm)
57
+ * (ZPR) policy to control access to ZPR-supported resources.
58
+ * <p>
59
+ Example: {@code {\"Oracle-DataSecurity-ZPR\": {\"MaxEgressCount\": {\"value\":\"42\",\"mode\":\"audit\"}}}}
60
+ *
61
+ */
62
+ "securityAttributes"?: {
63
+ [key: string]: {
64
+ [key: string]: any;
65
+ };
66
+ };
54
67
  /**
55
68
  * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the LPG will use.
56
69
  * <p>
@@ -1 +1 @@
1
- {"version":3,"file":"create-local-peering-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-local-peering-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAmDH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
1
+ {"version":3,"file":"create-local-peering-gateway-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-local-peering-gateway-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AA4DH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
@@ -92,7 +92,7 @@ export interface CreatePrivateIpDetails {
92
92
  "subnetId"?: string;
93
93
  /**
94
94
  * Lifetime of the IP address.
95
- * There are two types of IPv6 IPs:
95
+ * There are two types of IPs:
96
96
  * - Ephemeral
97
97
  * - Reserved
98
98
  *
@@ -100,7 +100,7 @@ export interface CreatePrivateIpDetails {
100
100
  "lifetime"?: CreatePrivateIpDetails.Lifetime;
101
101
  /**
102
102
  * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the IP address or VNIC will use. For more information, see
103
- * [Source Based Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
103
+ * [Per-resource Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
104
104
  *
105
105
  */
106
106
  "routeTableId"?: string;
@@ -130,6 +130,11 @@ export interface CreateVcnDetails {
130
130
  *
131
131
  */
132
132
  "isIpv6Enabled"?: boolean;
133
+ /**
134
+ * Indicates whether Zpr Only Mode is enforced.
135
+ *
136
+ */
137
+ "isZprOnly"?: boolean;
133
138
  }
134
139
  export declare namespace CreateVcnDetails {
135
140
  function getJsonObj(obj: CreateVcnDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"create-vcn-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-vcn-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2GlC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,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,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
1
+ {"version":3,"file":"create-vcn-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-vcn-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgHlC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,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,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
@@ -141,7 +141,8 @@ export interface CreateVolumeDetails {
141
141
  */
142
142
  "xrcKmsKeyId"?: string;
143
143
  /**
144
- * Reservations-enabled is a boolean field that allows to enable PR (Persistent Reservation) on a volume.
144
+ * When set to true, enables SCSI Persistent Reservation (SCSI PR) for the volume. For more information, see
145
+ * [Persistent Reservations](https://docs.oracle.com/iaas/Content/Block/Concepts/persistent-reservations.htm).
145
146
  *
146
147
  */
147
148
  "isReservationsEnabled"?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"create-volume-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-volume-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkIlC,IAAiB,mBAAmB,CA+CnC;AA/CD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACzD,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,8BAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,0CAAsB,yBAsBrC,CAAA;AACH,CAAC,EA/CgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA+CnC"}
1
+ {"version":3,"file":"create-volume-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-volume-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmIlC,IAAiB,mBAAmB,CA+CnC;AA/CD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,aAAa,CAAC;gBACzD,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,8BAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,aAAa,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,GAAG,CAAC,gBAAgB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC9B,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,0CAAsB,yBAsBrC,CAAA;AACH,CAAC,EA/CgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA+CnC"}
@@ -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
  * A dedicated virtual machine host lets you host multiple VM instances
22
23
  * on a dedicated server that is not shared with other tenancies.
@@ -81,6 +82,7 @@ export interface DedicatedVmHost {
81
82
  "freeformTags"?: {
82
83
  [key: string]: string;
83
84
  };
85
+ "placementConstraintDetails"?: model.HostGroupPlacementConstraintDetails | model.ComputeBareMetalHostPlacementConstraintDetails;
84
86
  /**
85
87
  * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dedicated VM host.
86
88
  */