oci-autoscaling 2.112.2 → 2.114.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 +2 -5
- package/index.js +2 -5
- package/index.js.map +1 -1
- package/lib/client.d.ts +13 -16
- package/lib/client.js +24 -27
- package/lib/client.js.map +1 -1
- package/lib/model/action.d.ts +2 -5
- package/lib/model/action.js +2 -5
- package/lib/model/action.js.map +1 -1
- package/lib/model/auto-scaling-configuration-summary.d.ts +2 -5
- package/lib/model/auto-scaling-configuration-summary.js +2 -5
- package/lib/model/auto-scaling-configuration-summary.js.map +1 -1
- package/lib/model/auto-scaling-configuration.d.ts +2 -5
- package/lib/model/auto-scaling-configuration.js +2 -5
- package/lib/model/auto-scaling-configuration.js.map +1 -1
- package/lib/model/auto-scaling-policy-summary.d.ts +2 -5
- package/lib/model/auto-scaling-policy-summary.js +2 -5
- package/lib/model/auto-scaling-policy-summary.js.map +1 -1
- package/lib/model/auto-scaling-policy.d.ts +2 -5
- package/lib/model/auto-scaling-policy.js +2 -5
- package/lib/model/auto-scaling-policy.js.map +1 -1
- package/lib/model/capacity.d.ts +2 -5
- package/lib/model/capacity.js +2 -5
- package/lib/model/capacity.js.map +1 -1
- package/lib/model/change-auto-scaling-compartment-details.d.ts +2 -5
- package/lib/model/change-auto-scaling-compartment-details.js +2 -5
- package/lib/model/change-auto-scaling-compartment-details.js.map +1 -1
- package/lib/model/condition.d.ts +3 -6
- package/lib/model/condition.js +4 -7
- package/lib/model/condition.js.map +1 -1
- package/lib/model/create-auto-scaling-configuration-details.d.ts +2 -5
- package/lib/model/create-auto-scaling-configuration-details.js +2 -5
- package/lib/model/create-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/create-auto-scaling-policy-details.d.ts +2 -5
- package/lib/model/create-auto-scaling-policy-details.js +2 -5
- package/lib/model/create-auto-scaling-policy-details.js.map +1 -1
- package/lib/model/create-condition-details.d.ts +3 -6
- package/lib/model/create-condition-details.js +4 -7
- package/lib/model/create-condition-details.js.map +1 -1
- package/lib/model/create-scheduled-policy-details.d.ts +2 -5
- package/lib/model/create-scheduled-policy-details.js +2 -5
- package/lib/model/create-scheduled-policy-details.js.map +1 -1
- package/lib/model/create-threshold-policy-details.d.ts +2 -5
- package/lib/model/create-threshold-policy-details.js +2 -5
- package/lib/model/create-threshold-policy-details.js.map +1 -1
- package/lib/model/cron-execution-schedule.d.ts +2 -5
- package/lib/model/cron-execution-schedule.js +2 -5
- package/lib/model/cron-execution-schedule.js.map +1 -1
- package/lib/model/custom-metric.d.ts +58 -0
- package/lib/model/custom-metric.js +53 -0
- package/lib/model/custom-metric.js.map +1 -0
- package/lib/model/execution-schedule.d.ts +2 -5
- package/lib/model/execution-schedule.js +2 -5
- package/lib/model/execution-schedule.js.map +1 -1
- package/lib/model/index.d.ts +8 -7
- package/lib/model/index.js +9 -8
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-pool-resource.d.ts +2 -5
- package/lib/model/instance-pool-resource.js +2 -5
- package/lib/model/instance-pool-resource.js.map +1 -1
- package/lib/model/metric-base.d.ts +34 -0
- package/lib/model/metric-base.js +75 -0
- package/lib/model/metric-base.js.map +1 -0
- package/lib/model/metric.d.ts +8 -9
- package/lib/model/metric.js +7 -9
- package/lib/model/metric.js.map +1 -1
- package/lib/model/resource-action.d.ts +3 -6
- package/lib/model/resource-action.js +2 -5
- package/lib/model/resource-action.js.map +1 -1
- package/lib/model/resource-power-action.d.ts +4 -6
- package/lib/model/resource-power-action.js +3 -5
- package/lib/model/resource-power-action.js.map +1 -1
- package/lib/model/resource.d.ts +2 -5
- package/lib/model/resource.js +2 -5
- package/lib/model/resource.js.map +1 -1
- package/lib/model/scheduled-policy.d.ts +2 -5
- package/lib/model/scheduled-policy.js +2 -5
- package/lib/model/scheduled-policy.js.map +1 -1
- package/lib/model/threshold-policy.d.ts +2 -5
- package/lib/model/threshold-policy.js +2 -5
- package/lib/model/threshold-policy.js.map +1 -1
- package/lib/model/threshold.d.ts +2 -5
- package/lib/model/threshold.js +2 -5
- package/lib/model/threshold.js.map +1 -1
- package/lib/model/update-auto-scaling-configuration-details.d.ts +2 -5
- package/lib/model/update-auto-scaling-configuration-details.js +2 -5
- package/lib/model/update-auto-scaling-configuration-details.js.map +1 -1
- package/lib/model/update-auto-scaling-policy-details.d.ts +2 -5
- package/lib/model/update-auto-scaling-policy-details.js +2 -5
- package/lib/model/update-auto-scaling-policy-details.js.map +1 -1
- package/lib/model/update-condition-details.d.ts +3 -6
- package/lib/model/update-condition-details.js +4 -7
- package/lib/model/update-condition-details.js.map +1 -1
- package/lib/model/update-scheduled-policy-details.d.ts +2 -5
- package/lib/model/update-scheduled-policy-details.js +2 -5
- package/lib/model/update-scheduled-policy-details.js.map +1 -1
- package/lib/model/update-threshold-policy-details.d.ts +2 -5
- package/lib/model/update-threshold-policy-details.js +2 -5
- package/lib/model/update-threshold-policy-details.js.map +1 -1
- package/lib/request/index.d.ts +2 -5
- package/lib/request/index.js +2 -5
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +5 -0
- package/lib/request/list-auto-scaling-configurations-request.js.map +1 -1
- package/lib/request/list-auto-scaling-policies-request.d.ts +5 -0
- package/lib/request/list-auto-scaling-policies-request.js.map +1 -1
- package/lib/response/index.d.ts +2 -5
- package/lib/response/index.js +2 -5
- package/lib/response/index.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auto-scaling-policy-summary.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/auto-scaling-policy-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"auto-scaling-policy-summary.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/auto-scaling-policy-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AA6BH,IAAiB,wBAAwB,CAWxC;AAXD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAWxC"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auto-scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/auto-scaling-policy.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"auto-scaling-policy.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/auto-scaling-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA2CtC,IAAiB,iBAAiB,CA+CjC;AA/CD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/E,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAiC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAiC,OAAQ,EAAE,IAAI,CAAC,CAAC;gBAC1F;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,4BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CACjB,OAAQ,EACxC,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CACjB,OAAQ,EACxC,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,wCAAsB,yBAyBrC,CAAA;AACH,CAAC,EA/CgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QA+CjC"}
|
package/lib/model/capacity.d.ts
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
package/lib/model/capacity.js
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capacity.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/capacity.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"capacity.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/capacity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAuCH,IAAiB,QAAQ,CAWxB;AAXD,WAAiB,QAAQ;IACvB,SAAgB,UAAU,CAAC,GAAa;QACtC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAa;QAClD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAWxB"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-auto-scaling-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/change-auto-scaling-compartment-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"change-auto-scaling-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/change-auto-scaling-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAgBH,IAAiB,mCAAmC,CAWnD;AAXD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAWnD"}
|
package/lib/model/condition.d.ts
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -32,7 +29,7 @@ export interface Condition {
|
|
|
32
29
|
* ID of the condition that is assigned after creation.
|
|
33
30
|
*/
|
|
34
31
|
"id"?: string;
|
|
35
|
-
"metric": model.Metric;
|
|
32
|
+
"metric": model.CustomMetric | model.Metric;
|
|
36
33
|
}
|
|
37
34
|
export declare namespace Condition {
|
|
38
35
|
function getJsonObj(obj: Condition): object;
|
package/lib/model/condition.js
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -44,7 +41,7 @@ var Condition;
|
|
|
44
41
|
function getJsonObj(obj) {
|
|
45
42
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
43
|
"action": obj.action ? model.Action.getJsonObj(obj.action) : undefined,
|
|
47
|
-
"metric": obj.metric ? model.
|
|
44
|
+
"metric": obj.metric ? model.MetricBase.getJsonObj(obj.metric) : undefined
|
|
48
45
|
});
|
|
49
46
|
return jsonObj;
|
|
50
47
|
}
|
|
@@ -52,7 +49,7 @@ var Condition;
|
|
|
52
49
|
function getDeserializedJsonObj(obj) {
|
|
53
50
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
51
|
"action": obj.action ? model.Action.getDeserializedJsonObj(obj.action) : undefined,
|
|
55
|
-
"metric": obj.metric ? model.
|
|
52
|
+
"metric": obj.metric ? model.MetricBase.getDeserializedJsonObj(obj.metric) : undefined
|
|
56
53
|
});
|
|
57
54
|
return jsonObj;
|
|
58
55
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"condition.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/condition.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"condition.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/condition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,SAAS,CAyBzB;AAzBD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAEtE,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,oBAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAElF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gCAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAyBzB"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-auto-scaling-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-auto-scaling-configuration-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-auto-scaling-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-auto-scaling-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmDlC,IAAiB,qCAAqC,CA+BrD;AA/BD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gDAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4DAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA+BrD"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-auto-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-auto-scaling-policy-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-auto-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-auto-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA+BtC,IAAiB,8BAA8B,CAqD9C;AArDD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAC/E,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CACL,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,yCAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,YAAY,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE;YAChD,QAAQ,GAAG,CAAC,UAAU,EAAE;gBACtB,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ,KAAK,WAAW;oBACd,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACjB,OAAQ,EACrD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;aACzF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,qDAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAqD9C"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -28,7 +25,7 @@ export interface CreateConditionDetails {
|
|
|
28
25
|
*
|
|
29
26
|
*/
|
|
30
27
|
"displayName"?: string;
|
|
31
|
-
"metric": model.Metric;
|
|
28
|
+
"metric": model.CustomMetric | model.Metric;
|
|
32
29
|
}
|
|
33
30
|
export declare namespace CreateConditionDetails {
|
|
34
31
|
function getJsonObj(obj: CreateConditionDetails): object;
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -44,7 +41,7 @@ var CreateConditionDetails;
|
|
|
44
41
|
function getJsonObj(obj) {
|
|
45
42
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
46
43
|
"action": obj.action ? model.Action.getJsonObj(obj.action) : undefined,
|
|
47
|
-
"metric": obj.metric ? model.
|
|
44
|
+
"metric": obj.metric ? model.MetricBase.getJsonObj(obj.metric) : undefined
|
|
48
45
|
});
|
|
49
46
|
return jsonObj;
|
|
50
47
|
}
|
|
@@ -52,7 +49,7 @@ var CreateConditionDetails;
|
|
|
52
49
|
function getDeserializedJsonObj(obj) {
|
|
53
50
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
54
51
|
"action": obj.action ? model.Action.getDeserializedJsonObj(obj.action) : undefined,
|
|
55
|
-
"metric": obj.metric ? model.
|
|
52
|
+
"metric": obj.metric ? model.MetricBase.getDeserializedJsonObj(obj.metric) : undefined
|
|
56
53
|
});
|
|
57
54
|
return jsonObj;
|
|
58
55
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-condition-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-condition-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-condition-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-condition-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAEtE,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3E,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,iCAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;YAElF,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACvF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,6CAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-scheduled-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-scheduled-policy-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-scheduled-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-scheduled-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,4BAA4B,CAyC5C;AAzCD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACxF;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACrD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,uCAAU,aAgBzB,CAAA;IACY,uCAAU,GAAG,WAAW,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC6B,CAAC,GACpC;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IArBe,mDAAsB,yBAqBrC,CAAA;AACH,CAAC,EAzCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyC5C"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-threshold-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-threshold-policy-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"create-threshold-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/create-threshold-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,4BAA4B,CAuC5C;AAvCD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GACxF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sBAAsB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,uCAAU,aAezB,CAAA;IACY,uCAAU,GAAG,WAAW,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC6B,CAAC,GACpC;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mDAAsB,yBAoBrC,CAAA;AACH,CAAC,EAvCgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAuC5C"}
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Autoscaling API
|
|
3
|
-
*
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
4
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
-
Compute service, see [
|
|
6
|
-
|
|
7
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
8
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
9
6
|
|
|
10
7
|
* OpenAPI spec version: 20181001
|
|
11
8
|
*
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Autoscaling API
|
|
4
|
-
*
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
5
|
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
-
Compute service, see [
|
|
7
|
-
|
|
8
|
-
**Note:** Autoscaling is not available in US Government Cloud tenancies. For more information, see
|
|
9
|
-
[Oracle Cloud Infrastructure US Government Cloud](https://docs.oracle.com/iaas/Content/General/Concepts/govoverview.htm).
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
10
7
|
|
|
11
8
|
* OpenAPI spec version: 20181001
|
|
12
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cron-execution-schedule.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/cron-execution-schedule.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"cron-execution-schedule.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/cron-execution-schedule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,qBAAqB,CAyBrC;AAzBD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B,EAAE,eAAyB;QAC9E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAA2B,CAAC,GACpE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,gCAAU,aASzB,CAAA;IACY,0BAAI,GAAG,MAAM,CAAC;IAC3B,SAAgB,sBAAsB,CACpC,GAA0B,EAC1B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAA2B,CAAC,GAChF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAyBrC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Autoscaling API
|
|
3
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
4
|
+
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
5
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20181001
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* Metric details for triggering an autoscaling action based on a custom MQL query.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface CustomMetric extends model.MetricBase {
|
|
22
|
+
/**
|
|
23
|
+
* The Monitoring Query Language (MQL) expression to evaluate for the alarm. The Alarms feature of
|
|
24
|
+
* the Monitoring service interprets results for each returned time series as Boolean values,
|
|
25
|
+
* where zero represents false and a non-zero value represents true. A true value means that the trigger
|
|
26
|
+
* rule condition has been met. The query must specify a metric, statistic, interval, and trigger
|
|
27
|
+
* rule (threshold or absence). Supported values for interval: {@code 1m}-{@code 60m} (also {@code 1h}). You can optionally
|
|
28
|
+
* specify dimensions and grouping functions. Supported grouping functions: {@code grouping()}, {@code groupBy()}.
|
|
29
|
+
* <p>
|
|
30
|
+
Example of threshold alarm:
|
|
31
|
+
* <p>
|
|
32
|
+
-----
|
|
33
|
+
* <p>
|
|
34
|
+
CpuUtilization[1m]{availabilityDomain=\"cumS:PHX-AD-1\"}.groupBy(availabilityDomain).percentile(0.9) > 85
|
|
35
|
+
* <p>
|
|
36
|
+
-----
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"query": string;
|
|
40
|
+
/**
|
|
41
|
+
* The namespace for the query.
|
|
42
|
+
*/
|
|
43
|
+
"namespace": string;
|
|
44
|
+
/**
|
|
45
|
+
* The resource group for the query.
|
|
46
|
+
*/
|
|
47
|
+
"resourceGroup"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The OCID of the compartment containing the metrics.
|
|
50
|
+
*/
|
|
51
|
+
"metricCompartmentId": string;
|
|
52
|
+
"metricSource": string;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace CustomMetric {
|
|
55
|
+
function getJsonObj(obj: CustomMetric, isParentJsonObj?: boolean): object;
|
|
56
|
+
const metricSource = "CUSTOM_QUERY";
|
|
57
|
+
function getDeserializedJsonObj(obj: CustomMetric, isParentJsonObj?: boolean): object;
|
|
58
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Autoscaling API
|
|
4
|
+
* Use the Autoscaling API to dynamically scale compute resources to meet application requirements. For more information about
|
|
5
|
+
autoscaling, see [Autoscaling](https://docs.oracle.com/iaas/Content/Compute/Tasks/autoscalinginstancepools.htm). For information about the
|
|
6
|
+
Compute service, see [Compute](https://docs.oracle.com/iaas/Content/Compute/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20181001
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.CustomMetric = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var CustomMetric;
|
|
40
|
+
(function (CustomMetric) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.MetricBase.getJsonObj(obj))), {});
|
|
43
|
+
return jsonObj;
|
|
44
|
+
}
|
|
45
|
+
CustomMetric.getJsonObj = getJsonObj;
|
|
46
|
+
CustomMetric.metricSource = "CUSTOM_QUERY";
|
|
47
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.MetricBase.getDeserializedJsonObj(obj))), {});
|
|
49
|
+
return jsonObj;
|
|
50
|
+
}
|
|
51
|
+
CustomMetric.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
52
|
+
})(CustomMetric = exports.CustomMetric || (exports.CustomMetric = {}));
|
|
53
|
+
//# sourceMappingURL=custom-metric.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"custom-metric.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/custom-metric.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,YAAY,CAkB5B;AAlBD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB,EAAE,eAAyB;QACrE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,UAAU,CAAC,GAAG,CAAkB,CAAC,GAC5E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,uBAAU,aAOzB,CAAA;IACY,yBAAY,GAAG,cAAc,CAAC;IAC3C,SAAgB,sBAAsB,CAAC,GAAiB,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,UAAU,CAAC,sBAAsB,CAAC,GAAG,CAAkB,CAAC,GACxF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,mCAAsB,yBAOrC,CAAA;AACH,CAAC,EAlBgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAkB5B"}
|