oci-computecloudatcustomer 2.68.2

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 (164) 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 +25 -0
  6. package/index.js +48 -0
  7. package/index.js.map +1 -0
  8. package/lib/client.d.ts +210 -0
  9. package/lib/client.js +965 -0
  10. package/lib/client.js.map +1 -0
  11. package/lib/computecloudatcustomer-waiter.d.ts +40 -0
  12. package/lib/computecloudatcustomer-waiter.js +80 -0
  13. package/lib/computecloudatcustomer-waiter.js.map +1 -0
  14. package/lib/model/ccc-infrastructure-collection.d.ts +30 -0
  15. package/lib/model/ccc-infrastructure-collection.js +64 -0
  16. package/lib/model/ccc-infrastructure-collection.js.map +1 -0
  17. package/lib/model/ccc-infrastructure-inventory.d.ts +53 -0
  18. package/lib/model/ccc-infrastructure-inventory.js +32 -0
  19. package/lib/model/ccc-infrastructure-inventory.js.map +1 -0
  20. package/lib/model/ccc-infrastructure-management-node.d.ts +33 -0
  21. package/lib/model/ccc-infrastructure-management-node.js +32 -0
  22. package/lib/model/ccc-infrastructure-management-node.js.map +1 -0
  23. package/lib/model/ccc-infrastructure-network-configuration.d.ts +117 -0
  24. package/lib/model/ccc-infrastructure-network-configuration.js +89 -0
  25. package/lib/model/ccc-infrastructure-network-configuration.js.map +1 -0
  26. package/lib/model/ccc-infrastructure-routing-dynamic-details.d.ts +51 -0
  27. package/lib/model/ccc-infrastructure-routing-dynamic-details.js +75 -0
  28. package/lib/model/ccc-infrastructure-routing-dynamic-details.js.map +1 -0
  29. package/lib/model/ccc-infrastructure-routing-static-details.d.ts +36 -0
  30. package/lib/model/ccc-infrastructure-routing-static-details.js +32 -0
  31. package/lib/model/ccc-infrastructure-routing-static-details.js.map +1 -0
  32. package/lib/model/ccc-infrastructure-summary.d.ts +101 -0
  33. package/lib/model/ccc-infrastructure-summary.js +32 -0
  34. package/lib/model/ccc-infrastructure-summary.js.map +1 -0
  35. package/lib/model/ccc-infrastructure.d.ts +173 -0
  36. package/lib/model/ccc-infrastructure.js +97 -0
  37. package/lib/model/ccc-infrastructure.js.map +1 -0
  38. package/lib/model/ccc-schedule-event.d.ts +54 -0
  39. package/lib/model/ccc-schedule-event.js +32 -0
  40. package/lib/model/ccc-schedule-event.js.map +1 -0
  41. package/lib/model/ccc-upgrade-information.d.ts +50 -0
  42. package/lib/model/ccc-upgrade-information.js +32 -0
  43. package/lib/model/ccc-upgrade-information.js.map +1 -0
  44. package/lib/model/ccc-upgrade-schedule-collection.d.ts +32 -0
  45. package/lib/model/ccc-upgrade-schedule-collection.js +64 -0
  46. package/lib/model/ccc-upgrade-schedule-collection.js.map +1 -0
  47. package/lib/model/ccc-upgrade-schedule-summary.d.ts +82 -0
  48. package/lib/model/ccc-upgrade-schedule-summary.js +32 -0
  49. package/lib/model/ccc-upgrade-schedule-summary.js.map +1 -0
  50. package/lib/model/ccc-upgrade-schedule.d.ts +122 -0
  51. package/lib/model/ccc-upgrade-schedule.js +76 -0
  52. package/lib/model/ccc-upgrade-schedule.js.map +1 -0
  53. package/lib/model/change-ccc-infrastructure-compartment-details.d.ts +30 -0
  54. package/lib/model/change-ccc-infrastructure-compartment-details.js +32 -0
  55. package/lib/model/change-ccc-infrastructure-compartment-details.js.map +1 -0
  56. package/lib/model/change-ccc-upgrade-schedule-compartment-details.d.ts +30 -0
  57. package/lib/model/change-ccc-upgrade-schedule-compartment-details.js +32 -0
  58. package/lib/model/change-ccc-upgrade-schedule-compartment-details.js.map +1 -0
  59. package/lib/model/create-ccc-infrastructure-details.d.ts +83 -0
  60. package/lib/model/create-ccc-infrastructure-details.js +32 -0
  61. package/lib/model/create-ccc-infrastructure-details.js.map +1 -0
  62. package/lib/model/create-ccc-schedule-event.d.ts +50 -0
  63. package/lib/model/create-ccc-schedule-event.js +32 -0
  64. package/lib/model/create-ccc-schedule-event.js.map +1 -0
  65. package/lib/model/create-ccc-upgrade-schedule-details.d.ts +70 -0
  66. package/lib/model/create-ccc-upgrade-schedule-details.js +64 -0
  67. package/lib/model/create-ccc-upgrade-schedule-details.js.map +1 -0
  68. package/lib/model/index.d.ts +61 -0
  69. package/lib/model/index.js +84 -0
  70. package/lib/model/index.js.map +1 -0
  71. package/lib/model/peer-information.d.ts +35 -0
  72. package/lib/model/peer-information.js +32 -0
  73. package/lib/model/peer-information.js.map +1 -0
  74. package/lib/model/sort-order.d.ts +26 -0
  75. package/lib/model/sort-order.js +37 -0
  76. package/lib/model/sort-order.js.map +1 -0
  77. package/lib/model/update-ccc-infrastructure-details.d.ts +77 -0
  78. package/lib/model/update-ccc-infrastructure-details.js +32 -0
  79. package/lib/model/update-ccc-infrastructure-details.js.map +1 -0
  80. package/lib/model/update-ccc-schedule-event.d.ts +50 -0
  81. package/lib/model/update-ccc-schedule-event.js +32 -0
  82. package/lib/model/update-ccc-schedule-event.js.map +1 -0
  83. package/lib/model/update-ccc-upgrade-schedule-details.d.ts +62 -0
  84. package/lib/model/update-ccc-upgrade-schedule-details.js +64 -0
  85. package/lib/model/update-ccc-upgrade-schedule-details.js.map +1 -0
  86. package/lib/request/change-ccc-infrastructure-compartment-request.d.ts +54 -0
  87. package/lib/request/change-ccc-infrastructure-compartment-request.js +15 -0
  88. package/lib/request/change-ccc-infrastructure-compartment-request.js.map +1 -0
  89. package/lib/request/change-ccc-upgrade-schedule-compartment-request.d.ts +54 -0
  90. package/lib/request/change-ccc-upgrade-schedule-compartment-request.js +15 -0
  91. package/lib/request/change-ccc-upgrade-schedule-compartment-request.js.map +1 -0
  92. package/lib/request/create-ccc-infrastructure-request.d.ts +37 -0
  93. package/lib/request/create-ccc-infrastructure-request.js +15 -0
  94. package/lib/request/create-ccc-infrastructure-request.js.map +1 -0
  95. package/lib/request/create-ccc-upgrade-schedule-request.d.ts +37 -0
  96. package/lib/request/create-ccc-upgrade-schedule-request.js +15 -0
  97. package/lib/request/create-ccc-upgrade-schedule-request.js.map +1 -0
  98. package/lib/request/delete-ccc-infrastructure-request.d.ts +38 -0
  99. package/lib/request/delete-ccc-infrastructure-request.js +15 -0
  100. package/lib/request/delete-ccc-infrastructure-request.js.map +1 -0
  101. package/lib/request/delete-ccc-upgrade-schedule-request.d.ts +38 -0
  102. package/lib/request/delete-ccc-upgrade-schedule-request.js +15 -0
  103. package/lib/request/delete-ccc-upgrade-schedule-request.js.map +1 -0
  104. package/lib/request/get-ccc-infrastructure-request.d.ts +29 -0
  105. package/lib/request/get-ccc-infrastructure-request.js +15 -0
  106. package/lib/request/get-ccc-infrastructure-request.js.map +1 -0
  107. package/lib/request/get-ccc-upgrade-schedule-request.d.ts +29 -0
  108. package/lib/request/get-ccc-upgrade-schedule-request.js +15 -0
  109. package/lib/request/get-ccc-upgrade-schedule-request.js.map +1 -0
  110. package/lib/request/index.d.ts +39 -0
  111. package/lib/request/index.js +42 -0
  112. package/lib/request/index.js.map +1 -0
  113. package/lib/request/list-ccc-infrastructures-request.d.ts +92 -0
  114. package/lib/request/list-ccc-infrastructures-request.js +29 -0
  115. package/lib/request/list-ccc-infrastructures-request.js.map +1 -0
  116. package/lib/request/list-ccc-upgrade-schedules-request.d.ts +93 -0
  117. package/lib/request/list-ccc-upgrade-schedules-request.js +29 -0
  118. package/lib/request/list-ccc-upgrade-schedules-request.js.map +1 -0
  119. package/lib/request/update-ccc-infrastructure-request.d.ts +43 -0
  120. package/lib/request/update-ccc-infrastructure-request.js +15 -0
  121. package/lib/request/update-ccc-infrastructure-request.js.map +1 -0
  122. package/lib/request/update-ccc-upgrade-schedule-request.d.ts +43 -0
  123. package/lib/request/update-ccc-upgrade-schedule-request.js +15 -0
  124. package/lib/request/update-ccc-upgrade-schedule-request.js.map +1 -0
  125. package/lib/response/change-ccc-infrastructure-compartment-response.d.ts +20 -0
  126. package/lib/response/change-ccc-infrastructure-compartment-response.js +15 -0
  127. package/lib/response/change-ccc-infrastructure-compartment-response.js.map +1 -0
  128. package/lib/response/change-ccc-upgrade-schedule-compartment-response.d.ts +20 -0
  129. package/lib/response/change-ccc-upgrade-schedule-compartment-response.js +15 -0
  130. package/lib/response/change-ccc-upgrade-schedule-compartment-response.js.map +1 -0
  131. package/lib/response/create-ccc-infrastructure-response.d.ts +30 -0
  132. package/lib/response/create-ccc-infrastructure-response.js +15 -0
  133. package/lib/response/create-ccc-infrastructure-response.js.map +1 -0
  134. package/lib/response/create-ccc-upgrade-schedule-response.d.ts +30 -0
  135. package/lib/response/create-ccc-upgrade-schedule-response.js +15 -0
  136. package/lib/response/create-ccc-upgrade-schedule-response.js.map +1 -0
  137. package/lib/response/delete-ccc-infrastructure-response.d.ts +20 -0
  138. package/lib/response/delete-ccc-infrastructure-response.js +15 -0
  139. package/lib/response/delete-ccc-infrastructure-response.js.map +1 -0
  140. package/lib/response/delete-ccc-upgrade-schedule-response.d.ts +20 -0
  141. package/lib/response/delete-ccc-upgrade-schedule-response.js +15 -0
  142. package/lib/response/delete-ccc-upgrade-schedule-response.js.map +1 -0
  143. package/lib/response/get-ccc-infrastructure-response.d.ts +30 -0
  144. package/lib/response/get-ccc-infrastructure-response.js +15 -0
  145. package/lib/response/get-ccc-infrastructure-response.js.map +1 -0
  146. package/lib/response/get-ccc-upgrade-schedule-response.d.ts +30 -0
  147. package/lib/response/get-ccc-upgrade-schedule-response.js +15 -0
  148. package/lib/response/get-ccc-upgrade-schedule-response.js.map +1 -0
  149. package/lib/response/index.d.ts +39 -0
  150. package/lib/response/index.js +18 -0
  151. package/lib/response/index.js.map +1 -0
  152. package/lib/response/list-ccc-infrastructures-response.d.ts +39 -0
  153. package/lib/response/list-ccc-infrastructures-response.js +15 -0
  154. package/lib/response/list-ccc-infrastructures-response.js.map +1 -0
  155. package/lib/response/list-ccc-upgrade-schedules-response.d.ts +39 -0
  156. package/lib/response/list-ccc-upgrade-schedules-response.js +15 -0
  157. package/lib/response/list-ccc-upgrade-schedules-response.js.map +1 -0
  158. package/lib/response/update-ccc-infrastructure-response.d.ts +30 -0
  159. package/lib/response/update-ccc-infrastructure-response.js +15 -0
  160. package/lib/response/update-ccc-infrastructure-response.js.map +1 -0
  161. package/lib/response/update-ccc-upgrade-schedule-response.d.ts +30 -0
  162. package/lib/response/update-ccc-upgrade-schedule-response.js +15 -0
  163. package/lib/response/update-ccc-upgrade-schedule-response.js.map +1 -0
  164. package/package.json +29 -0
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Compute Cloud@Customer API
4
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
5
+ and scheduled upgrades. For more information see
6
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
7
+
8
+ * OpenAPI spec version: 20221208
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.PeerInformation = void 0;
19
+ var PeerInformation;
20
+ (function (PeerInformation) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ PeerInformation.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ PeerInformation.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(PeerInformation = exports.PeerInformation || (exports.PeerInformation = {}));
32
+ //# sourceMappingURL=peer-information.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"peer-information.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/peer-information.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAsBH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Compute Cloud@Customer API
3
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
4
+ and scheduled upgrades. For more information see
5
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
6
+
7
+ * OpenAPI spec version: 20221208
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * Sort orders.
18
+ **/
19
+ export declare enum SortOrder {
20
+ Asc = "ASC",
21
+ Desc = "DESC"
22
+ }
23
+ export declare namespace SortOrder {
24
+ function getJsonObj(obj: SortOrder): SortOrder;
25
+ function getDeserializedJsonObj(obj: SortOrder): SortOrder;
26
+ }
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ /**
3
+ * Compute Cloud@Customer API
4
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
5
+ and scheduled upgrades. For more information see
6
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
7
+
8
+ * OpenAPI spec version: 20221208
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.SortOrder = void 0;
19
+ /**
20
+ * Sort orders.
21
+ **/
22
+ var SortOrder;
23
+ (function (SortOrder) {
24
+ SortOrder["Asc"] = "ASC";
25
+ SortOrder["Desc"] = "DESC";
26
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
27
+ (function (SortOrder) {
28
+ function getJsonObj(obj) {
29
+ return obj;
30
+ }
31
+ SortOrder.getJsonObj = getJsonObj;
32
+ function getDeserializedJsonObj(obj) {
33
+ return obj;
34
+ }
35
+ SortOrder.getDeserializedJsonObj = getDeserializedJsonObj;
36
+ })(SortOrder = exports.SortOrder || (exports.SortOrder = {}));
37
+ //# sourceMappingURL=sort-order.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sort-order.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/sort-order.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAKH;;IAEI;AACJ,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,wBAAW,CAAA;IACX,0BAAa,CAAA;AACf,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB;AAED,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,gCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAOzB"}
@@ -0,0 +1,77 @@
1
+ /**
2
+ * Compute Cloud@Customer API
3
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
4
+ and scheduled upgrades. For more information see
5
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
6
+
7
+ * OpenAPI spec version: 20221208
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * Updates Compute Cloud@Customer infrastructure configuration details.
18
+ */
19
+ export interface UpdateCccInfrastructureDetails {
20
+ /**
21
+ * The name that will be used to display the Compute Cloud@Customer infrastructure
22
+ * in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed.
23
+ * Avoid entering confidential information.
24
+ *
25
+ */
26
+ "displayName"?: string;
27
+ /**
28
+ * A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure.
29
+ * Avoid entering confidential information.
30
+ *
31
+ */
32
+ "description"?: string;
33
+ /**
34
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is
35
+ * used to communicate with Compute Cloud@Customer infrastructure.
36
+ *
37
+ */
38
+ "subnetId"?: string;
39
+ /**
40
+ * An updated connection state of the Compute Cloud@Customer infrastructure.
41
+ *
42
+ */
43
+ "connectionState"?: string;
44
+ /**
45
+ * A message describing the current connection state in more detail.
46
+ *
47
+ */
48
+ "connectionDetails"?: string;
49
+ /**
50
+ * Schedule used for upgrades. If no schedule is associated with the infrastructure,
51
+ * it can be updated at any time.
52
+ *
53
+ */
54
+ "cccUpgradeScheduleId"?: string;
55
+ /**
56
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
57
+ * Example: `{\"bar-key\": \"value\"}`
58
+ *
59
+ */
60
+ "freeformTags"?: {
61
+ [key: string]: string;
62
+ };
63
+ /**
64
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
65
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
66
+ *
67
+ */
68
+ "definedTags"?: {
69
+ [key: string]: {
70
+ [key: string]: any;
71
+ };
72
+ };
73
+ }
74
+ export declare namespace UpdateCccInfrastructureDetails {
75
+ function getJsonObj(obj: UpdateCccInfrastructureDetails): object;
76
+ function getDeserializedJsonObj(obj: UpdateCccInfrastructureDetails): object;
77
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Compute Cloud@Customer API
4
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
5
+ and scheduled upgrades. For more information see
6
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
7
+
8
+ * OpenAPI spec version: 20221208
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.UpdateCccInfrastructureDetails = void 0;
19
+ var UpdateCccInfrastructureDetails;
20
+ (function (UpdateCccInfrastructureDetails) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ UpdateCccInfrastructureDetails.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ UpdateCccInfrastructureDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(UpdateCccInfrastructureDetails = exports.UpdateCccInfrastructureDetails || (exports.UpdateCccInfrastructureDetails = {}));
32
+ //# sourceMappingURL=update-ccc-infrastructure-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ccc-infrastructure-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/update-ccc-infrastructure-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA0DH,IAAiB,8BAA8B,CAW9C;AAXD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAW9C"}
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Compute Cloud@Customer API
3
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
4
+ and scheduled upgrades. For more information see
5
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
6
+
7
+ * OpenAPI spec version: 20221208
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ /**
17
+ * A period where upgrades may be applied to Compute Cloud@Customer infrastructures
18
+ * associated with the schedule. All upgrade windows may not be used.
19
+ *
20
+ */
21
+ export interface UpdateCccScheduleEvent {
22
+ /**
23
+ * A description of the Compute Cloud@Customer upgrade schedule time block.
24
+ */
25
+ "description": string;
26
+ /**
27
+ * The date and time when the Compute Cloud@Customer upgrade schedule event starts,
28
+ * inclusive. An RFC3339 formatted UTC datetime string. For an event with recurrences,
29
+ * this is the date that a recurrence can start being applied.
30
+ *
31
+ */
32
+ "timeStart": Date;
33
+ /**
34
+ * The duration of this block of time. The duration must be specified and be of the
35
+ * ISO-8601 format for durations.
36
+ *
37
+ */
38
+ "scheduleEventDuration": string;
39
+ /**
40
+ * Frequency of recurrence of schedule block. When this field is not included, the event
41
+ * is assumed to be a one time occurrence. The frequency field is strictly parsed and must
42
+ * conform to RFC-5545 formatting for recurrences.
43
+ *
44
+ */
45
+ "scheduleEventRecurrences"?: string;
46
+ }
47
+ export declare namespace UpdateCccScheduleEvent {
48
+ function getJsonObj(obj: UpdateCccScheduleEvent): object;
49
+ function getDeserializedJsonObj(obj: UpdateCccScheduleEvent): object;
50
+ }
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /**
3
+ * Compute Cloud@Customer API
4
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
5
+ and scheduled upgrades. For more information see
6
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
7
+
8
+ * OpenAPI spec version: 20221208
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.UpdateCccScheduleEvent = void 0;
19
+ var UpdateCccScheduleEvent;
20
+ (function (UpdateCccScheduleEvent) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ UpdateCccScheduleEvent.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ UpdateCccScheduleEvent.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(UpdateCccScheduleEvent = exports.UpdateCccScheduleEvent || (exports.UpdateCccScheduleEvent = {}));
32
+ //# sourceMappingURL=update-ccc-schedule-event.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ccc-schedule-event.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/update-ccc-schedule-event.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAqCH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * Compute Cloud@Customer API
3
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
4
+ and scheduled upgrades. For more information see
5
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
6
+
7
+ * OpenAPI spec version: 20221208
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * 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.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Updates the schedule details, all schedule information must be entered, similar to an
19
+ * initial schedule create. Include all events in the update.
20
+ *
21
+ */
22
+ export interface UpdateCccUpgradeScheduleDetails {
23
+ /**
24
+ * Compute Cloud@Customer upgrade schedule display name.
25
+ * Avoid entering confidential information.
26
+ *
27
+ */
28
+ "displayName"?: string;
29
+ /**
30
+ * An optional description of the Compute Cloud@Customer upgrade schedule.
31
+ * Avoid entering confidential information.
32
+ *
33
+ */
34
+ "description"?: string;
35
+ /**
36
+ * List of preferred times for a Compute Cloud@Customer infrastructure to be upgraded.
37
+ *
38
+ */
39
+ "events"?: Array<model.UpdateCccScheduleEvent>;
40
+ /**
41
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
42
+ * Example: `{\"bar-key\": \"value\"}`
43
+ *
44
+ */
45
+ "freeformTags"?: {
46
+ [key: string]: string;
47
+ };
48
+ /**
49
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
50
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
51
+ *
52
+ */
53
+ "definedTags"?: {
54
+ [key: string]: {
55
+ [key: string]: any;
56
+ };
57
+ };
58
+ }
59
+ export declare namespace UpdateCccUpgradeScheduleDetails {
60
+ function getJsonObj(obj: UpdateCccUpgradeScheduleDetails): object;
61
+ function getDeserializedJsonObj(obj: UpdateCccUpgradeScheduleDetails): object;
62
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ /**
3
+ * Compute Cloud@Customer API
4
+ * Use the Compute Cloud@Customer API to manage Compute Cloud@Customer Infrastructure deployments
5
+ and scheduled upgrades. For more information see
6
+ [Compute Cloud@Customer documentation](/iaas/Content/compute-cloud-at-customer/home.htm).
7
+
8
+ * OpenAPI spec version: 20221208
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.UpdateCccUpgradeScheduleDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var UpdateCccUpgradeScheduleDetails;
40
+ (function (UpdateCccUpgradeScheduleDetails) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "events": obj.events
44
+ ? obj.events.map(item => {
45
+ return model.UpdateCccScheduleEvent.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ UpdateCccUpgradeScheduleDetails.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "events": obj.events
55
+ ? obj.events.map(item => {
56
+ return model.UpdateCccScheduleEvent.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ UpdateCccUpgradeScheduleDetails.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(UpdateCccUpgradeScheduleDetails = exports.UpdateCccUpgradeScheduleDetails || (exports.UpdateCccUpgradeScheduleDetails = {}));
64
+ //# sourceMappingURL=update-ccc-upgrade-schedule-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-ccc-upgrade-schedule-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/update-ccc-upgrade-schedule-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwClC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM;gBAClB,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACpB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
@@ -0,0 +1,54 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20221208
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.68.2/computecloudatcustomer/ChangeCccInfrastructureCompartment.ts.html |here} to see how to use ChangeCccInfrastructureCompartmentRequest.
17
+ */
18
+ export interface ChangeCccInfrastructureCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * An [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for a
21
+ * Compute Cloud@Customer Infrastructure.
22
+ *
23
+ */
24
+ "cccInfrastructureId": string;
25
+ /**
26
+ * Details about the compartment change operation including the destination compartment
27
+ * specified by the resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
28
+ *
29
+ */
30
+ "changeCccInfrastructureCompartmentDetails": model.ChangeCccInfrastructureCompartmentDetails;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: 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
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ /**
50
+ * The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
51
+ *
52
+ */
53
+ "opcRequestId"?: string;
54
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20221208
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-ccc-infrastructure-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-ccc-infrastructure-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/change-ccc-infrastructure-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,54 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20221208
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.68.2/computecloudatcustomer/ChangeCccUpgradeScheduleCompartment.ts.html |here} to see how to use ChangeCccUpgradeScheduleCompartmentRequest.
17
+ */
18
+ export interface ChangeCccUpgradeScheduleCompartmentRequest extends common.BaseRequest {
19
+ /**
20
+ * Compute Cloud@Customer upgrade schedule
21
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
22
+ *
23
+ */
24
+ "cccUpgradeScheduleId": string;
25
+ /**
26
+ * Details about the compartment change operation including the destination compartment
27
+ * specified by the resource [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
28
+ *
29
+ */
30
+ "changeCccUpgradeScheduleCompartmentDetails": model.ChangeCccUpgradeScheduleCompartmentDetails;
31
+ /**
32
+ * For optimistic concurrency control. In the PUT or DELETE call
33
+ * for a resource, set the `if-match` parameter to the value of the
34
+ * etag from a previous GET or POST response for that resource.
35
+ * The resource will be updated or deleted only if the etag you
36
+ * provide matches the resource's current etag value.
37
+ *
38
+ */
39
+ "ifMatch"?: 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
+ * might be rejected.
46
+ *
47
+ */
48
+ "opcRetryToken"?: string;
49
+ /**
50
+ * The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
51
+ *
52
+ */
53
+ "opcRequestId"?: string;
54
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20221208
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-ccc-upgrade-schedule-compartment-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-ccc-upgrade-schedule-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/change-ccc-upgrade-schedule-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20221208
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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.68.2/computecloudatcustomer/CreateCccInfrastructure.ts.html |here} to see how to use CreateCccInfrastructureRequest.
17
+ */
18
+ export interface CreateCccInfrastructureRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the new CccInfrastructure.
21
+ */
22
+ "createCccInfrastructureDetails": model.CreateCccInfrastructureDetails;
23
+ /**
24
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or
25
+ * server error without risk of executing that same action again. Retry tokens expire after 24
26
+ * hours, but can be invalidated before then due to conflicting operations. For example, if a resource
27
+ * has been deleted and purged from the system, then a retry of the original creation request
28
+ * might be rejected.
29
+ *
30
+ */
31
+ "opcRetryToken"?: string;
32
+ /**
33
+ * The client request [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for tracing.
34
+ *
35
+ */
36
+ "opcRequestId"?: string;
37
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20221208
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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-ccc-infrastructure-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-ccc-infrastructure-request.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/request/create-ccc-infrastructure-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}