@alicloud/sae20190506 1.26.2 → 1.26.3
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 +25 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +36 -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
|
};
|
|
@@ -30346,6 +30361,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30346
30361
|
* [{"hostName":"test.host.name","ip":"0.0.0.0"}]
|
|
30347
30362
|
*/
|
|
30348
30363
|
customHostAlias?: string;
|
|
30364
|
+
customImageNetworkType?: string;
|
|
30349
30365
|
dotnet?: string;
|
|
30350
30366
|
/**
|
|
30351
30367
|
* @remarks
|
|
@@ -30891,6 +30907,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30891
30907
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
30892
30908
|
cpu: 'Cpu',
|
|
30893
30909
|
customHostAlias: 'CustomHostAlias',
|
|
30910
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
30894
30911
|
dotnet: 'Dotnet',
|
|
30895
30912
|
edasContainerVersion: 'EdasContainerVersion',
|
|
30896
30913
|
enableAhas: 'EnableAhas',
|
|
@@ -30970,6 +30987,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30970
30987
|
configMapMountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataConfigMapMountDesc },
|
|
30971
30988
|
cpu: 'number',
|
|
30972
30989
|
customHostAlias: 'string',
|
|
30990
|
+
customImageNetworkType: 'string',
|
|
30973
30991
|
dotnet: 'string',
|
|
30974
30992
|
edasContainerVersion: 'string',
|
|
30975
30993
|
enableAhas: 'string',
|
|
@@ -31412,6 +31430,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31412
31430
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
31413
31431
|
*/
|
|
31414
31432
|
instanceId?: string;
|
|
31433
|
+
mainContainerStatus?: string;
|
|
31415
31434
|
/**
|
|
31416
31435
|
* @remarks
|
|
31417
31436
|
* The version of the package.
|
|
@@ -31421,6 +31440,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31421
31440
|
*/
|
|
31422
31441
|
packageVersion?: string;
|
|
31423
31442
|
sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
|
|
31443
|
+
unhealthyMessage?: string;
|
|
31424
31444
|
/**
|
|
31425
31445
|
* @remarks
|
|
31426
31446
|
* The ID of the zone where the instance is deployed.
|
|
@@ -31442,8 +31462,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31442
31462
|
instanceContainerStatus: 'InstanceContainerStatus',
|
|
31443
31463
|
instanceHealthStatus: 'InstanceHealthStatus',
|
|
31444
31464
|
instanceId: 'InstanceId',
|
|
31465
|
+
mainContainerStatus: 'MainContainerStatus',
|
|
31445
31466
|
packageVersion: 'PackageVersion',
|
|
31446
31467
|
sidecarContainersStatus: 'SidecarContainersStatus',
|
|
31468
|
+
unhealthyMessage: 'UnhealthyMessage',
|
|
31447
31469
|
vSwitchId: 'VSwitchId',
|
|
31448
31470
|
};
|
|
31449
31471
|
}
|
|
@@ -31461,8 +31483,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31461
31483
|
instanceContainerStatus: 'string',
|
|
31462
31484
|
instanceHealthStatus: 'string',
|
|
31463
31485
|
instanceId: 'string',
|
|
31486
|
+
mainContainerStatus: 'string',
|
|
31464
31487
|
packageVersion: 'string',
|
|
31465
31488
|
sidecarContainersStatus: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus },
|
|
31489
|
+
unhealthyMessage: 'string',
|
|
31466
31490
|
vSwitchId: 'string',
|
|
31467
31491
|
};
|
|
31468
31492
|
}
|
|
@@ -42189,6 +42213,10 @@ export default class Client extends OpenApi {
|
|
|
42189
42213
|
query["CustomHostAlias"] = request.customHostAlias;
|
|
42190
42214
|
}
|
|
42191
42215
|
|
|
42216
|
+
if (!Util.isUnset(request.customImageNetworkType)) {
|
|
42217
|
+
query["CustomImageNetworkType"] = request.customImageNetworkType;
|
|
42218
|
+
}
|
|
42219
|
+
|
|
42192
42220
|
if (!Util.isUnset(request.deploy)) {
|
|
42193
42221
|
query["Deploy"] = request.deploy;
|
|
42194
42222
|
}
|
|
@@ -43859,6 +43887,10 @@ export default class Client extends OpenApi {
|
|
|
43859
43887
|
query["CustomHostAlias"] = request.customHostAlias;
|
|
43860
43888
|
}
|
|
43861
43889
|
|
|
43890
|
+
if (!Util.isUnset(request.customImageNetworkType)) {
|
|
43891
|
+
query["CustomImageNetworkType"] = request.customImageNetworkType;
|
|
43892
|
+
}
|
|
43893
|
+
|
|
43862
43894
|
if (!Util.isUnset(request.deploy)) {
|
|
43863
43895
|
query["Deploy"] = request.deploy;
|
|
43864
43896
|
}
|
|
@@ -44362,6 +44394,10 @@ export default class Client extends OpenApi {
|
|
|
44362
44394
|
query["GroupId"] = request.groupId;
|
|
44363
44395
|
}
|
|
44364
44396
|
|
|
44397
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
44398
|
+
query["InstanceId"] = request.instanceId;
|
|
44399
|
+
}
|
|
44400
|
+
|
|
44365
44401
|
if (!Util.isUnset(request.pageSize)) {
|
|
44366
44402
|
query["PageSize"] = request.pageSize;
|
|
44367
44403
|
}
|