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 @@
1
+ {"version":3,"file":"ccc-infrastructure-network-configuration.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/ccc-infrastructure-network-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyFlC,IAAiB,qCAAqC,CA8DrD;AA9DD,WAAiB,qCAAqC;IACpD,IAAY,gCAWX;IAXD,WAAY,gCAAgC;QAC1C,iDAAa,CAAA;QACb,iEAA6B,CAAA;QAC7B,0FAAsD,CAAA;QACtD,uEAAmC,CAAA;QACnC,yEAAqC,CAAA;QACrC;;;WAGG;QACH,kEAA8B,CAAA;IAChC,CAAC,EAXW,gCAAgC,GAAhC,sEAAgC,KAAhC,sEAAgC,QAW3C;IAED,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,UAAU,CAAC,GAAG,CAAC,2BAA2B,CAAC;gBACzF,CAAC,CAAC,SAAS;YACb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACrD,GAAG,CAAC,4BAA4B,CACjC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAtBe,gDAAU,aAsBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CAChE,GAAG,CAAC,2BAA2B,CAChC;gBACH,CAAC,CAAC,SAAS;YACb,8BAA8B,EAAE,GAAG,CAAC,4BAA4B;gBAC9D,CAAC,CAAC,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjE,GAAG,CAAC,4BAA4B,CACjC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAxBe,4DAAsB,yBAwBrC,CAAA;AACH,CAAC,EA9DgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA8DrD"}
@@ -0,0 +1,51 @@
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
+ * Dynamic routing information for the Compute Cloud@Customer infrastructure.
19
+ *
20
+ */
21
+ export interface CccInfrastructureRoutingDynamicDetails {
22
+ /**
23
+ * The list of peer devices in the dynamic routing configuration.
24
+ */
25
+ "peerInformation"?: Array<model.PeerInformation>;
26
+ /**
27
+ * The Oracle Autonomous System Number (ASN) to control routing and exchange information
28
+ * within the dynamic routing configuration.
29
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "oracleAsn"?: number;
32
+ /**
33
+ * The topology in use for the Border Gateway Protocol (BGP) configuration.
34
+ *
35
+ */
36
+ "bgpTopology"?: CccInfrastructureRoutingDynamicDetails.BgpTopology;
37
+ }
38
+ export declare namespace CccInfrastructureRoutingDynamicDetails {
39
+ enum BgpTopology {
40
+ Triangle = "TRIANGLE",
41
+ Square = "SQUARE",
42
+ Mesh = "MESH",
43
+ /**
44
+ * This value is used if a service returns a value for this enum that is not recognized by this
45
+ * version of the SDK.
46
+ */
47
+ UnknownValue = "UNKNOWN_VALUE"
48
+ }
49
+ function getJsonObj(obj: CccInfrastructureRoutingDynamicDetails): object;
50
+ function getDeserializedJsonObj(obj: CccInfrastructureRoutingDynamicDetails): object;
51
+ }
@@ -0,0 +1,75 @@
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.CccInfrastructureRoutingDynamicDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var CccInfrastructureRoutingDynamicDetails;
40
+ (function (CccInfrastructureRoutingDynamicDetails) {
41
+ let BgpTopology;
42
+ (function (BgpTopology) {
43
+ BgpTopology["Triangle"] = "TRIANGLE";
44
+ BgpTopology["Square"] = "SQUARE";
45
+ BgpTopology["Mesh"] = "MESH";
46
+ /**
47
+ * This value is used if a service returns a value for this enum that is not recognized by this
48
+ * version of the SDK.
49
+ */
50
+ BgpTopology["UnknownValue"] = "UNKNOWN_VALUE";
51
+ })(BgpTopology = CccInfrastructureRoutingDynamicDetails.BgpTopology || (CccInfrastructureRoutingDynamicDetails.BgpTopology = {}));
52
+ function getJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "peerInformation": obj.peerInformation
55
+ ? obj.peerInformation.map(item => {
56
+ return model.PeerInformation.getJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ CccInfrastructureRoutingDynamicDetails.getJsonObj = getJsonObj;
63
+ function getDeserializedJsonObj(obj) {
64
+ const jsonObj = Object.assign(Object.assign({}, obj), {
65
+ "peerInformation": obj.peerInformation
66
+ ? obj.peerInformation.map(item => {
67
+ return model.PeerInformation.getDeserializedJsonObj(item);
68
+ })
69
+ : undefined
70
+ });
71
+ return jsonObj;
72
+ }
73
+ CccInfrastructureRoutingDynamicDetails.getDeserializedJsonObj = getDeserializedJsonObj;
74
+ })(CccInfrastructureRoutingDynamicDetails = exports.CccInfrastructureRoutingDynamicDetails || (exports.CccInfrastructureRoutingDynamicDetails = {}));
75
+ //# sourceMappingURL=ccc-infrastructure-routing-dynamic-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ccc-infrastructure-routing-dynamic-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/ccc-infrastructure-routing-dynamic-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,sCAAsC,CAwCtD;AAxCD,WAAiB,sCAAsC;IACrD,IAAY,WASX;IATD,WAAY,WAAW;QACrB,oCAAqB,CAAA;QACrB,gCAAiB,CAAA;QACjB,4BAAa,CAAA;QACb;;;WAGG;QACH,6CAA8B,CAAA;IAChC,CAAC,EATW,WAAW,GAAX,kDAAW,KAAX,kDAAW,QAStB;IAED,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6DAAsB,yBAarC,CAAA;AACH,CAAC,EAxCgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAwCtD"}
@@ -0,0 +1,36 @@
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
+ * Static routing information for a rack.
18
+ */
19
+ export interface CccInfrastructureRoutingStaticDetails {
20
+ /**
21
+ * The virtual local area network (VLAN) identifier used to connect to the uplink
22
+ * (only access mode is supported).
23
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
24
+ */
25
+ "uplinkVlan"?: number;
26
+ /**
27
+ * The uplink Hot Standby Router Protocol (HSRP) group value for the switch in the
28
+ * Compute Cloud@Customer infrastructure.
29
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "uplinkHsrpGroup"?: number;
32
+ }
33
+ export declare namespace CccInfrastructureRoutingStaticDetails {
34
+ function getJsonObj(obj: CccInfrastructureRoutingStaticDetails): object;
35
+ function getDeserializedJsonObj(obj: CccInfrastructureRoutingStaticDetails): object;
36
+ }
@@ -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.CccInfrastructureRoutingStaticDetails = void 0;
19
+ var CccInfrastructureRoutingStaticDetails;
20
+ (function (CccInfrastructureRoutingStaticDetails) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ CccInfrastructureRoutingStaticDetails.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ CccInfrastructureRoutingStaticDetails.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(CccInfrastructureRoutingStaticDetails = exports.CccInfrastructureRoutingStaticDetails || (exports.CccInfrastructureRoutingStaticDetails = {}));
32
+ //# sourceMappingURL=ccc-infrastructure-routing-static-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ccc-infrastructure-routing-static-details.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/ccc-infrastructure-routing-static-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuBH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
@@ -0,0 +1,101 @@
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
+ * Summary information about a Compute Cloud@Customer infrastructure.
18
+ */
19
+ export interface CccInfrastructureSummary {
20
+ /**
21
+ * The Compute Cloud@Customer infrastructure
22
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
23
+ * This cannot be changed once created.
24
+ *
25
+ */
26
+ "id": string;
27
+ /**
28
+ * The Compute Cloud@Customer infrastructure short name. This is generated at
29
+ * the time the resource is created and cannot be changed. The short name can be
30
+ * used when communicating with Oracle Service and may be used during the configuration
31
+ * of the data center network.
32
+ *
33
+ */
34
+ "shortName"?: string;
35
+ /**
36
+ * The name that will be used to display the Compute Cloud@Customer infrastructure
37
+ * in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed.
38
+ * Avoid entering confidential information.
39
+ *
40
+ */
41
+ "displayName": string;
42
+ /**
43
+ * The compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) associated with
44
+ * the infrastructure.
45
+ *
46
+ */
47
+ "compartmentId": string;
48
+ /**
49
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is
50
+ * used to communicate with Compute Cloud@Customer infrastructure.
51
+ *
52
+ */
53
+ "subnetId": string;
54
+ /**
55
+ * Compute Cloud@Customer infrastructure creation date and time. An RFC3339 formatted
56
+ * datetime string.
57
+ *
58
+ */
59
+ "timeCreated": Date;
60
+ /**
61
+ * The current connection state of the infrastructure.
62
+ *
63
+ */
64
+ "connectionState"?: string;
65
+ /**
66
+ * The current state of the Compute Cloud@Customer infrastructure.
67
+ */
68
+ "lifecycleState": string;
69
+ /**
70
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
71
+ * Example: `{\"bar-key\": \"value\"}`
72
+ *
73
+ */
74
+ "freeformTags"?: {
75
+ [key: string]: string;
76
+ };
77
+ /**
78
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
79
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
80
+ *
81
+ */
82
+ "definedTags"?: {
83
+ [key: string]: {
84
+ [key: string]: any;
85
+ };
86
+ };
87
+ /**
88
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
89
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
90
+ *
91
+ */
92
+ "systemTags"?: {
93
+ [key: string]: {
94
+ [key: string]: any;
95
+ };
96
+ };
97
+ }
98
+ export declare namespace CccInfrastructureSummary {
99
+ function getJsonObj(obj: CccInfrastructureSummary): object;
100
+ function getDeserializedJsonObj(obj: CccInfrastructureSummary): object;
101
+ }
@@ -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.CccInfrastructureSummary = void 0;
19
+ var CccInfrastructureSummary;
20
+ (function (CccInfrastructureSummary) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ CccInfrastructureSummary.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ CccInfrastructureSummary.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(CccInfrastructureSummary = exports.CccInfrastructureSummary || (exports.CccInfrastructureSummary = {}));
32
+ //# sourceMappingURL=ccc-infrastructure-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ccc-infrastructure-summary.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/ccc-infrastructure-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA8EH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
@@ -0,0 +1,173 @@
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
+ * The Oracle Cloud Infrastructure resource representing the connection to the hardware and
19
+ * software located in a customer's data center running the Compute Cloud@Customer IaaS services.
20
+ *
21
+ */
22
+ export interface CccInfrastructure {
23
+ /**
24
+ * The Compute Cloud@Customer infrastructure [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
25
+ * This cannot be changed once created.
26
+ *
27
+ */
28
+ "id": string;
29
+ /**
30
+ * The Compute Cloud@Customer infrastructure short name.
31
+ * This cannot be changed once created. The
32
+ * short name is used to refer to the infrastructure in several contexts and is unique.
33
+ *
34
+ */
35
+ "shortName"?: string;
36
+ /**
37
+ * The name that will be used to display the Compute Cloud@Customer infrastructure
38
+ * in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed.
39
+ * Avoid entering confidential information.
40
+ *
41
+ */
42
+ "displayName": string;
43
+ /**
44
+ * A mutable client-meaningful text description of the Compute Cloud@Customer infrastructure.
45
+ * Avoid entering confidential information.
46
+ *
47
+ */
48
+ "description"?: string;
49
+ /**
50
+ * The infrastructure compartment [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
51
+ */
52
+ "compartmentId": string;
53
+ /**
54
+ * [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the network subnet that is
55
+ * used to communicate with Compute Cloud@Customer infrastructure.
56
+ *
57
+ */
58
+ "subnetId": string;
59
+ /**
60
+ * The current connection state of the infrastructure. A user can only update
61
+ * it from REQUEST to READY or from any state back to REJECT. The system automatically
62
+ * handles the REJECT to REQUEST, READY to CONNECTED, or CONNECTED to DISCONNECTED transitions.
63
+ *
64
+ */
65
+ "connectionState"?: CccInfrastructure.ConnectionState;
66
+ /**
67
+ * A message describing the current connection state in more detail.
68
+ *
69
+ */
70
+ "connectionDetails"?: string;
71
+ /**
72
+ * Schedule used for upgrades. If no schedule is associated with the infrastructure,
73
+ * it can be updated at any time.
74
+ *
75
+ */
76
+ "cccUpgradeScheduleId"?: string;
77
+ /**
78
+ * Fingerprint of a Compute Cloud@Customer infrastructure in a data center generated
79
+ * during the initial connection to this resource. The fingerprint should be verified
80
+ * by the administrator when changing the connectionState from REQUEST to READY.
81
+ *
82
+ */
83
+ "provisioningFingerprint"?: string;
84
+ /**
85
+ * Code that is required for service personnel to connect a
86
+ * Compute Cloud@Customer infrastructure in a data center to this resource.
87
+ * This code will only be available when the connectionState is REJECT (usually
88
+ * at create time of the Compute Cloud@Customer infrastructure).
89
+ *
90
+ */
91
+ "provisioningPin"?: string;
92
+ /**
93
+ * Compute Cloud@Customer infrastructure creation date and time, using an RFC3339 formatted
94
+ * datetime string.
95
+ *
96
+ */
97
+ "timeCreated": Date;
98
+ /**
99
+ * Compute Cloud@Customer infrastructure updated date and time, using an RFC3339 formatted
100
+ * datetime string.
101
+ *
102
+ */
103
+ "timeUpdated"?: Date;
104
+ /**
105
+ * The current state of the Compute Cloud@Customer infrastructure.
106
+ */
107
+ "lifecycleState": CccInfrastructure.LifecycleState;
108
+ /**
109
+ * A message describing the current lifecycle state in more detail.
110
+ * For example, this can be used to provide actionable information for a resource that is in
111
+ * a Failed state.
112
+ *
113
+ */
114
+ "lifecycleDetails"?: string;
115
+ "infrastructureInventory"?: model.CccInfrastructureInventory;
116
+ "infrastructureNetworkConfiguration"?: model.CccInfrastructureNetworkConfiguration;
117
+ "upgradeInformation"?: model.CccUpgradeInformation;
118
+ /**
119
+ * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
120
+ * Example: `{\"bar-key\": \"value\"}`
121
+ *
122
+ */
123
+ "freeformTags"?: {
124
+ [key: string]: string;
125
+ };
126
+ /**
127
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace.
128
+ * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
129
+ *
130
+ */
131
+ "definedTags"?: {
132
+ [key: string]: {
133
+ [key: string]: any;
134
+ };
135
+ };
136
+ /**
137
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
138
+ * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
139
+ *
140
+ */
141
+ "systemTags"?: {
142
+ [key: string]: {
143
+ [key: string]: any;
144
+ };
145
+ };
146
+ }
147
+ export declare namespace CccInfrastructure {
148
+ enum ConnectionState {
149
+ Reject = "REJECT",
150
+ Request = "REQUEST",
151
+ Ready = "READY",
152
+ Connected = "CONNECTED",
153
+ Disconnected = "DISCONNECTED",
154
+ /**
155
+ * This value is used if a service returns a value for this enum that is not recognized by this
156
+ * version of the SDK.
157
+ */
158
+ UnknownValue = "UNKNOWN_VALUE"
159
+ }
160
+ enum LifecycleState {
161
+ Active = "ACTIVE",
162
+ NeedsAttention = "NEEDS_ATTENTION",
163
+ Deleted = "DELETED",
164
+ Failed = "FAILED",
165
+ /**
166
+ * This value is used if a service returns a value for this enum that is not recognized by this
167
+ * version of the SDK.
168
+ */
169
+ UnknownValue = "UNKNOWN_VALUE"
170
+ }
171
+ function getJsonObj(obj: CccInfrastructure): object;
172
+ function getDeserializedJsonObj(obj: CccInfrastructure): object;
173
+ }
@@ -0,0 +1,97 @@
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.CccInfrastructure = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var CccInfrastructure;
40
+ (function (CccInfrastructure) {
41
+ let ConnectionState;
42
+ (function (ConnectionState) {
43
+ ConnectionState["Reject"] = "REJECT";
44
+ ConnectionState["Request"] = "REQUEST";
45
+ ConnectionState["Ready"] = "READY";
46
+ ConnectionState["Connected"] = "CONNECTED";
47
+ ConnectionState["Disconnected"] = "DISCONNECTED";
48
+ /**
49
+ * This value is used if a service returns a value for this enum that is not recognized by this
50
+ * version of the SDK.
51
+ */
52
+ ConnectionState["UnknownValue"] = "UNKNOWN_VALUE";
53
+ })(ConnectionState = CccInfrastructure.ConnectionState || (CccInfrastructure.ConnectionState = {}));
54
+ let LifecycleState;
55
+ (function (LifecycleState) {
56
+ LifecycleState["Active"] = "ACTIVE";
57
+ LifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
58
+ LifecycleState["Deleted"] = "DELETED";
59
+ LifecycleState["Failed"] = "FAILED";
60
+ /**
61
+ * This value is used if a service returns a value for this enum that is not recognized by this
62
+ * version of the SDK.
63
+ */
64
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
65
+ })(LifecycleState = CccInfrastructure.LifecycleState || (CccInfrastructure.LifecycleState = {}));
66
+ function getJsonObj(obj) {
67
+ const jsonObj = Object.assign(Object.assign({}, obj), {
68
+ "infrastructureInventory": obj.infrastructureInventory
69
+ ? model.CccInfrastructureInventory.getJsonObj(obj.infrastructureInventory)
70
+ : undefined,
71
+ "infrastructureNetworkConfiguration": obj.infrastructureNetworkConfiguration
72
+ ? model.CccInfrastructureNetworkConfiguration.getJsonObj(obj.infrastructureNetworkConfiguration)
73
+ : undefined,
74
+ "upgradeInformation": obj.upgradeInformation
75
+ ? model.CccUpgradeInformation.getJsonObj(obj.upgradeInformation)
76
+ : undefined
77
+ });
78
+ return jsonObj;
79
+ }
80
+ CccInfrastructure.getJsonObj = getJsonObj;
81
+ function getDeserializedJsonObj(obj) {
82
+ const jsonObj = Object.assign(Object.assign({}, obj), {
83
+ "infrastructureInventory": obj.infrastructureInventory
84
+ ? model.CccInfrastructureInventory.getDeserializedJsonObj(obj.infrastructureInventory)
85
+ : undefined,
86
+ "infrastructureNetworkConfiguration": obj.infrastructureNetworkConfiguration
87
+ ? model.CccInfrastructureNetworkConfiguration.getDeserializedJsonObj(obj.infrastructureNetworkConfiguration)
88
+ : undefined,
89
+ "upgradeInformation": obj.upgradeInformation
90
+ ? model.CccUpgradeInformation.getDeserializedJsonObj(obj.upgradeInformation)
91
+ : undefined
92
+ });
93
+ return jsonObj;
94
+ }
95
+ CccInfrastructure.getDeserializedJsonObj = getDeserializedJsonObj;
96
+ })(CccInfrastructure = exports.CccInfrastructure || (exports.CccInfrastructure = {}));
97
+ //# sourceMappingURL=ccc-infrastructure.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ccc-infrastructure.js","sourceRoot":"","sources":["../../../../../lib/computecloudatcustomer/lib/model/ccc-infrastructure.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4HlC,IAAiB,iBAAiB,CAkEjC;AAlED,WAAiB,iBAAiB;IAChC,IAAY,eAWX;IAXD,WAAY,eAAe;QACzB,oCAAiB,CAAA;QACjB,sCAAmB,CAAA;QACnB,kCAAe,CAAA;QACf,0CAAuB,CAAA;QACvB,gDAA6B,CAAA;QAC7B;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EAXW,eAAe,GAAf,iCAAe,KAAf,iCAAe,QAW1B;IAED,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,gCAAc,KAAd,gCAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBAC1E,CAAC,CAAC,SAAS;YACb,oCAAoC,EAAE,GAAG,CAAC,kCAAkC;gBAC1E,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACpD,GAAG,CAAC,kCAAkC,CACvC;gBACH,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAChE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,4BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,uBAAuB,CAAC;gBACtF,CAAC,CAAC,SAAS;YACb,oCAAoC,EAAE,GAAG,CAAC,kCAAkC;gBAC1E,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CAChE,GAAG,CAAC,kCAAkC,CACvC;gBACH,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,wCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAlEgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAkEjC"}