oci-autoscaling 2.76.0 → 2.76.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 +1 -1
  8. package/lib/model/auto-scaling-configuration-summary.js +1 -1
  9. package/lib/model/auto-scaling-configuration.d.ts +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  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 +1 -1
  52. package/lib/model/threshold.js +1 -1
  53. package/lib/model/update-auto-scaling-configuration-details.d.ts +1 -1
  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 +2 -2
  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 +2 -2
  70. package/lib/request/delete-auto-scaling-configuration-request.js +1 -1
  71. package/lib/request/delete-auto-scaling-policy-request.d.ts +2 -2
  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 +2 -2
  80. package/lib/request/list-auto-scaling-configurations-request.js +1 -1
  81. package/lib/request/list-auto-scaling-policies-request.d.ts +2 -2
  82. package/lib/request/list-auto-scaling-policies-request.js +1 -1
  83. package/lib/request/update-auto-scaling-configuration-request.d.ts +2 -2
  84. package/lib/request/update-auto-scaling-configuration-request.js +1 -1
  85. package/lib/request/update-auto-scaling-policy-request.d.ts +2 -2
  86. package/lib/request/update-auto-scaling-policy-request.js +1 -1
  87. package/lib/response/change-auto-scaling-configuration-compartment-response.d.ts +1 -1
  88. package/lib/response/change-auto-scaling-configuration-compartment-response.js +1 -1
  89. package/lib/response/create-auto-scaling-configuration-response.d.ts +1 -1
  90. package/lib/response/create-auto-scaling-configuration-response.js +1 -1
  91. package/lib/response/create-auto-scaling-policy-response.d.ts +1 -1
  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 +1 -1
  98. package/lib/response/get-auto-scaling-configuration-response.js +1 -1
  99. package/lib/response/get-auto-scaling-policy-response.d.ts +1 -1
  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 +1 -1
  108. package/lib/response/update-auto-scaling-configuration-response.js +1 -1
  109. package/lib/response/update-auto-scaling-policy-response.d.ts +1 -1
  110. package/lib/response/update-auto-scaling-policy-response.js +1 -1
  111. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -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 requests from "./lib/request";
package/index.js CHANGED
@@ -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) {
package/lib/client.d.ts CHANGED
@@ -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 common = require("oci-common");
@@ -84,7 +84,7 @@ export declare class AutoScalingClient {
84
84
  * @param ChangeAutoScalingConfigurationCompartmentRequest
85
85
  * @return ChangeAutoScalingConfigurationCompartmentResponse
86
86
  * @throws OciError when an error occurs
87
- * @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 ChangeAutoScalingConfigurationCompartment API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
88
88
  */
89
89
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest: requests.ChangeAutoScalingConfigurationCompartmentRequest): Promise<responses.ChangeAutoScalingConfigurationCompartmentResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class AutoScalingClient {
93
93
  * @param CreateAutoScalingConfigurationRequest
94
94
  * @return CreateAutoScalingConfigurationResponse
95
95
  * @throws OciError when an error occurs
96
- * @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 CreateAutoScalingConfiguration API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
97
97
  */
98
98
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest: requests.CreateAutoScalingConfigurationRequest): Promise<responses.CreateAutoScalingConfigurationResponse>;
99
99
  /**
@@ -111,7 +111,7 @@ export declare class AutoScalingClient {
111
111
  * @param CreateAutoScalingPolicyRequest
112
112
  * @return CreateAutoScalingPolicyResponse
113
113
  * @throws OciError when an error occurs
114
- * @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 CreateAutoScalingPolicy API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
115
115
  */
116
116
  createAutoScalingPolicy(createAutoScalingPolicyRequest: requests.CreateAutoScalingPolicyRequest): Promise<responses.CreateAutoScalingPolicyResponse>;
117
117
  /**
@@ -120,7 +120,7 @@ export declare class AutoScalingClient {
120
120
  * @param DeleteAutoScalingConfigurationRequest
121
121
  * @return DeleteAutoScalingConfigurationResponse
122
122
  * @throws OciError when an error occurs
123
- * @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 DeleteAutoScalingConfiguration API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
124
124
  */
125
125
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest: requests.DeleteAutoScalingConfigurationRequest): Promise<responses.DeleteAutoScalingConfigurationResponse>;
126
126
  /**
@@ -129,7 +129,7 @@ export declare class AutoScalingClient {
129
129
  * @param DeleteAutoScalingPolicyRequest
130
130
  * @return DeleteAutoScalingPolicyResponse
131
131
  * @throws OciError when an error occurs
132
- * @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 DeleteAutoScalingPolicy API.
132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
133
133
  */
134
134
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest: requests.DeleteAutoScalingPolicyRequest): Promise<responses.DeleteAutoScalingPolicyResponse>;
135
135
  /**
@@ -138,7 +138,7 @@ export declare class AutoScalingClient {
138
138
  * @param GetAutoScalingConfigurationRequest
139
139
  * @return GetAutoScalingConfigurationResponse
140
140
  * @throws OciError when an error occurs
141
- * @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 GetAutoScalingConfiguration API.
141
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
142
142
  */
143
143
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
144
144
  /**
@@ -147,7 +147,7 @@ export declare class AutoScalingClient {
147
147
  * @param GetAutoScalingPolicyRequest
148
148
  * @return GetAutoScalingPolicyResponse
149
149
  * @throws OciError when an error occurs
150
- * @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 GetAutoScalingPolicy API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
151
151
  */
152
152
  getAutoScalingPolicy(getAutoScalingPolicyRequest: requests.GetAutoScalingPolicyRequest): Promise<responses.GetAutoScalingPolicyResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class AutoScalingClient {
157
157
  * @param ListAutoScalingConfigurationsRequest
158
158
  * @return ListAutoScalingConfigurationsResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
161
161
  */
162
162
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
163
163
  /**
@@ -199,7 +199,7 @@ export declare class AutoScalingClient {
199
199
  * @param ListAutoScalingPoliciesRequest
200
200
  * @return ListAutoScalingPoliciesResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
203
203
  */
204
204
  listAutoScalingPolicies(listAutoScalingPoliciesRequest: requests.ListAutoScalingPoliciesRequest): Promise<responses.ListAutoScalingPoliciesResponse>;
205
205
  /**
@@ -242,7 +242,7 @@ export declare class AutoScalingClient {
242
242
  * @param UpdateAutoScalingConfigurationRequest
243
243
  * @return UpdateAutoScalingConfigurationResponse
244
244
  * @throws OciError when an error occurs
245
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
245
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
246
246
  */
247
247
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
248
248
  /**
@@ -251,7 +251,7 @@ export declare class AutoScalingClient {
251
251
  * @param UpdateAutoScalingPolicyRequest
252
252
  * @return UpdateAutoScalingPolicyResponse
253
253
  * @throws OciError when an error occurs
254
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
254
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
255
255
  */
256
256
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest: requests.UpdateAutoScalingPolicyRequest): Promise<responses.UpdateAutoScalingPolicyResponse>;
257
257
  }
package/lib/client.js CHANGED
@@ -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) {
@@ -178,7 +178,7 @@ class AutoScalingClient {
178
178
  * @param ChangeAutoScalingConfigurationCompartmentRequest
179
179
  * @return ChangeAutoScalingConfigurationCompartmentResponse
180
180
  * @throws OciError when an error occurs
181
- * @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 ChangeAutoScalingConfigurationCompartment API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
182
182
  */
183
183
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest) {
184
184
  return __awaiter(this, void 0, void 0, function* () {
@@ -240,7 +240,7 @@ class AutoScalingClient {
240
240
  * @param CreateAutoScalingConfigurationRequest
241
241
  * @return CreateAutoScalingConfigurationResponse
242
242
  * @throws OciError when an error occurs
243
- * @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 CreateAutoScalingConfiguration API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
244
244
  */
245
245
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest) {
246
246
  return __awaiter(this, void 0, void 0, function* () {
@@ -312,7 +312,7 @@ class AutoScalingClient {
312
312
  * @param CreateAutoScalingPolicyRequest
313
313
  * @return CreateAutoScalingPolicyResponse
314
314
  * @throws OciError when an error occurs
315
- * @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 CreateAutoScalingPolicy API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
316
316
  */
317
317
  createAutoScalingPolicy(createAutoScalingPolicyRequest) {
318
318
  return __awaiter(this, void 0, void 0, function* () {
@@ -377,7 +377,7 @@ class AutoScalingClient {
377
377
  * @param DeleteAutoScalingConfigurationRequest
378
378
  * @return DeleteAutoScalingConfigurationResponse
379
379
  * @throws OciError when an error occurs
380
- * @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 DeleteAutoScalingConfiguration API.
380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
381
381
  */
382
382
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest) {
383
383
  return __awaiter(this, void 0, void 0, function* () {
@@ -432,7 +432,7 @@ class AutoScalingClient {
432
432
  * @param DeleteAutoScalingPolicyRequest
433
433
  * @return DeleteAutoScalingPolicyResponse
434
434
  * @throws OciError when an error occurs
435
- * @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 DeleteAutoScalingPolicy API.
435
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
436
436
  */
437
437
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest) {
438
438
  return __awaiter(this, void 0, void 0, function* () {
@@ -488,7 +488,7 @@ class AutoScalingClient {
488
488
  * @param GetAutoScalingConfigurationRequest
489
489
  * @return GetAutoScalingConfigurationResponse
490
490
  * @throws OciError when an error occurs
491
- * @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 GetAutoScalingConfiguration API.
491
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
492
492
  */
493
493
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
494
494
  return __awaiter(this, void 0, void 0, function* () {
@@ -551,7 +551,7 @@ class AutoScalingClient {
551
551
  * @param GetAutoScalingPolicyRequest
552
552
  * @return GetAutoScalingPolicyResponse
553
553
  * @throws OciError when an error occurs
554
- * @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 GetAutoScalingPolicy API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
555
555
  */
556
556
  getAutoScalingPolicy(getAutoScalingPolicyRequest) {
557
557
  return __awaiter(this, void 0, void 0, function* () {
@@ -616,7 +616,7 @@ class AutoScalingClient {
616
616
  * @param ListAutoScalingConfigurationsRequest
617
617
  * @return ListAutoScalingConfigurationsResponse
618
618
  * @throws OciError when an error occurs
619
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
619
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
620
620
  */
621
621
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
622
622
  return __awaiter(this, void 0, void 0, function* () {
@@ -725,7 +725,7 @@ class AutoScalingClient {
725
725
  * @param ListAutoScalingPoliciesRequest
726
726
  * @return ListAutoScalingPoliciesResponse
727
727
  * @throws OciError when an error occurs
728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
729
729
  */
730
730
  listAutoScalingPolicies(listAutoScalingPoliciesRequest) {
731
731
  return __awaiter(this, void 0, void 0, function* () {
@@ -836,7 +836,7 @@ class AutoScalingClient {
836
836
  * @param UpdateAutoScalingConfigurationRequest
837
837
  * @return UpdateAutoScalingConfigurationResponse
838
838
  * @throws OciError when an error occurs
839
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
839
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
840
840
  */
841
841
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
842
842
  return __awaiter(this, void 0, void 0, function* () {
@@ -902,7 +902,7 @@ class AutoScalingClient {
902
902
  * @param UpdateAutoScalingPolicyRequest
903
903
  * @return UpdateAutoScalingPolicyResponse
904
904
  * @throws OciError when an error occurs
905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.0/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
906
906
  */
907
907
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest) {
908
908
  return __awaiter(this, void 0, void 0, function* () {
@@ -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
  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
  /**
@@ -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
  /**
@@ -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
  /**
@@ -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) {
@@ -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
  /**
@@ -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) {