oci-autoscaling 2.50.1 → 2.50.3

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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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");
@@ -73,7 +73,7 @@ export declare class AutoScalingClient {
73
73
  * @param ChangeAutoScalingConfigurationCompartmentRequest
74
74
  * @return ChangeAutoScalingConfigurationCompartmentResponse
75
75
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
76
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
77
77
  */
78
78
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest: requests.ChangeAutoScalingConfigurationCompartmentRequest): Promise<responses.ChangeAutoScalingConfigurationCompartmentResponse>;
79
79
  /**
@@ -82,7 +82,7 @@ export declare class AutoScalingClient {
82
82
  * @param CreateAutoScalingConfigurationRequest
83
83
  * @return CreateAutoScalingConfigurationResponse
84
84
  * @throws OciError when an error occurs
85
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
85
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
86
86
  */
87
87
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest: requests.CreateAutoScalingConfigurationRequest): Promise<responses.CreateAutoScalingConfigurationResponse>;
88
88
  /**
@@ -100,7 +100,7 @@ export declare class AutoScalingClient {
100
100
  * @param CreateAutoScalingPolicyRequest
101
101
  * @return CreateAutoScalingPolicyResponse
102
102
  * @throws OciError when an error occurs
103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
104
104
  */
105
105
  createAutoScalingPolicy(createAutoScalingPolicyRequest: requests.CreateAutoScalingPolicyRequest): Promise<responses.CreateAutoScalingPolicyResponse>;
106
106
  /**
@@ -109,7 +109,7 @@ export declare class AutoScalingClient {
109
109
  * @param DeleteAutoScalingConfigurationRequest
110
110
  * @return DeleteAutoScalingConfigurationResponse
111
111
  * @throws OciError when an error occurs
112
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
112
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
113
113
  */
114
114
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest: requests.DeleteAutoScalingConfigurationRequest): Promise<responses.DeleteAutoScalingConfigurationResponse>;
115
115
  /**
@@ -118,7 +118,7 @@ export declare class AutoScalingClient {
118
118
  * @param DeleteAutoScalingPolicyRequest
119
119
  * @return DeleteAutoScalingPolicyResponse
120
120
  * @throws OciError when an error occurs
121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
122
122
  */
123
123
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest: requests.DeleteAutoScalingPolicyRequest): Promise<responses.DeleteAutoScalingPolicyResponse>;
124
124
  /**
@@ -127,7 +127,7 @@ export declare class AutoScalingClient {
127
127
  * @param GetAutoScalingConfigurationRequest
128
128
  * @return GetAutoScalingConfigurationResponse
129
129
  * @throws OciError when an error occurs
130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
131
131
  */
132
132
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
133
133
  /**
@@ -136,7 +136,7 @@ export declare class AutoScalingClient {
136
136
  * @param GetAutoScalingPolicyRequest
137
137
  * @return GetAutoScalingPolicyResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
140
140
  */
141
141
  getAutoScalingPolicy(getAutoScalingPolicyRequest: requests.GetAutoScalingPolicyRequest): Promise<responses.GetAutoScalingPolicyResponse>;
142
142
  /**
@@ -146,7 +146,7 @@ export declare class AutoScalingClient {
146
146
  * @param ListAutoScalingConfigurationsRequest
147
147
  * @return ListAutoScalingConfigurationsResponse
148
148
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
149
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
150
150
  */
151
151
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
152
152
  /**
@@ -188,7 +188,7 @@ export declare class AutoScalingClient {
188
188
  * @param ListAutoScalingPoliciesRequest
189
189
  * @return ListAutoScalingPoliciesResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
192
192
  */
193
193
  listAutoScalingPolicies(listAutoScalingPoliciesRequest: requests.ListAutoScalingPoliciesRequest): Promise<responses.ListAutoScalingPoliciesResponse>;
194
194
  /**
@@ -231,7 +231,7 @@ export declare class AutoScalingClient {
231
231
  * @param UpdateAutoScalingConfigurationRequest
232
232
  * @return UpdateAutoScalingConfigurationResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
235
235
  */
236
236
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
237
237
  /**
@@ -240,7 +240,7 @@ export declare class AutoScalingClient {
240
240
  * @param UpdateAutoScalingPolicyRequest
241
241
  * @return UpdateAutoScalingPolicyResponse
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.50.1/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
244
244
  */
245
245
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest: requests.UpdateAutoScalingPolicyRequest): Promise<responses.UpdateAutoScalingPolicyResponse>;
246
246
  }
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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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) {
@@ -147,7 +147,7 @@ class AutoScalingClient {
147
147
  * @param ChangeAutoScalingConfigurationCompartmentRequest
148
148
  * @return ChangeAutoScalingConfigurationCompartmentResponse
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.50.1/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
151
151
  */
152
152
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest) {
153
153
  return __awaiter(this, void 0, void 0, function* () {
@@ -209,7 +209,7 @@ class AutoScalingClient {
209
209
  * @param CreateAutoScalingConfigurationRequest
210
210
  * @return CreateAutoScalingConfigurationResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
213
213
  */
214
214
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest) {
215
215
  return __awaiter(this, void 0, void 0, function* () {
@@ -281,7 +281,7 @@ class AutoScalingClient {
281
281
  * @param CreateAutoScalingPolicyRequest
282
282
  * @return CreateAutoScalingPolicyResponse
283
283
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
285
285
  */
286
286
  createAutoScalingPolicy(createAutoScalingPolicyRequest) {
287
287
  return __awaiter(this, void 0, void 0, function* () {
@@ -346,7 +346,7 @@ class AutoScalingClient {
346
346
  * @param DeleteAutoScalingConfigurationRequest
347
347
  * @return DeleteAutoScalingConfigurationResponse
348
348
  * @throws OciError when an error occurs
349
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
349
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
350
350
  */
351
351
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest) {
352
352
  return __awaiter(this, void 0, void 0, function* () {
@@ -401,7 +401,7 @@ class AutoScalingClient {
401
401
  * @param DeleteAutoScalingPolicyRequest
402
402
  * @return DeleteAutoScalingPolicyResponse
403
403
  * @throws OciError when an error occurs
404
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
404
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
405
405
  */
406
406
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest) {
407
407
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,7 +457,7 @@ class AutoScalingClient {
457
457
  * @param GetAutoScalingConfigurationRequest
458
458
  * @return GetAutoScalingConfigurationResponse
459
459
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
461
461
  */
462
462
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
463
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -520,7 +520,7 @@ class AutoScalingClient {
520
520
  * @param GetAutoScalingPolicyRequest
521
521
  * @return GetAutoScalingPolicyResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
524
524
  */
525
525
  getAutoScalingPolicy(getAutoScalingPolicyRequest) {
526
526
  return __awaiter(this, void 0, void 0, function* () {
@@ -585,7 +585,7 @@ class AutoScalingClient {
585
585
  * @param ListAutoScalingConfigurationsRequest
586
586
  * @return ListAutoScalingConfigurationsResponse
587
587
  * @throws OciError when an error occurs
588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
589
589
  */
590
590
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
591
591
  return __awaiter(this, void 0, void 0, function* () {
@@ -694,7 +694,7 @@ class AutoScalingClient {
694
694
  * @param ListAutoScalingPoliciesRequest
695
695
  * @return ListAutoScalingPoliciesResponse
696
696
  * @throws OciError when an error occurs
697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
698
698
  */
699
699
  listAutoScalingPolicies(listAutoScalingPoliciesRequest) {
700
700
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class AutoScalingClient {
805
805
  * @param UpdateAutoScalingConfigurationRequest
806
806
  * @return UpdateAutoScalingConfigurationResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
809
809
  */
810
810
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -871,7 +871,7 @@ class AutoScalingClient {
871
871
  * @param UpdateAutoScalingPolicyRequest
872
872
  * @return UpdateAutoScalingPolicyResponse
873
873
  * @throws OciError when an error occurs
874
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
874
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.3/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
875
875
  */
876
876
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest) {
877
877
  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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
16
+ * Copyright (c) 2020, 2023, 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, 2022, Oracle and/or its affiliates. All rights reserved.
17
+ * Copyright (c) 2020, 2023, 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) {