oci-core 2.104.0 → 2.106.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 (123) hide show
  1. package/lib/client.d.ts +110 -0
  2. package/lib/client.js +790 -51
  3. package/lib/client.js.map +1 -1
  4. package/lib/compute-waiter.d.ts +46 -0
  5. package/lib/compute-waiter.js +87 -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/compute-gpu-memory-cluster-collection.d.ts +34 -0
  14. package/lib/model/compute-gpu-memory-cluster-collection.js +68 -0
  15. package/lib/model/compute-gpu-memory-cluster-collection.js.map +1 -0
  16. package/lib/model/compute-gpu-memory-cluster-instance-collection.d.ts +34 -0
  17. package/lib/model/compute-gpu-memory-cluster-instance-collection.js +68 -0
  18. package/lib/model/compute-gpu-memory-cluster-instance-collection.js.map +1 -0
  19. package/lib/model/compute-gpu-memory-cluster-instance-summary.d.ts +102 -0
  20. package/lib/model/compute-gpu-memory-cluster-instance-summary.js +55 -0
  21. package/lib/model/compute-gpu-memory-cluster-instance-summary.js.map +1 -0
  22. package/lib/model/compute-gpu-memory-cluster-summary.d.ts +95 -0
  23. package/lib/model/compute-gpu-memory-cluster-summary.js +36 -0
  24. package/lib/model/compute-gpu-memory-cluster-summary.js.map +1 -0
  25. package/lib/model/compute-gpu-memory-cluster.d.ts +126 -0
  26. package/lib/model/compute-gpu-memory-cluster.js +49 -0
  27. package/lib/model/compute-gpu-memory-cluster.js.map +1 -0
  28. package/lib/model/compute-gpu-memory-fabric-collection.d.ts +34 -0
  29. package/lib/model/compute-gpu-memory-fabric-collection.js +68 -0
  30. package/lib/model/compute-gpu-memory-fabric-collection.js.map +1 -0
  31. package/lib/model/compute-gpu-memory-fabric-summary.d.ts +115 -0
  32. package/lib/model/compute-gpu-memory-fabric-summary.js +36 -0
  33. package/lib/model/compute-gpu-memory-fabric-summary.js.map +1 -0
  34. package/lib/model/compute-gpu-memory-fabric.d.ts +147 -0
  35. package/lib/model/compute-gpu-memory-fabric.js +59 -0
  36. package/lib/model/compute-gpu-memory-fabric.js.map +1 -0
  37. package/lib/model/create-byoip-range-details.d.ts +0 -8
  38. package/lib/model/create-byoip-range-details.js.map +1 -1
  39. package/lib/model/create-compute-gpu-memory-cluster-details.d.ts +88 -0
  40. package/lib/model/create-compute-gpu-memory-cluster-details.js +36 -0
  41. package/lib/model/create-compute-gpu-memory-cluster-details.js.map +1 -0
  42. package/lib/model/index.d.ts +26 -0
  43. package/lib/model/index.js +38 -12
  44. package/lib/model/index.js.map +1 -1
  45. package/lib/model/update-byoip-range-details.d.ts +0 -8
  46. package/lib/model/update-byoip-range-details.js.map +1 -1
  47. package/lib/model/update-compute-gpu-memory-cluster-details.d.ts +67 -0
  48. package/lib/model/update-compute-gpu-memory-cluster-details.js +36 -0
  49. package/lib/model/update-compute-gpu-memory-cluster-details.js.map +1 -0
  50. package/lib/model/update-compute-gpu-memory-fabric-details.d.ts +57 -0
  51. package/lib/model/update-compute-gpu-memory-fabric-details.js +36 -0
  52. package/lib/model/update-compute-gpu-memory-fabric-details.js.map +1 -0
  53. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.d.ts +49 -0
  54. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js +15 -0
  55. package/lib/request/change-compute-gpu-memory-cluster-compartment-request.js.map +1 -0
  56. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.d.ts +49 -0
  57. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js +15 -0
  58. package/lib/request/change-compute-gpu-memory-fabric-compartment-request.js.map +1 -0
  59. package/lib/request/create-compute-gpu-memory-cluster-request.d.ts +38 -0
  60. package/lib/request/create-compute-gpu-memory-cluster-request.js +15 -0
  61. package/lib/request/create-compute-gpu-memory-cluster-request.js.map +1 -0
  62. package/lib/request/delete-compute-gpu-memory-cluster-request.d.ts +35 -0
  63. package/lib/request/delete-compute-gpu-memory-cluster-request.js +15 -0
  64. package/lib/request/delete-compute-gpu-memory-cluster-request.js.map +1 -0
  65. package/lib/request/get-compute-gpu-memory-cluster-request.d.ts +28 -0
  66. package/lib/request/get-compute-gpu-memory-cluster-request.js +15 -0
  67. package/lib/request/get-compute-gpu-memory-cluster-request.js.map +1 -0
  68. package/lib/request/get-compute-gpu-memory-fabric-request.d.ts +28 -0
  69. package/lib/request/get-compute-gpu-memory-fabric-request.js +15 -0
  70. package/lib/request/get-compute-gpu-memory-fabric-request.js.map +1 -0
  71. package/lib/request/index.d.ts +22 -0
  72. package/lib/request/index.js +8 -2
  73. package/lib/request/index.js.map +1 -1
  74. package/lib/request/list-compute-gpu-memory-cluster-instances-request.d.ts +72 -0
  75. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js +29 -0
  76. package/lib/request/list-compute-gpu-memory-cluster-instances-request.js.map +1 -0
  77. package/lib/request/list-compute-gpu-memory-clusters-request.d.ts +96 -0
  78. package/lib/request/list-compute-gpu-memory-clusters-request.js +29 -0
  79. package/lib/request/list-compute-gpu-memory-clusters-request.js.map +1 -0
  80. package/lib/request/list-compute-gpu-memory-fabrics-request.d.ts +107 -0
  81. package/lib/request/list-compute-gpu-memory-fabrics-request.js +29 -0
  82. package/lib/request/list-compute-gpu-memory-fabrics-request.js.map +1 -0
  83. package/lib/request/update-compute-gpu-memory-cluster-request.d.ts +49 -0
  84. package/lib/request/update-compute-gpu-memory-cluster-request.js +15 -0
  85. package/lib/request/update-compute-gpu-memory-cluster-request.js.map +1 -0
  86. package/lib/request/update-compute-gpu-memory-fabric-request.d.ts +49 -0
  87. package/lib/request/update-compute-gpu-memory-fabric-request.js +15 -0
  88. package/lib/request/update-compute-gpu-memory-fabric-request.js.map +1 -0
  89. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.d.ts +20 -0
  90. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js +15 -0
  91. package/lib/response/change-compute-gpu-memory-cluster-compartment-response.js.map +1 -0
  92. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.d.ts +20 -0
  93. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js +15 -0
  94. package/lib/response/change-compute-gpu-memory-fabric-compartment-response.js.map +1 -0
  95. package/lib/response/create-compute-gpu-memory-cluster-response.d.ts +37 -0
  96. package/lib/response/create-compute-gpu-memory-cluster-response.js +15 -0
  97. package/lib/response/create-compute-gpu-memory-cluster-response.js.map +1 -0
  98. package/lib/response/delete-compute-gpu-memory-cluster-response.d.ts +27 -0
  99. package/lib/response/delete-compute-gpu-memory-cluster-response.js +15 -0
  100. package/lib/response/delete-compute-gpu-memory-cluster-response.js.map +1 -0
  101. package/lib/response/get-compute-gpu-memory-cluster-response.d.ts +30 -0
  102. package/lib/response/get-compute-gpu-memory-cluster-response.js +15 -0
  103. package/lib/response/get-compute-gpu-memory-cluster-response.js.map +1 -0
  104. package/lib/response/get-compute-gpu-memory-fabric-response.d.ts +30 -0
  105. package/lib/response/get-compute-gpu-memory-fabric-response.js +15 -0
  106. package/lib/response/get-compute-gpu-memory-fabric-response.js.map +1 -0
  107. package/lib/response/index.d.ts +22 -0
  108. package/lib/response/list-compute-gpu-memory-cluster-instances-response.d.ts +37 -0
  109. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js +15 -0
  110. package/lib/response/list-compute-gpu-memory-cluster-instances-response.js.map +1 -0
  111. package/lib/response/list-compute-gpu-memory-clusters-response.d.ts +37 -0
  112. package/lib/response/list-compute-gpu-memory-clusters-response.js +15 -0
  113. package/lib/response/list-compute-gpu-memory-clusters-response.js.map +1 -0
  114. package/lib/response/list-compute-gpu-memory-fabrics-response.d.ts +32 -0
  115. package/lib/response/list-compute-gpu-memory-fabrics-response.js +15 -0
  116. package/lib/response/list-compute-gpu-memory-fabrics-response.js.map +1 -0
  117. package/lib/response/update-compute-gpu-memory-cluster-response.d.ts +37 -0
  118. package/lib/response/update-compute-gpu-memory-cluster-response.js +15 -0
  119. package/lib/response/update-compute-gpu-memory-cluster-response.js.map +1 -0
  120. package/lib/response/update-compute-gpu-memory-fabric-response.d.ts +30 -0
  121. package/lib/response/update-compute-gpu-memory-fabric-response.js +15 -0
  122. package/lib/response/update-compute-gpu-memory-fabric-response.js.map +1 -0
  123. package/package.json +3 -3
@@ -0,0 +1,96 @@
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/ListComputeGpuMemoryClusters.ts.html |here} to see how to use ListComputeGpuMemoryClustersRequest.
16
+ */
17
+ export interface ListComputeGpuMemoryClustersRequest 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
+ * A filter to return only the listings that matches the given GPU memory cluster id.
30
+ *
31
+ */
32
+ "computeGpuMemoryClusterId"?: string;
33
+ /**
34
+ * The name of the availability domain.
35
+ * <p>
36
+ Example: {@code Uocm:PHX-AD-1}
37
+ *
38
+ */
39
+ "availabilityDomain"?: string;
40
+ /**
41
+ * A filter to return only resources that match the given display name exactly.
42
+ *
43
+ */
44
+ "displayName"?: string;
45
+ /**
46
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute cluster.
47
+ * A [compute cluster](https://docs.oracle.com/iaas/Content/Compute/Tasks/compute-clusters.htm) is a remote direct memory
48
+ * access (RDMA) network group.
49
+ *
50
+ */
51
+ "computeClusterId"?: string;
52
+ /**
53
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
54
+ * call. For important details about how pagination works, see
55
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
56
+ *
57
+ */
58
+ "page"?: string;
59
+ /**
60
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
61
+ * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
62
+ * sort order is case sensitive.
63
+ * <p>
64
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
65
+ * optionally filter by availability domain if the scope of the resource type is within a
66
+ * single availability domain. If you call one of these \"List\" operations without specifying
67
+ * an availability domain, the resources are grouped by availability domain, then sorted.
68
+ *
69
+ */
70
+ "sortBy"?: ListComputeGpuMemoryClustersRequest.SortBy;
71
+ /**
72
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
73
+ * is case sensitive.
74
+ *
75
+ */
76
+ "sortOrder"?: ListComputeGpuMemoryClustersRequest.SortOrder;
77
+ /**
78
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
79
+ * \"List\" call. For important details about how pagination works, see
80
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
81
+ * <p>
82
+ Example: {@code 50}
83
+ *
84
+ */
85
+ "limit"?: number;
86
+ }
87
+ export declare namespace ListComputeGpuMemoryClustersRequest {
88
+ enum SortBy {
89
+ Timecreated = "TIMECREATED",
90
+ Displayname = "DISPLAYNAME"
91
+ }
92
+ enum SortOrder {
93
+ Asc = "ASC",
94
+ Desc = "DESC"
95
+ }
96
+ }
@@ -0,0 +1,29 @@
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
+ exports.ListComputeGpuMemoryClustersRequest = void 0;
16
+ var ListComputeGpuMemoryClustersRequest;
17
+ (function (ListComputeGpuMemoryClustersRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Displayname"] = "DISPLAYNAME";
22
+ })(SortBy = ListComputeGpuMemoryClustersRequest.SortBy || (ListComputeGpuMemoryClustersRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListComputeGpuMemoryClustersRequest.SortOrder || (ListComputeGpuMemoryClustersRequest.SortOrder = {}));
28
+ })(ListComputeGpuMemoryClustersRequest = exports.ListComputeGpuMemoryClustersRequest || (exports.ListComputeGpuMemoryClustersRequest = {}));
29
+ //# sourceMappingURL=list-compute-gpu-memory-clusters-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-gpu-memory-clusters-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-gpu-memory-clusters-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+EH,IAAiB,mCAAmC,CAUnD;AAVD,WAAiB,mCAAmC;IAClD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,6CAAS,KAAT,6CAAS,QAGpB;AACH,CAAC,EAVgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAUnD"}
@@ -0,0 +1,107 @@
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/ListComputeGpuMemoryFabrics.ts.html |here} to see how to use ListComputeGpuMemoryFabricsRequest.
16
+ */
17
+ export interface ListComputeGpuMemoryFabricsRequest 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
+ * A filter to return only the listings that matches the given GPU memory fabric id.
30
+ *
31
+ */
32
+ "computeGpuMemoryFabricId"?: string;
33
+ /**
34
+ * The name of the availability domain.
35
+ * <p>
36
+ Example: {@code Uocm:PHX-AD-1}
37
+ *
38
+ */
39
+ "availabilityDomain"?: string;
40
+ /**
41
+ * A filter to return only resources that match the given display name exactly.
42
+ *
43
+ */
44
+ "displayName"?: string;
45
+ /**
46
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute HPC island.
47
+ */
48
+ "computeHpcIslandId"?: string;
49
+ /**
50
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute network block.
51
+ */
52
+ "computeNetworkBlockId"?: string;
53
+ /**
54
+ * A filter to return ComputeGpuMemoryFabricSummary resources that match the given lifecycle state.
55
+ *
56
+ */
57
+ "computeGpuMemoryFabricLifecycleState"?: string;
58
+ /**
59
+ * A filter to return ComputeGpuMemoryFabricSummary resources that match the given fabric health.
60
+ *
61
+ */
62
+ "computeGpuMemoryFabricHealth"?: string;
63
+ /**
64
+ * For list pagination. The maximum number of results per page, or items to return in a paginated
65
+ * \"List\" call. For important details about how pagination works, see
66
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
67
+ * <p>
68
+ Example: {@code 50}
69
+ *
70
+ */
71
+ "limit"?: number;
72
+ /**
73
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\"
74
+ * call. For important details about how pagination works, see
75
+ * [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
76
+ *
77
+ */
78
+ "page"?: string;
79
+ /**
80
+ * The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
81
+ * TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
82
+ * sort order is case sensitive.
83
+ * <p>
84
+ **Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
85
+ * optionally filter by availability domain if the scope of the resource type is within a
86
+ * single availability domain. If you call one of these \"List\" operations without specifying
87
+ * an availability domain, the resources are grouped by availability domain, then sorted.
88
+ *
89
+ */
90
+ "sortBy"?: ListComputeGpuMemoryFabricsRequest.SortBy;
91
+ /**
92
+ * The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}). The DISPLAYNAME sort order
93
+ * is case sensitive.
94
+ *
95
+ */
96
+ "sortOrder"?: ListComputeGpuMemoryFabricsRequest.SortOrder;
97
+ }
98
+ export declare namespace ListComputeGpuMemoryFabricsRequest {
99
+ enum SortBy {
100
+ Timecreated = "TIMECREATED",
101
+ Displayname = "DISPLAYNAME"
102
+ }
103
+ enum SortOrder {
104
+ Asc = "ASC",
105
+ Desc = "DESC"
106
+ }
107
+ }
@@ -0,0 +1,29 @@
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
+ exports.ListComputeGpuMemoryFabricsRequest = void 0;
16
+ var ListComputeGpuMemoryFabricsRequest;
17
+ (function (ListComputeGpuMemoryFabricsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timecreated"] = "TIMECREATED";
21
+ SortBy["Displayname"] = "DISPLAYNAME";
22
+ })(SortBy = ListComputeGpuMemoryFabricsRequest.SortBy || (ListComputeGpuMemoryFabricsRequest.SortBy = {}));
23
+ let SortOrder;
24
+ (function (SortOrder) {
25
+ SortOrder["Asc"] = "ASC";
26
+ SortOrder["Desc"] = "DESC";
27
+ })(SortOrder = ListComputeGpuMemoryFabricsRequest.SortOrder || (ListComputeGpuMemoryFabricsRequest.SortOrder = {}));
28
+ })(ListComputeGpuMemoryFabricsRequest = exports.ListComputeGpuMemoryFabricsRequest || (exports.ListComputeGpuMemoryFabricsRequest = {}));
29
+ //# sourceMappingURL=list-compute-gpu-memory-fabrics-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-compute-gpu-memory-fabrics-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/list-compute-gpu-memory-fabrics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0FH,IAAiB,kCAAkC,CAUlD;AAVD,WAAiB,kCAAkC;IACjD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,yCAAM,KAAN,yCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,4CAAS,KAAT,4CAAS,QAGpB;AACH,CAAC,EAVgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAUlD"}
@@ -0,0 +1,49 @@
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/UpdateComputeGpuMemoryCluster.ts.html |here} to see how to use UpdateComputeGpuMemoryClusterRequest.
17
+ */
18
+ export interface UpdateComputeGpuMemoryClusterRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the compute GPU memory cluster.
21
+ */
22
+ "computeGpuMemoryClusterId": string;
23
+ /**
24
+ * Update compute GPU memory cluster details.
25
+ */
26
+ "updateComputeGpuMemoryClusterDetails": model.UpdateComputeGpuMemoryClusterDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique identifier for the request.
36
+ * If you need to contact Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * may be rejected).
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -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-gpu-memory-cluster-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-compute-gpu-memory-cluster-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/update-compute-gpu-memory-cluster-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,49 @@
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/UpdateComputeGpuMemoryFabric.ts.html |here} to see how to use UpdateComputeGpuMemoryFabricRequest.
17
+ */
18
+ export interface UpdateComputeGpuMemoryFabricRequest extends common.BaseRequest {
19
+ /**
20
+ * The OCID of the compute GPU memory fabric.
21
+ */
22
+ "computeGpuMemoryFabricId": string;
23
+ /**
24
+ * Update compute GPU memory fabric details.
25
+ */
26
+ "updateComputeGpuMemoryFabricDetails": model.UpdateComputeGpuMemoryFabricDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
29
+ * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique identifier for the request.
36
+ * If you need to contact Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
42
+ * server error without risk of executing that same action again. Retry tokens expire after 24
43
+ * hours, but can be invalidated before then due to conflicting operations (for example, if a resource
44
+ * has been deleted and purged from the system, then a retry of the original creation request
45
+ * may be rejected).
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ }
@@ -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-gpu-memory-fabric-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-compute-gpu-memory-fabric-request.js","sourceRoot":"","sources":["../../../../../lib/core/lib/request/update-compute-gpu-memory-fabric-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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
+ export interface ChangeComputeGpuMemoryClusterCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -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-gpu-memory-cluster-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-compute-gpu-memory-cluster-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/change-compute-gpu-memory-cluster-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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
+ export interface ChangeComputeGpuMemoryFabricCompartmentResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ }
@@ -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-gpu-memory-fabric-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-compute-gpu-memory-fabric-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/change-compute-gpu-memory-fabric-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,37 @@
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
+ export interface CreateComputeGpuMemoryClusterResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
28
+ * Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/latest/WorkRequest/GetWorkRequest)
29
+ * with this ID to track the status of the request.
30
+ *
31
+ */
32
+ "opcWorkRequestId": string;
33
+ /**
34
+ * The returned model.ComputeGpuMemoryCluster instance.
35
+ */
36
+ "computeGpuMemoryCluster": model.ComputeGpuMemoryCluster;
37
+ }
@@ -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-gpu-memory-cluster-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-compute-gpu-memory-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/create-compute-gpu-memory-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,27 @@
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
+ export interface DeleteComputeGpuMemoryClusterResponse {
14
+ /**
15
+ * Unique Oracle-assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, please provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
22
+ * Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/latest/WorkRequest/GetWorkRequest)
23
+ * with this ID to track the status of the request.
24
+ *
25
+ */
26
+ "opcWorkRequestId": string;
27
+ }
@@ -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-gpu-memory-cluster-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-compute-gpu-memory-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/delete-compute-gpu-memory-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
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
+ export interface GetComputeGpuMemoryClusterResponse {
15
+ /**
16
+ * For optimistic concurrency control. See {@code if-match}.
17
+ *
18
+ */
19
+ "etag": string;
20
+ /**
21
+ * Unique Oracle-assigned identifier for the request. If you need to contact
22
+ * Oracle about a particular request, please provide the request ID.
23
+ *
24
+ */
25
+ "opcRequestId": string;
26
+ /**
27
+ * The returned model.ComputeGpuMemoryCluster instance.
28
+ */
29
+ "computeGpuMemoryCluster": model.ComputeGpuMemoryCluster;
30
+ }
@@ -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-gpu-memory-cluster-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-compute-gpu-memory-cluster-response.js","sourceRoot":"","sources":["../../../../../lib/core/lib/response/get-compute-gpu-memory-cluster-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}