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
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/AttachComputeHostGroupHost.ts.html |here} to see how to use AttachComputeHostGroupHostRequest.
17
+ */
18
+ export interface AttachComputeHostGroupHostRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
21
+ *
22
+ */
23
+ "computeHostId": string;
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.
26
+ */
27
+ "attachComputeHostGroupHostDetails": model.AttachComputeHostGroupHostDetails;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * may be rejected).
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * Unique identifier for the request.
46
+ * If you need to contact Oracle about a particular request, please provide the request ID.
47
+ *
48
+ */
49
+ "opcRequestId"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=attach-compute-host-group-host-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attach-compute-host-group-host-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/attach-compute-host-group-host-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ChangeComputeHostGroupCompartment.ts.html |here} to see how to use ChangeComputeHostGroupCompartmentRequest.
17
+ */
18
+ export interface ChangeComputeHostGroupCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.
21
+ *
22
+ */
23
+ "computeHostGroupId": string;
24
+ /**
25
+ * The configuration details for the move operation.
26
+ */
27
+ "changeComputeHostGroupCompartmentDetails": model.ChangeComputeHostGroupCompartmentDetails;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique identifier for the request.
37
+ * If you need to contact Oracle about a particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
43
+ * server error without risk of executing that same action again. Retry tokens expire after 24
44
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
45
+ * has been deleted and purged from the system, then a retry of the original creation request
46
+ * may be rejected).
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-compute-host-group-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-compute-host-group-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/change-compute-host-group-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,38 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/CreateComputeHostGroup.ts.html |here} to see how to use CreateComputeHostGroupRequest.
17
+ */
18
+ export interface CreateComputeHostGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for creating a new host group.
21
+ */
22
+ "createComputeHostGroupDetails": model.CreateComputeHostGroupDetails;
23
+ /**
24
+ * Unique identifier for the request.
25
+ * If you need to contact Oracle about a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ /**
30
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
31
+ * server error without risk of executing that same action again. Retry tokens expire after 24
32
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
33
+ * has been deleted and purged from the system, then a retry of the original creation request
34
+ * may be rejected).
35
+ *
36
+ */
37
+ "opcRetryToken"?: string;
38
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=create-compute-host-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-compute-host-group-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/create-compute-host-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/DeleteComputeHostGroup.ts.html |here} to see how to use DeleteComputeHostGroupRequest.
16
+ */
17
+ export interface DeleteComputeHostGroupRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.
20
+ *
21
+ */
22
+ "computeHostGroupId": string;
23
+ /**
24
+ * Unique identifier for the request.
25
+ * If you need to contact Oracle about a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ /**
30
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
31
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
32
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-compute-host-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-compute-host-group-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/delete-compute-host-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/DetachComputeHostGroupHost.ts.html |here} to see how to use DetachComputeHostGroupHostRequest.
17
+ */
18
+ export interface DetachComputeHostGroupHostRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host.
21
+ *
22
+ */
23
+ "computeHostId": string;
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.
26
+ */
27
+ "detachComputeHostGroupHostDetails": model.DetachComputeHostGroupHostDetails;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
37
+ * server error without risk of executing that same action again. Retry tokens expire after 24
38
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
39
+ * has been deleted and purged from the system, then a retry of the original creation request
40
+ * may be rejected).
41
+ *
42
+ */
43
+ "opcRetryToken"?: string;
44
+ /**
45
+ * Unique identifier for the request.
46
+ * If you need to contact Oracle about a particular request, please provide the request ID.
47
+ *
48
+ */
49
+ "opcRequestId"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=detach-compute-host-group-host-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detach-compute-host-group-host-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/detach-compute-host-group-host-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/GetComputeHostGroup.ts.html |here} to see how to use GetComputeHostGroupRequest.
16
+ */
17
+ export interface GetComputeHostGroupRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.
20
+ *
21
+ */
22
+ "computeHostGroupId": string;
23
+ /**
24
+ * Unique identifier for the request.
25
+ * If you need to contact Oracle about a particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-compute-host-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-compute-host-group-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/get-compute-host-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -143,6 +143,8 @@ import * as AddImageShapeCompatibilityEntryRequest from "./add-image-shape-compa
143
143
  export import AddImageShapeCompatibilityEntryRequest = AddImageShapeCompatibilityEntryRequest.AddImageShapeCompatibilityEntryRequest;
144
144
  import * as AttachBootVolumeRequest from "./attach-boot-volume-request";
145
145
  export import AttachBootVolumeRequest = AttachBootVolumeRequest.AttachBootVolumeRequest;
146
+ import * as AttachComputeHostGroupHostRequest from "./attach-compute-host-group-host-request";
147
+ export import AttachComputeHostGroupHostRequest = AttachComputeHostGroupHostRequest.AttachComputeHostGroupHostRequest;
146
148
  import * as AttachVnicRequest from "./attach-vnic-request";
147
149
  export import AttachVnicRequest = AttachVnicRequest.AttachVnicRequest;
148
150
  import * as AttachVolumeRequest from "./attach-volume-request";
@@ -161,6 +163,8 @@ import * as ChangeComputeGpuMemoryFabricCompartmentRequest from "./change-comput
161
163
  export import ChangeComputeGpuMemoryFabricCompartmentRequest = ChangeComputeGpuMemoryFabricCompartmentRequest.ChangeComputeGpuMemoryFabricCompartmentRequest;
162
164
  import * as ChangeComputeHostCompartmentRequest from "./change-compute-host-compartment-request";
163
165
  export import ChangeComputeHostCompartmentRequest = ChangeComputeHostCompartmentRequest.ChangeComputeHostCompartmentRequest;
166
+ import * as ChangeComputeHostGroupCompartmentRequest from "./change-compute-host-group-compartment-request";
167
+ export import ChangeComputeHostGroupCompartmentRequest = ChangeComputeHostGroupCompartmentRequest.ChangeComputeHostGroupCompartmentRequest;
164
168
  import * as ChangeComputeImageCapabilitySchemaCompartmentRequest from "./change-compute-image-capability-schema-compartment-request";
165
169
  export import ChangeComputeImageCapabilitySchemaCompartmentRequest = ChangeComputeImageCapabilitySchemaCompartmentRequest.ChangeComputeImageCapabilitySchemaCompartmentRequest;
166
170
  import * as ChangeDedicatedVmHostCompartmentRequest from "./change-dedicated-vm-host-compartment-request";
@@ -181,6 +185,8 @@ import * as CreateComputeClusterRequest from "./create-compute-cluster-request";
181
185
  export import CreateComputeClusterRequest = CreateComputeClusterRequest.CreateComputeClusterRequest;
182
186
  import * as CreateComputeGpuMemoryClusterRequest from "./create-compute-gpu-memory-cluster-request";
183
187
  export import CreateComputeGpuMemoryClusterRequest = CreateComputeGpuMemoryClusterRequest.CreateComputeGpuMemoryClusterRequest;
188
+ import * as CreateComputeHostGroupRequest from "./create-compute-host-group-request";
189
+ export import CreateComputeHostGroupRequest = CreateComputeHostGroupRequest.CreateComputeHostGroupRequest;
184
190
  import * as CreateComputeImageCapabilitySchemaRequest from "./create-compute-image-capability-schema-request";
185
191
  export import CreateComputeImageCapabilitySchemaRequest = CreateComputeImageCapabilitySchemaRequest.CreateComputeImageCapabilitySchemaRequest;
186
192
  import * as CreateDedicatedVmHostRequest from "./create-dedicated-vm-host-request";
@@ -199,6 +205,8 @@ import * as DeleteComputeClusterRequest from "./delete-compute-cluster-request";
199
205
  export import DeleteComputeClusterRequest = DeleteComputeClusterRequest.DeleteComputeClusterRequest;
200
206
  import * as DeleteComputeGpuMemoryClusterRequest from "./delete-compute-gpu-memory-cluster-request";
201
207
  export import DeleteComputeGpuMemoryClusterRequest = DeleteComputeGpuMemoryClusterRequest.DeleteComputeGpuMemoryClusterRequest;
208
+ import * as DeleteComputeHostGroupRequest from "./delete-compute-host-group-request";
209
+ export import DeleteComputeHostGroupRequest = DeleteComputeHostGroupRequest.DeleteComputeHostGroupRequest;
202
210
  import * as DeleteComputeImageCapabilitySchemaRequest from "./delete-compute-image-capability-schema-request";
203
211
  export import DeleteComputeImageCapabilitySchemaRequest = DeleteComputeImageCapabilitySchemaRequest.DeleteComputeImageCapabilitySchemaRequest;
204
212
  import * as DeleteConsoleHistoryRequest from "./delete-console-history-request";
@@ -211,6 +219,8 @@ import * as DeleteInstanceConsoleConnectionRequest from "./delete-instance-conso
211
219
  export import DeleteInstanceConsoleConnectionRequest = DeleteInstanceConsoleConnectionRequest.DeleteInstanceConsoleConnectionRequest;
212
220
  import * as DetachBootVolumeRequest from "./detach-boot-volume-request";
213
221
  export import DetachBootVolumeRequest = DetachBootVolumeRequest.DetachBootVolumeRequest;
222
+ import * as DetachComputeHostGroupHostRequest from "./detach-compute-host-group-host-request";
223
+ export import DetachComputeHostGroupHostRequest = DetachComputeHostGroupHostRequest.DetachComputeHostGroupHostRequest;
214
224
  import * as DetachVnicRequest from "./detach-vnic-request";
215
225
  export import DetachVnicRequest = DetachVnicRequest.DetachVnicRequest;
216
226
  import * as DetachVolumeRequest from "./detach-volume-request";
@@ -241,6 +251,8 @@ import * as GetComputeGpuMemoryFabricRequest from "./get-compute-gpu-memory-fabr
241
251
  export import GetComputeGpuMemoryFabricRequest = GetComputeGpuMemoryFabricRequest.GetComputeGpuMemoryFabricRequest;
242
252
  import * as GetComputeHostRequest from "./get-compute-host-request";
243
253
  export import GetComputeHostRequest = GetComputeHostRequest.GetComputeHostRequest;
254
+ import * as GetComputeHostGroupRequest from "./get-compute-host-group-request";
255
+ export import GetComputeHostGroupRequest = GetComputeHostGroupRequest.GetComputeHostGroupRequest;
244
256
  import * as GetComputeImageCapabilitySchemaRequest from "./get-compute-image-capability-schema-request";
245
257
  export import GetComputeImageCapabilitySchemaRequest = GetComputeImageCapabilitySchemaRequest.GetComputeImageCapabilitySchemaRequest;
246
258
  import * as GetConsoleHistoryRequest from "./get-console-history-request";
@@ -307,6 +319,8 @@ import * as ListComputeGpuMemoryClustersRequest from "./list-compute-gpu-memory-
307
319
  export import ListComputeGpuMemoryClustersRequest = ListComputeGpuMemoryClustersRequest.ListComputeGpuMemoryClustersRequest;
308
320
  import * as ListComputeGpuMemoryFabricsRequest from "./list-compute-gpu-memory-fabrics-request";
309
321
  export import ListComputeGpuMemoryFabricsRequest = ListComputeGpuMemoryFabricsRequest.ListComputeGpuMemoryFabricsRequest;
322
+ import * as ListComputeHostGroupsRequest from "./list-compute-host-groups-request";
323
+ export import ListComputeHostGroupsRequest = ListComputeHostGroupsRequest.ListComputeHostGroupsRequest;
310
324
  import * as ListComputeHostsRequest from "./list-compute-hosts-request";
311
325
  export import ListComputeHostsRequest = ListComputeHostsRequest.ListComputeHostsRequest;
312
326
  import * as ListComputeImageCapabilitySchemasRequest from "./list-compute-image-capability-schemas-request";
@@ -355,6 +369,8 @@ import * as UpdateComputeGpuMemoryFabricRequest from "./update-compute-gpu-memor
355
369
  export import UpdateComputeGpuMemoryFabricRequest = UpdateComputeGpuMemoryFabricRequest.UpdateComputeGpuMemoryFabricRequest;
356
370
  import * as UpdateComputeHostRequest from "./update-compute-host-request";
357
371
  export import UpdateComputeHostRequest = UpdateComputeHostRequest.UpdateComputeHostRequest;
372
+ import * as UpdateComputeHostGroupRequest from "./update-compute-host-group-request";
373
+ export import UpdateComputeHostGroupRequest = UpdateComputeHostGroupRequest.UpdateComputeHostGroupRequest;
358
374
  import * as UpdateComputeImageCapabilitySchemaRequest from "./update-compute-image-capability-schema-request";
359
375
  export import UpdateComputeImageCapabilitySchemaRequest = UpdateComputeImageCapabilitySchemaRequest.UpdateComputeImageCapabilitySchemaRequest;
360
376
  import * as UpdateConsoleHistoryRequest from "./update-console-history-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,44 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/ListComputeHostGroups.ts.html |here} to see how to use ListComputeHostGroupsRequest.
16
+ */
17
+ export interface ListComputeHostGroupsRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
20
+ */
21
+ "compartmentId": string;
22
+ /**
23
+ * Unique identifier for the request.
24
+ * If you need to contact Oracle about a particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
30
+ * call. For important details about how pagination works, see
31
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
32
+ *
33
+ */
34
+ "page"?: string;
35
+ /**
36
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
37
+ * \"List\" call. For important details about how pagination works, see
38
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
39
+ * <p>
40
+ Example: {@code 50}
41
+ *
42
+ */
43
+ "limit"?: number;
44
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=list-compute-host-groups-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-host-groups-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-host-groups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -89,6 +89,11 @@ export interface ListComputeHostsRequest extends common.BaseRequest {
89
89
  *
90
90
  */
91
91
  "computeHostHealth"?: string;
92
+ /**
93
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.
94
+ *
95
+ */
96
+ "computeHostGroupId"?: string;
92
97
  }
93
98
  export declare namespace ListComputeHostsRequest {
94
99
  enum SortBy {
@@ -1 +1 @@
1
- {"version":3,"file":"list-compute-hosts-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-hosts-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqFH,IAAiB,uBAAuB,CAUvC;AAVD,WAAiB,uBAAuB;IACtC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAVgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAUvC"}
1
+ {"version":3,"file":"list-compute-hosts-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-hosts-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0FH,IAAiB,uBAAuB,CAUvC;AAVD,WAAiB,uBAAuB;IACtC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;AACH,CAAC,EAVgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAUvC"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20160918
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/core/UpdateComputeHostGroup.ts.html |here} to see how to use UpdateComputeHostGroupRequest.
17
+ */
18
+ export interface UpdateComputeHostGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute host group.
21
+ *
22
+ */
23
+ "computeHostGroupId": string;
24
+ /**
25
+ * Update compute host group details.
26
+ */
27
+ "updateComputeHostGroupDetails": model.UpdateComputeHostGroupDetails;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
30
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
31
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
32
+ *
33
+ */
34
+ "ifMatch"?: string;
35
+ /**
36
+ * Unique identifier for the request.
37
+ * If you need to contact Oracle about a particular request, please provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
43
+ * server error without risk of executing that same action again. Retry tokens expire after 24
44
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
45
+ * has been deleted and purged from the system, then a retry of the original creation request
46
+ * may be rejected).
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20160918
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-compute-host-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-compute-host-group-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/update-compute-host-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}