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.
- package/index.d.ts +3 -3
- package/index.js +3 -3
- package/lib/client.d.ts +15 -15
- package/lib/client.js +15 -15
- package/lib/model/action.d.ts +3 -3
- package/lib/model/action.js +3 -3
- package/lib/model/auto-scaling-configuration-summary.d.ts +7 -7
- package/lib/model/auto-scaling-configuration-summary.js +3 -3
- package/lib/model/auto-scaling-configuration.d.ts +8 -8
- package/lib/model/auto-scaling-configuration.js +3 -3
- package/lib/model/auto-scaling-policy-summary.d.ts +3 -3
- package/lib/model/auto-scaling-policy-summary.js +3 -3
- package/lib/model/auto-scaling-policy.d.ts +4 -4
- package/lib/model/auto-scaling-policy.js +3 -3
- package/lib/model/capacity.d.ts +3 -3
- package/lib/model/capacity.js +3 -3
- package/lib/model/change-auto-scaling-compartment-details.d.ts +4 -4
- package/lib/model/change-auto-scaling-compartment-details.js +3 -3
- package/lib/model/condition.d.ts +3 -3
- package/lib/model/condition.js +3 -3
- package/lib/model/create-auto-scaling-configuration-details.d.ts +6 -6
- package/lib/model/create-auto-scaling-configuration-details.js +3 -3
- package/lib/model/create-auto-scaling-policy-details.d.ts +3 -3
- package/lib/model/create-auto-scaling-policy-details.js +3 -3
- package/lib/model/create-condition-details.d.ts +3 -3
- package/lib/model/create-condition-details.js +3 -3
- package/lib/model/create-scheduled-policy-details.d.ts +3 -3
- package/lib/model/create-scheduled-policy-details.js +3 -3
- package/lib/model/create-threshold-policy-details.d.ts +3 -3
- package/lib/model/create-threshold-policy-details.js +3 -3
- package/lib/model/cron-execution-schedule.d.ts +3 -3
- package/lib/model/cron-execution-schedule.js +3 -3
- package/lib/model/execution-schedule.d.ts +3 -3
- package/lib/model/execution-schedule.js +3 -3
- package/lib/model/index.d.ts +3 -3
- package/lib/model/index.js +3 -3
- package/lib/model/instance-pool-resource.d.ts +3 -3
- package/lib/model/instance-pool-resource.js +3 -3
- package/lib/model/metric.d.ts +3 -3
- package/lib/model/metric.js +3 -3
- package/lib/model/resource-action.d.ts +3 -3
- package/lib/model/resource-action.js +3 -3
- package/lib/model/resource-power-action.d.ts +3 -3
- package/lib/model/resource-power-action.js +3 -3
- package/lib/model/resource.d.ts +4 -4
- package/lib/model/resource.js +3 -3
- package/lib/model/scheduled-policy.d.ts +3 -3
- package/lib/model/scheduled-policy.js +3 -3
- package/lib/model/threshold-policy.d.ts +3 -3
- package/lib/model/threshold-policy.js +3 -3
- package/lib/model/threshold.d.ts +3 -3
- package/lib/model/threshold.js +3 -3
- package/lib/model/update-auto-scaling-configuration-details.d.ts +5 -5
- package/lib/model/update-auto-scaling-configuration-details.js +3 -3
- package/lib/model/update-auto-scaling-policy-details.d.ts +3 -3
- package/lib/model/update-auto-scaling-policy-details.js +3 -3
- package/lib/model/update-condition-details.d.ts +3 -3
- package/lib/model/update-condition-details.js +3 -3
- package/lib/model/update-scheduled-policy-details.d.ts +3 -3
- package/lib/model/update-scheduled-policy-details.js +3 -3
- package/lib/model/update-threshold-policy-details.d.ts +3 -3
- package/lib/model/update-threshold-policy-details.js +3 -3
- package/lib/request/change-auto-scaling-configuration-compartment-request.d.ts +2 -2
- package/lib/request/create-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/create-auto-scaling-policy-request.d.ts +2 -2
- package/lib/request/delete-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/delete-auto-scaling-policy-request.d.ts +2 -2
- package/lib/request/get-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/get-auto-scaling-policy-request.d.ts +2 -2
- package/lib/request/index.d.ts +3 -3
- package/lib/request/index.js +3 -3
- package/lib/request/list-auto-scaling-configurations-request.d.ts +4 -4
- package/lib/request/list-auto-scaling-policies-request.d.ts +4 -4
- package/lib/request/update-auto-scaling-configuration-request.d.ts +2 -2
- package/lib/request/update-auto-scaling-policy-request.d.ts +2 -2
- package/lib/response/index.d.ts +3 -3
- package/lib/response/index.js +3 -3
- package/lib/response/list-auto-scaling-configurations-response.d.ts +1 -1
- package/lib/response/list-auto-scaling-policies-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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,7 +19,7 @@ Compute service, see [Overview of the Compute Service](/Content/Compute/Concepts
|
|
|
19
19
|
export interface UpdateAutoScalingConfigurationDetails {
|
|
20
20
|
/**
|
|
21
21
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
22
|
-
* namespace. For more information, see [Resource Tags](https://docs.
|
|
22
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
23
23
|
* <p>
|
|
24
24
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
25
25
|
*
|
|
@@ -36,7 +36,7 @@ export interface UpdateAutoScalingConfigurationDetails {
|
|
|
36
36
|
"displayName"?: string;
|
|
37
37
|
/**
|
|
38
38
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
39
|
-
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.
|
|
39
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
40
40
|
* <p>
|
|
41
41
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
42
42
|
*
|
|
@@ -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
|
*
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 ChangeAutoScalingConfigurationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeAutoScalingConfigurationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
21
21
|
*/
|
|
22
22
|
"autoScalingConfigurationId": string;
|
|
23
23
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 CreateAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 CreateAutoScalingPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAutoScalingPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
21
21
|
*/
|
|
22
22
|
"autoScalingConfigurationId": string;
|
|
23
23
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 DeleteAutoScalingConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
20
20
|
*/
|
|
21
21
|
"autoScalingConfigurationId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 DeleteAutoScalingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAutoScalingPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
20
20
|
*/
|
|
21
21
|
"autoScalingConfigurationId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 GetAutoScalingConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
20
20
|
*/
|
|
21
21
|
"autoScalingConfigurationId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 GetAutoScalingPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoScalingPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
20
20
|
*/
|
|
21
21
|
"autoScalingConfigurationId": string;
|
|
22
22
|
/**
|
package/lib/request/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/lib/request/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
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 ListAutoScalingConfigurationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment containing the
|
|
20
20
|
* resource. Use tenancyId to search in
|
|
21
21
|
* the root compartment.
|
|
22
22
|
*
|
|
@@ -33,13 +33,13 @@ export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest
|
|
|
33
33
|
"opcRequestId"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* For list pagination. The maximum number of items to return in a paginated \"List\" call. For important details
|
|
36
|
-
* about how pagination works, see [List Pagination](https://docs.
|
|
36
|
+
* about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"limit"?: number;
|
|
40
40
|
/**
|
|
41
41
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
|
|
42
|
-
* details about how pagination works, see [List Pagination](https://docs.
|
|
42
|
+
* details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"page"?: string;
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @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 ListAutoScalingPoliciesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
20
20
|
*/
|
|
21
21
|
"autoScalingConfigurationId": string;
|
|
22
22
|
/**
|
|
@@ -30,13 +30,13 @@ export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
|
|
|
30
30
|
"opcRequestId"?: string;
|
|
31
31
|
/**
|
|
32
32
|
* For list pagination. The maximum number of items to return in a paginated \"List\" call. For important details
|
|
33
|
-
* about how pagination works, see [List Pagination](https://docs.
|
|
33
|
+
* about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
38
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
|
|
39
|
-
* details about how pagination works, see [List Pagination](https://docs.
|
|
39
|
+
* details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateAutoScalingConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
21
21
|
*/
|
|
22
22
|
"autoScalingConfigurationId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @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 UpdateAutoScalingPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAutoScalingPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the autoscaling configuration.
|
|
21
21
|
*/
|
|
22
22
|
"autoScalingConfigurationId": string;
|
|
23
23
|
/**
|
package/lib/response/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/lib/response/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
|
*
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListAutoScalingConfigurationsResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcNextPage": string;
|
|
@@ -14,7 +14,7 @@ import * as model from "../model";
|
|
|
14
14
|
export interface ListAutoScalingPoliciesResponse {
|
|
15
15
|
/**
|
|
16
16
|
* For list pagination. When this header appears in the response, additional pages of results remain.
|
|
17
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
17
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcNextPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-autoscaling",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Autoscaling Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|