@alicloud/sae20190506 2.0.0 → 2.0.2

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
@@ -2252,6 +2252,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $dara.Mod
2252
2252
  */
2253
2253
  customHostAlias?: string;
2254
2254
  customImageNetworkType?: string;
2255
+ diskSize?: number;
2255
2256
  dotnet?: string;
2256
2257
  /**
2257
2258
  * @remarks
@@ -3128,6 +3129,7 @@ export declare class DescribeApplicationInstancesResponseBodyDataInstances exten
3128
3129
  */
3129
3130
  packageVersion?: string;
3130
3131
  sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
3132
+ timestamp?: number;
3131
3133
  unhealthyMessage?: string;
3132
3134
  /**
3133
3135
  * @remarks
@@ -8487,6 +8489,7 @@ export declare class GetChangeOrderMetricResponseBodyData extends $dara.Model {
8487
8489
  * 7171a6ca-d1cd-4928-8642-7d5cfe69****
8488
8490
  */
8489
8491
  appId?: string;
8492
+ avgTimeCostMs?: number;
8490
8493
  /**
8491
8494
  * @remarks
8492
8495
  * The number of abnormal change orders.
@@ -8503,6 +8506,7 @@ export declare class GetChangeOrderMetricResponseBodyData extends $dara.Model {
8503
8506
  * 0.25
8504
8507
  */
8505
8508
  errorPercent?: number;
8509
+ maxTimeCostMs?: number;
8506
8510
  /**
8507
8511
  * @remarks
8508
8512
  * The application name.
@@ -8511,6 +8515,7 @@ export declare class GetChangeOrderMetricResponseBodyData extends $dara.Model {
8511
8515
  * test
8512
8516
  */
8513
8517
  name?: string;
8518
+ optimizeSuggestions?: string;
8514
8519
  /**
8515
8520
  * @remarks
8516
8521
  * The namespace ID.
@@ -8519,6 +8524,7 @@ export declare class GetChangeOrderMetricResponseBodyData extends $dara.Model {
8519
8524
  * cn-hangzhou
8520
8525
  */
8521
8526
  regionId?: string;
8527
+ taskTimeCostMsAvg?: string;
8522
8528
  /**
8523
8529
  * @remarks
8524
8530
  * The total number of change orders.
@@ -9179,6 +9185,7 @@ export declare class ListApplicationsResponseBodyDataApplications extends $dara.
9179
9185
  * 1000
9180
9186
  */
9181
9187
  cpu?: number;
9188
+ diskSize?: number;
9182
9189
  enableIdle?: string;
9183
9190
  imageUrl?: string;
9184
9191
  /**
@@ -16017,6 +16024,7 @@ export declare class CreateApplicationRequest extends $dara.Model {
16017
16024
  * true
16018
16025
  */
16019
16026
  deploy?: boolean;
16027
+ diskSize?: number;
16020
16028
  dotnet?: string;
16021
16029
  /**
16022
16030
  * @remarks
@@ -16465,6 +16473,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
16465
16473
  * true
16466
16474
  */
16467
16475
  deploy?: boolean;
16476
+ diskSize?: number;
16468
16477
  dotnet?: string;
16469
16478
  /**
16470
16479
  * @remarks
@@ -20116,6 +20125,7 @@ export declare class DeployApplicationRequest extends $dara.Model {
20116
20125
  * 10d3b4****
20117
20126
  */
20118
20127
  nasId?: string;
20128
+ newSaeVersion?: string;
20119
20129
  /**
20120
20130
  * @remarks
20121
20131
  * The name of the RAM role used to authenticate the user identity.
@@ -20790,6 +20800,7 @@ export declare class DeployApplicationShrinkRequest extends $dara.Model {
20790
20800
  * 10d3b4****
20791
20801
  */
20792
20802
  nasId?: string;
20803
+ newSaeVersion?: string;
20793
20804
  /**
20794
20805
  * @remarks
20795
20806
  * The name of the RAM role used to authenticate the user identity.
@@ -21747,6 +21758,7 @@ export declare class DescribeApplicationInstancesRequest extends $dara.Model {
21747
21758
  * 10
21748
21759
  */
21749
21760
  pageSize?: number;
21761
+ pipelineId?: string;
21750
21762
  /**
21751
21763
  * @remarks
21752
21764
  * true
@@ -25594,6 +25606,7 @@ export declare class GetAvailabilityMetricResponse extends $dara.Model {
25594
25606
  });
25595
25607
  }
25596
25608
  export declare class GetChangeOrderMetricRequest extends $dara.Model {
25609
+ appId?: string;
25597
25610
  /**
25598
25611
  * @remarks
25599
25612
  * The SAE application type. Valid values:
@@ -25606,6 +25619,7 @@ export declare class GetChangeOrderMetricRequest extends $dara.Model {
25606
25619
  * micro_service
25607
25620
  */
25608
25621
  appSource?: string;
25622
+ coType?: string;
25609
25623
  /**
25610
25624
  * @remarks
25611
25625
  * The CPU allocation policy. Valid values:
@@ -26988,6 +27002,7 @@ export declare class ListChangeOrdersRequest extends $dara.Model {
26988
27002
  * test
26989
27003
  */
26990
27004
  key?: string;
27005
+ orderBy?: string;
26991
27006
  /**
26992
27007
  * @remarks
26993
27008
  * test
@@ -26996,6 +27011,7 @@ export declare class ListChangeOrdersRequest extends $dara.Model {
26996
27011
  * 20
26997
27012
  */
26998
27013
  pageSize?: number;
27014
+ reverse?: boolean;
26999
27015
  static names(): {
27000
27016
  [key: string]: string;
27001
27017
  };
@@ -29287,6 +29303,7 @@ export declare class RescaleApplicationVerticallyRequest extends $dara.Model {
29287
29303
  * 1000
29288
29304
  */
29289
29305
  cpu?: string;
29306
+ diskSize?: string;
29290
29307
  /**
29291
29308
  * @remarks
29292
29309
  * The destination memory size. Unit: MB.