@alicloud/sae20190506 2.5.9 → 2.7.0
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 +28 -0
- package/dist/client.js +100 -0
- package/dist/client.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +1 -0
- package/dist/models/CreateApplicationRequest.js +2 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/CreateApplicationShrinkRequest.js +2 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateJobRequest.d.ts +2 -0
- package/dist/models/CreateJobRequest.js +4 -0
- package/dist/models/CreateJobRequest.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +1 -0
- package/dist/models/DeployApplicationRequest.js +2 -0
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +1 -0
- package/dist/models/DeployApplicationShrinkRequest.js +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +30 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js +53 -1
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationMseServiceRequest.d.ts +29 -0
- package/dist/models/DescribeApplicationMseServiceRequest.js +60 -0
- package/dist/models/DescribeApplicationMseServiceRequest.js.map +1 -0
- package/dist/models/DescribeApplicationMseServiceResponse.d.ts +19 -0
- package/dist/models/DescribeApplicationMseServiceResponse.js +69 -0
- package/dist/models/DescribeApplicationMseServiceResponse.js.map +1 -0
- package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +56 -0
- package/dist/models/DescribeApplicationMseServiceResponseBody.js +98 -0
- package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -0
- package/dist/models/DescribeConfigurationPriceRequest.d.ts +1 -0
- package/dist/models/DescribeConfigurationPriceRequest.js +2 -0
- package/dist/models/DescribeConfigurationPriceRequest.js.map +1 -1
- package/dist/models/DescribeJobResponseBody.d.ts +1 -0
- package/dist/models/DescribeJobResponseBody.js +2 -0
- package/dist/models/DescribeJobResponseBody.js.map +1 -1
- package/dist/models/InitContainerConfig.d.ts +1 -0
- package/dist/models/InitContainerConfig.js +2 -0
- package/dist/models/InitContainerConfig.js.map +1 -1
- package/dist/models/QueryArmsEnableRequest.d.ts +21 -0
- package/dist/models/QueryArmsEnableRequest.js +58 -0
- package/dist/models/QueryArmsEnableRequest.js.map +1 -0
- package/dist/models/QueryArmsEnableResponse.d.ts +19 -0
- package/dist/models/QueryArmsEnableResponse.js +69 -0
- package/dist/models/QueryArmsEnableResponse.js.map +1 -0
- package/dist/models/QueryArmsEnableResponseBody.d.ts +57 -0
- package/dist/models/QueryArmsEnableResponseBody.js +92 -0
- package/dist/models/QueryArmsEnableResponseBody.js.map +1 -0
- package/dist/models/UpdateJobRequest.d.ts +2 -0
- package/dist/models/UpdateJobRequest.js +4 -0
- package/dist/models/UpdateJobRequest.js.map +1 -1
- package/dist/models/model.d.ts +10 -0
- package/dist/models/model.js +49 -28
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +114 -0
- package/src/models/CreateApplicationRequest.ts +3 -0
- package/src/models/CreateApplicationShrinkRequest.ts +3 -0
- package/src/models/CreateJobRequest.ts +6 -0
- package/src/models/DeployApplicationRequest.ts +3 -0
- package/src/models/DeployApplicationShrinkRequest.ts +3 -0
- package/src/models/DescribeApplicationConfigResponseBody.ts +64 -0
- package/src/models/DescribeApplicationMseServiceRequest.ts +44 -0
- package/src/models/DescribeApplicationMseServiceResponse.ts +40 -0
- package/src/models/DescribeApplicationMseServiceResponseBody.ts +100 -0
- package/src/models/DescribeConfigurationPriceRequest.ts +3 -0
- package/src/models/DescribeJobResponseBody.ts +3 -0
- package/src/models/InitContainerConfig.ts +3 -0
- package/src/models/QueryArmsEnableRequest.ts +34 -0
- package/src/models/QueryArmsEnableResponse.ts +40 -0
- package/src/models/QueryArmsEnableResponseBody.ts +95 -0
- package/src/models/UpdateJobRequest.ts +6 -0
- package/src/models/model.ts +10 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DescribeApplicationMseServiceResponseBody } from "./DescribeApplicationMseServiceResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DescribeApplicationMseServiceResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DescribeApplicationMseServiceResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: DescribeApplicationMseServiceResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DescribeApplicationMseServiceResponseBodyData extends $dara.Model {
|
|
6
|
+
mseAppId?: string;
|
|
7
|
+
mseAppName?: string;
|
|
8
|
+
mseAppNameSpace?: string;
|
|
9
|
+
status?: string;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
mseAppId: 'MseAppId',
|
|
13
|
+
mseAppName: 'MseAppName',
|
|
14
|
+
mseAppNameSpace: 'MseAppNameSpace',
|
|
15
|
+
status: 'Status',
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
static types(): { [key: string]: any } {
|
|
20
|
+
return {
|
|
21
|
+
mseAppId: 'string',
|
|
22
|
+
mseAppName: 'string',
|
|
23
|
+
mseAppNameSpace: 'string',
|
|
24
|
+
status: 'string',
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
validate() {
|
|
29
|
+
super.validate();
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
constructor(map?: { [key: string]: any }) {
|
|
33
|
+
super(map);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export class DescribeApplicationMseServiceResponseBody extends $dara.Model {
|
|
38
|
+
/**
|
|
39
|
+
* @example
|
|
40
|
+
* 200
|
|
41
|
+
*/
|
|
42
|
+
code?: string;
|
|
43
|
+
data?: DescribeApplicationMseServiceResponseBodyData;
|
|
44
|
+
errorCode?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* success
|
|
48
|
+
*/
|
|
49
|
+
message?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* B4D805CA-926D-41B1-8E63-7AD0C1ED****
|
|
53
|
+
*/
|
|
54
|
+
requestId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* true
|
|
58
|
+
*/
|
|
59
|
+
success?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* @example
|
|
62
|
+
* 0a98a02315955564772843261e****
|
|
63
|
+
*/
|
|
64
|
+
traceId?: string;
|
|
65
|
+
static names(): { [key: string]: string } {
|
|
66
|
+
return {
|
|
67
|
+
code: 'Code',
|
|
68
|
+
data: 'Data',
|
|
69
|
+
errorCode: 'ErrorCode',
|
|
70
|
+
message: 'Message',
|
|
71
|
+
requestId: 'RequestId',
|
|
72
|
+
success: 'Success',
|
|
73
|
+
traceId: 'TraceId',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
static types(): { [key: string]: any } {
|
|
78
|
+
return {
|
|
79
|
+
code: 'string',
|
|
80
|
+
data: DescribeApplicationMseServiceResponseBodyData,
|
|
81
|
+
errorCode: 'string',
|
|
82
|
+
message: 'string',
|
|
83
|
+
requestId: 'string',
|
|
84
|
+
success: 'boolean',
|
|
85
|
+
traceId: 'string',
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
validate() {
|
|
90
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
91
|
+
(this.data as any).validate();
|
|
92
|
+
}
|
|
93
|
+
super.validate();
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
constructor(map?: { [key: string]: any }) {
|
|
97
|
+
super(map);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeConfigurationPriceRequest extends $dara.Model {
|
|
6
|
+
bestEffortType?: string;
|
|
6
7
|
/**
|
|
7
8
|
* @remarks
|
|
8
9
|
* The CPU specifications that are required for each instance. Unit: millicores. This parameter cannot be set to 0. Valid values:
|
|
@@ -58,6 +59,7 @@ export class DescribeConfigurationPriceRequest extends $dara.Model {
|
|
|
58
59
|
workload?: string;
|
|
59
60
|
static names(): { [key: string]: string } {
|
|
60
61
|
return {
|
|
62
|
+
bestEffortType: 'BestEffortType',
|
|
61
63
|
cpu: 'Cpu',
|
|
62
64
|
memory: 'Memory',
|
|
63
65
|
newSaeVersion: 'NewSaeVersion',
|
|
@@ -68,6 +70,7 @@ export class DescribeConfigurationPriceRequest extends $dara.Model {
|
|
|
68
70
|
|
|
69
71
|
static types(): { [key: string]: any } {
|
|
70
72
|
return {
|
|
73
|
+
bestEffortType: 'string',
|
|
71
74
|
cpu: 'number',
|
|
72
75
|
memory: 'number',
|
|
73
76
|
newSaeVersion: 'string',
|
|
@@ -254,6 +254,7 @@ export class DescribeJobResponseBodyData extends $dara.Model {
|
|
|
254
254
|
* 3
|
|
255
255
|
*/
|
|
256
256
|
backoffLimit?: number;
|
|
257
|
+
bestEffortType?: string;
|
|
257
258
|
/**
|
|
258
259
|
* @remarks
|
|
259
260
|
* The command that is used to start the image. The command must be an existing executable object in the container. Example:
|
|
@@ -765,6 +766,7 @@ export class DescribeJobResponseBodyData extends $dara.Model {
|
|
|
765
766
|
appId: 'AppId',
|
|
766
767
|
appName: 'AppName',
|
|
767
768
|
backoffLimit: 'BackoffLimit',
|
|
769
|
+
bestEffortType: 'BestEffortType',
|
|
768
770
|
command: 'Command',
|
|
769
771
|
commandArgs: 'CommandArgs',
|
|
770
772
|
concurrencyPolicy: 'ConcurrencyPolicy',
|
|
@@ -829,6 +831,7 @@ export class DescribeJobResponseBodyData extends $dara.Model {
|
|
|
829
831
|
appId: 'string',
|
|
830
832
|
appName: 'string',
|
|
831
833
|
backoffLimit: 'number',
|
|
834
|
+
bestEffortType: 'string',
|
|
832
835
|
command: 'string',
|
|
833
836
|
commandArgs: 'string',
|
|
834
837
|
concurrencyPolicy: 'string',
|
|
@@ -6,6 +6,7 @@ export class InitContainerConfig extends $dara.Model {
|
|
|
6
6
|
command?: string;
|
|
7
7
|
commandArgs?: string;
|
|
8
8
|
configMapMountDesc?: string;
|
|
9
|
+
emptyDirDesc?: string;
|
|
9
10
|
envs?: string;
|
|
10
11
|
imageUrl?: string;
|
|
11
12
|
name?: string;
|
|
@@ -14,6 +15,7 @@ export class InitContainerConfig extends $dara.Model {
|
|
|
14
15
|
command: 'Command',
|
|
15
16
|
commandArgs: 'CommandArgs',
|
|
16
17
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
18
|
+
emptyDirDesc: 'EmptyDirDesc',
|
|
17
19
|
envs: 'Envs',
|
|
18
20
|
imageUrl: 'ImageUrl',
|
|
19
21
|
name: 'Name',
|
|
@@ -25,6 +27,7 @@ export class InitContainerConfig extends $dara.Model {
|
|
|
25
27
|
command: 'string',
|
|
26
28
|
commandArgs: 'string',
|
|
27
29
|
configMapMountDesc: 'string',
|
|
30
|
+
emptyDirDesc: 'string',
|
|
28
31
|
envs: 'string',
|
|
29
32
|
imageUrl: 'string',
|
|
30
33
|
name: 'string',
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryArmsEnableRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 017f39b8-dfa4-4e16-a84b-1dcee4b1****
|
|
12
|
+
*/
|
|
13
|
+
appId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
appId: 'AppId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
appId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { QueryArmsEnableResponseBody } from "./QueryArmsEnableResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class QueryArmsEnableResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: QueryArmsEnableResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: QueryArmsEnableResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class QueryArmsEnableResponseBodyData extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* true
|
|
9
|
+
*/
|
|
10
|
+
enable?: boolean;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
enable: 'Enable',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
enable: 'boolean',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export class QueryArmsEnableResponseBody extends $dara.Model {
|
|
33
|
+
/**
|
|
34
|
+
* @example
|
|
35
|
+
* 200
|
|
36
|
+
*/
|
|
37
|
+
code?: string;
|
|
38
|
+
data?: QueryArmsEnableResponseBodyData;
|
|
39
|
+
errorCode?: string;
|
|
40
|
+
/**
|
|
41
|
+
* @example
|
|
42
|
+
* success
|
|
43
|
+
*/
|
|
44
|
+
message?: string;
|
|
45
|
+
/**
|
|
46
|
+
* @example
|
|
47
|
+
* 01CF26C7-00A3-4AA6-BA76-7E95F2A3****
|
|
48
|
+
*/
|
|
49
|
+
requestId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* @example
|
|
52
|
+
* true
|
|
53
|
+
*/
|
|
54
|
+
success?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
* @example
|
|
57
|
+
* 0a98a02315955564772843261e****
|
|
58
|
+
*/
|
|
59
|
+
traceId?: string;
|
|
60
|
+
static names(): { [key: string]: string } {
|
|
61
|
+
return {
|
|
62
|
+
code: 'Code',
|
|
63
|
+
data: 'Data',
|
|
64
|
+
errorCode: 'ErrorCode',
|
|
65
|
+
message: 'Message',
|
|
66
|
+
requestId: 'RequestId',
|
|
67
|
+
success: 'Success',
|
|
68
|
+
traceId: 'TraceId',
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
static types(): { [key: string]: any } {
|
|
73
|
+
return {
|
|
74
|
+
code: 'string',
|
|
75
|
+
data: QueryArmsEnableResponseBodyData,
|
|
76
|
+
errorCode: 'string',
|
|
77
|
+
message: 'string',
|
|
78
|
+
requestId: 'string',
|
|
79
|
+
success: 'boolean',
|
|
80
|
+
traceId: 'string',
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
validate() {
|
|
85
|
+
if(this.data && typeof (this.data as any).validate === 'function') {
|
|
86
|
+
(this.data as any).validate();
|
|
87
|
+
}
|
|
88
|
+
super.validate();
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
constructor(map?: { [key: string]: any }) {
|
|
92
|
+
super(map);
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
@@ -37,6 +37,7 @@ export class UpdateJobRequest extends $dara.Model {
|
|
|
37
37
|
* 3
|
|
38
38
|
*/
|
|
39
39
|
backoffLimit?: number;
|
|
40
|
+
bestEffortType?: string;
|
|
40
41
|
/**
|
|
41
42
|
* @remarks
|
|
42
43
|
* The command that is used to start the image. The command must be an existing executable object in the container. Example:
|
|
@@ -197,6 +198,7 @@ export class UpdateJobRequest extends $dara.Model {
|
|
|
197
198
|
* 10d3b4bc9****.com
|
|
198
199
|
*/
|
|
199
200
|
mountHost?: string;
|
|
201
|
+
nasConfigs?: string;
|
|
200
202
|
/**
|
|
201
203
|
* @remarks
|
|
202
204
|
* The ID of the Apsara File Storage NAS file system. If you do not need to modify the NAS configurations when you deploy the application, configure **NasId** only in the first request. If you no longer need to use NAS, leave **NasId** empty in the request.
|
|
@@ -441,6 +443,7 @@ export class UpdateJobRequest extends $dara.Model {
|
|
|
441
443
|
acrInstanceId: 'AcrInstanceId',
|
|
442
444
|
appId: 'AppId',
|
|
443
445
|
backoffLimit: 'BackoffLimit',
|
|
446
|
+
bestEffortType: 'BestEffortType',
|
|
444
447
|
command: 'Command',
|
|
445
448
|
commandArgs: 'CommandArgs',
|
|
446
449
|
concurrencyPolicy: 'ConcurrencyPolicy',
|
|
@@ -456,6 +459,7 @@ export class UpdateJobRequest extends $dara.Model {
|
|
|
456
459
|
jdk: 'Jdk',
|
|
457
460
|
mountDesc: 'MountDesc',
|
|
458
461
|
mountHost: 'MountHost',
|
|
462
|
+
nasConfigs: 'NasConfigs',
|
|
459
463
|
nasId: 'NasId',
|
|
460
464
|
ossAkId: 'OssAkId',
|
|
461
465
|
ossAkSecret: 'OssAkSecret',
|
|
@@ -491,6 +495,7 @@ export class UpdateJobRequest extends $dara.Model {
|
|
|
491
495
|
acrInstanceId: 'string',
|
|
492
496
|
appId: 'string',
|
|
493
497
|
backoffLimit: 'number',
|
|
498
|
+
bestEffortType: 'string',
|
|
494
499
|
command: 'string',
|
|
495
500
|
commandArgs: 'string',
|
|
496
501
|
concurrencyPolicy: 'string',
|
|
@@ -506,6 +511,7 @@ export class UpdateJobRequest extends $dara.Model {
|
|
|
506
511
|
jdk: 'string',
|
|
507
512
|
mountDesc: 'string',
|
|
508
513
|
mountHost: 'string',
|
|
514
|
+
nasConfigs: 'string',
|
|
509
515
|
nasId: 'string',
|
|
510
516
|
ossAkId: 'string',
|
|
511
517
|
ossAkSecret: 'string',
|
package/src/models/model.ts
CHANGED
|
@@ -76,7 +76,9 @@ export { DescribeAppServiceDetailResponseBodyDataMethodsParameterDefinitions } f
|
|
|
76
76
|
export { DescribeAppServiceDetailResponseBodyDataMethods } from './DescribeAppServiceDetailResponseBody';
|
|
77
77
|
export { DescribeAppServiceDetailResponseBodyData } from './DescribeAppServiceDetailResponseBody';
|
|
78
78
|
export { DescribeApplicationConfigResponseBodyDataConfigMapMountDesc } from './DescribeApplicationConfigResponseBody';
|
|
79
|
+
export { DescribeApplicationConfigResponseBodyDataEmptyDirDesc } from './DescribeApplicationConfigResponseBody';
|
|
79
80
|
export { DescribeApplicationConfigResponseBodyDataInitContainersConfigConfigMapMountDesc } from './DescribeApplicationConfigResponseBody';
|
|
81
|
+
export { DescribeApplicationConfigResponseBodyDataInitContainersConfigEmptyDirDesc } from './DescribeApplicationConfigResponseBody';
|
|
80
82
|
export { DescribeApplicationConfigResponseBodyDataInitContainersConfig } from './DescribeApplicationConfigResponseBody';
|
|
81
83
|
export { DescribeApplicationConfigResponseBodyDataMountDesc } from './DescribeApplicationConfigResponseBody';
|
|
82
84
|
export { DescribeApplicationConfigResponseBodyDataOssMountDescs } from './DescribeApplicationConfigResponseBody';
|
|
@@ -91,6 +93,7 @@ export { DescribeApplicationImageResponseBodyData } from './DescribeApplicationI
|
|
|
91
93
|
export { DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus } from './DescribeApplicationInstancesResponseBody';
|
|
92
94
|
export { DescribeApplicationInstancesResponseBodyDataInstances } from './DescribeApplicationInstancesResponseBody';
|
|
93
95
|
export { DescribeApplicationInstancesResponseBodyData } from './DescribeApplicationInstancesResponseBody';
|
|
96
|
+
export { DescribeApplicationMseServiceResponseBodyData } from './DescribeApplicationMseServiceResponseBody';
|
|
94
97
|
export { DescribeApplicationNlbsResponseBodyData } from './DescribeApplicationNlbsResponseBody';
|
|
95
98
|
export { DescribeApplicationScalingRuleResponseBodyDataMetricMetrics } from './DescribeApplicationScalingRuleResponseBody';
|
|
96
99
|
export { DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics } from './DescribeApplicationScalingRuleResponseBody';
|
|
@@ -250,6 +253,7 @@ export { ListSwimmingLaneGatewayRoutesResponseBodyData } from './ListSwimmingLan
|
|
|
250
253
|
export { ListSwimmingLaneGroupTagsResponseBodyData } from './ListSwimmingLaneGroupTagsResponseBody';
|
|
251
254
|
export { ListTagResourcesResponseBodyDataTagResources } from './ListTagResourcesResponseBody';
|
|
252
255
|
export { ListTagResourcesResponseBodyData } from './ListTagResourcesResponseBody';
|
|
256
|
+
export { QueryArmsEnableResponseBodyData } from './QueryArmsEnableResponseBody';
|
|
253
257
|
export { QueryResourceStaticsResponseBodyDataRealTimeRes } from './QueryResourceStaticsResponseBody';
|
|
254
258
|
export { QueryResourceStaticsResponseBodyDataSummary } from './QueryResourceStaticsResponseBody';
|
|
255
259
|
export { QueryResourceStaticsResponseBodyData } from './QueryResourceStaticsResponseBody';
|
|
@@ -552,6 +556,9 @@ export { DescribeApplicationImageResponse } from './DescribeApplicationImageResp
|
|
|
552
556
|
export { DescribeApplicationInstancesRequest } from './DescribeApplicationInstancesRequest';
|
|
553
557
|
export { DescribeApplicationInstancesResponseBody } from './DescribeApplicationInstancesResponseBody';
|
|
554
558
|
export { DescribeApplicationInstancesResponse } from './DescribeApplicationInstancesResponse';
|
|
559
|
+
export { DescribeApplicationMseServiceRequest } from './DescribeApplicationMseServiceRequest';
|
|
560
|
+
export { DescribeApplicationMseServiceResponseBody } from './DescribeApplicationMseServiceResponseBody';
|
|
561
|
+
export { DescribeApplicationMseServiceResponse } from './DescribeApplicationMseServiceResponse';
|
|
555
562
|
export { DescribeApplicationNlbsRequest } from './DescribeApplicationNlbsRequest';
|
|
556
563
|
export { DescribeApplicationNlbsResponseBody } from './DescribeApplicationNlbsResponseBody';
|
|
557
564
|
export { DescribeApplicationNlbsResponse } from './DescribeApplicationNlbsResponse';
|
|
@@ -747,6 +754,9 @@ export { OpenSaeServiceResponseBody } from './OpenSaeServiceResponseBody';
|
|
|
747
754
|
export { OpenSaeServiceResponse } from './OpenSaeServiceResponse';
|
|
748
755
|
export { PublishWebApplicationRevisionRequest } from './PublishWebApplicationRevisionRequest';
|
|
749
756
|
export { PublishWebApplicationRevisionResponse } from './PublishWebApplicationRevisionResponse';
|
|
757
|
+
export { QueryArmsEnableRequest } from './QueryArmsEnableRequest';
|
|
758
|
+
export { QueryArmsEnableResponseBody } from './QueryArmsEnableResponseBody';
|
|
759
|
+
export { QueryArmsEnableResponse } from './QueryArmsEnableResponse';
|
|
750
760
|
export { QueryResourceStaticsRequest } from './QueryResourceStaticsRequest';
|
|
751
761
|
export { QueryResourceStaticsResponseBody } from './QueryResourceStaticsResponseBody';
|
|
752
762
|
export { QueryResourceStaticsResponse } from './QueryResourceStaticsResponse';
|