oci-clusterplacementgroups 2.85.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 (170) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +220 -0
  9. package/lib/client.js +1064 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/clusterplacementgroupscp-waiter.d.ts +36 -0
  12. package/lib/clusterplacementgroupscp-waiter.js +76 -0
  13. package/lib/clusterplacementgroupscp-waiter.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/capabilities-collection.d.ts +27 -0
  18. package/lib/model/capabilities-collection.js +61 -0
  19. package/lib/model/capabilities-collection.js.map +1 -0
  20. package/lib/model/capability-details.d.ts +29 -0
  21. package/lib/model/capability-details.js +29 -0
  22. package/lib/model/capability-details.js.map +1 -0
  23. package/lib/model/change-cluster-placement-group-compartment-details.d.ts +27 -0
  24. package/lib/model/change-cluster-placement-group-compartment-details.js +29 -0
  25. package/lib/model/change-cluster-placement-group-compartment-details.js.map +1 -0
  26. package/lib/model/cluster-placement-group-collection.d.ts +27 -0
  27. package/lib/model/cluster-placement-group-collection.js +61 -0
  28. package/lib/model/cluster-placement-group-collection.js.map +1 -0
  29. package/lib/model/cluster-placement-group-summary.d.ts +88 -0
  30. package/lib/model/cluster-placement-group-summary.js +29 -0
  31. package/lib/model/cluster-placement-group-summary.js.map +1 -0
  32. package/lib/model/cluster-placement-group-type.d.ts +28 -0
  33. package/lib/model/cluster-placement-group-type.js +39 -0
  34. package/lib/model/cluster-placement-group-type.js.map +1 -0
  35. package/lib/model/cluster-placement-group.d.ts +111 -0
  36. package/lib/model/cluster-placement-group.js +78 -0
  37. package/lib/model/cluster-placement-group.js.map +1 -0
  38. package/lib/model/create-cluster-placement-group-details.d.ts +63 -0
  39. package/lib/model/create-cluster-placement-group-details.js +63 -0
  40. package/lib/model/create-cluster-placement-group-details.js.map +1 -0
  41. package/lib/model/index.d.ts +58 -0
  42. package/lib/model/index.js +81 -0
  43. package/lib/model/index.js.map +1 -0
  44. package/lib/model/operation-status.d.ts +34 -0
  45. package/lib/model/operation-status.js +45 -0
  46. package/lib/model/operation-status.js.map +1 -0
  47. package/lib/model/operation-type.d.ts +30 -0
  48. package/lib/model/operation-type.js +41 -0
  49. package/lib/model/operation-type.js.map +1 -0
  50. package/lib/model/placement-instruction-details.d.ts +37 -0
  51. package/lib/model/placement-instruction-details.js +38 -0
  52. package/lib/model/placement-instruction-details.js.map +1 -0
  53. package/lib/model/sort-order.d.ts +23 -0
  54. package/lib/model/sort-order.js +34 -0
  55. package/lib/model/sort-order.js.map +1 -0
  56. package/lib/model/update-cluster-placement-group-details.d.ts +43 -0
  57. package/lib/model/update-cluster-placement-group-details.js +29 -0
  58. package/lib/model/update-cluster-placement-group-details.js.map +1 -0
  59. package/lib/model/work-request-error-collection.d.ts +26 -0
  60. package/lib/model/work-request-error-collection.js +61 -0
  61. package/lib/model/work-request-error-collection.js.map +1 -0
  62. package/lib/model/work-request-error.d.ts +35 -0
  63. package/lib/model/work-request-error.js +29 -0
  64. package/lib/model/work-request-error.js.map +1 -0
  65. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  66. package/lib/model/work-request-log-entry-collection.js +61 -0
  67. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  68. package/lib/model/work-request-log-entry.d.ts +29 -0
  69. package/lib/model/work-request-log-entry.js +29 -0
  70. package/lib/model/work-request-log-entry.js.map +1 -0
  71. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  72. package/lib/model/work-request-resource-metadata-key.js +38 -0
  73. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  74. package/lib/model/work-request-resource.d.ts +48 -0
  75. package/lib/model/work-request-resource.js +29 -0
  76. package/lib/model/work-request-resource.js.map +1 -0
  77. package/lib/model/work-request-summary-collection.d.ts +26 -0
  78. package/lib/model/work-request-summary-collection.js +61 -0
  79. package/lib/model/work-request-summary-collection.js.map +1 -0
  80. package/lib/model/work-request-summary.d.ts +72 -0
  81. package/lib/model/work-request-summary.js +61 -0
  82. package/lib/model/work-request-summary.js.map +1 -0
  83. package/lib/model/work-request.d.ts +72 -0
  84. package/lib/model/work-request.js +61 -0
  85. package/lib/model/work-request.js.map +1 -0
  86. package/lib/request/activate-cluster-placement-group-request.d.ts +44 -0
  87. package/lib/request/activate-cluster-placement-group-request.js +15 -0
  88. package/lib/request/activate-cluster-placement-group-request.js.map +1 -0
  89. package/lib/request/cancel-work-request-request.d.ts +35 -0
  90. package/lib/request/cancel-work-request-request.js +15 -0
  91. package/lib/request/cancel-work-request-request.js.map +1 -0
  92. package/lib/request/change-cluster-placement-group-compartment-request.d.ts +49 -0
  93. package/lib/request/change-cluster-placement-group-compartment-request.js +15 -0
  94. package/lib/request/change-cluster-placement-group-compartment-request.js.map +1 -0
  95. package/lib/request/create-cluster-placement-group-request.d.ts +41 -0
  96. package/lib/request/create-cluster-placement-group-request.js +15 -0
  97. package/lib/request/create-cluster-placement-group-request.js.map +1 -0
  98. package/lib/request/deactivate-cluster-placement-group-request.d.ts +44 -0
  99. package/lib/request/deactivate-cluster-placement-group-request.js +15 -0
  100. package/lib/request/deactivate-cluster-placement-group-request.js.map +1 -0
  101. package/lib/request/delete-cluster-placement-group-request.d.ts +35 -0
  102. package/lib/request/delete-cluster-placement-group-request.js +15 -0
  103. package/lib/request/delete-cluster-placement-group-request.js.map +1 -0
  104. package/lib/request/get-cluster-placement-group-request.d.ts +26 -0
  105. package/lib/request/get-cluster-placement-group-request.js +15 -0
  106. package/lib/request/get-cluster-placement-group-request.js.map +1 -0
  107. package/lib/request/get-work-request-request.d.ts +26 -0
  108. package/lib/request/get-work-request-request.js +15 -0
  109. package/lib/request/get-work-request-request.js.map +1 -0
  110. package/lib/request/index.d.ts +38 -0
  111. package/lib/request/index.js +43 -0
  112. package/lib/request/index.js.map +1 -0
  113. package/lib/request/list-cluster-placement-groups-request.d.ts +73 -0
  114. package/lib/request/list-cluster-placement-groups-request.js +25 -0
  115. package/lib/request/list-cluster-placement-groups-request.js.map +1 -0
  116. package/lib/request/list-work-request-errors-request.d.ts +49 -0
  117. package/lib/request/list-work-request-errors-request.js +23 -0
  118. package/lib/request/list-work-request-errors-request.js.map +1 -0
  119. package/lib/request/list-work-request-logs-request.d.ts +49 -0
  120. package/lib/request/list-work-request-logs-request.js +23 -0
  121. package/lib/request/list-work-request-logs-request.js.map +1 -0
  122. package/lib/request/list-work-requests-request.d.ts +62 -0
  123. package/lib/request/list-work-requests-request.js +23 -0
  124. package/lib/request/list-work-requests-request.js.map +1 -0
  125. package/lib/request/update-cluster-placement-group-request.d.ts +40 -0
  126. package/lib/request/update-cluster-placement-group-request.js +15 -0
  127. package/lib/request/update-cluster-placement-group-request.js.map +1 -0
  128. package/lib/response/activate-cluster-placement-group-response.d.ts +30 -0
  129. package/lib/response/activate-cluster-placement-group-response.js +15 -0
  130. package/lib/response/activate-cluster-placement-group-response.js.map +1 -0
  131. package/lib/response/cancel-work-request-response.d.ts +20 -0
  132. package/lib/response/cancel-work-request-response.js +15 -0
  133. package/lib/response/cancel-work-request-response.js.map +1 -0
  134. package/lib/response/change-cluster-placement-group-compartment-response.d.ts +20 -0
  135. package/lib/response/change-cluster-placement-group-compartment-response.js +15 -0
  136. package/lib/response/change-cluster-placement-group-compartment-response.js.map +1 -0
  137. package/lib/response/create-cluster-placement-group-response.d.ts +43 -0
  138. package/lib/response/create-cluster-placement-group-response.js +15 -0
  139. package/lib/response/create-cluster-placement-group-response.js.map +1 -0
  140. package/lib/response/deactivate-cluster-placement-group-response.d.ts +30 -0
  141. package/lib/response/deactivate-cluster-placement-group-response.js +15 -0
  142. package/lib/response/deactivate-cluster-placement-group-response.js.map +1 -0
  143. package/lib/response/delete-cluster-placement-group-response.d.ts +25 -0
  144. package/lib/response/delete-cluster-placement-group-response.js +15 -0
  145. package/lib/response/delete-cluster-placement-group-response.js.map +1 -0
  146. package/lib/response/get-cluster-placement-group-response.d.ts +30 -0
  147. package/lib/response/get-cluster-placement-group-response.js +15 -0
  148. package/lib/response/get-cluster-placement-group-response.js.map +1 -0
  149. package/lib/response/get-work-request-response.d.ts +34 -0
  150. package/lib/response/get-work-request-response.js +15 -0
  151. package/lib/response/get-work-request-response.js.map +1 -0
  152. package/lib/response/index.d.ts +38 -0
  153. package/lib/response/index.js +15 -0
  154. package/lib/response/index.js.map +1 -0
  155. package/lib/response/list-cluster-placement-groups-response.d.ts +32 -0
  156. package/lib/response/list-cluster-placement-groups-response.js +15 -0
  157. package/lib/response/list-cluster-placement-groups-response.js.map +1 -0
  158. package/lib/response/list-work-request-errors-response.d.ts +32 -0
  159. package/lib/response/list-work-request-errors-response.js +15 -0
  160. package/lib/response/list-work-request-errors-response.js.map +1 -0
  161. package/lib/response/list-work-request-logs-response.d.ts +32 -0
  162. package/lib/response/list-work-request-logs-response.js +15 -0
  163. package/lib/response/list-work-request-logs-response.js.map +1 -0
  164. package/lib/response/list-work-requests-response.d.ts +32 -0
  165. package/lib/response/list-work-requests-response.js +15 -0
  166. package/lib/response/list-work-requests-response.js.map +1 -0
  167. package/lib/response/update-cluster-placement-group-response.d.ts +25 -0
  168. package/lib/response/update-cluster-placement-group-response.js +15 -0
  169. package/lib/response/update-cluster-placement-group-response.js.map +1 -0
  170. package/package.json +29 -0
@@ -0,0 +1,73 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/clusterplacementgroups/ListClusterPlacementGroups.ts.html |here} to see how to use ListClusterPlacementGroupsRequest.
17
+ */
18
+ export interface ListClusterPlacementGroupsRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only the resources that match the specified compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
21
+ *
22
+ */
23
+ "compartmentId"?: string;
24
+ /**
25
+ * A filter to return only the resources that match the specified lifecycle state.
26
+ */
27
+ "lifecycleState"?: string;
28
+ /**
29
+ * A filter to return only the resources that match the entire display name specified.
30
+ */
31
+ "name"?: string;
32
+ /**
33
+ * A filter to return only the resources that match the specified availability domain.
34
+ */
35
+ "ad"?: string;
36
+ /**
37
+ * A filter to return only the resources that match the specified unique cluster placement group identifier.
38
+ */
39
+ "id"?: string;
40
+ /**
41
+ * The maximum number of items to return.
42
+ */
43
+ "limit"?: number;
44
+ /**
45
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
46
+ */
47
+ "page"?: string;
48
+ /**
49
+ * The sort order to use, either 'ASC' or 'DESC'.
50
+ */
51
+ "sortOrder"?: model.SortOrder;
52
+ /**
53
+ * The field to sort by. You can specify only one sort order. The default order for {@code timeCreated} is descending. The default order for {@code name} is ascending.
54
+ *
55
+ */
56
+ "sortBy"?: ListClusterPlacementGroupsRequest.SortBy;
57
+ /**
58
+ * When set to {@code true}, cluster placement groups in all compartments under the specified compartment are returned. The default is set to {@code false}.
59
+ *
60
+ */
61
+ "compartmentIdInSubtree"?: boolean;
62
+ /**
63
+ * The client request ID for tracing.
64
+ */
65
+ "opcRequestId"?: string;
66
+ }
67
+ export declare namespace ListClusterPlacementGroupsRequest {
68
+ enum SortBy {
69
+ TimeCreated = "timeCreated",
70
+ Name = "name",
71
+ Id = "id"
72
+ }
73
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.ListClusterPlacementGroupsRequest = void 0;
16
+ var ListClusterPlacementGroupsRequest;
17
+ (function (ListClusterPlacementGroupsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeCreated"] = "timeCreated";
21
+ SortBy["Name"] = "name";
22
+ SortBy["Id"] = "id";
23
+ })(SortBy = ListClusterPlacementGroupsRequest.SortBy || (ListClusterPlacementGroupsRequest.SortBy = {}));
24
+ })(ListClusterPlacementGroupsRequest = exports.ListClusterPlacementGroupsRequest || (exports.ListClusterPlacementGroupsRequest = {}));
25
+ //# sourceMappingURL=list-cluster-placement-groups-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-cluster-placement-groups-request.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/request/list-cluster-placement-groups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0DH,IAAiB,iCAAiC,CAMjD;AAND,WAAiB,iCAAiC;IAChD,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;QACb,mBAAS,CAAA;IACX,CAAC,EAJW,MAAM,GAAN,wCAAM,KAAN,wCAAM,QAIjB;AACH,CAAC,EANgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAMjD"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/clusterplacementgroups/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
+ */
18
+ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the asynchronous work request.
21
+ */
22
+ "workRequestId": string;
23
+ /**
24
+ * The client request ID for tracing.
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The field to sort by. You can specify only one sort order. The default order for {@code timestamp} is descending.
37
+ *
38
+ */
39
+ "sortBy"?: ListWorkRequestErrorsRequest.SortBy;
40
+ /**
41
+ * The sort order to use, either 'ASC' or 'DESC'.
42
+ */
43
+ "sortOrder"?: model.SortOrder;
44
+ }
45
+ export declare namespace ListWorkRequestErrorsRequest {
46
+ enum SortBy {
47
+ Timestamp = "timestamp"
48
+ }
49
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.ListWorkRequestErrorsRequest = void 0;
16
+ var ListWorkRequestErrorsRequest;
17
+ (function (ListWorkRequestErrorsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timestamp"] = "timestamp";
21
+ })(SortBy = ListWorkRequestErrorsRequest.SortBy || (ListWorkRequestErrorsRequest.SortBy = {}));
22
+ })(ListWorkRequestErrorsRequest = exports.ListWorkRequestErrorsRequest || (exports.ListWorkRequestErrorsRequest = {}));
23
+ //# sourceMappingURL=list-work-request-errors-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-errors-request.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/request/list-work-request-errors-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,4BAA4B,CAI5C;AAJD,WAAiB,4BAA4B;IAC3C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,mCAAM,KAAN,mCAAM,QAEjB;AACH,CAAC,EAJgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAI5C"}
@@ -0,0 +1,49 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/clusterplacementgroups/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
+ */
18
+ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
+ /**
20
+ * The ID of the asynchronous work request.
21
+ */
22
+ "workRequestId": string;
23
+ /**
24
+ * The client request ID for tracing.
25
+ */
26
+ "opcRequestId"?: string;
27
+ /**
28
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
29
+ */
30
+ "page"?: string;
31
+ /**
32
+ * The maximum number of items to return.
33
+ */
34
+ "limit"?: number;
35
+ /**
36
+ * The field to sort by. You can specify only one sort order. The default order for {@code timestamp} is descending.
37
+ *
38
+ */
39
+ "sortBy"?: ListWorkRequestLogsRequest.SortBy;
40
+ /**
41
+ * The sort order to use, either 'ASC' or 'DESC'.
42
+ */
43
+ "sortOrder"?: model.SortOrder;
44
+ }
45
+ export declare namespace ListWorkRequestLogsRequest {
46
+ enum SortBy {
47
+ Timestamp = "timestamp"
48
+ }
49
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.ListWorkRequestLogsRequest = void 0;
16
+ var ListWorkRequestLogsRequest;
17
+ (function (ListWorkRequestLogsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["Timestamp"] = "timestamp";
21
+ })(SortBy = ListWorkRequestLogsRequest.SortBy || (ListWorkRequestLogsRequest.SortBy = {}));
22
+ })(ListWorkRequestLogsRequest = exports.ListWorkRequestLogsRequest || (exports.ListWorkRequestLogsRequest = {}));
23
+ //# sourceMappingURL=list-work-request-logs-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-request-logs-request.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/request/list-work-request-logs-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoCH,IAAiB,0BAA0B,CAI1C;AAJD,WAAiB,0BAA0B;IACzC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,iCAAuB,CAAA;IACzB,CAAC,EAFW,MAAM,GAAN,iCAAM,KAAN,iCAAM,QAEjB;AACH,CAAC,EAJgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAI1C"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/clusterplacementgroups/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
+ */
18
+ export interface ListWorkRequestsRequest extends common.BaseRequest {
19
+ /**
20
+ * A filter to return only the resources that match the specified compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
21
+ *
22
+ */
23
+ "compartmentId"?: string;
24
+ /**
25
+ * The ID of the asynchronous work request.
26
+ */
27
+ "workRequestId"?: string;
28
+ /**
29
+ * A filter to return only resources with a lifecycle state that matches the specified operation status.
30
+ */
31
+ "status"?: model.OperationStatus;
32
+ /**
33
+ * The ID of the resource affected by the work request.
34
+ */
35
+ "resourceId"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token representing the position at which to start retrieving results. This must come from the {@code opc-next-page} header field of a previous response.
42
+ */
43
+ "page"?: string;
44
+ /**
45
+ * The maximum number of items to return.
46
+ */
47
+ "limit"?: number;
48
+ /**
49
+ * The sort order to use, either 'ASC' or 'DESC'.
50
+ */
51
+ "sortOrder"?: model.SortOrder;
52
+ /**
53
+ * The field to sort by. You can specify only one sort order. The default order for {@code timeAccepted} is descending.
54
+ *
55
+ */
56
+ "sortBy"?: ListWorkRequestsRequest.SortBy;
57
+ }
58
+ export declare namespace ListWorkRequestsRequest {
59
+ enum SortBy {
60
+ TimeAccepted = "timeAccepted"
61
+ }
62
+ }
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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.ListWorkRequestsRequest = void 0;
16
+ var ListWorkRequestsRequest;
17
+ (function (ListWorkRequestsRequest) {
18
+ let SortBy;
19
+ (function (SortBy) {
20
+ SortBy["TimeAccepted"] = "timeAccepted";
21
+ })(SortBy = ListWorkRequestsRequest.SortBy || (ListWorkRequestsRequest.SortBy = {}));
22
+ })(ListWorkRequestsRequest = exports.ListWorkRequestsRequest || (exports.ListWorkRequestsRequest = {}));
23
+ //# sourceMappingURL=list-work-requests-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiDH,IAAiB,uBAAuB,CAIvC;AAJD,WAAiB,uBAAuB;IACtC,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAEjB;AACH,CAAC,EAJgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAIvC"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.85.0/clusterplacementgroups/UpdateClusterPlacementGroup.ts.html |here} to see how to use UpdateClusterPlacementGroupRequest.
17
+ */
18
+ export interface UpdateClusterPlacementGroupRequest extends common.BaseRequest {
19
+ /**
20
+ * A unique cluster placement group identifier.
21
+ */
22
+ "clusterPlacementGroupId": string;
23
+ /**
24
+ * The details of the cluster placement group to update.
25
+ */
26
+ "updateClusterPlacementGroupDetails": model.UpdateClusterPlacementGroupDetails;
27
+ /**
28
+ * For optimistic concurrency control. In the PUT or DELETE call
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
+ * etag from a previous GET or POST response for that resource.
31
+ * The resource will be updated or deleted only if the etag you
32
+ * provide matches the resource's current etag value.
33
+ *
34
+ */
35
+ "ifMatch"?: string;
36
+ /**
37
+ * The client request ID for tracing.
38
+ */
39
+ "opcRequestId"?: string;
40
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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-cluster-placement-group-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-cluster-placement-group-request.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/request/update-cluster-placement-group-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 ActivateClusterPlacementGroupResponse {
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.ClusterPlacementGroup instance.
28
+ */
29
+ "clusterPlacementGroup": model.ClusterPlacementGroup;
30
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=activate-cluster-placement-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"activate-cluster-placement-group-response.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/response/activate-cluster-placement-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 CancelWorkRequestResponse {
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: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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=cancel-work-request-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cancel-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/response/cancel-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 ChangeClusterPlacementGroupCompartmentResponse {
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: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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-cluster-placement-group-compartment-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-cluster-placement-group-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/response/change-cluster-placement-group-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 CreateClusterPlacementGroupResponse {
15
+ /**
16
+ * The URL for the created cluster placement group. The cluster placement group ID is generated after this request is sent.
17
+ */
18
+ "location": string;
19
+ /**
20
+ * Same as location.
21
+ */
22
+ "contentLocation": string;
23
+ /**
24
+ * For optimistic concurrency control. See {@code if-match}.
25
+ *
26
+ */
27
+ "etag": string;
28
+ /**
29
+ * Unique Oracle-assigned identifier for the asynchronous work. You can use this to query its status.
30
+ *
31
+ */
32
+ "opcWorkRequestId": string;
33
+ /**
34
+ * Unique Oracle-assigned identifier for the request. If you need to contact
35
+ * Oracle about a particular request, please provide the request ID.
36
+ *
37
+ */
38
+ "opcRequestId": string;
39
+ /**
40
+ * The returned model.ClusterPlacementGroup instance.
41
+ */
42
+ "clusterPlacementGroup": model.ClusterPlacementGroup;
43
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20230801
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, 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-cluster-placement-group-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-cluster-placement-group-response.js","sourceRoot":"","sources":["../../../../../lib/clusterplacementgroups/lib/response/create-cluster-placement-group-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20230801
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, 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 DeactivateClusterPlacementGroupResponse {
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.ClusterPlacementGroup instance.
28
+ */
29
+ "clusterPlacementGroup": model.ClusterPlacementGroup;
30
+ }