oci-autoscaling 2.102.1 → 2.103.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
@@ -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,13 +23,13 @@ import * as model from "../model";
23
23
  */
24
24
  export interface CreateAutoScalingConfigurationDetails {
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;
30
30
  /**
31
31
  * Defined tags for this resource. Each key is predefined and scoped to a
32
- * namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
32
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
33
33
  * <p>
34
34
  Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
35
35
  *
@@ -46,7 +46,7 @@ export interface CreateAutoScalingConfigurationDetails {
46
46
  "displayName"?: string;
47
47
  /**
48
48
  * Free-form tags for this resource. Each tag is a simple key-value pair with no
49
- * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
49
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
50
  * <p>
51
51
  Example: {@code {\"Department\": \"Finance\"}}
52
52
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -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
  *
@@ -24,7 +24,7 @@ Each instance pool can have one autoscaling configuration.
24
24
  */
25
25
  export interface Resource {
26
26
  /**
27
- * The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the resource that is managed by the autoscaling configuration.
27
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource that is managed by the autoscaling configuration.
28
28
  *
29
29
  */
30
30
  "id": 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
  *
@@ -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
  *
@@ -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
  *