@alicloud/sae20190506 1.24.7 → 1.24.8
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/dist/client.d.ts +8 -0
- package/dist/client.js +31 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +44 -0
package/dist/client.d.ts
CHANGED
|
@@ -3712,6 +3712,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
|
|
|
3712
3712
|
* true
|
|
3713
3713
|
*/
|
|
3714
3714
|
deploy?: boolean;
|
|
3715
|
+
dotnet?: string;
|
|
3715
3716
|
/**
|
|
3716
3717
|
* @remarks
|
|
3717
3718
|
* 3.5.3
|
|
@@ -6870,6 +6871,7 @@ export declare class DeployApplicationRequest extends $tea.Model {
|
|
|
6870
6871
|
* true
|
|
6871
6872
|
*/
|
|
6872
6873
|
deploy?: string;
|
|
6874
|
+
dotnet?: string;
|
|
6873
6875
|
/**
|
|
6874
6876
|
* @remarks
|
|
6875
6877
|
* The version of the container, such as Ali-Tomcat, in which an application developed based on High-speed Service Framework (HSF) is deployed.
|
|
@@ -14539,6 +14541,9 @@ export declare class RescaleApplicationVerticallyRequest extends $tea.Model {
|
|
|
14539
14541
|
* 2048
|
|
14540
14542
|
*/
|
|
14541
14543
|
memory?: string;
|
|
14544
|
+
autoEnableApplicationScalingRule?: boolean;
|
|
14545
|
+
minReadyInstanceRatio?: number;
|
|
14546
|
+
minReadyInstances?: number;
|
|
14542
14547
|
static names(): {
|
|
14543
14548
|
[key: string]: string;
|
|
14544
14549
|
};
|
|
@@ -19685,6 +19690,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
|
|
|
19685
19690
|
* [{"hostName":"test.host.name","ip":"0.0.0.0"}]
|
|
19686
19691
|
*/
|
|
19687
19692
|
customHostAlias?: string;
|
|
19693
|
+
dotnet?: string;
|
|
19688
19694
|
/**
|
|
19689
19695
|
* @remarks
|
|
19690
19696
|
* The version of the container, such as Ali-Tomcat, in which an application developed based on High-speed Service Framework (HSF) is deployed.
|
|
@@ -25833,6 +25839,7 @@ export declare class ListApplicationsResponseBodyDataApplications extends $tea.M
|
|
|
25833
25839
|
* 1000
|
|
25834
25840
|
*/
|
|
25835
25841
|
cpu?: number;
|
|
25842
|
+
imageUrl?: string;
|
|
25836
25843
|
/**
|
|
25837
25844
|
* @remarks
|
|
25838
25845
|
* The number of application instances.
|
|
@@ -25870,6 +25877,7 @@ export declare class ListApplicationsResponseBodyDataApplications extends $tea.M
|
|
|
25870
25877
|
* cn-beijing:demo
|
|
25871
25878
|
*/
|
|
25872
25879
|
namespaceId?: string;
|
|
25880
|
+
packageUrl?: string;
|
|
25873
25881
|
programmingLanguage?: string;
|
|
25874
25882
|
/**
|
|
25875
25883
|
* @remarks
|
package/dist/client.js
CHANGED
|
@@ -4004,6 +4004,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
4004
4004
|
cpu: 'Cpu',
|
|
4005
4005
|
customHostAlias: 'CustomHostAlias',
|
|
4006
4006
|
deploy: 'Deploy',
|
|
4007
|
+
dotnet: 'Dotnet',
|
|
4007
4008
|
edasContainerVersion: 'EdasContainerVersion',
|
|
4008
4009
|
enableEbpf: 'EnableEbpf',
|
|
4009
4010
|
enableNewArms: 'EnableNewArms',
|
|
@@ -4070,6 +4071,7 @@ class CreateApplicationRequest extends $tea.Model {
|
|
|
4070
4071
|
cpu: 'number',
|
|
4071
4072
|
customHostAlias: 'string',
|
|
4072
4073
|
deploy: 'boolean',
|
|
4074
|
+
dotnet: 'string',
|
|
4073
4075
|
edasContainerVersion: 'string',
|
|
4074
4076
|
enableEbpf: 'string',
|
|
4075
4077
|
enableNewArms: 'boolean',
|
|
@@ -5599,6 +5601,7 @@ class DeployApplicationRequest extends $tea.Model {
|
|
|
5599
5601
|
cpu: 'Cpu',
|
|
5600
5602
|
customHostAlias: 'CustomHostAlias',
|
|
5601
5603
|
deploy: 'Deploy',
|
|
5604
|
+
dotnet: 'Dotnet',
|
|
5602
5605
|
edasContainerVersion: 'EdasContainerVersion',
|
|
5603
5606
|
enableAhas: 'EnableAhas',
|
|
5604
5607
|
enableGreyTagRoute: 'EnableGreyTagRoute',
|
|
@@ -5664,6 +5667,7 @@ class DeployApplicationRequest extends $tea.Model {
|
|
|
5664
5667
|
cpu: 'number',
|
|
5665
5668
|
customHostAlias: 'string',
|
|
5666
5669
|
deploy: 'string',
|
|
5670
|
+
dotnet: 'string',
|
|
5667
5671
|
edasContainerVersion: 'string',
|
|
5668
5672
|
enableAhas: 'string',
|
|
5669
5673
|
enableGreyTagRoute: 'boolean',
|
|
@@ -9911,6 +9915,9 @@ class RescaleApplicationVerticallyRequest extends $tea.Model {
|
|
|
9911
9915
|
appId: 'AppId',
|
|
9912
9916
|
cpu: 'Cpu',
|
|
9913
9917
|
memory: 'Memory',
|
|
9918
|
+
autoEnableApplicationScalingRule: 'autoEnableApplicationScalingRule',
|
|
9919
|
+
minReadyInstanceRatio: 'minReadyInstanceRatio',
|
|
9920
|
+
minReadyInstances: 'minReadyInstances',
|
|
9914
9921
|
};
|
|
9915
9922
|
}
|
|
9916
9923
|
static types() {
|
|
@@ -9918,6 +9925,9 @@ class RescaleApplicationVerticallyRequest extends $tea.Model {
|
|
|
9918
9925
|
appId: 'string',
|
|
9919
9926
|
cpu: 'string',
|
|
9920
9927
|
memory: 'string',
|
|
9928
|
+
autoEnableApplicationScalingRule: 'boolean',
|
|
9929
|
+
minReadyInstanceRatio: 'number',
|
|
9930
|
+
minReadyInstances: 'number',
|
|
9921
9931
|
};
|
|
9922
9932
|
}
|
|
9923
9933
|
constructor(map) {
|
|
@@ -12977,6 +12987,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
12977
12987
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
12978
12988
|
cpu: 'Cpu',
|
|
12979
12989
|
customHostAlias: 'CustomHostAlias',
|
|
12990
|
+
dotnet: 'Dotnet',
|
|
12980
12991
|
edasContainerVersion: 'EdasContainerVersion',
|
|
12981
12992
|
enableAhas: 'EnableAhas',
|
|
12982
12993
|
enableGreyTagRoute: 'EnableGreyTagRoute',
|
|
@@ -13050,6 +13061,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
13050
13061
|
configMapMountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataConfigMapMountDesc },
|
|
13051
13062
|
cpu: 'number',
|
|
13052
13063
|
customHostAlias: 'string',
|
|
13064
|
+
dotnet: 'string',
|
|
13053
13065
|
edasContainerVersion: 'string',
|
|
13054
13066
|
enableAhas: 'string',
|
|
13055
13067
|
enableGreyTagRoute: 'boolean',
|
|
@@ -15629,11 +15641,13 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
15629
15641
|
baseAppId: 'BaseAppId',
|
|
15630
15642
|
children: 'Children',
|
|
15631
15643
|
cpu: 'Cpu',
|
|
15644
|
+
imageUrl: 'ImageUrl',
|
|
15632
15645
|
instances: 'Instances',
|
|
15633
15646
|
mem: 'Mem',
|
|
15634
15647
|
mseEnabled: 'MseEnabled',
|
|
15635
15648
|
mseNamespaceId: 'MseNamespaceId',
|
|
15636
15649
|
namespaceId: 'NamespaceId',
|
|
15650
|
+
packageUrl: 'PackageUrl',
|
|
15637
15651
|
programmingLanguage: 'ProgrammingLanguage',
|
|
15638
15652
|
regionId: 'RegionId',
|
|
15639
15653
|
runningInstances: 'RunningInstances',
|
|
@@ -15649,11 +15663,13 @@ class ListApplicationsResponseBodyDataApplications extends $tea.Model {
|
|
|
15649
15663
|
baseAppId: 'string',
|
|
15650
15664
|
children: { 'type': 'array', 'itemType': ListApplicationsResponseBodyDataApplicationsChildren },
|
|
15651
15665
|
cpu: 'number',
|
|
15666
|
+
imageUrl: 'string',
|
|
15652
15667
|
instances: 'number',
|
|
15653
15668
|
mem: 'number',
|
|
15654
15669
|
mseEnabled: 'boolean',
|
|
15655
15670
|
mseNamespaceId: 'string',
|
|
15656
15671
|
namespaceId: 'string',
|
|
15672
|
+
packageUrl: 'string',
|
|
15657
15673
|
programmingLanguage: 'string',
|
|
15658
15674
|
regionId: 'string',
|
|
15659
15675
|
runningInstances: 'number',
|
|
@@ -17219,6 +17235,9 @@ class Client extends openapi_client_1.default {
|
|
|
17219
17235
|
if (!tea_util_1.default.isUnset(request.deploy)) {
|
|
17220
17236
|
query["Deploy"] = request.deploy;
|
|
17221
17237
|
}
|
|
17238
|
+
if (!tea_util_1.default.isUnset(request.dotnet)) {
|
|
17239
|
+
query["Dotnet"] = request.dotnet;
|
|
17240
|
+
}
|
|
17222
17241
|
if (!tea_util_1.default.isUnset(request.edasContainerVersion)) {
|
|
17223
17242
|
query["EdasContainerVersion"] = request.edasContainerVersion;
|
|
17224
17243
|
}
|
|
@@ -18619,6 +18638,9 @@ class Client extends openapi_client_1.default {
|
|
|
18619
18638
|
if (!tea_util_1.default.isUnset(request.deploy)) {
|
|
18620
18639
|
query["Deploy"] = request.deploy;
|
|
18621
18640
|
}
|
|
18641
|
+
if (!tea_util_1.default.isUnset(request.dotnet)) {
|
|
18642
|
+
query["Dotnet"] = request.dotnet;
|
|
18643
|
+
}
|
|
18622
18644
|
if (!tea_util_1.default.isUnset(request.edasContainerVersion)) {
|
|
18623
18645
|
query["EdasContainerVersion"] = request.edasContainerVersion;
|
|
18624
18646
|
}
|
|
@@ -21957,6 +21979,15 @@ class Client extends openapi_client_1.default {
|
|
|
21957
21979
|
if (!tea_util_1.default.isUnset(request.memory)) {
|
|
21958
21980
|
query["Memory"] = request.memory;
|
|
21959
21981
|
}
|
|
21982
|
+
if (!tea_util_1.default.isUnset(request.autoEnableApplicationScalingRule)) {
|
|
21983
|
+
query["autoEnableApplicationScalingRule"] = request.autoEnableApplicationScalingRule;
|
|
21984
|
+
}
|
|
21985
|
+
if (!tea_util_1.default.isUnset(request.minReadyInstanceRatio)) {
|
|
21986
|
+
query["minReadyInstanceRatio"] = request.minReadyInstanceRatio;
|
|
21987
|
+
}
|
|
21988
|
+
if (!tea_util_1.default.isUnset(request.minReadyInstances)) {
|
|
21989
|
+
query["minReadyInstances"] = request.minReadyInstances;
|
|
21990
|
+
}
|
|
21960
21991
|
let req = new $OpenApi.OpenApiRequest({
|
|
21961
21992
|
headers: headers,
|
|
21962
21993
|
query: openapi_util_1.default.query(query),
|