oci-autoscaling 2.112.2 → 2.113.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":"threshold-policy.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/threshold-policy.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"threshold-policy.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/threshold-policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAYlC,IAAiB,eAAe,CAgC/B;AAhCD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB,EAAE,eAAyB;QACxE,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAqB,CAAC,GACtF;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0BAAU,aAazB,CAAA;IACY,0BAAU,GAAG,WAAW,CAAC;IACtC,SAAgB,sBAAsB,CAAC,GAAoB,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAqB,CAAC,GAC1E;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAsB,yBAerC,CAAA;AACH,CAAC,EAhCgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAgC/B"}
|
package/lib/model/threshold.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/threshold.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":"threshold.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/threshold.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"threshold.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/threshold.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,SAAS,CAuBzB;AAvBD,WAAiB,SAAS;IACxB,IAAY,QAUX;IAVD,WAAY,QAAQ;QAClB,qBAAS,CAAA;QACT,uBAAW,CAAA;QACX,qBAAS,CAAA;QACT,uBAAW,CAAA;QACX;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EAVW,QAAQ,GAAR,kBAAQ,KAAR,kBAAQ,QAUnB;IAED,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAuBzB"}
|
|
@@ -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":"update-auto-scaling-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-auto-scaling-configuration-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-auto-scaling-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-auto-scaling-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAkCH,IAAiB,qCAAqC,CAWrD;AAXD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAWrD"}
|
|
@@ -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":"update-auto-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-auto-scaling-policy-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-auto-scaling-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-auto-scaling-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAoBtC,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 UpdateConditionDetails {
|
|
|
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 UpdateConditionDetails {
|
|
34
31
|
function getJsonObj(obj: UpdateConditionDetails): 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 UpdateConditionDetails;
|
|
|
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 UpdateConditionDetails;
|
|
|
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":"update-condition-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-condition-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-condition-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-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":"update-scheduled-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-scheduled-policy-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-scheduled-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-scheduled-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,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":"update-threshold-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-threshold-policy-details.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"update-threshold-policy-details.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/model/update-threshold-policy-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AASlC,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"}
|
package/lib/request/index.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/request/index.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
|
*
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/request/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAgBH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC"}
|
|
@@ -47,6 +47,11 @@ export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest
|
|
|
47
47
|
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
48
48
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
49
49
|
* sort order is case sensitive.
|
|
50
|
+
* <p>
|
|
51
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
52
|
+
* optionally filter by availability domain if the scope of the resource type is within a
|
|
53
|
+
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
54
|
+
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
50
55
|
*
|
|
51
56
|
*/
|
|
52
57
|
"sortBy"?: ListAutoScalingConfigurationsRequest.SortBy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-auto-scaling-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/request/list-auto-scaling-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-auto-scaling-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/request/list-auto-scaling-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyDH,IAAiB,oCAAoC,CAUpD;AAVD,WAAiB,oCAAoC;IACnD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,8CAAS,KAAT,8CAAS,QAGpB;AACH,CAAC,EAVgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAUpD"}
|
|
@@ -44,6 +44,11 @@ export interface ListAutoScalingPoliciesRequest extends common.BaseRequest {
|
|
|
44
44
|
* The field to sort by. You can provide one sort order ({@code sortOrder}). Default order for
|
|
45
45
|
* TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME
|
|
46
46
|
* sort order is case sensitive.
|
|
47
|
+
* <p>
|
|
48
|
+
**Note:** In general, some \"List\" operations (for example, {@code ListInstances}) let you
|
|
49
|
+
* optionally filter by availability domain if the scope of the resource type is within a
|
|
50
|
+
* single availability domain. If you call one of these \"List\" operations without specifying
|
|
51
|
+
* an availability domain, the resources are grouped by availability domain, then sorted.
|
|
47
52
|
*
|
|
48
53
|
*/
|
|
49
54
|
"sortBy"?: ListAutoScalingPoliciesRequest.SortBy;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-auto-scaling-policies-request.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/request/list-auto-scaling-policies-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-auto-scaling-policies-request.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/request/list-auto-scaling-policies-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,IAAiB,8BAA8B,CAU9C;AAVD,WAAiB,8BAA8B;IAC7C,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAGjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,wCAAS,KAAT,wCAAS,QAGpB;AACH,CAAC,EAVgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAU9C"}
|
package/lib/response/index.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/response/index.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":"index.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/response/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/autoscaling/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-autoscaling",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.113.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.113.0",
|
|
19
|
+
"oci-workrequests": "2.113.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|