@alicloud/sae20190506 2.9.0 → 2.9.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 +26 -16
- package/dist/client.js +47 -16
- package/dist/client.js.map +1 -1
- package/dist/models/BatchRestartApplicationsRequest.d.ts +4 -0
- package/dist/models/BatchRestartApplicationsRequest.js.map +1 -1
- package/dist/models/BatchRestartApplicationsResponseBody.d.ts +37 -0
- package/dist/models/BatchRestartApplicationsResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationRequest.d.ts +3 -0
- package/dist/models/CreateApplicationRequest.js +6 -0
- package/dist/models/CreateApplicationRequest.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleRequest.d.ts +134 -0
- package/dist/models/CreateApplicationScalingRuleRequest.js.map +1 -1
- package/dist/models/CreateApplicationScalingRuleResponseBody.d.ts +166 -0
- package/dist/models/CreateApplicationScalingRuleResponseBody.js.map +1 -1
- package/dist/models/CreateApplicationShrinkRequest.d.ts +3 -0
- package/dist/models/CreateApplicationShrinkRequest.js +6 -0
- package/dist/models/CreateApplicationShrinkRequest.js.map +1 -1
- package/dist/models/CreateIngressRequest.d.ts +100 -26
- package/dist/models/CreateIngressRequest.js.map +1 -1
- package/dist/models/CreateIngressResponseBody.d.ts +15 -15
- package/dist/models/CreateSecretRequest.d.ts +12 -0
- package/dist/models/CreateSecretRequest.js.map +1 -1
- package/dist/models/CreateSecretResponseBody.d.ts +40 -0
- package/dist/models/CreateSecretResponseBody.js.map +1 -1
- package/dist/models/CreateSecretShrinkRequest.d.ts +12 -0
- package/dist/models/CreateSecretShrinkRequest.js.map +1 -1
- package/dist/models/DeployApplicationRequest.d.ts +2 -0
- package/dist/models/DeployApplicationRequest.js +4 -0
- package/dist/models/DeployApplicationRequest.js.map +1 -1
- package/dist/models/DeployApplicationShrinkRequest.d.ts +2 -0
- package/dist/models/DeployApplicationShrinkRequest.js +4 -0
- package/dist/models/DeployApplicationShrinkRequest.js.map +1 -1
- package/dist/models/DescribeApplicationConfigResponseBody.d.ts +2 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js +4 -0
- package/dist/models/DescribeApplicationConfigResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationMseServiceRequest.d.ts +4 -0
- package/dist/models/DescribeApplicationMseServiceRequest.js.map +1 -1
- package/dist/models/DescribeApplicationMseServiceResponseBody.d.ts +69 -0
- package/dist/models/DescribeApplicationMseServiceResponseBody.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +1 -0
- package/dist/models/DescribeNamespaceResourcesResponseBody.js +2 -0
- package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
- package/dist/models/DowngradeApplicationApmServiceRequest.d.ts +2 -0
- package/dist/models/DowngradeApplicationApmServiceRequest.js.map +1 -1
- package/dist/models/DowngradeApplicationApmServiceResponseBody.d.ts +41 -0
- package/dist/models/DowngradeApplicationApmServiceResponseBody.js.map +1 -1
- package/dist/models/GetWebshellTokenRequest.d.ts +6 -2
- package/dist/models/GetWebshellTokenRequest.js.map +1 -1
- package/dist/models/GetWebshellTokenResponseBody.d.ts +43 -1
- package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
- package/dist/models/QueryArmsEnableRequest.d.ts +2 -0
- package/dist/models/QueryArmsEnableRequest.js.map +1 -1
- package/dist/models/QueryArmsEnableResponseBody.d.ts +38 -0
- package/dist/models/QueryArmsEnableResponseBody.js.map +1 -1
- package/dist/models/RescaleApplicationVerticallyRequest.d.ts +1 -0
- package/dist/models/RescaleApplicationVerticallyRequest.js +2 -0
- package/dist/models/RescaleApplicationVerticallyRequest.js.map +1 -1
- package/dist/models/UpdateApplicationDescriptionRequest.d.ts +4 -0
- package/dist/models/UpdateApplicationDescriptionRequest.js.map +1 -1
- package/dist/models/UpdateApplicationDescriptionResponseBody.d.ts +36 -0
- package/dist/models/UpdateApplicationDescriptionResponseBody.js.map +1 -1
- package/dist/models/UpdateApplicationVswitchesRequest.d.ts +1 -0
- package/dist/models/UpdateApplicationVswitchesRequest.js +2 -0
- package/dist/models/UpdateApplicationVswitchesRequest.js.map +1 -1
- package/dist/models/UpdateIngressRequest.d.ts +12 -12
- package/dist/models/UpdateIngressResponseBody.d.ts +11 -11
- package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +24 -0
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +23 -1
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -1
- package/dist/models/UpgradeApplicationApmServiceRequest.d.ts +2 -0
- package/dist/models/UpgradeApplicationApmServiceRequest.js.map +1 -1
- package/dist/models/UpgradeApplicationApmServiceResponseBody.d.ts +43 -0
- package/dist/models/UpgradeApplicationApmServiceResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +54 -16
- package/src/models/BatchRestartApplicationsRequest.ts +4 -0
- package/src/models/BatchRestartApplicationsResponseBody.ts +37 -0
- package/src/models/CreateApplicationRequest.ts +9 -0
- package/src/models/CreateApplicationScalingRuleRequest.ts +134 -0
- package/src/models/CreateApplicationScalingRuleResponseBody.ts +166 -0
- package/src/models/CreateApplicationShrinkRequest.ts +9 -0
- package/src/models/CreateIngressRequest.ts +100 -26
- package/src/models/CreateIngressResponseBody.ts +15 -15
- package/src/models/CreateSecretRequest.ts +12 -0
- package/src/models/CreateSecretResponseBody.ts +40 -0
- package/src/models/CreateSecretShrinkRequest.ts +12 -0
- package/src/models/DeployApplicationRequest.ts +6 -0
- package/src/models/DeployApplicationShrinkRequest.ts +6 -0
- package/src/models/DescribeApplicationConfigResponseBody.ts +6 -0
- package/src/models/DescribeApplicationMseServiceRequest.ts +4 -0
- package/src/models/DescribeApplicationMseServiceResponseBody.ts +69 -0
- package/src/models/DescribeNamespaceResourcesResponseBody.ts +3 -0
- package/src/models/DowngradeApplicationApmServiceRequest.ts +2 -0
- package/src/models/DowngradeApplicationApmServiceResponseBody.ts +41 -0
- package/src/models/GetWebshellTokenRequest.ts +6 -2
- package/src/models/GetWebshellTokenResponseBody.ts +43 -1
- package/src/models/QueryArmsEnableRequest.ts +2 -0
- package/src/models/QueryArmsEnableResponseBody.ts +38 -0
- package/src/models/RescaleApplicationVerticallyRequest.ts +3 -0
- package/src/models/UpdateApplicationDescriptionRequest.ts +4 -0
- package/src/models/UpdateApplicationDescriptionResponseBody.ts +36 -0
- package/src/models/UpdateApplicationVswitchesRequest.ts +3 -0
- package/src/models/UpdateIngressRequest.ts +12 -12
- package/src/models/UpdateIngressResponseBody.ts +11 -11
- package/src/models/UpdateNamespaceSlsConfigsRequest.ts +24 -0
- package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +23 -1
- package/src/models/UpgradeApplicationApmServiceRequest.ts +2 -0
- package/src/models/UpgradeApplicationApmServiceResponseBody.ts +43 -0
|
@@ -1,31 +1,69 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateApplicationScalingRuleResponseBodyDataMetricMetrics extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The limit on the metric.
|
|
6
|
+
*
|
|
7
|
+
* * The limit on the CPU utilization. Unit: percentage.
|
|
8
|
+
* * The limit on the memory usage. Unit: percentage.
|
|
9
|
+
* * The limit on the queries per second (QPS). Unit: seconds.
|
|
10
|
+
* * The limit on the response time. Unit: milliseconds.
|
|
11
|
+
* * The limit on the average number of active TCP connections per second.
|
|
12
|
+
* * The limit on the QPS of the Internet-facing SLB instance.
|
|
13
|
+
* * The limit on the response time of the Internet-facing SLB instance. Unit: milliseconds.
|
|
14
|
+
* * The limit on the QPS of the internal-facing SLB instance.
|
|
15
|
+
* * The limit on the response time of the internal-facing SLB instance. Unit: milliseconds.
|
|
16
|
+
*
|
|
4
17
|
* @example
|
|
5
18
|
* 20
|
|
6
19
|
*/
|
|
7
20
|
metricTargetAverageUtilization?: number;
|
|
8
21
|
/**
|
|
22
|
+
* @remarks
|
|
23
|
+
* The metric that is used to trigger the auto scaling policy. Valid values:
|
|
24
|
+
*
|
|
25
|
+
* * **CPU**: the CPU utilization.
|
|
26
|
+
* * **MEMORY**: the memory usage.
|
|
27
|
+
* * **QPS**: the average QPS within 1 minute per Java application instance.
|
|
28
|
+
* * **RT**: the average response time of all API operations within 1 minute in the Java application.
|
|
29
|
+
* * **tcpActiveConn**: the average number of active TCP connections within 30 seconds per instance.
|
|
30
|
+
* * **SLB_QPS**: the average QPS of the Internet-facing SLB instance within 15 seconds per instance.
|
|
31
|
+
* * **SLB_RT**: the average response time of the Internet-facing SLB instance within 15 seconds.
|
|
32
|
+
* * **INTRANET_SLB_QPS**: the average QPS of the internal-facing SLB instance within 15 seconds per instance.
|
|
33
|
+
* * **INTRANET_SLB_RT**: the average response time of the internal-facing SLB instance within 15 seconds.
|
|
34
|
+
*
|
|
9
35
|
* @example
|
|
10
36
|
* CPU
|
|
11
37
|
*/
|
|
12
38
|
metricType?: string;
|
|
13
39
|
/**
|
|
40
|
+
* @remarks
|
|
41
|
+
* The ID of the SLB instance.
|
|
42
|
+
*
|
|
14
43
|
* @example
|
|
15
44
|
* lb-xxx
|
|
16
45
|
*/
|
|
17
46
|
slbId?: string;
|
|
18
47
|
/**
|
|
48
|
+
* @remarks
|
|
49
|
+
* The Logstore that stores the SLB access logs.
|
|
50
|
+
*
|
|
19
51
|
* @example
|
|
20
52
|
* test
|
|
21
53
|
*/
|
|
22
54
|
slbLogstore?: string;
|
|
23
55
|
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* The project that stores the SLB access logs.
|
|
58
|
+
*
|
|
24
59
|
* @example
|
|
25
60
|
* test
|
|
26
61
|
*/
|
|
27
62
|
slbProject?: string;
|
|
28
63
|
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The port number of the SLB instance.
|
|
66
|
+
*
|
|
29
67
|
* @example
|
|
30
68
|
* 80
|
|
31
69
|
*/
|
|
@@ -43,12 +81,22 @@ export declare class CreateApplicationScalingRuleResponseBodyDataMetricMetrics e
|
|
|
43
81
|
}
|
|
44
82
|
export declare class CreateApplicationScalingRuleResponseBodyDataMetric extends $dara.Model {
|
|
45
83
|
/**
|
|
84
|
+
* @remarks
|
|
85
|
+
* The maximum number of Elastic Compute Service (ECS) instances supported by the node pool.
|
|
86
|
+
*
|
|
46
87
|
* @example
|
|
47
88
|
* 3
|
|
48
89
|
*/
|
|
49
90
|
maxReplicas?: number;
|
|
91
|
+
/**
|
|
92
|
+
* @remarks
|
|
93
|
+
* The metrics that are used to trigger the auto scaling policy.
|
|
94
|
+
*/
|
|
50
95
|
metrics?: CreateApplicationScalingRuleResponseBodyDataMetricMetrics[];
|
|
51
96
|
/**
|
|
97
|
+
* @remarks
|
|
98
|
+
* The minimum number of instances.
|
|
99
|
+
*
|
|
52
100
|
* @example
|
|
53
101
|
* 1
|
|
54
102
|
*/
|
|
@@ -66,21 +114,33 @@ export declare class CreateApplicationScalingRuleResponseBodyDataMetric extends
|
|
|
66
114
|
}
|
|
67
115
|
export declare class CreateApplicationScalingRuleResponseBodyDataTimerSchedules extends $dara.Model {
|
|
68
116
|
/**
|
|
117
|
+
* @remarks
|
|
118
|
+
* The point in time. Format: **Hour:Minute**.
|
|
119
|
+
*
|
|
69
120
|
* @example
|
|
70
121
|
* 08:00
|
|
71
122
|
*/
|
|
72
123
|
atTime?: string;
|
|
73
124
|
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* The maximum number of instances.
|
|
127
|
+
*
|
|
74
128
|
* @example
|
|
75
129
|
* 10
|
|
76
130
|
*/
|
|
77
131
|
maxReplicas?: number;
|
|
78
132
|
/**
|
|
133
|
+
* @remarks
|
|
134
|
+
* The minimum number of instances.
|
|
135
|
+
*
|
|
79
136
|
* @example
|
|
80
137
|
* 5
|
|
81
138
|
*/
|
|
82
139
|
minReplicas?: number;
|
|
83
140
|
/**
|
|
141
|
+
* @remarks
|
|
142
|
+
* The expected number of instances.
|
|
143
|
+
*
|
|
84
144
|
* @example
|
|
85
145
|
* 3
|
|
86
146
|
*/
|
|
@@ -98,20 +158,53 @@ export declare class CreateApplicationScalingRuleResponseBodyDataTimerSchedules
|
|
|
98
158
|
}
|
|
99
159
|
export declare class CreateApplicationScalingRuleResponseBodyDataTimer extends $dara.Model {
|
|
100
160
|
/**
|
|
161
|
+
* @remarks
|
|
162
|
+
* The start date of the validity period of the scheduled auto scaling policy.
|
|
163
|
+
*
|
|
164
|
+
* * **null** (default): If you set **BeginDate** and **EndDate** to null, the scheduled auto scaling policy can always be triggered.
|
|
165
|
+
* * If the two parameters are set to specific dates, the scheduled auto scaling policy can be triggered during the period between the two dates. For example, if **BeginDate** is set to 2021-03-25 and **EndDate** is set to 2021-04-25, the auto scaling policy is valid for one month.
|
|
166
|
+
*
|
|
101
167
|
* @example
|
|
102
168
|
* 2021-03-25
|
|
103
169
|
*/
|
|
104
170
|
beginDate?: string;
|
|
105
171
|
/**
|
|
172
|
+
* @remarks
|
|
173
|
+
* The end date of the validity period of the scheduled auto scaling policy.
|
|
174
|
+
*
|
|
175
|
+
* * **null** (default): If you set **BeginDate** and **EndDate** to null, the scheduled auto scaling policy can always be triggered.
|
|
176
|
+
* * If the two parameters are set to specific dates, the scheduled auto scaling policy can be triggered during the period between the two dates. For example, if **BeginDate** is set to 2021-03-25 and **EndDate** is set to 2021-04-25, the auto scaling policy is valid for one month.
|
|
177
|
+
*
|
|
106
178
|
* @example
|
|
107
179
|
* 2021-04-25
|
|
108
180
|
*/
|
|
109
181
|
endDate?: string;
|
|
110
182
|
/**
|
|
183
|
+
* @remarks
|
|
184
|
+
* The days on which the scheduled auto scaling policy takes effect. Valid values:
|
|
185
|
+
*
|
|
186
|
+
* * **\\* \\* \\***: The scheduled auto scaling policy is executed at a specified point in time every day.
|
|
187
|
+
*
|
|
188
|
+
* * **\\* \\* Fri,Mon**: The scheduled auto scaling policy is executed at a specified point in time on one or more days every week. The time must be in GMT+8. Valid values:
|
|
189
|
+
*
|
|
190
|
+
* * **Sun**: Sunday
|
|
191
|
+
* * **Mon**: Monday
|
|
192
|
+
* * **Tue**: Tuesday
|
|
193
|
+
* * **Wed**: Wednesday
|
|
194
|
+
* * **Thu**: Thursday
|
|
195
|
+
* * **Fri**: Friday
|
|
196
|
+
* * **Sat**: Saturday
|
|
197
|
+
*
|
|
198
|
+
* * **1,2,3,28,31 \\* \\***: The scheduled auto scaling policy is executed at a specified point in time on one or more dates of each month. Valid values: 1 to 31. If a month does not have the 31st day, the auto scaling policy is executed on the specified days other than the 31st day.
|
|
199
|
+
*
|
|
111
200
|
* @example
|
|
112
201
|
* * * *
|
|
113
202
|
*/
|
|
114
203
|
period?: string;
|
|
204
|
+
/**
|
|
205
|
+
* @remarks
|
|
206
|
+
* The points in time at which the auto scaling policy is triggered within one day.
|
|
207
|
+
*/
|
|
115
208
|
schedules?: CreateApplicationScalingRuleResponseBodyDataTimerSchedules[];
|
|
116
209
|
static names(): {
|
|
117
210
|
[key: string]: string;
|
|
@@ -126,39 +219,75 @@ export declare class CreateApplicationScalingRuleResponseBodyDataTimer extends $
|
|
|
126
219
|
}
|
|
127
220
|
export declare class CreateApplicationScalingRuleResponseBodyData extends $dara.Model {
|
|
128
221
|
/**
|
|
222
|
+
* @remarks
|
|
223
|
+
* null
|
|
224
|
+
*
|
|
129
225
|
* @example
|
|
130
226
|
* 7171a6ca-d1cd-4928-8642-7d5cfe69****
|
|
131
227
|
*/
|
|
132
228
|
appId?: string;
|
|
133
229
|
/**
|
|
230
|
+
* @remarks
|
|
231
|
+
* null null
|
|
232
|
+
*
|
|
134
233
|
* @example
|
|
135
234
|
* 1616642248938
|
|
136
235
|
*/
|
|
137
236
|
createTime?: number;
|
|
138
237
|
enableIdle?: boolean;
|
|
139
238
|
/**
|
|
239
|
+
* @remarks
|
|
240
|
+
* null
|
|
241
|
+
*
|
|
140
242
|
* @example
|
|
141
243
|
* 1641882854484
|
|
142
244
|
*/
|
|
143
245
|
lastDisableTime?: number;
|
|
246
|
+
/**
|
|
247
|
+
* @remarks
|
|
248
|
+
* The details of the metric-based auto scaling policy.
|
|
249
|
+
*/
|
|
144
250
|
metric?: CreateApplicationScalingRuleResponseBodyDataMetric;
|
|
145
251
|
/**
|
|
252
|
+
* @remarks
|
|
253
|
+
* null null
|
|
254
|
+
*
|
|
255
|
+
* * **null**
|
|
256
|
+
* * **null**
|
|
257
|
+
*
|
|
146
258
|
* @example
|
|
147
259
|
* true
|
|
148
260
|
*/
|
|
149
261
|
scaleRuleEnabled?: boolean;
|
|
150
262
|
/**
|
|
263
|
+
* @remarks
|
|
264
|
+
* The name of the auto scaling policy.
|
|
265
|
+
*
|
|
151
266
|
* @example
|
|
152
267
|
* test
|
|
153
268
|
*/
|
|
154
269
|
scaleRuleName?: string;
|
|
155
270
|
/**
|
|
271
|
+
* @remarks
|
|
272
|
+
* null null
|
|
273
|
+
*
|
|
274
|
+
* * **null**
|
|
275
|
+
* * **metric**: a metric-based auto scaling policy.
|
|
276
|
+
* * **mix**: a hybrid auto scaling policy.
|
|
277
|
+
*
|
|
156
278
|
* @example
|
|
157
279
|
* timing
|
|
158
280
|
*/
|
|
159
281
|
scaleRuleType?: string;
|
|
282
|
+
/**
|
|
283
|
+
* @remarks
|
|
284
|
+
* The details of the scheduled auto scaling policy.
|
|
285
|
+
*/
|
|
160
286
|
timer?: CreateApplicationScalingRuleResponseBodyDataTimer;
|
|
161
287
|
/**
|
|
288
|
+
* @remarks
|
|
289
|
+
* null null
|
|
290
|
+
*
|
|
162
291
|
* @example
|
|
163
292
|
* 1616642248938
|
|
164
293
|
*/
|
|
@@ -176,28 +305,65 @@ export declare class CreateApplicationScalingRuleResponseBodyData extends $dara.
|
|
|
176
305
|
}
|
|
177
306
|
export declare class CreateApplicationScalingRuleResponseBody extends $dara.Model {
|
|
178
307
|
/**
|
|
308
|
+
* @remarks
|
|
309
|
+
* The HTTP status code or the error code. Valid values:
|
|
310
|
+
*
|
|
311
|
+
* * **2xx**: The request was successful.
|
|
312
|
+
* * **3xx**: The request was redirected.
|
|
313
|
+
* * **4xx**: The request failed.
|
|
314
|
+
* * **5xx**: A server error occurred.
|
|
315
|
+
*
|
|
179
316
|
* @example
|
|
180
317
|
* 200
|
|
181
318
|
*/
|
|
182
319
|
code?: string;
|
|
320
|
+
/**
|
|
321
|
+
* @remarks
|
|
322
|
+
* The returned result.
|
|
323
|
+
*/
|
|
183
324
|
data?: CreateApplicationScalingRuleResponseBodyData;
|
|
325
|
+
/**
|
|
326
|
+
* @remarks
|
|
327
|
+
* The status code. Value values:
|
|
328
|
+
*
|
|
329
|
+
* * If the request was successful, **ErrorCode** is not returned.
|
|
330
|
+
* * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
|
|
331
|
+
*/
|
|
184
332
|
errorCode?: string;
|
|
185
333
|
/**
|
|
334
|
+
* @remarks
|
|
335
|
+
* The message returned. The following limits are imposed on the ID:
|
|
336
|
+
*
|
|
337
|
+
* * If the request was successful, **success** is returned.
|
|
338
|
+
* * An error code is returned when a request failed.
|
|
339
|
+
*
|
|
186
340
|
* @example
|
|
187
341
|
* success
|
|
188
342
|
*/
|
|
189
343
|
message?: string;
|
|
190
344
|
/**
|
|
345
|
+
* @remarks
|
|
346
|
+
* Request ID.
|
|
347
|
+
*
|
|
191
348
|
* @example
|
|
192
349
|
* 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
|
|
193
350
|
*/
|
|
194
351
|
requestId?: string;
|
|
195
352
|
/**
|
|
353
|
+
* @remarks
|
|
354
|
+
* Indicates whether the application instances were restarted. Valid values:
|
|
355
|
+
*
|
|
356
|
+
* * **true**: The application instances were restarted.
|
|
357
|
+
* * **false**: The application instances failed to be restarted.
|
|
358
|
+
*
|
|
196
359
|
* @example
|
|
197
360
|
* true
|
|
198
361
|
*/
|
|
199
362
|
success?: boolean;
|
|
200
363
|
/**
|
|
364
|
+
* @remarks
|
|
365
|
+
* The ID of the trace. The ID is used to query the details of a request.
|
|
366
|
+
*
|
|
201
367
|
* @example
|
|
202
368
|
* 0a98a02315955564772843261e****
|
|
203
369
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateApplicationScalingRuleResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateApplicationScalingRuleResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yDAA0D,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateApplicationScalingRuleResponseBody.js","sourceRoot":"","sources":["../../src/models/CreateApplicationScalingRuleResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,6 +16,7 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
16
16
|
* cri-xxxxxx
|
|
17
17
|
*/
|
|
18
18
|
acrInstanceId?: string;
|
|
19
|
+
agentVersion?: string;
|
|
19
20
|
/**
|
|
20
21
|
* @remarks
|
|
21
22
|
* The description of the template. The description cannot exceed 1,024 characters in length.
|
|
@@ -220,6 +221,8 @@ export declare class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
220
221
|
* false
|
|
221
222
|
*/
|
|
222
223
|
enableEbpf?: string;
|
|
224
|
+
enableNamespaceAgentVersion?: boolean;
|
|
225
|
+
enableNamespaceSlsConfig?: boolean;
|
|
223
226
|
/**
|
|
224
227
|
* @remarks
|
|
225
228
|
* Indicates whether to enable the new ARMS feature:
|
|
@@ -41,6 +41,7 @@ class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
41
41
|
return {
|
|
42
42
|
acrAssumeRoleArn: 'AcrAssumeRoleArn',
|
|
43
43
|
acrInstanceId: 'AcrInstanceId',
|
|
44
|
+
agentVersion: 'AgentVersion',
|
|
44
45
|
appDescription: 'AppDescription',
|
|
45
46
|
appName: 'AppName',
|
|
46
47
|
appSource: 'AppSource',
|
|
@@ -60,6 +61,8 @@ class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
60
61
|
emptyDirDesc: 'EmptyDirDesc',
|
|
61
62
|
enableCpuBurst: 'EnableCpuBurst',
|
|
62
63
|
enableEbpf: 'EnableEbpf',
|
|
64
|
+
enableNamespaceAgentVersion: 'EnableNamespaceAgentVersion',
|
|
65
|
+
enableNamespaceSlsConfig: 'EnableNamespaceSlsConfig',
|
|
63
66
|
enableNewArms: 'EnableNewArms',
|
|
64
67
|
enablePrometheus: 'EnablePrometheus',
|
|
65
68
|
enableSidecarResourceIsolated: 'EnableSidecarResourceIsolated',
|
|
@@ -126,6 +129,7 @@ class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
126
129
|
return {
|
|
127
130
|
acrAssumeRoleArn: 'string',
|
|
128
131
|
acrInstanceId: 'string',
|
|
132
|
+
agentVersion: 'string',
|
|
129
133
|
appDescription: 'string',
|
|
130
134
|
appName: 'string',
|
|
131
135
|
appSource: 'string',
|
|
@@ -145,6 +149,8 @@ class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
145
149
|
emptyDirDesc: 'string',
|
|
146
150
|
enableCpuBurst: 'boolean',
|
|
147
151
|
enableEbpf: 'string',
|
|
152
|
+
enableNamespaceAgentVersion: 'boolean',
|
|
153
|
+
enableNamespaceSlsConfig: 'boolean',
|
|
148
154
|
enableNewArms: 'boolean',
|
|
149
155
|
enablePrometheus: 'boolean',
|
|
150
156
|
enableSidecarResourceIsolated: 'boolean',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateApplicationShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateApplicationShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateApplicationShrinkRequest.js","sourceRoot":"","sources":["../../src/models/CreateApplicationShrinkRequest.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class CreateIngressRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* -
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* -
|
|
9
|
+
*/
|
|
3
10
|
addressType?: string;
|
|
4
11
|
/**
|
|
5
12
|
* @remarks
|
|
6
|
-
* The ID of the
|
|
13
|
+
* The ID of the **CLB** certificate. Valid values:
|
|
7
14
|
*
|
|
8
15
|
* * If you set **LoadBalanceType** to **clb**, you can use CertId to configure a certificate for the HTTPS listener.
|
|
9
16
|
*
|
|
10
|
-
* For more information about how to
|
|
17
|
+
* For more information about how to use SSL certificate IDs for CLB, see [Manage certificates (CLB)](https://help.aliyun.com/document_detail/90792.html).
|
|
11
18
|
*
|
|
12
19
|
* @example
|
|
13
20
|
* 188077086902****_176993d****_181437****_108724****
|
|
@@ -15,21 +22,31 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
15
22
|
certId?: string;
|
|
16
23
|
/**
|
|
17
24
|
* @remarks
|
|
18
|
-
* The
|
|
25
|
+
* The ID of the multi-certificate **ALB**. Valid values:
|
|
19
26
|
*
|
|
20
|
-
* * If
|
|
21
|
-
* * The ID of the SSL certificate
|
|
27
|
+
* * If the **LoadBalanceType** is **alb**, use this field to configure multiple certificates for HTTPS listeners. Separate multiple certificate IDs with commas (,).
|
|
28
|
+
* * The ID of the SSL certificate used by ALB must be obtained from the digital certificate product. For example, in the configuration `756***-cn-hangzhou`, the `756***` is the certificate ID obtained from the product page, and the `-cn-hangzhou` is a fixed suffix. For more information, see [Manage certificates](https://help.aliyun.com/document_detail/209076.html).
|
|
22
29
|
*
|
|
23
30
|
* @example
|
|
24
31
|
* 87***35-cn-hangzhou,812***3-cn-hangzhou
|
|
25
32
|
*/
|
|
26
33
|
certIds?: string;
|
|
34
|
+
/**
|
|
35
|
+
* @remarks
|
|
36
|
+
* -
|
|
37
|
+
*
|
|
38
|
+
* @example
|
|
39
|
+
* -
|
|
40
|
+
*/
|
|
27
41
|
corsConfig?: string;
|
|
28
42
|
/**
|
|
29
43
|
* @remarks
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
*
|
|
44
|
+
* The default forwarding rule. Forwards traffic to a specified application through a specified port based on the IP address. The following table describes the parameters.
|
|
45
|
+
*
|
|
46
|
+
* * **appId**: the ID of the application.
|
|
47
|
+
* * **containerPort**: The port of the application instance.
|
|
48
|
+
*
|
|
49
|
+
* > All requests that do not match or satisfy **Rules** forwarding rules are forwarded to the specified application.
|
|
33
50
|
*
|
|
34
51
|
* This parameter is required.
|
|
35
52
|
*
|
|
@@ -39,21 +56,63 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
39
56
|
defaultRule?: string;
|
|
40
57
|
/**
|
|
41
58
|
* @remarks
|
|
42
|
-
*
|
|
59
|
+
* The name of the routing rule.
|
|
43
60
|
*
|
|
44
61
|
* @example
|
|
45
62
|
* ingress-for-sae-test
|
|
46
63
|
*/
|
|
47
64
|
description?: string;
|
|
65
|
+
/**
|
|
66
|
+
* @remarks
|
|
67
|
+
* -
|
|
68
|
+
*
|
|
69
|
+
* @example
|
|
70
|
+
* -
|
|
71
|
+
*/
|
|
48
72
|
enableGzip?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* @remarks
|
|
75
|
+
* -
|
|
76
|
+
*
|
|
77
|
+
* @example
|
|
78
|
+
* -
|
|
79
|
+
*/
|
|
49
80
|
enableXForwardedFor?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* @remarks
|
|
83
|
+
* -
|
|
84
|
+
*
|
|
85
|
+
* @example
|
|
86
|
+
* -
|
|
87
|
+
*/
|
|
50
88
|
enableXForwardedForClientSrcPort?: boolean;
|
|
89
|
+
/**
|
|
90
|
+
* @remarks
|
|
91
|
+
* -
|
|
92
|
+
*
|
|
93
|
+
* @example
|
|
94
|
+
* -
|
|
95
|
+
*/
|
|
51
96
|
enableXForwardedForProto?: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* @remarks
|
|
99
|
+
* -
|
|
100
|
+
*
|
|
101
|
+
* @example
|
|
102
|
+
* -
|
|
103
|
+
*/
|
|
52
104
|
enableXForwardedForSlbId?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* @remarks
|
|
107
|
+
* -
|
|
108
|
+
*
|
|
109
|
+
* @example
|
|
110
|
+
* -
|
|
111
|
+
*/
|
|
53
112
|
enableXForwardedForSlbPort?: boolean;
|
|
54
113
|
/**
|
|
55
114
|
* @remarks
|
|
56
|
-
*
|
|
115
|
+
* Specifies the connection idle timeout period. Unit: seconds. Valid values: 1 to 60. If there is no access request within the timeout period, the SLB will temporarily interrupt the current connection until the next request comes to re-establish a new connection.
|
|
57
116
|
*
|
|
58
117
|
* @example
|
|
59
118
|
* 15
|
|
@@ -61,8 +120,7 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
61
120
|
idleTimeout?: number;
|
|
62
121
|
/**
|
|
63
122
|
* @remarks
|
|
64
|
-
*
|
|
65
|
-
* Valid values: 1 to 65535.
|
|
123
|
+
* The SLB listening port. This port cannot be occupied.
|
|
66
124
|
*
|
|
67
125
|
* This parameter is required.
|
|
68
126
|
*
|
|
@@ -72,8 +130,10 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
72
130
|
listenerPort?: number;
|
|
73
131
|
/**
|
|
74
132
|
* @remarks
|
|
75
|
-
*
|
|
76
|
-
*
|
|
133
|
+
* The request forwarding protocol. Valid values:
|
|
134
|
+
*
|
|
135
|
+
* * **HTTP**: suitable for applications that need to identify data content.
|
|
136
|
+
* * **HTTPS**: suitable for applications that require encrypted transmission.
|
|
77
137
|
*
|
|
78
138
|
* @example
|
|
79
139
|
* HTTP
|
|
@@ -81,19 +141,26 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
81
141
|
listenerProtocol?: string;
|
|
82
142
|
/**
|
|
83
143
|
* @remarks
|
|
84
|
-
*
|
|
144
|
+
* SLB the type of the SLB instance. It depends on the type that you entered when you created the routing rule and cannot be changed when you update it. Valid values:
|
|
85
145
|
*
|
|
86
|
-
* * **clb
|
|
87
|
-
* * **alb
|
|
146
|
+
* * **clb**: traditional SLB CLB (formerly SLB).
|
|
147
|
+
* * **alb**: Applied SLB ALB.
|
|
88
148
|
*
|
|
89
149
|
* @example
|
|
90
150
|
* clb
|
|
91
151
|
*/
|
|
92
152
|
loadBalanceType?: string;
|
|
153
|
+
/**
|
|
154
|
+
* @remarks
|
|
155
|
+
* -
|
|
156
|
+
*
|
|
157
|
+
* @example
|
|
158
|
+
* -
|
|
159
|
+
*/
|
|
93
160
|
loadBalancerEdition?: string;
|
|
94
161
|
/**
|
|
95
162
|
* @remarks
|
|
96
|
-
* The ID of the namespace where the application
|
|
163
|
+
* The ID of the namespace where the application resides. Currently, cross-namespace applications are not supported.
|
|
97
164
|
*
|
|
98
165
|
* This parameter is required.
|
|
99
166
|
*
|
|
@@ -103,7 +170,7 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
103
170
|
namespaceId?: string;
|
|
104
171
|
/**
|
|
105
172
|
* @remarks
|
|
106
|
-
*
|
|
173
|
+
* Specifies the request timeout period. Unit: seconds. Valid values: 1 to 180. If the backend server does not respond within the timeout period, the SLB abandons the wait and returns an HTTP 504 error code to the client.
|
|
107
174
|
*
|
|
108
175
|
* @example
|
|
109
176
|
* 3
|
|
@@ -111,16 +178,16 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
111
178
|
requestTimeout?: number;
|
|
112
179
|
/**
|
|
113
180
|
* @remarks
|
|
114
|
-
* The forwarding
|
|
181
|
+
* The forwarding rule. Forwards traffic to a specified application through a specified port based on the domain name and request path. The following table describes the parameters.
|
|
115
182
|
*
|
|
116
183
|
* * **appId**: the ID of the application.
|
|
117
|
-
* * **containerPort**:
|
|
184
|
+
* * **containerPort**: The port of the application instance.
|
|
118
185
|
* * **domain**: the domain name.
|
|
119
186
|
* * **path**: the request path.
|
|
120
|
-
* * **backendProtocol**:
|
|
121
|
-
* * **rewritePath**: the
|
|
187
|
+
* * **backendProtocol**: The backend service protocol. Valid values: http, https, and grpc. Default value: http.
|
|
188
|
+
* * **rewritePath**: Rewrite the path.
|
|
122
189
|
*
|
|
123
|
-
* >
|
|
190
|
+
* > Only ALB allows you to set the RewritePath feature. CLB does not support this feature.
|
|
124
191
|
*
|
|
125
192
|
* This parameter is required.
|
|
126
193
|
*
|
|
@@ -130,7 +197,7 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
130
197
|
rules?: string;
|
|
131
198
|
/**
|
|
132
199
|
* @remarks
|
|
133
|
-
* The ID of
|
|
200
|
+
* The ID of the security policy instance.
|
|
134
201
|
*
|
|
135
202
|
* @example
|
|
136
203
|
* sp-bp1bpn0kn9****
|
|
@@ -140,12 +207,19 @@ export declare class CreateIngressRequest extends $dara.Model {
|
|
|
140
207
|
* @remarks
|
|
141
208
|
* The Server Load Balancer (SLB) instance that is used by the routing rule.
|
|
142
209
|
*
|
|
143
|
-
* >
|
|
210
|
+
* > SLB SLB instances include CLB instances and ALB instances.
|
|
144
211
|
*
|
|
145
212
|
* @example
|
|
146
213
|
* lb-uf6hucc7inlqrtcq5****
|
|
147
214
|
*/
|
|
148
215
|
slbId?: string;
|
|
216
|
+
/**
|
|
217
|
+
* @remarks
|
|
218
|
+
* -
|
|
219
|
+
*
|
|
220
|
+
* @example
|
|
221
|
+
* -
|
|
222
|
+
*/
|
|
149
223
|
zoneMappings?: string;
|
|
150
224
|
static names(): {
|
|
151
225
|
[key: string]: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateIngressRequest.js","sourceRoot":"","sources":["../../src/models/CreateIngressRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"CreateIngressRequest.js","sourceRoot":"","sources":["../../src/models/CreateIngressRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oBAAqB,SAAQ,KAAK,CAAC,KAAK;IA8NnD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,UAAU,EAAE,YAAY;YACxB,mBAAmB,EAAE,qBAAqB;YAC1C,gCAAgC,EAAE,kCAAkC;YACpE,wBAAwB,EAAE,0BAA0B;YACpD,wBAAwB,EAAE,0BAA0B;YACpD,0BAA0B,EAAE,4BAA4B;YACxD,WAAW,EAAE,aAAa;YAC1B,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,eAAe,EAAE,iBAAiB;YAClC,mBAAmB,EAAE,qBAAqB;YAC1C,WAAW,EAAE,aAAa;YAC1B,cAAc,EAAE,gBAAgB;YAChC,KAAK,EAAE,OAAO;YACd,gBAAgB,EAAE,kBAAkB;YACpC,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,QAAQ;YACjB,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,UAAU,EAAE,SAAS;YACrB,mBAAmB,EAAE,SAAS;YAC9B,gCAAgC,EAAE,SAAS;YAC3C,wBAAwB,EAAE,SAAS;YACnC,wBAAwB,EAAE,SAAS;YACnC,0BAA0B,EAAE,SAAS;YACrC,WAAW,EAAE,QAAQ;YACrB,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,QAAQ;YAC1B,eAAe,EAAE,QAAQ;YACzB,mBAAmB,EAAE,QAAQ;YAC7B,WAAW,EAAE,QAAQ;YACrB,cAAc,EAAE,QAAQ;YACxB,KAAK,EAAE,QAAQ;YACf,gBAAgB,EAAE,QAAQ;YAC1B,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;SACvB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA7RD,oDA6RC"}
|