@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 CHANGED
@@ -3902,6 +3902,7 @@ export declare class CreateApplicationRequest extends $tea.Model {
3902
3902
  * [{"hostName":"samplehost","ip":"127.0.0.1"}]
3903
3903
  */
3904
3904
  customHostAlias?: string;
3905
+ customImageNetworkType?: string;
3905
3906
  /**
3906
3907
  * @remarks
3907
3908
  * true
@@ -4345,6 +4346,7 @@ export declare class CreateApplicationShrinkRequest extends $tea.Model {
4345
4346
  * [{"hostName":"samplehost","ip":"127.0.0.1"}]
4346
4347
  */
4347
4348
  customHostAlias?: string;
4349
+ customImageNetworkType?: string;
4348
4350
  /**
4349
4351
  * @remarks
4350
4352
  * true
@@ -7629,6 +7631,7 @@ export declare class DeployApplicationRequest extends $tea.Model {
7629
7631
  * [{"hostName":"samplehost","ip":"127.0.0.1"}]
7630
7632
  */
7631
7633
  customHostAlias?: string;
7634
+ customImageNetworkType?: string;
7632
7635
  /**
7633
7636
  * @remarks
7634
7637
  * 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.
@@ -8262,6 +8265,7 @@ export declare class DeployApplicationShrinkRequest extends $tea.Model {
8262
8265
  * [{"hostName":"samplehost","ip":"127.0.0.1"}]
8263
8266
  */
8264
8267
  customHostAlias?: string;
8268
+ customImageNetworkType?: string;
8265
8269
  /**
8266
8270
  * @remarks
8267
8271
  * 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.
@@ -9401,6 +9405,7 @@ export declare class DescribeApplicationInstancesRequest extends $tea.Model {
9401
9405
  * b2a8a925-477a-4ed7-b825-d5e22500****
9402
9406
  */
9403
9407
  groupId?: string;
9408
+ instanceId?: string;
9404
9409
  /**
9405
9410
  * @remarks
9406
9411
  * 10
@@ -13381,6 +13386,7 @@ export declare class GetWebshellTokenRequest extends $tea.Model {
13381
13386
  * 017f39b8-dfa4-4e16-a84b-1dcee4b1****
13382
13387
  */
13383
13388
  appId?: string;
13389
+ containerName?: string;
13384
13390
  /**
13385
13391
  * @remarks
13386
13392
  * This parameter is required.
@@ -21844,6 +21850,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
21844
21850
  * [{"hostName":"test.host.name","ip":"0.0.0.0"}]
21845
21851
  */
21846
21852
  customHostAlias?: string;
21853
+ customImageNetworkType?: string;
21847
21854
  dotnet?: string;
21848
21855
  /**
21849
21856
  * @remarks
@@ -21878,6 +21885,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
21878
21885
  enableGreyTagRoute?: boolean;
21879
21886
  enableIdle?: boolean;
21880
21887
  enableNewArms?: boolean;
21888
+ enabledle?: boolean;
21881
21889
  /**
21882
21890
  * @remarks
21883
21891
  * The environment variables. Variable description:
@@ -22698,6 +22706,7 @@ export declare class DescribeApplicationInstancesResponseBodyDataInstances exten
22698
22706
  * b2a8a925-477a-4ed7-b825-d5e22500****
22699
22707
  */
22700
22708
  instanceId?: string;
22709
+ mainContainerStatus?: string;
22701
22710
  /**
22702
22711
  * @remarks
22703
22712
  * The version of the package.
@@ -22707,6 +22716,7 @@ export declare class DescribeApplicationInstancesResponseBodyDataInstances exten
22707
22716
  */
22708
22717
  packageVersion?: string;
22709
22718
  sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
22719
+ unhealthyMessage?: string;
22710
22720
  /**
22711
22721
  * @remarks
22712
22722
  * The ID of the zone where the instance is deployed.
package/dist/client.js CHANGED
@@ -4217,6 +4217,7 @@ class CreateApplicationRequest extends $tea.Model {
4217
4217
  configMapMountDesc: 'ConfigMapMountDesc',
4218
4218
  cpu: 'Cpu',
4219
4219
  customHostAlias: 'CustomHostAlias',
4220
+ customImageNetworkType: 'CustomImageNetworkType',
4220
4221
  deploy: 'Deploy',
4221
4222
  dotnet: 'Dotnet',
4222
4223
  edasContainerVersion: 'EdasContainerVersion',
@@ -4289,6 +4290,7 @@ class CreateApplicationRequest extends $tea.Model {
4289
4290
  configMapMountDesc: 'string',
4290
4291
  cpu: 'number',
4291
4292
  customHostAlias: 'string',
4293
+ customImageNetworkType: 'string',
4292
4294
  deploy: 'boolean',
4293
4295
  dotnet: 'string',
4294
4296
  edasContainerVersion: 'string',
@@ -4367,6 +4369,7 @@ class CreateApplicationShrinkRequest extends $tea.Model {
4367
4369
  configMapMountDesc: 'ConfigMapMountDesc',
4368
4370
  cpu: 'Cpu',
4369
4371
  customHostAlias: 'CustomHostAlias',
4372
+ customImageNetworkType: 'CustomImageNetworkType',
4370
4373
  deploy: 'Deploy',
4371
4374
  dotnet: 'Dotnet',
4372
4375
  edasContainerVersion: 'EdasContainerVersion',
@@ -4439,6 +4442,7 @@ class CreateApplicationShrinkRequest extends $tea.Model {
4439
4442
  configMapMountDesc: 'string',
4440
4443
  cpu: 'number',
4441
4444
  customHostAlias: 'string',
4445
+ customImageNetworkType: 'string',
4442
4446
  deploy: 'boolean',
4443
4447
  dotnet: 'string',
4444
4448
  edasContainerVersion: 'string',
@@ -5984,6 +5988,7 @@ class DeployApplicationRequest extends $tea.Model {
5984
5988
  configMapMountDesc: 'ConfigMapMountDesc',
5985
5989
  cpu: 'Cpu',
5986
5990
  customHostAlias: 'CustomHostAlias',
5991
+ customImageNetworkType: 'CustomImageNetworkType',
5987
5992
  deploy: 'Deploy',
5988
5993
  dotnet: 'Dotnet',
5989
5994
  edasContainerVersion: 'EdasContainerVersion',
@@ -6055,6 +6060,7 @@ class DeployApplicationRequest extends $tea.Model {
6055
6060
  configMapMountDesc: 'string',
6056
6061
  cpu: 'number',
6057
6062
  customHostAlias: 'string',
6063
+ customImageNetworkType: 'string',
6058
6064
  deploy: 'string',
6059
6065
  dotnet: 'string',
6060
6066
  edasContainerVersion: 'string',
@@ -6132,6 +6138,7 @@ class DeployApplicationShrinkRequest extends $tea.Model {
6132
6138
  configMapMountDesc: 'ConfigMapMountDesc',
6133
6139
  cpu: 'Cpu',
6134
6140
  customHostAlias: 'CustomHostAlias',
6141
+ customImageNetworkType: 'CustomImageNetworkType',
6135
6142
  deploy: 'Deploy',
6136
6143
  dotnet: 'Dotnet',
6137
6144
  edasContainerVersion: 'EdasContainerVersion',
@@ -6203,6 +6210,7 @@ class DeployApplicationShrinkRequest extends $tea.Model {
6203
6210
  configMapMountDesc: 'string',
6204
6211
  cpu: 'number',
6205
6212
  customHostAlias: 'string',
6213
+ customImageNetworkType: 'string',
6206
6214
  deploy: 'string',
6207
6215
  dotnet: 'string',
6208
6216
  edasContainerVersion: 'string',
@@ -6595,6 +6603,7 @@ class DescribeApplicationInstancesRequest extends $tea.Model {
6595
6603
  appId: 'AppId',
6596
6604
  currentPage: 'CurrentPage',
6597
6605
  groupId: 'GroupId',
6606
+ instanceId: 'InstanceId',
6598
6607
  pageSize: 'PageSize',
6599
6608
  reverse: 'Reverse',
6600
6609
  };
@@ -6604,6 +6613,7 @@ class DescribeApplicationInstancesRequest extends $tea.Model {
6604
6613
  appId: 'string',
6605
6614
  currentPage: 'number',
6606
6615
  groupId: 'string',
6616
+ instanceId: 'string',
6607
6617
  pageSize: 'number',
6608
6618
  reverse: 'boolean',
6609
6619
  };
@@ -9051,12 +9061,14 @@ class GetWebshellTokenRequest extends $tea.Model {
9051
9061
  static names() {
9052
9062
  return {
9053
9063
  appId: 'AppId',
9064
+ containerName: 'ContainerName',
9054
9065
  podName: 'PodName',
9055
9066
  };
9056
9067
  }
9057
9068
  static types() {
9058
9069
  return {
9059
9070
  appId: 'string',
9071
+ containerName: 'string',
9060
9072
  podName: 'string',
9061
9073
  };
9062
9074
  }
@@ -14179,6 +14191,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
14179
14191
  configMapMountDesc: 'ConfigMapMountDesc',
14180
14192
  cpu: 'Cpu',
14181
14193
  customHostAlias: 'CustomHostAlias',
14194
+ customImageNetworkType: 'CustomImageNetworkType',
14182
14195
  dotnet: 'Dotnet',
14183
14196
  edasContainerVersion: 'EdasContainerVersion',
14184
14197
  enableAhas: 'EnableAhas',
@@ -14186,6 +14199,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
14186
14199
  enableGreyTagRoute: 'EnableGreyTagRoute',
14187
14200
  enableIdle: 'EnableIdle',
14188
14201
  enableNewArms: 'EnableNewArms',
14202
+ enabledle: 'Enabledle',
14189
14203
  envs: 'Envs',
14190
14204
  imagePullSecrets: 'ImagePullSecrets',
14191
14205
  imageUrl: 'ImageUrl',
@@ -14257,6 +14271,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
14257
14271
  configMapMountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataConfigMapMountDesc },
14258
14272
  cpu: 'number',
14259
14273
  customHostAlias: 'string',
14274
+ customImageNetworkType: 'string',
14260
14275
  dotnet: 'string',
14261
14276
  edasContainerVersion: 'string',
14262
14277
  enableAhas: 'string',
@@ -14264,6 +14279,7 @@ class DescribeApplicationConfigResponseBodyData extends $tea.Model {
14264
14279
  enableGreyTagRoute: 'boolean',
14265
14280
  enableIdle: 'boolean',
14266
14281
  enableNewArms: 'boolean',
14282
+ enabledle: 'boolean',
14267
14283
  envs: 'string',
14268
14284
  imagePullSecrets: 'string',
14269
14285
  imageUrl: 'string',
@@ -14427,8 +14443,10 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
14427
14443
  instanceContainerStatus: 'InstanceContainerStatus',
14428
14444
  instanceHealthStatus: 'InstanceHealthStatus',
14429
14445
  instanceId: 'InstanceId',
14446
+ mainContainerStatus: 'MainContainerStatus',
14430
14447
  packageVersion: 'PackageVersion',
14431
14448
  sidecarContainersStatus: 'SidecarContainersStatus',
14449
+ unhealthyMessage: 'UnhealthyMessage',
14432
14450
  vSwitchId: 'VSwitchId',
14433
14451
  };
14434
14452
  }
@@ -14445,8 +14463,10 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
14445
14463
  instanceContainerStatus: 'string',
14446
14464
  instanceHealthStatus: 'string',
14447
14465
  instanceId: 'string',
14466
+ mainContainerStatus: 'string',
14448
14467
  packageVersion: 'string',
14449
14468
  sidecarContainersStatus: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus },
14469
+ unhealthyMessage: 'string',
14450
14470
  vSwitchId: 'string',
14451
14471
  };
14452
14472
  }
@@ -18585,6 +18605,9 @@ class Client extends openapi_client_1.default {
18585
18605
  if (!tea_util_1.default.isUnset(request.customHostAlias)) {
18586
18606
  query["CustomHostAlias"] = request.customHostAlias;
18587
18607
  }
18608
+ if (!tea_util_1.default.isUnset(request.customImageNetworkType)) {
18609
+ query["CustomImageNetworkType"] = request.customImageNetworkType;
18610
+ }
18588
18611
  if (!tea_util_1.default.isUnset(request.deploy)) {
18589
18612
  query["Deploy"] = request.deploy;
18590
18613
  }
@@ -20023,6 +20046,9 @@ class Client extends openapi_client_1.default {
20023
20046
  if (!tea_util_1.default.isUnset(request.customHostAlias)) {
20024
20047
  query["CustomHostAlias"] = request.customHostAlias;
20025
20048
  }
20049
+ if (!tea_util_1.default.isUnset(request.customImageNetworkType)) {
20050
+ query["CustomImageNetworkType"] = request.customImageNetworkType;
20051
+ }
20026
20052
  if (!tea_util_1.default.isUnset(request.deploy)) {
20027
20053
  query["Deploy"] = request.deploy;
20028
20054
  }
@@ -20441,6 +20467,9 @@ class Client extends openapi_client_1.default {
20441
20467
  if (!tea_util_1.default.isUnset(request.groupId)) {
20442
20468
  query["GroupId"] = request.groupId;
20443
20469
  }
20470
+ if (!tea_util_1.default.isUnset(request.instanceId)) {
20471
+ query["InstanceId"] = request.instanceId;
20472
+ }
20444
20473
  if (!tea_util_1.default.isUnset(request.pageSize)) {
20445
20474
  query["PageSize"] = request.pageSize;
20446
20475
  }
@@ -22249,6 +22278,9 @@ class Client extends openapi_client_1.default {
22249
22278
  if (!tea_util_1.default.isUnset(request.appId)) {
22250
22279
  query["AppId"] = request.appId;
22251
22280
  }
22281
+ if (!tea_util_1.default.isUnset(request.containerName)) {
22282
+ query["ContainerName"] = request.containerName;
22283
+ }
22252
22284
  if (!tea_util_1.default.isUnset(request.podName)) {
22253
22285
  query["PodName"] = request.podName;
22254
22286
  }