@alicloud/sae20190506 1.26.1 → 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 +23 -0
- package/dist/client.js +178 -770
- package/dist/client.js.map +1 -1
- package/package.json +1 -2
- package/src/client.ts +191 -766
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
|
|
@@ -21844,6 +21849,7 @@ export declare class DescribeApplicationConfigResponseBodyData extends $tea.Mode
|
|
|
21844
21849
|
* [{"hostName":"test.host.name","ip":"0.0.0.0"}]
|
|
21845
21850
|
*/
|
|
21846
21851
|
customHostAlias?: string;
|
|
21852
|
+
customImageNetworkType?: string;
|
|
21847
21853
|
dotnet?: string;
|
|
21848
21854
|
/**
|
|
21849
21855
|
* @remarks
|
|
@@ -22579,6 +22585,20 @@ export declare class DescribeApplicationImageResponseBodyData extends $tea.Model
|
|
|
22579
22585
|
[key: string]: any;
|
|
22580
22586
|
});
|
|
22581
22587
|
}
|
|
22588
|
+
export declare class DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus extends $tea.Model {
|
|
22589
|
+
containerId?: string;
|
|
22590
|
+
containerStatus?: string;
|
|
22591
|
+
imageUrl?: string;
|
|
22592
|
+
static names(): {
|
|
22593
|
+
[key: string]: string;
|
|
22594
|
+
};
|
|
22595
|
+
static types(): {
|
|
22596
|
+
[key: string]: any;
|
|
22597
|
+
};
|
|
22598
|
+
constructor(map?: {
|
|
22599
|
+
[key: string]: any;
|
|
22600
|
+
});
|
|
22601
|
+
}
|
|
22582
22602
|
export declare class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
|
|
22583
22603
|
/**
|
|
22584
22604
|
* @remarks
|
|
@@ -22684,6 +22704,7 @@ export declare class DescribeApplicationInstancesResponseBodyDataInstances exten
|
|
|
22684
22704
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
22685
22705
|
*/
|
|
22686
22706
|
instanceId?: string;
|
|
22707
|
+
mainContainerStatus?: string;
|
|
22687
22708
|
/**
|
|
22688
22709
|
* @remarks
|
|
22689
22710
|
* The version of the package.
|
|
@@ -22692,6 +22713,8 @@ export declare class DescribeApplicationInstancesResponseBodyDataInstances exten
|
|
|
22692
22713
|
* 1609939496200
|
|
22693
22714
|
*/
|
|
22694
22715
|
packageVersion?: string;
|
|
22716
|
+
sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
|
|
22717
|
+
unhealthyMessage?: string;
|
|
22695
22718
|
/**
|
|
22696
22719
|
* @remarks
|
|
22697
22720
|
* The ID of the zone where the instance is deployed.
|