oci-core 2.105.0 → 2.106.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (162) hide show
  1. package/lib/client.d.ts +151 -0
  2. package/lib/client.js +1108 -101
  3. package/lib/client.js.map +1 -1
  4. package/lib/compute-waiter.d.ts +74 -0
  5. package/lib/compute-waiter.js +135 -0
  6. package/lib/compute-waiter.js.map +1 -1
  7. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.d.ts +34 -0
  8. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js +36 -0
  9. package/lib/model/change-compute-gpu-memory-cluster-compartment-details.js.map +1 -0
  10. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.d.ts +34 -0
  11. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js +36 -0
  12. package/lib/model/change-compute-gpu-memory-fabric-compartment-details.js.map +1 -0
  13. package/lib/model/change-compute-host-compartment-details.d.ts +34 -0
  14. package/lib/model/change-compute-host-compartment-details.js +36 -0
  15. package/lib/model/change-compute-host-compartment-details.js.map +1 -0
  16. package/lib/model/compute-gpu-memory-cluster-collection.d.ts +34 -0
  17. package/lib/model/compute-gpu-memory-cluster-collection.js +68 -0
  18. package/lib/model/compute-gpu-memory-cluster-collection.js.map +1 -0
  19. package/lib/model/compute-gpu-memory-cluster-instance-collection.d.ts +34 -0
  20. package/lib/model/compute-gpu-memory-cluster-instance-collection.js +68 -0
  21. package/lib/model/compute-gpu-memory-cluster-instance-collection.js.map +1 -0
  22. package/lib/model/compute-gpu-memory-cluster-instance-summary.d.ts +102 -0
  23. package/lib/model/compute-gpu-memory-cluster-instance-summary.js +55 -0
  24. package/lib/model/compute-gpu-memory-cluster-instance-summary.js.map +1 -0
  25. package/lib/model/compute-gpu-memory-cluster-summary.d.ts +95 -0
  26. package/lib/model/compute-gpu-memory-cluster-summary.js +36 -0
  27. package/lib/model/compute-gpu-memory-cluster-summary.js.map +1 -0
  28. package/lib/model/compute-gpu-memory-cluster.d.ts +126 -0
  29. package/lib/model/compute-gpu-memory-cluster.js +49 -0
  30. package/lib/model/compute-gpu-memory-cluster.js.map +1 -0
  31. package/lib/model/compute-gpu-memory-fabric-collection.d.ts +34 -0
  32. package/lib/model/compute-gpu-memory-fabric-collection.js +68 -0
  33. package/lib/model/compute-gpu-memory-fabric-collection.js.map +1 -0
  34. package/lib/model/compute-gpu-memory-fabric-summary.d.ts +115 -0
  35. package/lib/model/compute-gpu-memory-fabric-summary.js +36 -0
  36. package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -0
  37. package/lib/model/compute-gpu-memory-fabric.d.ts +147 -0
  38. package/lib/model/compute-gpu-memory-fabric.js +59 -0
  39. package/lib/model/compute-gpu-memory-fabric.js.map +1 -0
  40. package/lib/model/compute-host-collection.d.ts +34 -0
  41. package/lib/model/compute-host-collection.js +68 -0
  42. package/lib/model/compute-host-collection.js.map +1 -0
  43. package/lib/model/compute-host-summary.d.ts +152 -0
  44. package/lib/model/compute-host-summary.js +36 -0
  45. package/lib/model/compute-host-summary.js.map +1 -0
  46. package/lib/model/compute-host.d.ts +189 -0
  47. package/lib/model/compute-host.js +59 -0
  48. package/lib/model/compute-host.js.map +1 -0
  49. package/lib/model/create-byoip-range-details.d.ts +0 -8
  50. package/lib/model/create-byoip-range-details.js.map +1 -1
  51. package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +88 -0
  52. package/lib/model/create-compute-gpu-memory-cluster-details.js +36 -0
  53. package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -0
  54. package/lib/model/index.d.ts +36 -0
  55. package/lib/model/index.js +48 -12
  56. package/lib/model/index.js.map +1 -1
  57. package/lib/model/update-byoip-range-details.d.ts +0 -8
  58. package/lib/model/update-byoip-range-details.js.map +1 -1
  59. package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +67 -0
  60. package/lib/model/update-compute-gpu-memory-cluster-details.js +36 -0
  61. package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -0
  62. package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +57 -0
  63. package/lib/model/update-compute-gpu-memory-fabric-details.js +36 -0
  64. package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -0
  65. package/lib/model/update-compute-host-details.d.ts +57 -0
  66. package/lib/model/update-compute-host-details.js +36 -0
  67. package/lib/model/update-compute-host-details.js.map +1 -0
  68. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.d.ts +49 -0
  69. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js +15 -0
  70. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js.map +1 -0
  71. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.d.ts +49 -0
  72. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js +15 -0
  73. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js.map +1 -0
  74. package/lib/request/change-compute-host-compartment-request.d.ts +50 -0
  75. package/lib/request/change-compute-host-compartment-request.js +15 -0
  76. package/lib/request/change-compute-host-compartment-request.js.map +1 -0
  77. package/lib/request/create-compute-gpu-memory-cluster-request.d.ts +38 -0
  78. package/lib/request/create-compute-gpu-memory-cluster-request.js +15 -0
  79. package/lib/request/create-compute-gpu-memory-cluster-request.js.map +1 -0
  80. package/lib/request/delete-compute-gpu-memory-cluster-request.d.ts +35 -0
  81. package/lib/request/delete-compute-gpu-memory-cluster-request.js +15 -0
  82. package/lib/request/delete-compute-gpu-memory-cluster-request.js.map +1 -0
  83. package/lib/request/get-compute-gpu-memory-cluster-request.d.ts +28 -0
  84. package/lib/request/get-compute-gpu-memory-cluster-request.js +15 -0
  85. package/lib/request/get-compute-gpu-memory-cluster-request.js.map +1 -0
  86. package/lib/request/get-compute-gpu-memory-fabric-request.d.ts +28 -0
  87. package/lib/request/get-compute-gpu-memory-fabric-request.js +15 -0
  88. package/lib/request/get-compute-gpu-memory-fabric-request.js.map +1 -0
  89. package/lib/request/get-compute-host-request.d.ts +29 -0
  90. package/lib/request/get-compute-host-request.js +15 -0
  91. package/lib/request/get-compute-host-request.js.map +1 -0
  92. package/lib/request/index.d.ts +30 -0
  93. package/lib/request/index.js +10 -2
  94. package/lib/request/index.js.map +1 -1
  95. package/lib/request/list-compute-gpu-memory-cluster-instances-request.d.ts +72 -0
  96. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js +29 -0
  97. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js.map +1 -0
  98. package/lib/request/list-compute-gpu-memory-clusters-request.d.ts +96 -0
  99. package/lib/request/list-compute-gpu-memory-clusters-request.js +29 -0
  100. package/lib/request/list-compute-gpu-memory-clusters-request.js.map +1 -0
  101. package/lib/request/list-compute-gpu-memory-fabrics-request.d.ts +107 -0
  102. package/lib/request/list-compute-gpu-memory-fabrics-request.js +29 -0
  103. package/lib/request/list-compute-gpu-memory-fabrics-request.js.map +1 -0
  104. package/lib/request/list-compute-hosts-request.d.ts +102 -0
  105. package/lib/request/list-compute-hosts-request.js +29 -0
  106. package/lib/request/list-compute-hosts-request.js.map +1 -0
  107. package/lib/request/update-compute-gpu-memory-cluster-request.d.ts +49 -0
  108. package/lib/request/update-compute-gpu-memory-cluster-request.js +15 -0
  109. package/lib/request/update-compute-gpu-memory-cluster-request.js.map +1 -0
  110. package/lib/request/update-compute-gpu-memory-fabric-request.d.ts +49 -0
  111. package/lib/request/update-compute-gpu-memory-fabric-request.js +15 -0
  112. package/lib/request/update-compute-gpu-memory-fabric-request.js.map +1 -0
  113. package/lib/request/update-compute-host-request.d.ts +41 -0
  114. package/lib/request/update-compute-host-request.js +15 -0
  115. package/lib/request/update-compute-host-request.js.map +1 -0
  116. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.d.ts +20 -0
  117. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js +15 -0
  118. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js.map +1 -0
  119. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.d.ts +20 -0
  120. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js +15 -0
  121. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js.map +1 -0
  122. package/lib/response/change-compute-host-compartment-response.d.ts +27 -0
  123. package/lib/response/change-compute-host-compartment-response.js +15 -0
  124. package/lib/response/change-compute-host-compartment-response.js.map +1 -0
  125. package/lib/response/create-compute-gpu-memory-cluster-response.d.ts +37 -0
  126. package/lib/response/create-compute-gpu-memory-cluster-response.js +15 -0
  127. package/lib/response/create-compute-gpu-memory-cluster-response.js.map +1 -0
  128. package/lib/response/delete-compute-gpu-memory-cluster-response.d.ts +27 -0
  129. package/lib/response/delete-compute-gpu-memory-cluster-response.js +15 -0
  130. package/lib/response/delete-compute-gpu-memory-cluster-response.js.map +1 -0
  131. package/lib/response/get-compute-gpu-memory-cluster-response.d.ts +30 -0
  132. package/lib/response/get-compute-gpu-memory-cluster-response.js +15 -0
  133. package/lib/response/get-compute-gpu-memory-cluster-response.js.map +1 -0
  134. package/lib/response/get-compute-gpu-memory-fabric-response.d.ts +30 -0
  135. package/lib/response/get-compute-gpu-memory-fabric-response.js +15 -0
  136. package/lib/response/get-compute-gpu-memory-fabric-response.js.map +1 -0
  137. package/lib/response/get-compute-host-response.d.ts +30 -0
  138. package/lib/response/get-compute-host-response.js +15 -0
  139. package/lib/response/get-compute-host-response.js.map +1 -0
  140. package/lib/response/index.d.ts +30 -0
  141. package/lib/response/list-compute-gpu-memory-cluster-instances-response.d.ts +37 -0
  142. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js +15 -0
  143. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js.map +1 -0
  144. package/lib/response/list-compute-gpu-memory-clusters-response.d.ts +37 -0
  145. package/lib/response/list-compute-gpu-memory-clusters-response.js +15 -0
  146. package/lib/response/list-compute-gpu-memory-clusters-response.js.map +1 -0
  147. package/lib/response/list-compute-gpu-memory-fabrics-response.d.ts +32 -0
  148. package/lib/response/list-compute-gpu-memory-fabrics-response.js +15 -0
  149. package/lib/response/list-compute-gpu-memory-fabrics-response.js.map +1 -0
  150. package/lib/response/list-compute-hosts-response.d.ts +32 -0
  151. package/lib/response/list-compute-hosts-response.js +15 -0
  152. package/lib/response/list-compute-hosts-response.js.map +1 -0
  153. package/lib/response/update-compute-gpu-memory-cluster-response.d.ts +37 -0
  154. package/lib/response/update-compute-gpu-memory-cluster-response.js +15 -0
  155. package/lib/response/update-compute-gpu-memory-cluster-response.js.map +1 -0
  156. package/lib/response/update-compute-gpu-memory-fabric-response.d.ts +30 -0
  157. package/lib/response/update-compute-gpu-memory-fabric-response.js +15 -0
  158. package/lib/response/update-compute-gpu-memory-fabric-response.js.map +1 -0
  159. package/lib/response/update-compute-host-response.d.ts +32 -0
  160. package/lib/response/update-compute-host-response.js +15 -0
  161. package/lib/response/update-compute-host-response.js.map +1 -0
  162. package/package.json +3 -3
@@ -0,0 +1,152 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ /**
21
+ * Summary information for a compute host.
22
+ *
23
+ */
24
+ export interface ComputeHostSummary {
25
+ /**
26
+ * The availability domain of the compute host.
27
+ * <p>
28
+ Example: {@code Uocm:US-CHICAGO-1-AD-2}
29
+ *
30
+ */
31
+ "availabilityDomain": string;
32
+ /**
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root
34
+ * compartment.
35
+ *
36
+ */
37
+ "compartmentId": string;
38
+ /**
39
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique host
40
+ *
41
+ */
42
+ "id": string;
43
+ /**
44
+ * A fault domain is a grouping of hardware and infrastructure within an availability domain.
45
+ * Each availability domain contains three fault domains. Fault domains let you distribute your
46
+ * instances so that they are not on the same physical hardware within a single availability domain.
47
+ * A hardware failure or Compute hardware maintenance that affects one fault domain does not affect
48
+ * instances in other fault domains.
49
+ * <p>
50
+ This field is the Fault domain of the host
51
+ *
52
+ */
53
+ "faultDomain": string;
54
+ /**
55
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
56
+ *
57
+ */
58
+ "hpcIslandId"?: string;
59
+ /**
60
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
61
+ *
62
+ */
63
+ "networkBlockId"?: string;
64
+ /**
65
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
66
+ *
67
+ */
68
+ "localBlockId"?: string;
69
+ /**
70
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique GPU Memory Fabric
71
+ *
72
+ */
73
+ "gpuMemoryFabricId"?: string;
74
+ /**
75
+ * The public [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Virtual Machine or Bare Metal instance
76
+ *
77
+ */
78
+ "instanceId"?: string;
79
+ /**
80
+ * The shape of host
81
+ *
82
+ */
83
+ "shape": string;
84
+ /**
85
+ * The heathy state of the host
86
+ *
87
+ */
88
+ "health": string;
89
+ /**
90
+ * The lifecycle state of the host
91
+ *
92
+ */
93
+ "lifecycleState": string;
94
+ /**
95
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Capacity Reserver that is currently on host
96
+ *
97
+ */
98
+ "capacityReservationId"?: string;
99
+ /**
100
+ * While listing a host the user will know if they have an impacted component or not.
101
+ * The user will have to issue a get host to see details.
102
+ *
103
+ */
104
+ "hasImpactedComponents": boolean;
105
+ /**
106
+ * The date and time that the compute host record was created, in the format defined by [RFC3339](https://tools
107
+ * .ietf.org/html/rfc3339).
108
+ * <p>
109
+ Example: {@code 2016-08-25T21:10:29.600Z}
110
+ *
111
+ */
112
+ "timeCreated": Date;
113
+ /**
114
+ * The date and time that the compute host record was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
115
+ *
116
+ * Example: {@code 2016-08-25T21:10:29.600Z}
117
+ *
118
+ */
119
+ "timeUpdated": Date;
120
+ /**
121
+ * Defined tags for this resource. Each key is predefined and scoped to a
122
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
123
+ * <p>
124
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
125
+ *
126
+ */
127
+ "definedTags"?: {
128
+ [key: string]: {
129
+ [key: string]: any;
130
+ };
131
+ };
132
+ /**
133
+ * A user-friendly name. Does not have to be unique, and it's changeable.
134
+ * Avoid entering confidential information.
135
+ *
136
+ */
137
+ "displayName"?: string;
138
+ /**
139
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
140
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
141
+ * <p>
142
+ Example: {@code {\"Department\": \"Finance\"}}
143
+ *
144
+ */
145
+ "freeformTags"?: {
146
+ [key: string]: string;
147
+ };
148
+ }
149
+ export declare namespace ComputeHostSummary {
150
+ function getJsonObj(obj: ComputeHostSummary): object;
151
+ function getDeserializedJsonObj(obj: ComputeHostSummary): object;
152
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.ComputeHostSummary = void 0;
23
+ var ComputeHostSummary;
24
+ (function (ComputeHostSummary) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ ComputeHostSummary.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ ComputeHostSummary.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(ComputeHostSummary = exports.ComputeHostSummary || (exports.ComputeHostSummary = {}));
36
+ //# sourceMappingURL=compute-host-summary.js.map
@@ -0,0 +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"}
@@ -0,0 +1,189 @@
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 customer facing object includes host details.
22
+ *
23
+ */
24
+ export interface ComputeHost {
25
+ /**
26
+ * The availability domain of the compute host.
27
+ * <p>
28
+ Example: {@code Uocm:US-CHICAGO-1-AD-2}
29
+ *
30
+ */
31
+ "availabilityDomain": string;
32
+ /**
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the compartment. This should always be the root
34
+ * compartment.
35
+ *
36
+ */
37
+ "compartmentId": string;
38
+ /**
39
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Customer-unique host
40
+ *
41
+ */
42
+ "id": string;
43
+ /**
44
+ * A fault domain is a grouping of hardware and infrastructure within an availability domain.
45
+ * Each availability domain contains three fault domains. Fault domains let you distribute your
46
+ * instances so that they are not on the same physical hardware within a single availability domain.
47
+ * A hardware failure or Compute hardware maintenance that affects one fault domain does not affect
48
+ * instances in other fault domains.
49
+ * <p>
50
+ This field is the Fault domain of the host
51
+ *
52
+ */
53
+ "faultDomain": string;
54
+ /**
55
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique HPC Island
56
+ *
57
+ */
58
+ "hpcIslandId"?: string;
59
+ /**
60
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Network Block
61
+ *
62
+ */
63
+ "networkBlockId"?: string;
64
+ /**
65
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique Local Block
66
+ *
67
+ */
68
+ "localBlockId"?: string;
69
+ /**
70
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for Customer-unique GPU Memory Fabric
71
+ *
72
+ */
73
+ "gpuMemoryFabricId"?: string;
74
+ /**
75
+ * The public [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Virtual Machine or Bare Metal instance
76
+ *
77
+ */
78
+ "instanceId"?: string;
79
+ /**
80
+ * The shape of host
81
+ *
82
+ */
83
+ "shape": string;
84
+ /**
85
+ * The heathy state of the host
86
+ *
87
+ */
88
+ "health": ComputeHost.Health;
89
+ /**
90
+ * Additional data that can be exposed to the customer. Will include raw fault codes for strategic customers
91
+ *
92
+ */
93
+ "additionalData"?: {
94
+ [key: string]: any;
95
+ };
96
+ /**
97
+ * The lifecycle state of the host
98
+ *
99
+ */
100
+ "lifecycleState": ComputeHost.LifecycleState;
101
+ /**
102
+ * A free-form description detailing why the host is in its current state.
103
+ *
104
+ */
105
+ "lifecycleDetails"?: {
106
+ [key: string]: any;
107
+ };
108
+ /**
109
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the Capacity Reserver that is currently on host
110
+ *
111
+ */
112
+ "capacityReservationId"?: string;
113
+ /**
114
+ * A list that contains impacted components related to an unhealthy host. An impacted component will be a
115
+ * free-form structure of key values pairs that will provide more or less details based on data tiering
116
+ *
117
+ */
118
+ "impactedComponentDetails"?: {
119
+ [key: string]: any;
120
+ };
121
+ /**
122
+ * The date and time that the compute host record was created, in the format defined by [RFC3339](https://tools
123
+ * .ietf.org/html/rfc3339).
124
+ * <p>
125
+ Example: {@code 2016-08-25T21:10:29.600Z}
126
+ *
127
+ */
128
+ "timeCreated": Date;
129
+ /**
130
+ * The date and time that the compute host record was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
131
+ * <p>
132
+ Example: {@code 2016-08-25T21:10:29.600Z}
133
+ *
134
+ */
135
+ "timeUpdated": Date;
136
+ /**
137
+ * Defined tags for this resource. Each key is predefined and scoped to a
138
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
139
+ * <p>
140
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
141
+ *
142
+ */
143
+ "definedTags"?: {
144
+ [key: string]: {
145
+ [key: string]: any;
146
+ };
147
+ };
148
+ /**
149
+ * A user-friendly name. Does not have to be unique, and it's changeable.
150
+ * Avoid entering confidential information.
151
+ *
152
+ */
153
+ "displayName"?: string;
154
+ /**
155
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
156
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
157
+ * <p>
158
+ Example: {@code {\"Department\": \"Finance\"}}
159
+ *
160
+ */
161
+ "freeformTags"?: {
162
+ [key: string]: string;
163
+ };
164
+ }
165
+ export declare namespace ComputeHost {
166
+ enum Health {
167
+ Healthy = "HEALTHY",
168
+ Unhealthy = "UNHEALTHY",
169
+ /**
170
+ * This value is used if a service returns a value for this enum that is not recognized by this
171
+ * version of the SDK.
172
+ */
173
+ UnknownValue = "UNKNOWN_VALUE"
174
+ }
175
+ enum LifecycleState {
176
+ Available = "AVAILABLE",
177
+ Occupied = "OCCUPIED",
178
+ Provisioning = "PROVISIONING",
179
+ Repair = "REPAIR",
180
+ Unavailable = "UNAVAILABLE",
181
+ /**
182
+ * This value is used if a service returns a value for this enum that is not recognized by this
183
+ * version of the SDK.
184
+ */
185
+ UnknownValue = "UNKNOWN_VALUE"
186
+ }
187
+ function getJsonObj(obj: ComputeHost): object;
188
+ function getDeserializedJsonObj(obj: ComputeHost): object;
189
+ }
@@ -0,0 +1,59 @@
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.ComputeHost = void 0;
23
+ var ComputeHost;
24
+ (function (ComputeHost) {
25
+ let Health;
26
+ (function (Health) {
27
+ Health["Healthy"] = "HEALTHY";
28
+ Health["Unhealthy"] = "UNHEALTHY";
29
+ /**
30
+ * This value is used if a service returns a value for this enum that is not recognized by this
31
+ * version of the SDK.
32
+ */
33
+ Health["UnknownValue"] = "UNKNOWN_VALUE";
34
+ })(Health = ComputeHost.Health || (ComputeHost.Health = {}));
35
+ let LifecycleState;
36
+ (function (LifecycleState) {
37
+ LifecycleState["Available"] = "AVAILABLE";
38
+ LifecycleState["Occupied"] = "OCCUPIED";
39
+ LifecycleState["Provisioning"] = "PROVISIONING";
40
+ LifecycleState["Repair"] = "REPAIR";
41
+ LifecycleState["Unavailable"] = "UNAVAILABLE";
42
+ /**
43
+ * This value is used if a service returns a value for this enum that is not recognized by this
44
+ * version of the SDK.
45
+ */
46
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
47
+ })(LifecycleState = ComputeHost.LifecycleState || (ComputeHost.LifecycleState = {}));
48
+ function getJsonObj(obj) {
49
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
50
+ return jsonObj;
51
+ }
52
+ ComputeHost.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ return jsonObj;
56
+ }
57
+ ComputeHost.getDeserializedJsonObj = getDeserializedJsonObj;
58
+ })(ComputeHost = exports.ComputeHost || (exports.ComputeHost = {}));
59
+ //# sourceMappingURL=compute-host.js.map
@@ -0,0 +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"}
@@ -32,14 +32,6 @@ export interface CreateByoipRangeDetails {
32
32
  *
33
33
  */
34
34
  "compartmentId": string;
35
- /**
36
- * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@code IpAnycast} resource.
37
- */
38
- "ipAnycastId"?: string;
39
- /**
40
- * The IP address of the CIDR for Prefix Monitoring.
41
- */
42
- "monitorIp"?: string;
43
35
  /**
44
36
  * The BYOIPv6 prefix. You can assign some or all of it to a VCN after it is validated.
45
37
  *
@@ -1 +1 @@
1
- {"version":3,"file":"create-byoip-range-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-byoip-range-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAyDH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
1
+ {"version":3,"file":"create-byoip-range-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-byoip-range-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiDH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,88 @@
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 customer facing object includes GPU memory cluster details.
22
+ *
23
+ */
24
+ export interface CreateComputeGpuMemoryClusterDetails {
25
+ /**
26
+ * The availability domain of the GPU memory cluster.
27
+ *
28
+ */
29
+ "availabilityDomain": string;
30
+ /**
31
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the compute GPU memory cluster.
32
+ * compartment.
33
+ *
34
+ */
35
+ "compartmentId": string;
36
+ /**
37
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the GPU memory fabric.
38
+ *
39
+ */
40
+ "gpuMemoryFabricId"?: string;
41
+ /**
42
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
43
+ *
44
+ */
45
+ "computeClusterId": string;
46
+ /**
47
+ * Instance Configuration to be used for this GPU Memory Cluster
48
+ *
49
+ */
50
+ "instanceConfigurationId": string;
51
+ /**
52
+ * The number of instances currently running in the GpuMemoryCluster
53
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
54
+ */
55
+ "size"?: number;
56
+ /**
57
+ * Defined tags for this resource. Each key is predefined and scoped to a
58
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
59
+ * <p>
60
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
61
+ *
62
+ */
63
+ "definedTags"?: {
64
+ [key: string]: {
65
+ [key: string]: any;
66
+ };
67
+ };
68
+ /**
69
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
70
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
71
+ * <p>
72
+ Example: {@code {\"Department\": \"Finance\"}}
73
+ *
74
+ */
75
+ "freeformTags"?: {
76
+ [key: string]: string;
77
+ };
78
+ /**
79
+ * A user-friendly name. Does not have to be unique, and it's changeable.
80
+ * Avoid entering confidential information.
81
+ *
82
+ */
83
+ "displayName"?: string;
84
+ }
85
+ export declare namespace CreateComputeGpuMemoryClusterDetails {
86
+ function getJsonObj(obj: CreateComputeGpuMemoryClusterDetails): object;
87
+ function getDeserializedJsonObj(obj: CreateComputeGpuMemoryClusterDetails): object;
88
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.CreateComputeGpuMemoryClusterDetails = void 0;
23
+ var CreateComputeGpuMemoryClusterDetails;
24
+ (function (CreateComputeGpuMemoryClusterDetails) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ CreateComputeGpuMemoryClusterDetails.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ CreateComputeGpuMemoryClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(CreateComputeGpuMemoryClusterDetails = exports.CreateComputeGpuMemoryClusterDetails || (exports.CreateComputeGpuMemoryClusterDetails = {}));
36
+ //# sourceMappingURL=create-compute-gpu-memory-cluster-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-compute-gpu-memory-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/create-compute-gpu-memory-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiEH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
@@ -157,6 +157,12 @@ import * as ChangeComputeCapacityTopologyCompartmentDetails from "./change-compu
157
157
  export import ChangeComputeCapacityTopologyCompartmentDetails = ChangeComputeCapacityTopologyCompartmentDetails.ChangeComputeCapacityTopologyCompartmentDetails;
158
158
  import * as ChangeComputeClusterCompartmentDetails from "./change-compute-cluster-compartment-details";
159
159
  export import ChangeComputeClusterCompartmentDetails = ChangeComputeClusterCompartmentDetails.ChangeComputeClusterCompartmentDetails;
160
+ import * as ChangeComputeGpuMemoryClusterCompartmentDetails from "./change-compute-gpu-memory-cluster-compartment-details";
161
+ export import ChangeComputeGpuMemoryClusterCompartmentDetails = ChangeComputeGpuMemoryClusterCompartmentDetails.ChangeComputeGpuMemoryClusterCompartmentDetails;
162
+ import * as ChangeComputeGpuMemoryFabricCompartmentDetails from "./change-compute-gpu-memory-fabric-compartment-details";
163
+ export import ChangeComputeGpuMemoryFabricCompartmentDetails = ChangeComputeGpuMemoryFabricCompartmentDetails.ChangeComputeGpuMemoryFabricCompartmentDetails;
164
+ import * as ChangeComputeHostCompartmentDetails from "./change-compute-host-compartment-details";
165
+ export import ChangeComputeHostCompartmentDetails = ChangeComputeHostCompartmentDetails.ChangeComputeHostCompartmentDetails;
160
166
  import * as ChangeComputeImageCapabilitySchemaCompartmentDetails from "./change-compute-image-capability-schema-compartment-details";
161
167
  export import ChangeComputeImageCapabilitySchemaCompartmentDetails = ChangeComputeImageCapabilitySchemaCompartmentDetails.ChangeComputeImageCapabilitySchemaCompartmentDetails;
162
168
  import * as ChangeCpeCompartmentDetails from "./change-cpe-compartment-details";
@@ -265,6 +271,28 @@ import * as ComputeGlobalImageCapabilitySchemaVersion from "./compute-global-ima
265
271
  export import ComputeGlobalImageCapabilitySchemaVersion = ComputeGlobalImageCapabilitySchemaVersion.ComputeGlobalImageCapabilitySchemaVersion;
266
272
  import * as ComputeGlobalImageCapabilitySchemaVersionSummary from "./compute-global-image-capability-schema-version-summary";
267
273
  export import ComputeGlobalImageCapabilitySchemaVersionSummary = ComputeGlobalImageCapabilitySchemaVersionSummary.ComputeGlobalImageCapabilitySchemaVersionSummary;
274
+ import * as ComputeGpuMemoryCluster from "./compute-gpu-memory-cluster";
275
+ export import ComputeGpuMemoryCluster = ComputeGpuMemoryCluster.ComputeGpuMemoryCluster;
276
+ import * as ComputeGpuMemoryClusterCollection from "./compute-gpu-memory-cluster-collection";
277
+ export import ComputeGpuMemoryClusterCollection = ComputeGpuMemoryClusterCollection.ComputeGpuMemoryClusterCollection;
278
+ import * as ComputeGpuMemoryClusterInstanceCollection from "./compute-gpu-memory-cluster-instance-collection";
279
+ export import ComputeGpuMemoryClusterInstanceCollection = ComputeGpuMemoryClusterInstanceCollection.ComputeGpuMemoryClusterInstanceCollection;
280
+ import * as ComputeGpuMemoryClusterInstanceSummary from "./compute-gpu-memory-cluster-instance-summary";
281
+ export import ComputeGpuMemoryClusterInstanceSummary = ComputeGpuMemoryClusterInstanceSummary.ComputeGpuMemoryClusterInstanceSummary;
282
+ import * as ComputeGpuMemoryClusterSummary from "./compute-gpu-memory-cluster-summary";
283
+ export import ComputeGpuMemoryClusterSummary = ComputeGpuMemoryClusterSummary.ComputeGpuMemoryClusterSummary;
284
+ import * as ComputeGpuMemoryFabric from "./compute-gpu-memory-fabric";
285
+ export import ComputeGpuMemoryFabric = ComputeGpuMemoryFabric.ComputeGpuMemoryFabric;
286
+ import * as ComputeGpuMemoryFabricCollection from "./compute-gpu-memory-fabric-collection";
287
+ export import ComputeGpuMemoryFabricCollection = ComputeGpuMemoryFabricCollection.ComputeGpuMemoryFabricCollection;
288
+ import * as ComputeGpuMemoryFabricSummary from "./compute-gpu-memory-fabric-summary";
289
+ export import ComputeGpuMemoryFabricSummary = ComputeGpuMemoryFabricSummary.ComputeGpuMemoryFabricSummary;
290
+ import * as ComputeHost from "./compute-host";
291
+ export import ComputeHost = ComputeHost.ComputeHost;
292
+ import * as ComputeHostCollection from "./compute-host-collection";
293
+ export import ComputeHostCollection = ComputeHostCollection.ComputeHostCollection;
294
+ import * as ComputeHostSummary from "./compute-host-summary";
295
+ export import ComputeHostSummary = ComputeHostSummary.ComputeHostSummary;
268
296
  import * as ComputeHpcIsland from "./compute-hpc-island";
269
297
  export import ComputeHpcIsland = ComputeHpcIsland.ComputeHpcIsland;
270
298
  import * as ComputeHpcIslandCollection from "./compute-hpc-island-collection";
@@ -333,6 +361,8 @@ import * as CreateComputeCapacityTopologyDetails from "./create-compute-capacity
333
361
  export import CreateComputeCapacityTopologyDetails = CreateComputeCapacityTopologyDetails.CreateComputeCapacityTopologyDetails;
334
362
  import * as CreateComputeClusterDetails from "./create-compute-cluster-details";
335
363
  export import CreateComputeClusterDetails = CreateComputeClusterDetails.CreateComputeClusterDetails;
364
+ import * as CreateComputeGpuMemoryClusterDetails from "./create-compute-gpu-memory-cluster-details";
365
+ export import CreateComputeGpuMemoryClusterDetails = CreateComputeGpuMemoryClusterDetails.CreateComputeGpuMemoryClusterDetails;
336
366
  import * as CreateComputeImageCapabilitySchemaDetails from "./create-compute-image-capability-schema-details";
337
367
  export import CreateComputeImageCapabilitySchemaDetails = CreateComputeImageCapabilitySchemaDetails.CreateComputeImageCapabilitySchemaDetails;
338
368
  import * as CreateCpeDetails from "./create-cpe-details";
@@ -877,6 +907,12 @@ import * as UpdateComputeCapacityTopologyDetails from "./update-compute-capacity
877
907
  export import UpdateComputeCapacityTopologyDetails = UpdateComputeCapacityTopologyDetails.UpdateComputeCapacityTopologyDetails;
878
908
  import * as UpdateComputeClusterDetails from "./update-compute-cluster-details";
879
909
  export import UpdateComputeClusterDetails = UpdateComputeClusterDetails.UpdateComputeClusterDetails;
910
+ import * as UpdateComputeGpuMemoryClusterDetails from "./update-compute-gpu-memory-cluster-details";
911
+ export import UpdateComputeGpuMemoryClusterDetails = UpdateComputeGpuMemoryClusterDetails.UpdateComputeGpuMemoryClusterDetails;
912
+ import * as UpdateComputeGpuMemoryFabricDetails from "./update-compute-gpu-memory-fabric-details";
913
+ export import UpdateComputeGpuMemoryFabricDetails = UpdateComputeGpuMemoryFabricDetails.UpdateComputeGpuMemoryFabricDetails;
914
+ import * as UpdateComputeHostDetails from "./update-compute-host-details";
915
+ export import UpdateComputeHostDetails = UpdateComputeHostDetails.UpdateComputeHostDetails;
880
916
  import * as UpdateComputeImageCapabilitySchemaDetails from "./update-compute-image-capability-schema-details";
881
917
  export import UpdateComputeImageCapabilitySchemaDetails = UpdateComputeImageCapabilitySchemaDetails.UpdateComputeImageCapabilitySchemaDetails;
882
918
  import * as UpdateConsoleHistoryDetails from "./update-console-history-details";