oci-autoscaling 2.102.2 → 2.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/index.d.ts +3 -3
  2. package/index.js +3 -3
  3. package/lib/client.d.ts +15 -15
  4. package/lib/client.js +15 -15
  5. package/lib/model/action.d.ts +3 -3
  6. package/lib/model/action.js +3 -3
  7. package/lib/model/auto-scaling-configuration-summary.d.ts +7 -7
  8. package/lib/model/auto-scaling-configuration-summary.js +3 -3
  9. package/lib/model/auto-scaling-configuration.d.ts +8 -8
  10. package/lib/model/auto-scaling-configuration.js +3 -3
  11. package/lib/model/auto-scaling-policy-summary.d.ts +3 -3
  12. package/lib/model/auto-scaling-policy-summary.js +3 -3
  13. package/lib/model/auto-scaling-policy.d.ts +4 -4
  14. package/lib/model/auto-scaling-policy.js +3 -3
  15. package/lib/model/capacity.d.ts +3 -3
  16. package/lib/model/capacity.js +3 -3
  17. package/lib/model/change-auto-scaling-compartment-details.d.ts +4 -4
  18. package/lib/model/change-auto-scaling-compartment-details.js +3 -3
  19. package/lib/model/condition.d.ts +3 -3
  20. package/lib/model/condition.js +3 -3
  21. package/lib/model/create-auto-scaling-configuration-details.d.ts +6 -6
  22. package/lib/model/create-auto-scaling-configuration-details.js +3 -3
  23. package/lib/model/create-auto-scaling-policy-details.d.ts +3 -3
  24. package/lib/model/create-auto-scaling-policy-details.js +3 -3
  25. package/lib/model/create-condition-details.d.ts +3 -3
  26. package/lib/model/create-condition-details.js +3 -3
  27. package/lib/model/create-scheduled-policy-details.d.ts +3 -3
  28. package/lib/model/create-scheduled-policy-details.js +3 -3
  29. package/lib/model/create-threshold-policy-details.d.ts +3 -3
  30. package/lib/model/create-threshold-policy-details.js +3 -3
  31. package/lib/model/cron-execution-schedule.d.ts +3 -3
  32. package/lib/model/cron-execution-schedule.js +3 -3
  33. package/lib/model/execution-schedule.d.ts +3 -3
  34. package/lib/model/execution-schedule.js +3 -3
  35. package/lib/model/index.d.ts +3 -3
  36. package/lib/model/index.js +3 -3
  37. package/lib/model/instance-pool-resource.d.ts +3 -3
  38. package/lib/model/instance-pool-resource.js +3 -3
  39. package/lib/model/metric.d.ts +3 -3
  40. package/lib/model/metric.js +3 -3
  41. package/lib/model/resource-action.d.ts +3 -3
  42. package/lib/model/resource-action.js +3 -3
  43. package/lib/model/resource-power-action.d.ts +3 -3
  44. package/lib/model/resource-power-action.js +3 -3
  45. package/lib/model/resource.d.ts +4 -4
  46. package/lib/model/resource.js +3 -3
  47. package/lib/model/scheduled-policy.d.ts +3 -3
  48. package/lib/model/scheduled-policy.js +3 -3
  49. package/lib/model/threshold-policy.d.ts +3 -3
  50. package/lib/model/threshold-policy.js +3 -3
  51. package/lib/model/threshold.d.ts +3 -3
  52. package/lib/model/threshold.js +3 -3
  53. package/lib/model/update-auto-scaling-configuration-details.d.ts +5 -5
  54. package/lib/model/update-auto-scaling-configuration-details.js +3 -3
  55. package/lib/model/update-auto-scaling-policy-details.d.ts +3 -3
  56. package/lib/model/update-auto-scaling-policy-details.js +3 -3
  57. package/lib/model/update-condition-details.d.ts +3 -3
  58. package/lib/model/update-condition-details.js +3 -3
  59. package/lib/model/update-scheduled-policy-details.d.ts +3 -3
  60. package/lib/model/update-scheduled-policy-details.js +3 -3
  61. package/lib/model/update-threshold-policy-details.d.ts +3 -3
  62. package/lib/model/update-threshold-policy-details.js +3 -3
  63. package/lib/request/change-auto-scaling-configuration-compartment-request.d.ts +2 -2
  64. package/lib/request/create-auto-scaling-configuration-request.d.ts +1 -1
  65. package/lib/request/create-auto-scaling-policy-request.d.ts +2 -2
  66. package/lib/request/delete-auto-scaling-configuration-request.d.ts +2 -2
  67. package/lib/request/delete-auto-scaling-policy-request.d.ts +2 -2
  68. package/lib/request/get-auto-scaling-configuration-request.d.ts +2 -2
  69. package/lib/request/get-auto-scaling-policy-request.d.ts +2 -2
  70. package/lib/request/index.d.ts +3 -3
  71. package/lib/request/index.js +3 -3
  72. package/lib/request/list-auto-scaling-configurations-request.d.ts +4 -4
  73. package/lib/request/list-auto-scaling-policies-request.d.ts +4 -4
  74. package/lib/request/update-auto-scaling-configuration-request.d.ts +2 -2
  75. package/lib/request/update-auto-scaling-policy-request.d.ts +2 -2
  76. package/lib/response/index.d.ts +3 -3
  77. package/lib/response/index.js +3 -3
  78. package/lib/response/list-auto-scaling-configurations-response.d.ts +1 -1
  79. package/lib/response/list-auto-scaling-policies-response.d.ts +1 -1
  80. package/package.json +3 -3
package/index.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
package/index.js CHANGED
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
package/lib/client.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -89,7 +89,7 @@ export declare class AutoScalingClient {
89
89
  /**
90
90
  * Moves an autoscaling configuration into a different compartment within the same tenancy. For information
91
91
  * about moving resources between compartments, see
92
- * [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
92
+ * [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
93
93
  * <p>
94
94
  When you move an autoscaling configuration to a different compartment, associated resources such as instance
95
95
  * pools are not moved.
@@ -98,7 +98,7 @@ export declare class AutoScalingClient {
98
98
  * @param ChangeAutoScalingConfigurationCompartmentRequest
99
99
  * @return ChangeAutoScalingConfigurationCompartmentResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
101
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
102
102
  */
103
103
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest: requests.ChangeAutoScalingConfigurationCompartmentRequest): Promise<responses.ChangeAutoScalingConfigurationCompartmentResponse>;
104
104
  /**
@@ -107,7 +107,7 @@ export declare class AutoScalingClient {
107
107
  * @param CreateAutoScalingConfigurationRequest
108
108
  * @return CreateAutoScalingConfigurationResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
110
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
111
111
  */
112
112
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest: requests.CreateAutoScalingConfigurationRequest): Promise<responses.CreateAutoScalingConfigurationResponse>;
113
113
  /**
@@ -125,7 +125,7 @@ export declare class AutoScalingClient {
125
125
  * @param CreateAutoScalingPolicyRequest
126
126
  * @return CreateAutoScalingPolicyResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
128
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
129
129
  */
130
130
  createAutoScalingPolicy(createAutoScalingPolicyRequest: requests.CreateAutoScalingPolicyRequest): Promise<responses.CreateAutoScalingPolicyResponse>;
131
131
  /**
@@ -134,7 +134,7 @@ export declare class AutoScalingClient {
134
134
  * @param DeleteAutoScalingConfigurationRequest
135
135
  * @return DeleteAutoScalingConfigurationResponse
136
136
  * @throws OciError when an error occurs
137
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
137
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
138
138
  */
139
139
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest: requests.DeleteAutoScalingConfigurationRequest): Promise<responses.DeleteAutoScalingConfigurationResponse>;
140
140
  /**
@@ -143,7 +143,7 @@ export declare class AutoScalingClient {
143
143
  * @param DeleteAutoScalingPolicyRequest
144
144
  * @return DeleteAutoScalingPolicyResponse
145
145
  * @throws OciError when an error occurs
146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
146
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
147
147
  */
148
148
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest: requests.DeleteAutoScalingPolicyRequest): Promise<responses.DeleteAutoScalingPolicyResponse>;
149
149
  /**
@@ -152,7 +152,7 @@ export declare class AutoScalingClient {
152
152
  * @param GetAutoScalingConfigurationRequest
153
153
  * @return GetAutoScalingConfigurationResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
155
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
156
156
  */
157
157
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest: requests.GetAutoScalingConfigurationRequest): Promise<responses.GetAutoScalingConfigurationResponse>;
158
158
  /**
@@ -161,7 +161,7 @@ export declare class AutoScalingClient {
161
161
  * @param GetAutoScalingPolicyRequest
162
162
  * @return GetAutoScalingPolicyResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
164
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
165
165
  */
166
166
  getAutoScalingPolicy(getAutoScalingPolicyRequest: requests.GetAutoScalingPolicyRequest): Promise<responses.GetAutoScalingPolicyResponse>;
167
167
  /**
@@ -171,7 +171,7 @@ export declare class AutoScalingClient {
171
171
  * @param ListAutoScalingConfigurationsRequest
172
172
  * @return ListAutoScalingConfigurationsResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
174
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
175
175
  */
176
176
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest: requests.ListAutoScalingConfigurationsRequest): Promise<responses.ListAutoScalingConfigurationsResponse>;
177
177
  /**
@@ -213,7 +213,7 @@ export declare class AutoScalingClient {
213
213
  * @param ListAutoScalingPoliciesRequest
214
214
  * @return ListAutoScalingPoliciesResponse
215
215
  * @throws OciError when an error occurs
216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
216
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
217
217
  */
218
218
  listAutoScalingPolicies(listAutoScalingPoliciesRequest: requests.ListAutoScalingPoliciesRequest): Promise<responses.ListAutoScalingPoliciesResponse>;
219
219
  /**
@@ -256,7 +256,7 @@ export declare class AutoScalingClient {
256
256
  * @param UpdateAutoScalingConfigurationRequest
257
257
  * @return UpdateAutoScalingConfigurationResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
259
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
260
260
  */
261
261
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest: requests.UpdateAutoScalingConfigurationRequest): Promise<responses.UpdateAutoScalingConfigurationResponse>;
262
262
  /**
@@ -265,7 +265,7 @@ export declare class AutoScalingClient {
265
265
  * @param UpdateAutoScalingPolicyRequest
266
266
  * @return UpdateAutoScalingPolicyResponse
267
267
  * @throws OciError when an error occurs
268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
268
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
269
269
  */
270
270
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest: requests.UpdateAutoScalingPolicyRequest): Promise<responses.UpdateAutoScalingPolicyResponse>;
271
271
  }
package/lib/client.js CHANGED
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -195,7 +195,7 @@ class AutoScalingClient {
195
195
  /**
196
196
  * Moves an autoscaling configuration into a different compartment within the same tenancy. For information
197
197
  * about moving resources between compartments, see
198
- * [Moving Resources to a Different Compartment](https://docs.cloud.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
198
+ * [Moving Resources to a Different Compartment](https://docs.oracle.com/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).
199
199
  * <p>
200
200
  When you move an autoscaling configuration to a different compartment, associated resources such as instance
201
201
  * pools are not moved.
@@ -204,7 +204,7 @@ class AutoScalingClient {
204
204
  * @param ChangeAutoScalingConfigurationCompartmentRequest
205
205
  * @return ChangeAutoScalingConfigurationCompartmentResponse
206
206
  * @throws OciError when an error occurs
207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
207
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ChangeAutoScalingConfigurationCompartment.ts.html |here} to see how to use ChangeAutoScalingConfigurationCompartment API.
208
208
  */
209
209
  changeAutoScalingConfigurationCompartment(changeAutoScalingConfigurationCompartmentRequest) {
210
210
  return __awaiter(this, void 0, void 0, function* () {
@@ -266,7 +266,7 @@ class AutoScalingClient {
266
266
  * @param CreateAutoScalingConfigurationRequest
267
267
  * @return CreateAutoScalingConfigurationResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
269
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingConfiguration.ts.html |here} to see how to use CreateAutoScalingConfiguration API.
270
270
  */
271
271
  createAutoScalingConfiguration(createAutoScalingConfigurationRequest) {
272
272
  return __awaiter(this, void 0, void 0, function* () {
@@ -338,7 +338,7 @@ class AutoScalingClient {
338
338
  * @param CreateAutoScalingPolicyRequest
339
339
  * @return CreateAutoScalingPolicyResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
341
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/CreateAutoScalingPolicy.ts.html |here} to see how to use CreateAutoScalingPolicy API.
342
342
  */
343
343
  createAutoScalingPolicy(createAutoScalingPolicyRequest) {
344
344
  return __awaiter(this, void 0, void 0, function* () {
@@ -403,7 +403,7 @@ class AutoScalingClient {
403
403
  * @param DeleteAutoScalingConfigurationRequest
404
404
  * @return DeleteAutoScalingConfigurationResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
406
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingConfiguration.ts.html |here} to see how to use DeleteAutoScalingConfiguration API.
407
407
  */
408
408
  deleteAutoScalingConfiguration(deleteAutoScalingConfigurationRequest) {
409
409
  return __awaiter(this, void 0, void 0, function* () {
@@ -458,7 +458,7 @@ class AutoScalingClient {
458
458
  * @param DeleteAutoScalingPolicyRequest
459
459
  * @return DeleteAutoScalingPolicyResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
461
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/DeleteAutoScalingPolicy.ts.html |here} to see how to use DeleteAutoScalingPolicy API.
462
462
  */
463
463
  deleteAutoScalingPolicy(deleteAutoScalingPolicyRequest) {
464
464
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,7 +514,7 @@ class AutoScalingClient {
514
514
  * @param GetAutoScalingConfigurationRequest
515
515
  * @return GetAutoScalingConfigurationResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
517
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfiguration API.
518
518
  */
519
519
  getAutoScalingConfiguration(getAutoScalingConfigurationRequest) {
520
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -577,7 +577,7 @@ class AutoScalingClient {
577
577
  * @param GetAutoScalingPolicyRequest
578
578
  * @return GetAutoScalingPolicyResponse
579
579
  * @throws OciError when an error occurs
580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
580
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/GetAutoScalingPolicy.ts.html |here} to see how to use GetAutoScalingPolicy API.
581
581
  */
582
582
  getAutoScalingPolicy(getAutoScalingPolicyRequest) {
583
583
  return __awaiter(this, void 0, void 0, function* () {
@@ -642,7 +642,7 @@ class AutoScalingClient {
642
642
  * @param ListAutoScalingConfigurationsRequest
643
643
  * @return ListAutoScalingConfigurationsResponse
644
644
  * @throws OciError when an error occurs
645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
645
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurations API.
646
646
  */
647
647
  listAutoScalingConfigurations(listAutoScalingConfigurationsRequest) {
648
648
  return __awaiter(this, void 0, void 0, function* () {
@@ -751,7 +751,7 @@ class AutoScalingClient {
751
751
  * @param ListAutoScalingPoliciesRequest
752
752
  * @return ListAutoScalingPoliciesResponse
753
753
  * @throws OciError when an error occurs
754
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
754
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/ListAutoScalingPolicies.ts.html |here} to see how to use ListAutoScalingPolicies API.
755
755
  */
756
756
  listAutoScalingPolicies(listAutoScalingPoliciesRequest) {
757
757
  return __awaiter(this, void 0, void 0, function* () {
@@ -862,7 +862,7 @@ class AutoScalingClient {
862
862
  * @param UpdateAutoScalingConfigurationRequest
863
863
  * @return UpdateAutoScalingConfigurationResponse
864
864
  * @throws OciError when an error occurs
865
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
865
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingConfiguration.ts.html |here} to see how to use UpdateAutoScalingConfiguration API.
866
866
  */
867
867
  updateAutoScalingConfiguration(updateAutoScalingConfigurationRequest) {
868
868
  return __awaiter(this, void 0, void 0, function* () {
@@ -928,7 +928,7 @@ class AutoScalingClient {
928
928
  * @param UpdateAutoScalingPolicyRequest
929
929
  * @return UpdateAutoScalingPolicyResponse
930
930
  * @throws OciError when an error occurs
931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
931
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/autoscaling/UpdateAutoScalingPolicy.ts.html |here} to see how to use UpdateAutoScalingPolicy API.
932
932
  */
933
933
  updateAutoScalingPolicy(updateAutoScalingPolicyRequest) {
934
934
  return __awaiter(this, void 0, void 0, function* () {
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -23,7 +23,7 @@ import * as model from "../model";
23
23
  */
24
24
  export interface AutoScalingConfigurationSummary {
25
25
  /**
26
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the autoscaling configuration.
26
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the autoscaling configuration.
27
27
  *
28
28
  */
29
29
  "compartmentId": string;
@@ -33,7 +33,7 @@ export interface AutoScalingConfigurationSummary {
33
33
  */
34
34
  "displayName"?: string;
35
35
  /**
36
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
36
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
37
37
  */
38
38
  "id": string;
39
39
  /**
@@ -52,7 +52,7 @@ export interface AutoScalingConfigurationSummary {
52
52
  "resource": model.InstancePoolResource;
53
53
  /**
54
54
  * Defined tags for this resource. Each key is predefined and scoped to a
55
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
55
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
56
56
  * <p>
57
57
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
58
58
  *
@@ -64,7 +64,7 @@ export interface AutoScalingConfigurationSummary {
64
64
  };
65
65
  /**
66
66
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
67
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
67
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
68
68
  * <p>
69
69
  Example: {@code {\"Department\": \"Finance\"}}
70
70
  *
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -19,18 +19,18 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
19
19
  import * as model from "../model";
20
20
  /**
21
21
  * An autoscaling configuration lets you dynamically scale the resources in a Compute instance pool.
22
- * For more information, see [Autoscaling](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm).
22
+ * For more information, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm).
23
23
  *
24
24
  */
25
25
  export interface AutoScalingConfiguration {
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment containing the autoscaling configuration.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the autoscaling configuration.
28
28
  *
29
29
  */
30
30
  "compartmentId": string;
31
31
  /**
32
32
  * Defined tags for this resource. Each key is predefined and scoped to a
33
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
33
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
34
34
  * <p>
35
35
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
36
36
  *
@@ -47,7 +47,7 @@ export interface AutoScalingConfiguration {
47
47
  "displayName"?: string;
48
48
  /**
49
49
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
50
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
50
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
51
51
  * <p>
52
52
  Example: {@code {\"Department\": \"Finance\"}}
53
53
  *
@@ -56,7 +56,7 @@ export interface AutoScalingConfiguration {
56
56
  [key: string]: string;
57
57
  };
58
58
  /**
59
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
59
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
60
60
  */
61
61
  "id": string;
62
62
  /**
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -21,7 +21,7 @@ import * as model from "../model";
21
21
  * Autoscaling policies define the criteria that trigger autoscaling actions and the actions to take.
22
22
  * <p>
23
23
  An autoscaling policy is part of an autoscaling configuration. For more information, see
24
- * [Autoscaling](https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm).
24
+ * [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm).
25
25
  * <p>
26
26
  You can create the following types of autoscaling policies:
27
27
  *
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *
@@ -21,7 +21,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
21
21
  */
22
22
  export interface ChangeAutoScalingCompartmentDetails {
23
23
  /**
24
- * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the autoscaling configuration to.
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to move the autoscaling configuration to.
25
25
  *
26
26
  */
27
27
  "compartmentId": string;
@@ -2,11 +2,11 @@
2
2
  /**
3
3
  * Autoscaling API
4
4
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
5
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
5
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
6
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
7
7
 
8
8
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
9
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
9
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
10
10
 
11
11
  * OpenAPI spec version: 20181001
12
12
  *
@@ -1,11 +1,11 @@
1
1
  /**
2
2
  * Autoscaling API
3
3
  * APIs for dynamically scaling Compute resources to meet application requirements. For more information about
4
- autoscaling, see [Autoscaling](/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
- Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts/computeoverview.htm).
4
+ autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
5
+ Compute service, see [Overview of the Compute Service](https://docs.oracle.com/iaas/Content/Compute/Concepts/computeoverview.htm).
6
6
 
7
7
  **Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
8
- [Oracle Cloud Infrastructure US Government Cloud](/Content/General/Concepts/govoverview.htm).
8
+ [Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
9
9
 
10
10
  * OpenAPI spec version: 20181001
11
11
  *