oci-core 2.124.0 → 2.125.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/lib/client.d.ts +79 -0
  2. package/lib/client.js +479 -0
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/bulk-create-ipv6s-details.d.ts +46 -0
  5. package/lib/model/bulk-create-ipv6s-details.js +68 -0
  6. package/lib/model/bulk-create-ipv6s-details.js.map +1 -0
  7. package/lib/model/bulk-create-ipv6s-item.d.ts +93 -0
  8. package/lib/model/bulk-create-ipv6s-item.js +41 -0
  9. package/lib/model/bulk-create-ipv6s-item.js.map +1 -0
  10. package/lib/model/bulk-create-private-ip-item.d.ts +114 -0
  11. package/lib/model/bulk-create-private-ip-item.js +41 -0
  12. package/lib/model/bulk-create-private-ip-item.js.map +1 -0
  13. package/lib/model/bulk-create-private-ips-details.d.ts +50 -0
  14. package/lib/model/bulk-create-private-ips-details.js +68 -0
  15. package/lib/model/bulk-create-private-ips-details.js.map +1 -0
  16. package/lib/model/bulk-delete-ipv6s-details.d.ts +45 -0
  17. package/lib/model/bulk-delete-ipv6s-details.js +68 -0
  18. package/lib/model/bulk-delete-ipv6s-details.js.map +1 -0
  19. package/lib/model/bulk-delete-ipv6s-item.d.ts +32 -0
  20. package/lib/model/bulk-delete-ipv6s-item.js +36 -0
  21. package/lib/model/bulk-delete-ipv6s-item.js.map +1 -0
  22. package/lib/model/bulk-delete-private-ip-item.d.ts +33 -0
  23. package/lib/model/bulk-delete-private-ip-item.js +36 -0
  24. package/lib/model/bulk-delete-private-ip-item.js.map +1 -0
  25. package/lib/model/bulk-delete-private-ips-details.d.ts +51 -0
  26. package/lib/model/bulk-delete-private-ips-details.js +68 -0
  27. package/lib/model/bulk-delete-private-ips-details.js.map +1 -0
  28. package/lib/model/bulk-detach-ipv6s-details.d.ts +39 -0
  29. package/lib/model/bulk-detach-ipv6s-details.js +68 -0
  30. package/lib/model/bulk-detach-ipv6s-details.js.map +1 -0
  31. package/lib/model/bulk-detach-ipv6s-item.d.ts +33 -0
  32. package/lib/model/bulk-detach-ipv6s-item.js +36 -0
  33. package/lib/model/bulk-detach-ipv6s-item.js.map +1 -0
  34. package/lib/model/bulk-detach-private-ip-item.d.ts +33 -0
  35. package/lib/model/bulk-detach-private-ip-item.js +36 -0
  36. package/lib/model/bulk-detach-private-ip-item.js.map +1 -0
  37. package/lib/model/bulk-detach-private-ips-details.d.ts +39 -0
  38. package/lib/model/bulk-detach-private-ips-details.js +68 -0
  39. package/lib/model/bulk-detach-private-ips-details.js.map +1 -0
  40. package/lib/model/bulk-update-ipv6s-details.d.ts +40 -0
  41. package/lib/model/bulk-update-ipv6s-details.js +68 -0
  42. package/lib/model/bulk-update-ipv6s-details.js.map +1 -0
  43. package/lib/model/bulk-update-ipv6s-item.d.ts +79 -0
  44. package/lib/model/bulk-update-ipv6s-item.js +41 -0
  45. package/lib/model/bulk-update-ipv6s-item.js.map +1 -0
  46. package/lib/model/bulk-update-private-ip-item.d.ts +94 -0
  47. package/lib/model/bulk-update-private-ip-item.js +41 -0
  48. package/lib/model/bulk-update-private-ip-item.js.map +1 -0
  49. package/lib/model/bulk-update-private-ips-details.d.ts +40 -0
  50. package/lib/model/bulk-update-private-ips-details.js +68 -0
  51. package/lib/model/bulk-update-private-ips-details.js.map +1 -0
  52. package/lib/model/capacity-report-instance-shape-config.d.ts +21 -0
  53. package/lib/model/capacity-report-instance-shape-config.js +11 -0
  54. package/lib/model/capacity-report-instance-shape-config.js.map +1 -1
  55. package/lib/model/compute-host-summary.d.ts +5 -0
  56. package/lib/model/compute-host-summary.js.map +1 -1
  57. package/lib/model/compute-host.d.ts +5 -0
  58. package/lib/model/compute-host.js.map +1 -1
  59. package/lib/model/create-cross-connect-details.d.ts +10 -0
  60. package/lib/model/create-cross-connect-details.js.map +1 -1
  61. package/lib/model/cross-connect.d.ts +5 -0
  62. package/lib/model/cross-connect.js.map +1 -1
  63. package/lib/model/index.d.ts +32 -0
  64. package/lib/model/index.js +46 -14
  65. package/lib/model/index.js.map +1 -1
  66. package/lib/request/bulk-create-ipv6s-request.d.ts +38 -0
  67. package/lib/request/bulk-create-ipv6s-request.js +15 -0
  68. package/lib/request/bulk-create-ipv6s-request.js.map +1 -0
  69. package/lib/request/bulk-create-private-ips-request.d.ts +38 -0
  70. package/lib/request/bulk-create-private-ips-request.js +15 -0
  71. package/lib/request/bulk-create-private-ips-request.js.map +1 -0
  72. package/lib/request/bulk-delete-ipv6s-request.d.ts +38 -0
  73. package/lib/request/bulk-delete-ipv6s-request.js +15 -0
  74. package/lib/request/bulk-delete-ipv6s-request.js.map +1 -0
  75. package/lib/request/bulk-delete-private-ips-request.d.ts +38 -0
  76. package/lib/request/bulk-delete-private-ips-request.js +15 -0
  77. package/lib/request/bulk-delete-private-ips-request.js.map +1 -0
  78. package/lib/request/bulk-detach-ipv6s-request.d.ts +38 -0
  79. package/lib/request/bulk-detach-ipv6s-request.js +15 -0
  80. package/lib/request/bulk-detach-ipv6s-request.js.map +1 -0
  81. package/lib/request/bulk-detach-private-ips-request.d.ts +38 -0
  82. package/lib/request/bulk-detach-private-ips-request.js +15 -0
  83. package/lib/request/bulk-detach-private-ips-request.js.map +1 -0
  84. package/lib/request/bulk-update-ipv6s-request.d.ts +38 -0
  85. package/lib/request/bulk-update-ipv6s-request.js +15 -0
  86. package/lib/request/bulk-update-ipv6s-request.js.map +1 -0
  87. package/lib/request/bulk-update-private-ips-request.d.ts +38 -0
  88. package/lib/request/bulk-update-private-ips-request.js +15 -0
  89. package/lib/request/bulk-update-private-ips-request.js.map +1 -0
  90. package/lib/request/index.d.ts +16 -0
  91. package/lib/request/index.js.map +1 -1
  92. package/lib/response/bulk-create-ipv6s-response.d.ts +27 -0
  93. package/lib/response/bulk-create-ipv6s-response.js +15 -0
  94. package/lib/response/bulk-create-ipv6s-response.js.map +1 -0
  95. package/lib/response/bulk-create-private-ips-response.d.ts +27 -0
  96. package/lib/response/bulk-create-private-ips-response.js +15 -0
  97. package/lib/response/bulk-create-private-ips-response.js.map +1 -0
  98. package/lib/response/bulk-delete-ipv6s-response.d.ts +27 -0
  99. package/lib/response/bulk-delete-ipv6s-response.js +15 -0
  100. package/lib/response/bulk-delete-ipv6s-response.js.map +1 -0
  101. package/lib/response/bulk-delete-private-ips-response.d.ts +27 -0
  102. package/lib/response/bulk-delete-private-ips-response.js +15 -0
  103. package/lib/response/bulk-delete-private-ips-response.js.map +1 -0
  104. package/lib/response/bulk-detach-ipv6s-response.d.ts +27 -0
  105. package/lib/response/bulk-detach-ipv6s-response.js +15 -0
  106. package/lib/response/bulk-detach-ipv6s-response.js.map +1 -0
  107. package/lib/response/bulk-detach-private-ips-response.d.ts +27 -0
  108. package/lib/response/bulk-detach-private-ips-response.js +15 -0
  109. package/lib/response/bulk-detach-private-ips-response.js.map +1 -0
  110. package/lib/response/bulk-update-ipv6s-response.d.ts +27 -0
  111. package/lib/response/bulk-update-ipv6s-response.js +15 -0
  112. package/lib/response/bulk-update-ipv6s-response.js.map +1 -0
  113. package/lib/response/bulk-update-private-ips-response.d.ts +27 -0
  114. package/lib/response/bulk-update-private-ips-response.js +15 -0
  115. package/lib/response/bulk-update-private-ips-response.js.map +1 -0
  116. package/lib/response/index.d.ts +16 -0
  117. package/lib/virtualnetwork-waiter.d.ts +80 -0
  118. package/lib/virtualnetwork-waiter.js +120 -0
  119. package/lib/virtualnetwork-waiter.js.map +1 -1
  120. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-delete-ipv6s-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-delete-ipv6s-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ /**
21
+ * secondary ip object to delete as part of bulk deletion .
22
+ */
23
+ export interface BulkDeleteIpv6sItem {
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the IPv6 to be deleted.
26
+ */
27
+ "ipv6Id": string;
28
+ }
29
+ export declare namespace BulkDeleteIpv6sItem {
30
+ function getJsonObj(obj: BulkDeleteIpv6sItem): object;
31
+ function getDeserializedJsonObj(obj: BulkDeleteIpv6sItem): object;
32
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.BulkDeleteIpv6sItem = void 0;
23
+ var BulkDeleteIpv6sItem;
24
+ (function (BulkDeleteIpv6sItem) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ BulkDeleteIpv6sItem.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ BulkDeleteIpv6sItem.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(BulkDeleteIpv6sItem = exports.BulkDeleteIpv6sItem || (exports.BulkDeleteIpv6sItem = {}));
36
+ //# sourceMappingURL=bulk-delete-ipv6s-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-delete-ipv6s-item.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-delete-ipv6s-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAeH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ /**
21
+ * Secondary private IPv4 address object to delete as part of bulk deletion.
22
+ */
23
+ export interface BulkDeletePrivateIpItem {
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secondary Private IP.
26
+ *
27
+ */
28
+ "privateIpId": string;
29
+ }
30
+ export declare namespace BulkDeletePrivateIpItem {
31
+ function getJsonObj(obj: BulkDeletePrivateIpItem): object;
32
+ function getDeserializedJsonObj(obj: BulkDeletePrivateIpItem): object;
33
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.BulkDeletePrivateIpItem = void 0;
23
+ var BulkDeletePrivateIpItem;
24
+ (function (BulkDeletePrivateIpItem) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ BulkDeletePrivateIpItem.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ BulkDeletePrivateIpItem.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(BulkDeletePrivateIpItem = exports.BulkDeletePrivateIpItem || (exports.BulkDeletePrivateIpItem = {}));
36
+ //# sourceMappingURL=bulk-delete-private-ip-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-delete-private-ip-item.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-delete-private-ip-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAgBH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ import * as model from "../model";
21
+ /**
22
+ * Bulk Secondary IPv4 deletion object.
23
+ */
24
+ export interface BulkDeletePrivateIpsDetails {
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC of which
27
+ * private IPs should be deleted. The VNIC and private IPs must be in the same subnet.
28
+ *
29
+ */
30
+ "vnicId"?: string;
31
+ /**
32
+ * Use this attribute only with the Oracle Cloud VMware Solution.
33
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN from which the private IP is to be deleted.
34
+ *
35
+ */
36
+ "vlanId"?: string;
37
+ /**
38
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet from which the private IPs is to be deleted.
39
+ *
40
+ */
41
+ "subnetId"?: string;
42
+ /**
43
+ * Secondary IPv4 addresses to deleted
44
+ *
45
+ */
46
+ "bulkDeletePrivateIpItem": Array<model.BulkDeletePrivateIpItem>;
47
+ }
48
+ export declare namespace BulkDeletePrivateIpsDetails {
49
+ function getJsonObj(obj: BulkDeletePrivateIpsDetails): object;
50
+ function getDeserializedJsonObj(obj: BulkDeletePrivateIpsDetails): object;
51
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
24
+ }) : (function(o, m, k, k2) {
25
+ if (k2 === undefined) k2 = k;
26
+ o[k2] = m[k];
27
+ }));
28
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
29
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
30
+ }) : function(o, v) {
31
+ o["default"] = v;
32
+ });
33
+ var __importStar = (this && this.__importStar) || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37
+ __setModuleDefault(result, mod);
38
+ return result;
39
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.BulkDeletePrivateIpsDetails = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var BulkDeletePrivateIpsDetails;
44
+ (function (BulkDeletePrivateIpsDetails) {
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "bulkDeletePrivateIpItem": obj.bulkDeletePrivateIpItem
48
+ ? obj.bulkDeletePrivateIpItem.map(item => {
49
+ return model.BulkDeletePrivateIpItem.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ BulkDeletePrivateIpsDetails.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {
58
+ "bulkDeletePrivateIpItem": obj.bulkDeletePrivateIpItem
59
+ ? obj.bulkDeletePrivateIpItem.map(item => {
60
+ return model.BulkDeletePrivateIpItem.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ BulkDeletePrivateIpsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(BulkDeletePrivateIpsDetails = exports.BulkDeletePrivateIpsDetails || (exports.BulkDeletePrivateIpsDetails = {}));
68
+ //# sourceMappingURL=bulk-delete-private-ips-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-delete-private-ips-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-delete-private-ips-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,2BAA2B,CA6B3C;AA7BD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,yBAAyB,EAAE,GAAG,CAAC,uBAAuB;gBACpD,CAAC,CAAC,GAAG,CAAC,uBAAuB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACrC,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA6B3C"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ import * as model from "../model";
21
+ /**
22
+ * Bulk Secondary IPv6 addresses detach object.
23
+ */
24
+ export interface BulkDetachIpv6sDetails {
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC of which IPv6s should be detached. The VNIC and IPv6s must be in the same subnet.
27
+ *
28
+ */
29
+ "vnicId"?: string;
30
+ /**
31
+ * Secondary IPv6 addresses to detached.
32
+ *
33
+ */
34
+ "bulkDetachIpv6sItem": Array<model.BulkDetachIpv6sItem>;
35
+ }
36
+ export declare namespace BulkDetachIpv6sDetails {
37
+ function getJsonObj(obj: BulkDetachIpv6sDetails): object;
38
+ function getDeserializedJsonObj(obj: BulkDetachIpv6sDetails): object;
39
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
24
+ }) : (function(o, m, k, k2) {
25
+ if (k2 === undefined) k2 = k;
26
+ o[k2] = m[k];
27
+ }));
28
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
29
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
30
+ }) : function(o, v) {
31
+ o["default"] = v;
32
+ });
33
+ var __importStar = (this && this.__importStar) || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37
+ __setModuleDefault(result, mod);
38
+ return result;
39
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ exports.BulkDetachIpv6sDetails = void 0;
42
+ const model = __importStar(require("../model"));
43
+ var BulkDetachIpv6sDetails;
44
+ (function (BulkDetachIpv6sDetails) {
45
+ function getJsonObj(obj) {
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "bulkDetachIpv6sItem": obj.bulkDetachIpv6sItem
48
+ ? obj.bulkDetachIpv6sItem.map(item => {
49
+ return model.BulkDetachIpv6sItem.getJsonObj(item);
50
+ })
51
+ : undefined
52
+ });
53
+ return jsonObj;
54
+ }
55
+ BulkDetachIpv6sDetails.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {
58
+ "bulkDetachIpv6sItem": obj.bulkDetachIpv6sItem
59
+ ? obj.bulkDetachIpv6sItem.map(item => {
60
+ return model.BulkDetachIpv6sItem.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ BulkDetachIpv6sDetails.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(BulkDetachIpv6sDetails = exports.BulkDetachIpv6sDetails || (exports.BulkDetachIpv6sDetails = {}));
68
+ //# sourceMappingURL=bulk-detach-ipv6s-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-detach-ipv6s-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-detach-ipv6s-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,GAAG,CAAC,mBAAmB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACjC,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ /**
21
+ * Secondary IPv6 object to detach as part of bulk detach operation.
22
+ */
23
+ export interface BulkDetachIpv6sItem {
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secondary IPv6.
26
+ *
27
+ */
28
+ "ipv6Id": string;
29
+ }
30
+ export declare namespace BulkDetachIpv6sItem {
31
+ function getJsonObj(obj: BulkDetachIpv6sItem): object;
32
+ function getDeserializedJsonObj(obj: BulkDetachIpv6sItem): object;
33
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.BulkDetachIpv6sItem = void 0;
23
+ var BulkDetachIpv6sItem;
24
+ (function (BulkDetachIpv6sItem) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ BulkDetachIpv6sItem.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ BulkDetachIpv6sItem.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(BulkDetachIpv6sItem = exports.BulkDetachIpv6sItem || (exports.BulkDetachIpv6sItem = {}));
36
+ //# sourceMappingURL=bulk-detach-ipv6s-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-detach-ipv6s-item.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-detach-ipv6s-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAgBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ /**
21
+ * Secondary private IPv4 address object to detach as part of bulk detach operation.
22
+ */
23
+ export interface BulkDetachPrivateIpItem {
24
+ /**
25
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secondary Private IP.
26
+ *
27
+ */
28
+ "privateIpId": string;
29
+ }
30
+ export declare namespace BulkDetachPrivateIpItem {
31
+ function getJsonObj(obj: BulkDetachPrivateIpItem): object;
32
+ function getDeserializedJsonObj(obj: BulkDetachPrivateIpItem): object;
33
+ }
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ /**
3
+ * Core Services API
4
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
5
+ compute instances, and block storage volumes. For more information, see the console
6
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
7
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
8
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
9
+ The required permissions are documented in the
10
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
11
+
12
+ * OpenAPI spec version: 20160918
13
+ *
14
+ *
15
+ * NOTE: This class is auto generated by OracleSDKGenerator.
16
+ * Do not edit the class manually.
17
+ *
18
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
20
+ */
21
+ Object.defineProperty(exports, "__esModule", { value: true });
22
+ exports.BulkDetachPrivateIpItem = void 0;
23
+ var BulkDetachPrivateIpItem;
24
+ (function (BulkDetachPrivateIpItem) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ BulkDetachPrivateIpItem.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ BulkDetachPrivateIpItem.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(BulkDetachPrivateIpItem = exports.BulkDetachPrivateIpItem || (exports.BulkDetachPrivateIpItem = {}));
36
+ //# sourceMappingURL=bulk-detach-private-ip-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bulk-detach-private-ip-item.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/bulk-detach-private-ip-item.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAgBH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * Core Services API
3
+ * Use the Core Services API to manage resources such as virtual cloud networks (VCNs),
4
+ compute instances, and block storage volumes. For more information, see the console
5
+ documentation for the [Networking](https://docs.oracle.com/iaas/Content/Network/Concepts/overview.htm),
6
+ [Compute](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm), and
7
+ [Block Volume](https://docs.oracle.com/iaas/Content/Block/Concepts/overview.htm) services.
8
+ The required permissions are documented in the
9
+ [Details for the Core Services](https://docs.oracle.com/iaas/Content/Identity/Reference/corepolicyreference.htm) article.
10
+
11
+ * OpenAPI spec version: 20160918
12
+ *
13
+ *
14
+ * NOTE: This class is auto generated by OracleSDKGenerator.
15
+ * Do not edit the class manually.
16
+ *
17
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
19
+ */
20
+ import * as model from "../model";
21
+ /**
22
+ * Bulk Secondary IPv4 addresses detach object.
23
+ */
24
+ export interface BulkDetachPrivateIpsDetails {
25
+ /**
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VNIC of which private IPs should be detached. The VNIC and private IPs must be in the same subnet.
27
+ *
28
+ */
29
+ "vnicId"?: string;
30
+ /**
31
+ * Secondary IPv4 addresses to detached.
32
+ *
33
+ */
34
+ "bulkDetachPrivateIpItem": Array<model.BulkDetachPrivateIpItem>;
35
+ }
36
+ export declare namespace BulkDetachPrivateIpsDetails {
37
+ function getJsonObj(obj: BulkDetachPrivateIpsDetails): object;
38
+ function getDeserializedJsonObj(obj: BulkDetachPrivateIpsDetails): object;
39
+ }