oci-core 2.137.0 → 2.138.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/lib/client.d.ts +51 -0
  2. package/lib/client.js +185 -1
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/boot-volume-backup.d.ts +22 -0
  5. package/lib/model/boot-volume-backup.js +30 -2
  6. package/lib/model/boot-volume-backup.js.map +1 -1
  7. package/lib/model/create-boot-volume-backup-details.d.ts +14 -0
  8. package/lib/model/create-boot-volume-backup-details.js +30 -2
  9. package/lib/model/create-boot-volume-backup-details.js.map +1 -1
  10. package/lib/model/create-cross-connect-details.d.ts +15 -0
  11. package/lib/model/create-cross-connect-details.js.map +1 -1
  12. package/lib/model/create-cross-connect-group-details.d.ts +23 -0
  13. package/lib/model/create-cross-connect-group-details.js.map +1 -1
  14. package/lib/model/create-dedicated-vm-host-details.d.ts +5 -0
  15. package/lib/model/create-dedicated-vm-host-details.js.map +1 -1
  16. package/lib/model/create-virtual-circuit-details.d.ts +20 -0
  17. package/lib/model/create-virtual-circuit-details.js +5 -0
  18. package/lib/model/create-virtual-circuit-details.js.map +1 -1
  19. package/lib/model/create-volume-backup-details.d.ts +14 -0
  20. package/lib/model/create-volume-backup-details.js +30 -2
  21. package/lib/model/create-volume-backup-details.js.map +1 -1
  22. package/lib/model/create-volume-group-backup-details.d.ts +14 -0
  23. package/lib/model/create-volume-group-backup-details.js +30 -2
  24. package/lib/model/create-volume-group-backup-details.js.map +1 -1
  25. package/lib/model/cross-connect-group.d.ts +19 -0
  26. package/lib/model/cross-connect-group.js.map +1 -1
  27. package/lib/model/cross-connect.d.ts +12 -0
  28. package/lib/model/cross-connect.js.map +1 -1
  29. package/lib/model/dedicated-vm-host-instance-summary.d.ts +5 -0
  30. package/lib/model/dedicated-vm-host-instance-summary.js.map +1 -1
  31. package/lib/model/dedicated-vm-host-summary.d.ts +5 -0
  32. package/lib/model/dedicated-vm-host-summary.js.map +1 -1
  33. package/lib/model/dedicated-vm-host.d.ts +5 -0
  34. package/lib/model/dedicated-vm-host.js.map +1 -1
  35. package/lib/model/index.d.ts +10 -0
  36. package/lib/model/index.js +18 -8
  37. package/lib/model/index.js.map +1 -1
  38. package/lib/model/instances.d.ts +28 -0
  39. package/lib/model/instances.js +36 -0
  40. package/lib/model/instances.js.map +1 -0
  41. package/lib/model/letter-of-authority.d.ts +6 -0
  42. package/lib/model/letter-of-authority.js +30 -2
  43. package/lib/model/letter-of-authority.js.map +1 -1
  44. package/lib/model/loa-extension-data.d.ts +41 -0
  45. package/lib/model/loa-extension-data.js +36 -0
  46. package/lib/model/loa-extension-data.js.map +1 -0
  47. package/lib/model/provider-remote-region-name.d.ts +41 -0
  48. package/lib/model/provider-remote-region-name.js +36 -0
  49. package/lib/model/provider-remote-region-name.js.map +1 -0
  50. package/lib/model/retention-duration.d.ts +45 -0
  51. package/lib/model/retention-duration.js +46 -0
  52. package/lib/model/retention-duration.js.map +1 -0
  53. package/lib/model/supported-capabilities.d.ts +5 -0
  54. package/lib/model/supported-capabilities.js.map +1 -1
  55. package/lib/model/update-boot-volume-backup-details.d.ts +14 -0
  56. package/lib/model/update-boot-volume-backup-details.js +30 -2
  57. package/lib/model/update-boot-volume-backup-details.js.map +1 -1
  58. package/lib/model/update-cross-connect-details.d.ts +8 -0
  59. package/lib/model/update-cross-connect-details.js.map +1 -1
  60. package/lib/model/update-cross-connect-group-details.d.ts +15 -0
  61. package/lib/model/update-cross-connect-group-details.js.map +1 -1
  62. package/lib/model/update-cross-connect-letter-of-authority-details.d.ts +52 -0
  63. package/lib/model/update-cross-connect-letter-of-authority-details.js +36 -0
  64. package/lib/model/update-cross-connect-letter-of-authority-details.js.map +1 -0
  65. package/lib/model/update-virtual-circuit-details.d.ts +10 -0
  66. package/lib/model/update-virtual-circuit-details.js +5 -0
  67. package/lib/model/update-virtual-circuit-details.js.map +1 -1
  68. package/lib/model/update-volume-backup-details.d.ts +14 -0
  69. package/lib/model/update-volume-backup-details.js +30 -2
  70. package/lib/model/update-volume-backup-details.js.map +1 -1
  71. package/lib/model/update-volume-group-backup-details.d.ts +14 -0
  72. package/lib/model/update-volume-group-backup-details.js +30 -2
  73. package/lib/model/update-volume-group-backup-details.js.map +1 -1
  74. package/lib/model/virtual-circuit.d.ts +29 -0
  75. package/lib/model/virtual-circuit.js +10 -0
  76. package/lib/model/virtual-circuit.js.map +1 -1
  77. package/lib/model/volume-backup-schedule.d.ts +10 -0
  78. package/lib/model/volume-backup-schedule.js +30 -2
  79. package/lib/model/volume-backup-schedule.js.map +1 -1
  80. package/lib/model/volume-backup.d.ts +22 -0
  81. package/lib/model/volume-backup.js +30 -2
  82. package/lib/model/volume-backup.js.map +1 -1
  83. package/lib/model/volume-group-backup.d.ts +18 -0
  84. package/lib/model/volume-group-backup.js +30 -2
  85. package/lib/model/volume-group-backup.js.map +1 -1
  86. package/lib/request/get-cross-connect-letter-of-authority-request.d.ts +6 -0
  87. package/lib/request/index.d.ts +4 -0
  88. package/lib/request/index.js.map +1 -1
  89. package/lib/request/list-provider-remote-regions-request.d.ts +44 -0
  90. package/lib/request/list-provider-remote-regions-request.js +15 -0
  91. package/lib/request/list-provider-remote-regions-request.js.map +1 -0
  92. package/lib/request/update-cross-connect-letter-of-authority-request.d.ts +40 -0
  93. package/lib/request/update-cross-connect-letter-of-authority-request.js +15 -0
  94. package/lib/request/update-cross-connect-letter-of-authority-request.js.map +1 -0
  95. package/lib/response/get-cross-connect-letter-of-authority-response.d.ts +5 -0
  96. package/lib/response/index.d.ts +4 -0
  97. package/lib/response/list-provider-remote-regions-response.d.ts +32 -0
  98. package/lib/response/list-provider-remote-regions-response.js +15 -0
  99. package/lib/response/list-provider-remote-regions-response.js.map +1 -0
  100. package/lib/response/update-cross-connect-letter-of-authority-response.d.ts +30 -0
  101. package/lib/response/update-cross-connect-letter-of-authority-response.js +15 -0
  102. package/lib/response/update-cross-connect-letter-of-authority-response.js.map +1 -0
  103. package/package.json +3 -3
@@ -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.LoaExtensionData = void 0;
23
+ var LoaExtensionData;
24
+ (function (LoaExtensionData) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ LoaExtensionData.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ LoaExtensionData.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(LoaExtensionData = exports.LoaExtensionData || (exports.LoaExtensionData = {}));
36
+ //# sourceMappingURL=loa-extension-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loa-extension-data.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/loa-extension-data.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAwBH,IAAiB,gBAAgB,CAWhC;AAXD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAWhC"}
@@ -0,0 +1,41 @@
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
+ * A pair of OCI region and Provider remote region names for FastConnect MultiCloud interconnect.
22
+ *
23
+ */
24
+ export interface ProviderRemoteRegionName {
25
+ /**
26
+ * The OCI region name associated with the provider remote region.
27
+ * Example: {@code us-ashburn-1}.
28
+ *
29
+ */
30
+ "ociRegionName": string;
31
+ /**
32
+ * The provider remote region name associated with the OCI region.
33
+ * Example: {@code us-east-1}.
34
+ *
35
+ */
36
+ "providerRegionName": string;
37
+ }
38
+ export declare namespace ProviderRemoteRegionName {
39
+ function getJsonObj(obj: ProviderRemoteRegionName): object;
40
+ function getDeserializedJsonObj(obj: ProviderRemoteRegionName): object;
41
+ }
@@ -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.ProviderRemoteRegionName = void 0;
23
+ var ProviderRemoteRegionName;
24
+ (function (ProviderRemoteRegionName) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ ProviderRemoteRegionName.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ ProviderRemoteRegionName.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(ProviderRemoteRegionName = exports.ProviderRemoteRegionName || (exports.ProviderRemoteRegionName = {}));
36
+ //# sourceMappingURL=provider-remote-region-name.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"provider-remote-region-name.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/provider-remote-region-name.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAwBH,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,45 @@
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
+ * This field is used to define the retention period for backups. This is an optional field. If it is not specified, it is set to null, no retention period will be applied to the backups.
22
+ */
23
+ export interface RetentionDuration {
24
+ /**
25
+ * The value you can assign to the Time Unit property for this Duration may be either \"YEARS\" or \"DAYS\".
26
+ */
27
+ "retentionTimeUnit": RetentionDuration.RetentionTimeUnit;
28
+ /**
29
+ * The value to enter for the amount of retention time should be a numerical figure (such as 1, 7, 30, etc.) that corresponds to the period specified in the retention time unit property (such as YEARS, DAYS). The combination of these two properties determines the total length of the retention period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
30
+ */
31
+ "retentionTimeAmount": number;
32
+ }
33
+ export declare namespace RetentionDuration {
34
+ enum RetentionTimeUnit {
35
+ Years = "YEARS",
36
+ Days = "DAYS",
37
+ /**
38
+ * This value is used if a service returns a value for this enum that is not recognized by this
39
+ * version of the SDK.
40
+ */
41
+ UnknownValue = "UNKNOWN_VALUE"
42
+ }
43
+ function getJsonObj(obj: RetentionDuration): object;
44
+ function getDeserializedJsonObj(obj: RetentionDuration): object;
45
+ }
@@ -0,0 +1,46 @@
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.RetentionDuration = void 0;
23
+ var RetentionDuration;
24
+ (function (RetentionDuration) {
25
+ let RetentionTimeUnit;
26
+ (function (RetentionTimeUnit) {
27
+ RetentionTimeUnit["Years"] = "YEARS";
28
+ RetentionTimeUnit["Days"] = "DAYS";
29
+ /**
30
+ * This value is used if a service returns a value for this enum that is not recognized by this
31
+ * version of the SDK.
32
+ */
33
+ RetentionTimeUnit["UnknownValue"] = "UNKNOWN_VALUE";
34
+ })(RetentionTimeUnit = RetentionDuration.RetentionTimeUnit || (RetentionDuration.RetentionTimeUnit = {}));
35
+ function getJsonObj(obj) {
36
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
37
+ return jsonObj;
38
+ }
39
+ RetentionDuration.getJsonObj = getJsonObj;
40
+ function getDeserializedJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ return jsonObj;
43
+ }
44
+ RetentionDuration.getDeserializedJsonObj = getDeserializedJsonObj;
45
+ })(RetentionDuration = exports.RetentionDuration || (exports.RetentionDuration = {}));
46
+ //# sourceMappingURL=retention-duration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retention-duration.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/retention-duration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAmBH,IAAiB,iBAAiB,CAqBjC;AArBD,WAAiB,iBAAiB;IAChC,IAAY,iBAQX;IARD,WAAY,iBAAiB;QAC3B,oCAAe,CAAA;QACf,kCAAa,CAAA;QACb;;;WAGG;QACH,mDAA8B,CAAA;IAChC,CAAC,EARW,iBAAiB,GAAjB,mCAAiB,KAAjB,mCAAiB,QAQ5B;IAED,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAqBjC"}
@@ -27,6 +27,11 @@ export interface SupportedCapabilities {
27
27
  *
28
28
  */
29
29
  "isMemoryEncryptionSupported": boolean;
30
+ /**
31
+ * Specifies if the Dedicated Virtual Machine Host (DVMH) is to running only Burstable VMs. If {@code true}, only Burstable VMs can be launched. If {@code false}, Burstable VMs cannot be launched.
32
+ *
33
+ */
34
+ "isBurstableSupported"?: boolean;
30
35
  }
31
36
  export declare namespace SupportedCapabilities {
32
37
  function getJsonObj(obj: SupportedCapabilities): object;
@@ -1 +1 @@
1
- {"version":3,"file":"supported-capabilities.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/supported-capabilities.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAiBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
1
+ {"version":3,"file":"supported-capabilities.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/supported-capabilities.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAsBH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
@@ -17,6 +17,7 @@ The required permissions are documented in the
17
17
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
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
19
  */
20
+ import * as model from "../model";
20
21
  export interface UpdateBootVolumeBackupDetails {
21
22
  /**
22
23
  * Defined tags for this resource. Each key is predefined and scoped to a
@@ -54,6 +55,19 @@ export interface UpdateBootVolumeBackupDetails {
54
55
  *
55
56
  */
56
57
  "kmsKeyId"?: string;
58
+ "retentionPeriod"?: model.RetentionDuration;
59
+ /**
60
+ * Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
61
+ */
62
+ "isPreventDeletionEnabled"?: boolean;
63
+ /**
64
+ * feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
65
+ */
66
+ "isRetentionLockEnabled"?: boolean;
67
+ /**
68
+ * feature that preserves backup data from modification or deletion to ensure it remains available for legal or regulatory investigations or litigation, regardless of standard retention policies. This is an optional field. If it is not specified, it is set to null, no legal hold will be applied to the backups.
69
+ */
70
+ "isIndefiniteRetentionEnabled"?: boolean;
57
71
  }
58
72
  export declare namespace UpdateBootVolumeBackupDetails {
59
73
  function getJsonObj(obj: UpdateBootVolumeBackupDetails): object;
@@ -18,17 +18,45 @@ The required permissions are documented in the
18
18
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
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
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
+ };
21
40
  Object.defineProperty(exports, "__esModule", { value: true });
22
41
  exports.UpdateBootVolumeBackupDetails = void 0;
42
+ const model = __importStar(require("../model"));
23
43
  var UpdateBootVolumeBackupDetails;
24
44
  (function (UpdateBootVolumeBackupDetails) {
25
45
  function getJsonObj(obj) {
26
- const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "retentionPeriod": obj.retentionPeriod
48
+ ? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
49
+ : undefined
50
+ });
27
51
  return jsonObj;
28
52
  }
29
53
  UpdateBootVolumeBackupDetails.getJsonObj = getJsonObj;
30
54
  function getDeserializedJsonObj(obj) {
31
- const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "retentionPeriod": obj.retentionPeriod
57
+ ? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
58
+ : undefined
59
+ });
32
60
  return jsonObj;
33
61
  }
34
62
  UpdateBootVolumeBackupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"update-boot-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-boot-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAsCH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
1
+ {"version":3,"file":"update-boot-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-boot-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,6BAA6B,CAyB7C;AAzBD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,wCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAyB7C"}
@@ -66,6 +66,14 @@ export interface UpdateCrossConnectDetails {
66
66
  */
67
67
  "customerReferenceName"?: string;
68
68
  "macsecProperties"?: model.UpdateMacsecProperties;
69
+ /**
70
+ * The flag to enable or disable the down timer for the interface.
71
+ */
72
+ "isInterfaceHoldTimerEnabled"?: boolean;
73
+ /**
74
+ * The duration of the interface down timer in milliseconds between 0 and 3000 in multiples of 500. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
75
+ */
76
+ "interfaceDownTimerValueInMilliseconds"?: number;
69
77
  }
70
78
  export declare namespace UpdateCrossConnectDetails {
71
79
  function getJsonObj(obj: UpdateCrossConnectDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"update-cross-connect-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-cross-connect-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ClC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
1
+ {"version":3,"file":"update-cross-connect-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-cross-connect-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuDlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}
@@ -53,6 +53,21 @@ export interface UpdateCrossConnectGroupDetails {
53
53
  [key: string]: string;
54
54
  };
55
55
  "macsecProperties"?: model.UpdateMacsecProperties;
56
+ /**
57
+ * (Optional) Minimum number of active cross-connects required for the cross-connect group to be considered
58
+ * operational. If not specified, this value defaults to 1. Value must not exceed the total number of
59
+ * cross-connects in the cross-connect group.
60
+ * Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
61
+ */
62
+ "minimumLinks"?: number;
63
+ /**
64
+ * The flag to enable or disable the down timer for the interface.
65
+ */
66
+ "isInterfaceHoldTimerEnabled"?: boolean;
67
+ /**
68
+ * The duration of the interface down timer in milliseconds between 0 and 3000 in multiples of 500. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
69
+ */
70
+ "interfaceDownTimerValueInMilliseconds"?: number;
56
71
  }
57
72
  export declare namespace UpdateCrossConnectGroupDetails {
58
73
  function getJsonObj(obj: UpdateCrossConnectGroupDetails): object;
@@ -1 +1 @@
1
- {"version":3,"file":"update-cross-connect-group-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-cross-connect-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkClC,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
1
+ {"version":3,"file":"update-cross-connect-group-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-cross-connect-group-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,8BAA8B,CAyB9C;AAzBD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC/D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,yCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,qDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAyB9C"}
@@ -0,0 +1,52 @@
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
+ * Update the details of the Letter of Authority associated with a cross-connect. Upon successful alterations
22
+ * a new updated copy of the LOA will be attached to the cross-connect.
23
+ *
24
+ */
25
+ export interface UpdateCrossConnectLetterOfAuthorityDetails {
26
+ /**
27
+ * A boolean flag to indicate whether to extend the expiry of the associated LOA with the provided
28
+ * cross-connect. If un-set or set to false, it does not alter the existing expiry of the LOA.
29
+ * On extension an updated copy of the LOA will be provided with the new expiry date. An LOA cannot
30
+ * be extended more than 3 times.
31
+ *
32
+ */
33
+ "shouldExtend"?: boolean;
34
+ /**
35
+ * A boolean flag to indicate whether to remove an attached Authorized Agent to the LOA. If this boolean flag
36
+ * is set, an attempt will be made to remove the attached authorized agent to the LOA, if any, and any value
37
+ * given in the field 'authorizedAgent' will be ignored. In case, of updating an existing Authorized Agent,
38
+ * keep this flag unset and set the expected value in 'authorizedAgent'.
39
+ *
40
+ */
41
+ "shouldRemoveAuthorizedAgent"?: boolean;
42
+ /**
43
+ * Name of a customer authorized agent which will be appended to the LOA as the field 'Authorized Agent'.
44
+ * If the field is left un-set in the request body, no changes will be done on the LOA for Authorized Agent.
45
+ *
46
+ */
47
+ "authorizedAgent"?: string;
48
+ }
49
+ export declare namespace UpdateCrossConnectLetterOfAuthorityDetails {
50
+ function getJsonObj(obj: UpdateCrossConnectLetterOfAuthorityDetails): object;
51
+ function getDeserializedJsonObj(obj: UpdateCrossConnectLetterOfAuthorityDetails): object;
52
+ }
@@ -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.UpdateCrossConnectLetterOfAuthorityDetails = void 0;
23
+ var UpdateCrossConnectLetterOfAuthorityDetails;
24
+ (function (UpdateCrossConnectLetterOfAuthorityDetails) {
25
+ function getJsonObj(obj) {
26
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
27
+ return jsonObj;
28
+ }
29
+ UpdateCrossConnectLetterOfAuthorityDetails.getJsonObj = getJsonObj;
30
+ function getDeserializedJsonObj(obj) {
31
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
32
+ return jsonObj;
33
+ }
34
+ UpdateCrossConnectLetterOfAuthorityDetails.getDeserializedJsonObj = getDeserializedJsonObj;
35
+ })(UpdateCrossConnectLetterOfAuthorityDetails = exports.UpdateCrossConnectLetterOfAuthorityDetails || (exports.UpdateCrossConnectLetterOfAuthorityDetails = {}));
36
+ //# sourceMappingURL=update-cross-connect-letter-of-authority-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-cross-connect-letter-of-authority-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-cross-connect-letter-of-authority-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAmCH,IAAiB,0CAA0C,CAW1D;AAXD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CAAC,GAA+C;QACxE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+C;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QAW1D"}
@@ -110,6 +110,12 @@ export interface UpdateVirtualCircuitDetails {
110
110
  "freeformTags"?: {
111
111
  [key: string]: string;
112
112
  };
113
+ /**
114
+ * The traffic mode to be set with this Virtual Circuit. This controls whether the traffic is to be drained
115
+ * for the associated Virtual Circuit or not.
116
+ *
117
+ */
118
+ "trafficMode"?: UpdateVirtualCircuitDetails.TrafficMode;
113
119
  /**
114
120
  * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the {@link Drg}
115
121
  * that this private virtual circuit uses.
@@ -158,6 +164,10 @@ export declare namespace UpdateVirtualCircuitDetails {
158
164
  Enabled = "ENABLED",
159
165
  Disabled = "DISABLED"
160
166
  }
167
+ enum TrafficMode {
168
+ Normal = "NORMAL",
169
+ Drain = "DRAIN"
170
+ }
161
171
  enum ProviderState {
162
172
  Active = "ACTIVE",
163
173
  Inactive = "INACTIVE"
@@ -54,6 +54,11 @@ var UpdateVirtualCircuitDetails;
54
54
  BgpAdminState["Enabled"] = "ENABLED";
55
55
  BgpAdminState["Disabled"] = "DISABLED";
56
56
  })(BgpAdminState = UpdateVirtualCircuitDetails.BgpAdminState || (UpdateVirtualCircuitDetails.BgpAdminState = {}));
57
+ let TrafficMode;
58
+ (function (TrafficMode) {
59
+ TrafficMode["Normal"] = "NORMAL";
60
+ TrafficMode["Drain"] = "DRAIN";
61
+ })(TrafficMode = UpdateVirtualCircuitDetails.TrafficMode || (UpdateVirtualCircuitDetails.TrafficMode = {}));
57
62
  let ProviderState;
58
63
  (function (ProviderState) {
59
64
  ProviderState["Active"] = "ACTIVE";
@@ -1 +1 @@
1
- {"version":3,"file":"update-virtual-circuit-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-virtual-circuit-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+HlC,IAAiB,2BAA2B,CA8C3C;AA9CD,WAAiB,2BAA2B;IAC1C,IAAY,aAKX;IALD,WAAY,aAAa;QACvB,gEAA+C,CAAA;QAC/C,sCAAqB,CAAA;QACrB,6CAA4B,CAAA;QAC5B,kCAAiB,CAAA;IACnB,CAAC,EALW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAKxB;IAED,IAAY,aAGX;IAHD,WAAY,aAAa;QACvB,oCAAmB,CAAA;QACnB,sCAAqB,CAAA;IACvB,CAAC,EAHW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAGxB;IAED,IAAY,aAGX;IAHD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,sCAAqB,CAAA;IACvB,CAAC,EAHW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAGxB;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,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,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,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,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA9CgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA8C3C"}
1
+ {"version":3,"file":"update-virtual-circuit-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-virtual-circuit-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqIlC,IAAiB,2BAA2B,CAmD3C;AAnDD,WAAiB,2BAA2B;IAC1C,IAAY,aAKX;IALD,WAAY,aAAa;QACvB,gEAA+C,CAAA;QAC/C,sCAAqB,CAAA;QACrB,6CAA4B,CAAA;QAC5B,kCAAiB,CAAA;IACnB,CAAC,EALW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAKxB;IAED,IAAY,aAGX;IAHD,WAAY,aAAa;QACvB,oCAAmB,CAAA;QACnB,sCAAqB,CAAA;IACvB,CAAC,EAHW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAGxB;IAED,IAAY,WAGX;IAHD,WAAY,WAAW;QACrB,gCAAiB,CAAA;QACjB,8BAAe,CAAA;IACjB,CAAC,EAHW,WAAW,GAAX,uCAAW,KAAX,uCAAW,QAGtB;IAED,IAAY,aAGX;IAHD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,sCAAqB,CAAA;IACvB,CAAC,EAHW,aAAa,GAAb,yCAAa,KAAb,yCAAa,QAGxB;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,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,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,GAAG,CAAC,oBAAoB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAClC,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,kDAAsB,yBAarC,CAAA;AACH,CAAC,EAnDgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAmD3C"}
@@ -17,6 +17,7 @@ The required permissions are documented in the
17
17
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
18
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
19
  */
20
+ import * as model from "../model";
20
21
  export interface UpdateVolumeBackupDetails {
21
22
  /**
22
23
  * Defined tags for this resource. Each key is predefined and scoped to a
@@ -54,6 +55,19 @@ export interface UpdateVolumeBackupDetails {
54
55
  *
55
56
  */
56
57
  "kmsKeyId"?: string;
58
+ "retentionPeriod"?: model.RetentionDuration;
59
+ /**
60
+ * Prevent backups from being deleted during the configured retention period. This is an optional field. If it is not specified, it is set to null, prevent deletion will not be applied to the backups.
61
+ */
62
+ "isPreventDeletionEnabled"?: boolean;
63
+ /**
64
+ * feature that prevents deletion or alteration of backup data for a specified period to ensure data protection and regulatory compliance. This is an optional field. If it is not specified, it is set to null, no retention lock will be applied to the backups. This feature should be used in conjunction with the retention-period field.
65
+ */
66
+ "isRetentionLockEnabled"?: boolean;
67
+ /**
68
+ * feature that preserves backup data from modification or deletion to ensure it remains available for legal or regulatory investigations or litigation, regardless of standard retention policies. This is an optional field. If it is not specified, it is set to null, no legal hold will be applied to the backups.
69
+ */
70
+ "isIndefiniteRetentionEnabled"?: boolean;
57
71
  }
58
72
  export declare namespace UpdateVolumeBackupDetails {
59
73
  function getJsonObj(obj: UpdateVolumeBackupDetails): object;
@@ -18,17 +18,45 @@ The required permissions are documented in the
18
18
  * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
19
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
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
+ };
21
40
  Object.defineProperty(exports, "__esModule", { value: true });
22
41
  exports.UpdateVolumeBackupDetails = void 0;
42
+ const model = __importStar(require("../model"));
23
43
  var UpdateVolumeBackupDetails;
24
44
  (function (UpdateVolumeBackupDetails) {
25
45
  function getJsonObj(obj) {
26
- const jsonObj = Object.assign(Object.assign({}, obj), {});
46
+ const jsonObj = Object.assign(Object.assign({}, obj), {
47
+ "retentionPeriod": obj.retentionPeriod
48
+ ? model.RetentionDuration.getJsonObj(obj.retentionPeriod)
49
+ : undefined
50
+ });
27
51
  return jsonObj;
28
52
  }
29
53
  UpdateVolumeBackupDetails.getJsonObj = getJsonObj;
30
54
  function getDeserializedJsonObj(obj) {
31
- const jsonObj = Object.assign(Object.assign({}, obj), {});
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "retentionPeriod": obj.retentionPeriod
57
+ ? model.RetentionDuration.getDeserializedJsonObj(obj.retentionPeriod)
58
+ : undefined
59
+ });
32
60
  return jsonObj;
33
61
  }
34
62
  UpdateVolumeBackupDetails.getDeserializedJsonObj = getDeserializedJsonObj;
@@ -1 +1 @@
1
- {"version":3,"file":"update-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;AAsCH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
1
+ {"version":3,"file":"update-volume-backup-details.js","sourceRoot":"","sources":["../../../../../lib/core/lib/model/update-volume-backup-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;GAkBG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,yBAAyB,CAyBzC;AAzBD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAyBzC"}