@alicloud/sae20190506 1.26.2 → 1.26.4
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 +10 -0
- package/dist/client.js +32 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +46 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -6448,6 +6448,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6448
6448
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
6449
6449
|
*/
|
|
6450
6450
|
customHostAlias?: string;
|
|
6451
|
+
customImageNetworkType?: string;
|
|
6451
6452
|
/**
|
|
6452
6453
|
* @remarks
|
|
6453
6454
|
* true
|
|
@@ -6803,6 +6804,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6803
6804
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
6804
6805
|
cpu: 'Cpu',
|
|
6805
6806
|
customHostAlias: 'CustomHostAlias',
|
|
6807
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
6806
6808
|
deploy: 'Deploy',
|
|
6807
6809
|
dotnet: 'Dotnet',
|
|
6808
6810
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -6876,6 +6878,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6876
6878
|
configMapMountDesc: 'string',
|
|
6877
6879
|
cpu: 'number',
|
|
6878
6880
|
customHostAlias: 'string',
|
|
6881
|
+
customImageNetworkType: 'string',
|
|
6879
6882
|
deploy: 'boolean',
|
|
6880
6883
|
dotnet: 'string',
|
|
6881
6884
|
edasContainerVersion: 'string',
|
|
@@ -7032,6 +7035,7 @@ export class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
7032
7035
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
7033
7036
|
*/
|
|
7034
7037
|
customHostAlias?: string;
|
|
7038
|
+
customImageNetworkType?: string;
|
|
7035
7039
|
/**
|
|
7036
7040
|
* @remarks
|
|
7037
7041
|
* true
|
|
@@ -7387,6 +7391,7 @@ export class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
7387
7391
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
7388
7392
|
cpu: 'Cpu',
|
|
7389
7393
|
customHostAlias: 'CustomHostAlias',
|
|
7394
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
7390
7395
|
deploy: 'Deploy',
|
|
7391
7396
|
dotnet: 'Dotnet',
|
|
7392
7397
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -7460,6 +7465,7 @@ export class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
7460
7465
|
configMapMountDesc: 'string',
|
|
7461
7466
|
cpu: 'number',
|
|
7462
7467
|
customHostAlias: 'string',
|
|
7468
|
+
customImageNetworkType: 'string',
|
|
7463
7469
|
deploy: 'boolean',
|
|
7464
7470
|
dotnet: 'string',
|
|
7465
7471
|
edasContainerVersion: 'string',
|
|
@@ -11332,6 +11338,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11332
11338
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
11333
11339
|
*/
|
|
11334
11340
|
customHostAlias?: string;
|
|
11341
|
+
customImageNetworkType?: string;
|
|
11335
11342
|
/**
|
|
11336
11343
|
* @remarks
|
|
11337
11344
|
* This parameter takes effect only for applications that are in the Stopped state. If you call the **DeployApplication** operation to manage a running application, the application is immediately redeployed.
|
|
@@ -11845,6 +11852,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11845
11852
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
11846
11853
|
cpu: 'Cpu',
|
|
11847
11854
|
customHostAlias: 'CustomHostAlias',
|
|
11855
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
11848
11856
|
deploy: 'Deploy',
|
|
11849
11857
|
dotnet: 'Dotnet',
|
|
11850
11858
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -11917,6 +11925,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11917
11925
|
configMapMountDesc: 'string',
|
|
11918
11926
|
cpu: 'number',
|
|
11919
11927
|
customHostAlias: 'string',
|
|
11928
|
+
customImageNetworkType: 'string',
|
|
11920
11929
|
deploy: 'string',
|
|
11921
11930
|
dotnet: 'string',
|
|
11922
11931
|
edasContainerVersion: 'string',
|
|
@@ -12104,6 +12113,7 @@ export class DeployApplicationShrinkRequest extends $tea.Model {
|
|
|
12104
12113
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
12105
12114
|
*/
|
|
12106
12115
|
customHostAlias?: string;
|
|
12116
|
+
customImageNetworkType?: string;
|
|
12107
12117
|
/**
|
|
12108
12118
|
* @remarks
|
|
12109
12119
|
* This parameter takes effect only for applications that are in the Stopped state. If you call the **DeployApplication** operation to manage a running application, the application is immediately redeployed.
|
|
@@ -12617,6 +12627,7 @@ export class DeployApplicationShrinkRequest extends $tea.Model {
|
|
|
12617
12627
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
12618
12628
|
cpu: 'Cpu',
|
|
12619
12629
|
customHostAlias: 'CustomHostAlias',
|
|
12630
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
12620
12631
|
deploy: 'Deploy',
|
|
12621
12632
|
dotnet: 'Dotnet',
|
|
12622
12633
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -12689,6 +12700,7 @@ export class DeployApplicationShrinkRequest extends $tea.Model {
|
|
|
12689
12700
|
configMapMountDesc: 'string',
|
|
12690
12701
|
cpu: 'number',
|
|
12691
12702
|
customHostAlias: 'string',
|
|
12703
|
+
customImageNetworkType: 'string',
|
|
12692
12704
|
deploy: 'string',
|
|
12693
12705
|
dotnet: 'string',
|
|
12694
12706
|
edasContainerVersion: 'string',
|
|
@@ -13570,6 +13582,7 @@ export class DescribeApplicationInstancesRequest extends $tea.Model {
|
|
|
13570
13582
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
13571
13583
|
*/
|
|
13572
13584
|
groupId?: string;
|
|
13585
|
+
instanceId?: string;
|
|
13573
13586
|
/**
|
|
13574
13587
|
* @remarks
|
|
13575
13588
|
* 10
|
|
@@ -13591,6 +13604,7 @@ export class DescribeApplicationInstancesRequest extends $tea.Model {
|
|
|
13591
13604
|
appId: 'AppId',
|
|
13592
13605
|
currentPage: 'CurrentPage',
|
|
13593
13606
|
groupId: 'GroupId',
|
|
13607
|
+
instanceId: 'InstanceId',
|
|
13594
13608
|
pageSize: 'PageSize',
|
|
13595
13609
|
reverse: 'Reverse',
|
|
13596
13610
|
};
|
|
@@ -13601,6 +13615,7 @@ export class DescribeApplicationInstancesRequest extends $tea.Model {
|
|
|
13601
13615
|
appId: 'string',
|
|
13602
13616
|
currentPage: 'number',
|
|
13603
13617
|
groupId: 'string',
|
|
13618
|
+
instanceId: 'string',
|
|
13604
13619
|
pageSize: 'number',
|
|
13605
13620
|
reverse: 'boolean',
|
|
13606
13621
|
};
|
|
@@ -18909,6 +18924,7 @@ export class GetWebshellTokenRequest extends $tea.Model {
|
|
|
18909
18924
|
* 017f39b8-dfa4-4e16-a84b-1dcee4b1****
|
|
18910
18925
|
*/
|
|
18911
18926
|
appId?: string;
|
|
18927
|
+
containerName?: string;
|
|
18912
18928
|
/**
|
|
18913
18929
|
* @remarks
|
|
18914
18930
|
* This parameter is required.
|
|
@@ -18920,6 +18936,7 @@ export class GetWebshellTokenRequest extends $tea.Model {
|
|
|
18920
18936
|
static names(): { [key: string]: string } {
|
|
18921
18937
|
return {
|
|
18922
18938
|
appId: 'AppId',
|
|
18939
|
+
containerName: 'ContainerName',
|
|
18923
18940
|
podName: 'PodName',
|
|
18924
18941
|
};
|
|
18925
18942
|
}
|
|
@@ -18927,6 +18944,7 @@ export class GetWebshellTokenRequest extends $tea.Model {
|
|
|
18927
18944
|
static types(): { [key: string]: any } {
|
|
18928
18945
|
return {
|
|
18929
18946
|
appId: 'string',
|
|
18947
|
+
containerName: 'string',
|
|
18930
18948
|
podName: 'string',
|
|
18931
18949
|
};
|
|
18932
18950
|
}
|
|
@@ -30346,6 +30364,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30346
30364
|
* [{"hostName":"test.host.name","ip":"0.0.0.0"}]
|
|
30347
30365
|
*/
|
|
30348
30366
|
customHostAlias?: string;
|
|
30367
|
+
customImageNetworkType?: string;
|
|
30349
30368
|
dotnet?: string;
|
|
30350
30369
|
/**
|
|
30351
30370
|
* @remarks
|
|
@@ -30380,6 +30399,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30380
30399
|
enableGreyTagRoute?: boolean;
|
|
30381
30400
|
enableIdle?: boolean;
|
|
30382
30401
|
enableNewArms?: boolean;
|
|
30402
|
+
enabledle?: boolean;
|
|
30383
30403
|
/**
|
|
30384
30404
|
* @remarks
|
|
30385
30405
|
* The environment variables. Variable description:
|
|
@@ -30891,6 +30911,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30891
30911
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
30892
30912
|
cpu: 'Cpu',
|
|
30893
30913
|
customHostAlias: 'CustomHostAlias',
|
|
30914
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
30894
30915
|
dotnet: 'Dotnet',
|
|
30895
30916
|
edasContainerVersion: 'EdasContainerVersion',
|
|
30896
30917
|
enableAhas: 'EnableAhas',
|
|
@@ -30898,6 +30919,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30898
30919
|
enableGreyTagRoute: 'EnableGreyTagRoute',
|
|
30899
30920
|
enableIdle: 'EnableIdle',
|
|
30900
30921
|
enableNewArms: 'EnableNewArms',
|
|
30922
|
+
enabledle: 'Enabledle',
|
|
30901
30923
|
envs: 'Envs',
|
|
30902
30924
|
imagePullSecrets: 'ImagePullSecrets',
|
|
30903
30925
|
imageUrl: 'ImageUrl',
|
|
@@ -30970,6 +30992,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30970
30992
|
configMapMountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataConfigMapMountDesc },
|
|
30971
30993
|
cpu: 'number',
|
|
30972
30994
|
customHostAlias: 'string',
|
|
30995
|
+
customImageNetworkType: 'string',
|
|
30973
30996
|
dotnet: 'string',
|
|
30974
30997
|
edasContainerVersion: 'string',
|
|
30975
30998
|
enableAhas: 'string',
|
|
@@ -30977,6 +31000,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30977
31000
|
enableGreyTagRoute: 'boolean',
|
|
30978
31001
|
enableIdle: 'boolean',
|
|
30979
31002
|
enableNewArms: 'boolean',
|
|
31003
|
+
enabledle: 'boolean',
|
|
30980
31004
|
envs: 'string',
|
|
30981
31005
|
imagePullSecrets: 'string',
|
|
30982
31006
|
imageUrl: 'string',
|
|
@@ -31412,6 +31436,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31412
31436
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
31413
31437
|
*/
|
|
31414
31438
|
instanceId?: string;
|
|
31439
|
+
mainContainerStatus?: string;
|
|
31415
31440
|
/**
|
|
31416
31441
|
* @remarks
|
|
31417
31442
|
* The version of the package.
|
|
@@ -31421,6 +31446,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31421
31446
|
*/
|
|
31422
31447
|
packageVersion?: string;
|
|
31423
31448
|
sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
|
|
31449
|
+
unhealthyMessage?: string;
|
|
31424
31450
|
/**
|
|
31425
31451
|
* @remarks
|
|
31426
31452
|
* The ID of the zone where the instance is deployed.
|
|
@@ -31442,8 +31468,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31442
31468
|
instanceContainerStatus: 'InstanceContainerStatus',
|
|
31443
31469
|
instanceHealthStatus: 'InstanceHealthStatus',
|
|
31444
31470
|
instanceId: 'InstanceId',
|
|
31471
|
+
mainContainerStatus: 'MainContainerStatus',
|
|
31445
31472
|
packageVersion: 'PackageVersion',
|
|
31446
31473
|
sidecarContainersStatus: 'SidecarContainersStatus',
|
|
31474
|
+
unhealthyMessage: 'UnhealthyMessage',
|
|
31447
31475
|
vSwitchId: 'VSwitchId',
|
|
31448
31476
|
};
|
|
31449
31477
|
}
|
|
@@ -31461,8 +31489,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31461
31489
|
instanceContainerStatus: 'string',
|
|
31462
31490
|
instanceHealthStatus: 'string',
|
|
31463
31491
|
instanceId: 'string',
|
|
31492
|
+
mainContainerStatus: 'string',
|
|
31464
31493
|
packageVersion: 'string',
|
|
31465
31494
|
sidecarContainersStatus: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus },
|
|
31495
|
+
unhealthyMessage: 'string',
|
|
31466
31496
|
vSwitchId: 'string',
|
|
31467
31497
|
};
|
|
31468
31498
|
}
|
|
@@ -42189,6 +42219,10 @@ export default class Client extends OpenApi {
|
|
|
42189
42219
|
query["CustomHostAlias"] = request.customHostAlias;
|
|
42190
42220
|
}
|
|
42191
42221
|
|
|
42222
|
+
if (!Util.isUnset(request.customImageNetworkType)) {
|
|
42223
|
+
query["CustomImageNetworkType"] = request.customImageNetworkType;
|
|
42224
|
+
}
|
|
42225
|
+
|
|
42192
42226
|
if (!Util.isUnset(request.deploy)) {
|
|
42193
42227
|
query["Deploy"] = request.deploy;
|
|
42194
42228
|
}
|
|
@@ -43859,6 +43893,10 @@ export default class Client extends OpenApi {
|
|
|
43859
43893
|
query["CustomHostAlias"] = request.customHostAlias;
|
|
43860
43894
|
}
|
|
43861
43895
|
|
|
43896
|
+
if (!Util.isUnset(request.customImageNetworkType)) {
|
|
43897
|
+
query["CustomImageNetworkType"] = request.customImageNetworkType;
|
|
43898
|
+
}
|
|
43899
|
+
|
|
43862
43900
|
if (!Util.isUnset(request.deploy)) {
|
|
43863
43901
|
query["Deploy"] = request.deploy;
|
|
43864
43902
|
}
|
|
@@ -44362,6 +44400,10 @@ export default class Client extends OpenApi {
|
|
|
44362
44400
|
query["GroupId"] = request.groupId;
|
|
44363
44401
|
}
|
|
44364
44402
|
|
|
44403
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
44404
|
+
query["InstanceId"] = request.instanceId;
|
|
44405
|
+
}
|
|
44406
|
+
|
|
44365
44407
|
if (!Util.isUnset(request.pageSize)) {
|
|
44366
44408
|
query["PageSize"] = request.pageSize;
|
|
44367
44409
|
}
|
|
@@ -46345,6 +46387,10 @@ export default class Client extends OpenApi {
|
|
|
46345
46387
|
query["AppId"] = request.appId;
|
|
46346
46388
|
}
|
|
46347
46389
|
|
|
46390
|
+
if (!Util.isUnset(request.containerName)) {
|
|
46391
|
+
query["ContainerName"] = request.containerName;
|
|
46392
|
+
}
|
|
46393
|
+
|
|
46348
46394
|
if (!Util.isUnset(request.podName)) {
|
|
46349
46395
|
query["PodName"] = request.podName;
|
|
46350
46396
|
}
|