oci-autoscaling 2.76.0 → 2.77.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 (111) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +12 -12
  4. package/lib/client.js +12 -12
  5. package/lib/model/action.d.ts +1 -1
  6. package/lib/model/action.js +1 -1
  7. package/lib/model/auto-scaling-configuration-summary.d.ts +4 -4
  8. package/lib/model/auto-scaling-configuration-summary.js +1 -1
  9. package/lib/model/auto-scaling-configuration.d.ts +4 -4
  10. package/lib/model/auto-scaling-configuration.js +1 -1
  11. package/lib/model/auto-scaling-policy-summary.d.ts +1 -1
  12. package/lib/model/auto-scaling-policy-summary.js +1 -1
  13. package/lib/model/auto-scaling-policy.d.ts +2 -2
  14. package/lib/model/auto-scaling-policy.js +1 -1
  15. package/lib/model/capacity.d.ts +1 -1
  16. package/lib/model/capacity.js +1 -1
  17. package/lib/model/change-auto-scaling-compartment-details.d.ts +1 -1
  18. package/lib/model/change-auto-scaling-compartment-details.js +1 -1
  19. package/lib/model/condition.d.ts +1 -1
  20. package/lib/model/condition.js +1 -1
  21. package/lib/model/create-auto-scaling-configuration-details.d.ts +3 -3
  22. package/lib/model/create-auto-scaling-configuration-details.js +1 -1
  23. package/lib/model/create-auto-scaling-policy-details.d.ts +1 -1
  24. package/lib/model/create-auto-scaling-policy-details.js +1 -1
  25. package/lib/model/create-condition-details.d.ts +1 -1
  26. package/lib/model/create-condition-details.js +1 -1
  27. package/lib/model/create-scheduled-policy-details.d.ts +1 -1
  28. package/lib/model/create-scheduled-policy-details.js +1 -1
  29. package/lib/model/create-threshold-policy-details.d.ts +1 -1
  30. package/lib/model/create-threshold-policy-details.js +1 -1
  31. package/lib/model/cron-execution-schedule.d.ts +4 -4
  32. package/lib/model/cron-execution-schedule.js +1 -1
  33. package/lib/model/execution-schedule.d.ts +1 -1
  34. package/lib/model/execution-schedule.js +1 -1
  35. package/lib/model/index.d.ts +1 -1
  36. package/lib/model/index.js +1 -1
  37. package/lib/model/instance-pool-resource.d.ts +1 -1
  38. package/lib/model/instance-pool-resource.js +1 -1
  39. package/lib/model/metric.d.ts +1 -1
  40. package/lib/model/metric.js +1 -1
  41. package/lib/model/resource-action.d.ts +1 -1
  42. package/lib/model/resource-action.js +1 -1
  43. package/lib/model/resource-power-action.d.ts +1 -1
  44. package/lib/model/resource-power-action.js +1 -1
  45. package/lib/model/resource.d.ts +2 -2
  46. package/lib/model/resource.js +1 -1
  47. package/lib/model/scheduled-policy.d.ts +1 -1
  48. package/lib/model/scheduled-policy.js +1 -1
  49. package/lib/model/threshold-policy.d.ts +1 -1
  50. package/lib/model/threshold-policy.js +1 -1
  51. package/lib/model/threshold.d.ts +3 -3
  52. package/lib/model/threshold.js +1 -1
  53. package/lib/model/update-auto-scaling-configuration-details.d.ts +3 -3
  54. package/lib/model/update-auto-scaling-configuration-details.js +1 -1
  55. package/lib/model/update-auto-scaling-policy-details.d.ts +1 -1
  56. package/lib/model/update-auto-scaling-policy-details.js +1 -1
  57. package/lib/model/update-condition-details.d.ts +1 -1
  58. package/lib/model/update-condition-details.js +1 -1
  59. package/lib/model/update-scheduled-policy-details.d.ts +1 -1
  60. package/lib/model/update-scheduled-policy-details.js +1 -1
  61. package/lib/model/update-threshold-policy-details.d.ts +1 -1
  62. package/lib/model/update-threshold-policy-details.js +1 -1
  63. package/lib/request/change-auto-scaling-configuration-compartment-request.d.ts +3 -3
  64. package/lib/request/change-auto-scaling-configuration-compartment-request.js +1 -1
  65. package/lib/request/create-auto-scaling-configuration-request.d.ts +2 -2
  66. package/lib/request/create-auto-scaling-configuration-request.js +1 -1
  67. package/lib/request/create-auto-scaling-policy-request.d.ts +2 -2
  68. package/lib/request/create-auto-scaling-policy-request.js +1 -1
  69. package/lib/request/delete-auto-scaling-configuration-request.d.ts +3 -3
  70. package/lib/request/delete-auto-scaling-configuration-request.js +1 -1
  71. package/lib/request/delete-auto-scaling-policy-request.d.ts +3 -3
  72. package/lib/request/delete-auto-scaling-policy-request.js +1 -1
  73. package/lib/request/get-auto-scaling-configuration-request.d.ts +2 -2
  74. package/lib/request/get-auto-scaling-configuration-request.js +1 -1
  75. package/lib/request/get-auto-scaling-policy-request.d.ts +2 -2
  76. package/lib/request/get-auto-scaling-policy-request.js +1 -1
  77. package/lib/request/index.d.ts +1 -1
  78. package/lib/request/index.js +1 -1
  79. package/lib/request/list-auto-scaling-configurations-request.d.ts +5 -5
  80. package/lib/request/list-auto-scaling-configurations-request.js +1 -1
  81. package/lib/request/list-auto-scaling-policies-request.d.ts +5 -5
  82. package/lib/request/list-auto-scaling-policies-request.js +1 -1
  83. package/lib/request/update-auto-scaling-configuration-request.d.ts +3 -3
  84. package/lib/request/update-auto-scaling-configuration-request.js +1 -1
  85. package/lib/request/update-auto-scaling-policy-request.d.ts +3 -3
  86. package/lib/request/update-auto-scaling-policy-request.js +1 -1
  87. package/lib/response/change-auto-scaling-configuration-compartment-response.d.ts +2 -2
  88. package/lib/response/change-auto-scaling-configuration-compartment-response.js +1 -1
  89. package/lib/response/create-auto-scaling-configuration-response.d.ts +2 -2
  90. package/lib/response/create-auto-scaling-configuration-response.js +1 -1
  91. package/lib/response/create-auto-scaling-policy-response.d.ts +2 -2
  92. package/lib/response/create-auto-scaling-policy-response.js +1 -1
  93. package/lib/response/delete-auto-scaling-configuration-response.d.ts +1 -1
  94. package/lib/response/delete-auto-scaling-configuration-response.js +1 -1
  95. package/lib/response/delete-auto-scaling-policy-response.d.ts +1 -1
  96. package/lib/response/delete-auto-scaling-policy-response.js +1 -1
  97. package/lib/response/get-auto-scaling-configuration-response.d.ts +2 -2
  98. package/lib/response/get-auto-scaling-configuration-response.js +1 -1
  99. package/lib/response/get-auto-scaling-policy-response.d.ts +2 -2
  100. package/lib/response/get-auto-scaling-policy-response.js +1 -1
  101. package/lib/response/index.d.ts +1 -1
  102. package/lib/response/index.js +1 -1
  103. package/lib/response/list-auto-scaling-configurations-response.d.ts +1 -1
  104. package/lib/response/list-auto-scaling-configurations-response.js +1 -1
  105. package/lib/response/list-auto-scaling-policies-response.d.ts +1 -1
  106. package/lib/response/list-auto-scaling-policies-response.js +1 -1
  107. package/lib/response/update-auto-scaling-configuration-response.d.ts +2 -2
  108. package/lib/response/update-auto-scaling-configuration-response.js +1 -1
  109. package/lib/response/update-auto-scaling-policy-response.d.ts +2 -2
  110. package/lib/response/update-auto-scaling-policy-response.js +1 -1
  111. package/package.json +3 -3
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -25,13 +25,13 @@ export interface CronExecutionSchedule extends model.ExecutionSchedule {
25
25
  /**
26
26
  * A cron expression that represents the time at which to execute the autoscaling policy.
27
27
  * <p>
28
- Cron expressions have this format: `<second> <minute> <hour> <day of month> <month> <day of week> <year>`
28
+ Cron expressions have this format: {@code <second> <minute> <hour> <day of month> <month> <day of week> <year>}
29
29
  * <p>
30
30
  You can use special characters that are supported with the Quartz cron implementation.
31
31
  * <p>
32
- You must specify `0` as the value for seconds.
32
+ You must specify {@code 0} as the value for seconds.
33
33
  * <p>
34
- Example: `0 15 10 ? * *`
34
+ Example: {@code 0 15 10 ? * *}
35
35
  *
36
36
  */
37
37
  "expression": string;
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  /**
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as Action from "./action";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  /**
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,11 +13,11 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  /**
20
- * A resource that is managed by an autoscaling configuration. The only supported type is `instancePool`.
20
+ * A resource that is managed by an autoscaling configuration. The only supported type is {@code instancePool}.
21
21
  * <p>
22
22
  Each instance pool can have one autoscaling configuration.
23
23
  *
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,13 +13,13 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  export interface Threshold {
20
20
  /**
21
- * The comparison operator to use. Options are greater than (`GT`), greater than or equal to
22
- * (`GTE`), less than (`LT`), and less than or equal to (`LTE`).
21
+ * The comparison operator to use. Options are greater than ({@code GT}), greater than or equal to
22
+ * ({@code GTE}), less than ({@code LT}), and less than or equal to ({@code LTE}).
23
23
  *
24
24
  */
25
25
  "operator": Threshold.Operator;
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  export interface UpdateAutoScalingConfigurationDetails {
@@ -21,7 +21,7 @@ export interface UpdateAutoScalingConfigurationDetails {
21
21
  * Defined tags for this resource. Each key is predefined and scoped to a
22
22
  * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
23
23
  * <p>
24
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
24
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
25
25
  *
26
26
  */
27
27
  "definedTags"?: {
@@ -38,7 +38,7 @@ export interface UpdateAutoScalingConfigurationDetails {
38
38
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
39
39
  * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
40
40
  * <p>
41
- Example: `{\"Department\": \"Finance\"}`
41
+ Example: {@code {\"Department\": \"Finance\"}}
42
42
  *
43
43
  */
44
44
  "freeformTags"?: {
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -13,7 +13,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
13
13
  * NOTE: This class is auto generated by OracleSDKGenerator.
14
14
  * Do not edit the class manually.
15
15
  *
16
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
17
17
  * 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.
18
18
  */
19
19
  import * as model from "../model";
@@ -14,7 +14,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
14
14
  * NOTE: This class is auto generated by OracleSDKGenerator.
15
15
  * Do not edit the class manually.
16
16
  *
17
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2024, 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
20
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAutoScalingConfigurationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -29,7 +29,7 @@ export interface ChangeAutoScalingConfigurationCompartmentRequest extends common
29
29
  */
30
30
  "opcRequestId"?: string;
31
31
  /**
32
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
32
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
33
33
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
34
34
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
35
35
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfigurationRequest.
17
17
  */
18
18
  export interface CreateAutoScalingConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicyRequest.
17
17
  */
18
18
  export interface CreateAutoScalingPolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface DeleteAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface DeleteAutoScalingConfigurationRequest extends common.BaseReques
20
20
  */
21
21
  "autoScalingConfigurationId": string;
22
22
  /**
23
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
23
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
24
24
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
25
25
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
26
26
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicyRequest.
16
16
  */
17
17
  export interface DeleteAutoScalingPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -24,7 +24,7 @@ export interface DeleteAutoScalingPolicyRequest extends common.BaseRequest {
24
24
  */
25
25
  "autoScalingPolicyId": string;
26
26
  /**
27
- * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
27
+ * For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
28
28
  * parameter to the value of the etag from a previous GET or POST response for that resource. The resource
29
29
  * will be updated or deleted only if the etag you provide matches the resource's current etag value.
30
30
  *
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
16
16
  */
17
17
  export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,12 +7,12 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicyRequest.
16
16
  */
17
17
  export interface GetAutoScalingPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });