@alicloud/polardb20170801 7.6.0 → 7.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 +19 -4
- package/dist/client.js +46 -4
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeApplicationAttributeResponseBody.d.ts +75 -110
- package/dist/models/DescribeApplicationAttributeResponseBody.js +2 -0
- package/dist/models/DescribeApplicationAttributeResponseBody.js.map +1 -1
- package/dist/models/RestartPolarClawGatewayRequest.d.ts +26 -0
- package/dist/models/RestartPolarClawGatewayRequest.js +60 -0
- package/dist/models/RestartPolarClawGatewayRequest.js.map +1 -0
- package/dist/models/RestartPolarClawGatewayResponse.d.ts +19 -0
- package/dist/models/RestartPolarClawGatewayResponse.js +69 -0
- package/dist/models/RestartPolarClawGatewayResponse.js.map +1 -0
- package/dist/models/RestartPolarClawGatewayResponseBody.d.ts +73 -0
- package/dist/models/RestartPolarClawGatewayResponseBody.js +80 -0
- package/dist/models/RestartPolarClawGatewayResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +8 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +50 -4
- package/src/models/DescribeApplicationAttributeResponseBody.ts +77 -110
- package/src/models/RestartPolarClawGatewayRequest.ts +41 -0
- package/src/models/RestartPolarClawGatewayResponse.ts +40 -0
- package/src/models/RestartPolarClawGatewayResponseBody.ts +108 -0
- package/src/models/model.ts +3 -0
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityGroups extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The network type.
|
|
5
|
+
* The network type. Valid values:
|
|
6
6
|
*
|
|
7
7
|
* - vpc
|
|
8
8
|
*
|
|
@@ -20,7 +20,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityG
|
|
|
20
20
|
regionId?: string;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The security group
|
|
23
|
+
* The ID of the security group.
|
|
24
24
|
*
|
|
25
25
|
* @example
|
|
26
26
|
* sg-*******************
|
|
@@ -28,7 +28,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityG
|
|
|
28
28
|
securityGroupId?: string;
|
|
29
29
|
/**
|
|
30
30
|
* @remarks
|
|
31
|
-
* The security group
|
|
31
|
+
* The name of the security group.
|
|
32
32
|
*
|
|
33
33
|
* @example
|
|
34
34
|
* MyGroupName
|
|
@@ -48,7 +48,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityG
|
|
|
48
48
|
export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityIPArrays extends $dara.Model {
|
|
49
49
|
/**
|
|
50
50
|
* @remarks
|
|
51
|
-
* The name of the IP address group.
|
|
51
|
+
* The name of the IP address group. Default value: `default`.
|
|
52
52
|
*
|
|
53
53
|
* @example
|
|
54
54
|
* default
|
|
@@ -64,7 +64,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityI
|
|
|
64
64
|
securityIPArrayTag?: string;
|
|
65
65
|
/**
|
|
66
66
|
* @remarks
|
|
67
|
-
* The
|
|
67
|
+
* The IP addresses in the whitelist, separated by commas (,).
|
|
68
68
|
*
|
|
69
69
|
* @example
|
|
70
70
|
* 127.0.0.1
|
|
@@ -72,7 +72,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityI
|
|
|
72
72
|
securityIPList?: string;
|
|
73
73
|
/**
|
|
74
74
|
* @remarks
|
|
75
|
-
* The network type of the whitelisted IP addresses.
|
|
75
|
+
* The network type of the whitelisted IP addresses. Default value: `mix`.
|
|
76
76
|
*
|
|
77
77
|
* @example
|
|
78
78
|
* mix
|
|
@@ -80,7 +80,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityI
|
|
|
80
80
|
securityIPNetType?: string;
|
|
81
81
|
/**
|
|
82
82
|
* @remarks
|
|
83
|
-
* The IP address
|
|
83
|
+
* The type of the IP address.
|
|
84
84
|
*
|
|
85
85
|
* @example
|
|
86
86
|
* ipv4
|
|
@@ -100,12 +100,12 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsSecurityI
|
|
|
100
100
|
export declare class DescribeApplicationAttributeResponseBodyComponentsTopology extends $dara.Model {
|
|
101
101
|
/**
|
|
102
102
|
* @remarks
|
|
103
|
-
* The IDs or component types
|
|
103
|
+
* The list of child node IDs or child node component types in the topology of the current application subcomponent.
|
|
104
104
|
*/
|
|
105
105
|
children?: string[];
|
|
106
106
|
/**
|
|
107
107
|
* @remarks
|
|
108
|
-
* The topology layer of the
|
|
108
|
+
* The topology layer of the current application subcomponent.
|
|
109
109
|
*
|
|
110
110
|
* @example
|
|
111
111
|
* 0
|
|
@@ -113,7 +113,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsTopology
|
|
|
113
113
|
layer?: string;
|
|
114
114
|
/**
|
|
115
115
|
* @remarks
|
|
116
|
-
* The IDs or component types
|
|
116
|
+
* The list of parent node IDs or parent node component types in the topology of the current application subcomponent.
|
|
117
117
|
*/
|
|
118
118
|
parents?: string[];
|
|
119
119
|
static names(): {
|
|
@@ -130,7 +130,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponentsTopology
|
|
|
130
130
|
export declare class DescribeApplicationAttributeResponseBodyComponents extends $dara.Model {
|
|
131
131
|
/**
|
|
132
132
|
* @remarks
|
|
133
|
-
* The
|
|
133
|
+
* The specification of the application subcomponent.
|
|
134
134
|
*
|
|
135
135
|
* @example
|
|
136
136
|
* polar.app.g2.medium
|
|
@@ -138,7 +138,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
138
138
|
componentClass?: string;
|
|
139
139
|
/**
|
|
140
140
|
* @remarks
|
|
141
|
-
* The description of the
|
|
141
|
+
* The specification description of the application subcomponent.
|
|
142
142
|
*
|
|
143
143
|
* @example
|
|
144
144
|
* 2C4GB
|
|
@@ -146,7 +146,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
146
146
|
componentClassDescription?: string;
|
|
147
147
|
/**
|
|
148
148
|
* @remarks
|
|
149
|
-
* The
|
|
149
|
+
* The subcomponent ID.
|
|
150
150
|
*
|
|
151
151
|
* @example
|
|
152
152
|
* pac-*******************
|
|
@@ -154,7 +154,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
154
154
|
componentId?: string;
|
|
155
155
|
/**
|
|
156
156
|
* @remarks
|
|
157
|
-
* The maximum number of replicas
|
|
157
|
+
* The maximum number of replicas of the application subcomponent.
|
|
158
158
|
*
|
|
159
159
|
* @example
|
|
160
160
|
* 1
|
|
@@ -162,7 +162,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
162
162
|
componentMaxReplica?: number;
|
|
163
163
|
/**
|
|
164
164
|
* @remarks
|
|
165
|
-
* The number of replicas of the
|
|
165
|
+
* The number of replicas of the application subcomponent.
|
|
166
166
|
*
|
|
167
167
|
* @example
|
|
168
168
|
* 1
|
|
@@ -170,7 +170,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
170
170
|
componentReplica?: number;
|
|
171
171
|
/**
|
|
172
172
|
* @remarks
|
|
173
|
-
* The group name of the
|
|
173
|
+
* The group name of the application subcomponent replicas.
|
|
174
174
|
*
|
|
175
175
|
* @example
|
|
176
176
|
* default
|
|
@@ -178,7 +178,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
178
178
|
componentReplicaGroupName?: string;
|
|
179
179
|
/**
|
|
180
180
|
* @remarks
|
|
181
|
-
* The type of the
|
|
181
|
+
* The type of the application subcomponent.
|
|
182
182
|
*
|
|
183
183
|
* @example
|
|
184
184
|
* gateway
|
|
@@ -186,21 +186,21 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
186
186
|
componentType?: string;
|
|
187
187
|
/**
|
|
188
188
|
* @remarks
|
|
189
|
-
* The
|
|
189
|
+
* The list of security groups at the subcomponent level.
|
|
190
190
|
*
|
|
191
|
-
*
|
|
191
|
+
* If the security groups at the subcomponent level are the same as those at the application level, this response element is omitted.
|
|
192
192
|
*/
|
|
193
193
|
securityGroups?: DescribeApplicationAttributeResponseBodyComponentsSecurityGroups[];
|
|
194
194
|
/**
|
|
195
195
|
* @remarks
|
|
196
|
-
* The
|
|
196
|
+
* The list of whitelists at the subcomponent level.
|
|
197
197
|
*
|
|
198
|
-
*
|
|
198
|
+
* If the whitelists at the subcomponent level are the same as those at the application level, this response element is omitted.
|
|
199
199
|
*/
|
|
200
200
|
securityIPArrays?: DescribeApplicationAttributeResponseBodyComponentsSecurityIPArrays[];
|
|
201
201
|
/**
|
|
202
202
|
* @remarks
|
|
203
|
-
* The component status.
|
|
203
|
+
* The component status. Valid values are the same as the application status.
|
|
204
204
|
*
|
|
205
205
|
* @example
|
|
206
206
|
* Activated
|
|
@@ -208,7 +208,7 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
208
208
|
status?: string;
|
|
209
209
|
/**
|
|
210
210
|
* @remarks
|
|
211
|
-
* The topology of the
|
|
211
|
+
* The topology information of the application subcomponent.
|
|
212
212
|
*/
|
|
213
213
|
topology?: DescribeApplicationAttributeResponseBodyComponentsTopology;
|
|
214
214
|
static names(): {
|
|
@@ -225,12 +225,13 @@ export declare class DescribeApplicationAttributeResponseBodyComponents extends
|
|
|
225
225
|
export declare class DescribeApplicationAttributeResponseBodyEndpoints extends $dara.Model {
|
|
226
226
|
/**
|
|
227
227
|
* @remarks
|
|
228
|
-
* The endpoint
|
|
228
|
+
* The description of the endpoint.
|
|
229
229
|
*
|
|
230
230
|
* @example
|
|
231
231
|
* myendpoint
|
|
232
232
|
*/
|
|
233
233
|
description?: string;
|
|
234
|
+
domain?: string;
|
|
234
235
|
/**
|
|
235
236
|
* @remarks
|
|
236
237
|
* The endpoint ID.
|
|
@@ -250,10 +251,8 @@ export declare class DescribeApplicationAttributeResponseBodyEndpoints extends $
|
|
|
250
251
|
/**
|
|
251
252
|
* @remarks
|
|
252
253
|
* The endpoint type. Valid values:
|
|
253
|
-
*
|
|
254
|
-
* -
|
|
255
|
-
*
|
|
256
|
-
* - Public: a public endpoint
|
|
254
|
+
* - Private: VPC endpoint.
|
|
255
|
+
* - Public: public endpoint.
|
|
257
256
|
*
|
|
258
257
|
* @example
|
|
259
258
|
* Private
|
|
@@ -297,23 +296,20 @@ export declare class DescribeApplicationAttributeResponseBodyMemApplicationAttri
|
|
|
297
296
|
dbName?: string;
|
|
298
297
|
/**
|
|
299
298
|
* @remarks
|
|
300
|
-
* The
|
|
299
|
+
* The embedder model name.
|
|
301
300
|
*
|
|
302
301
|
* @example
|
|
303
302
|
* text-embedding-v4
|
|
304
303
|
*/
|
|
305
304
|
embedderModelName?: string;
|
|
306
305
|
/**
|
|
307
|
-
* @remarks
|
|
308
|
-
* The name of the graph LLM model.
|
|
309
|
-
*
|
|
310
306
|
* @example
|
|
311
307
|
* qwen3-max
|
|
312
308
|
*/
|
|
313
309
|
graphLlmModelName?: string;
|
|
314
310
|
/**
|
|
315
311
|
* @remarks
|
|
316
|
-
* The
|
|
312
|
+
* The LLM model name.
|
|
317
313
|
*
|
|
318
314
|
* @example
|
|
319
315
|
* qwen3-max
|
|
@@ -321,7 +317,7 @@ export declare class DescribeApplicationAttributeResponseBodyMemApplicationAttri
|
|
|
321
317
|
llmModelName?: string;
|
|
322
318
|
/**
|
|
323
319
|
* @remarks
|
|
324
|
-
* The project name
|
|
320
|
+
* The project name, which corresponds to the schema that stores project data in the database.
|
|
325
321
|
*
|
|
326
322
|
* @example
|
|
327
323
|
* test-project-name
|
|
@@ -329,7 +325,7 @@ export declare class DescribeApplicationAttributeResponseBodyMemApplicationAttri
|
|
|
329
325
|
projectName?: string;
|
|
330
326
|
/**
|
|
331
327
|
* @remarks
|
|
332
|
-
* The
|
|
328
|
+
* The reranker model name.
|
|
333
329
|
*
|
|
334
330
|
* @example
|
|
335
331
|
* qwen3-rerank
|
|
@@ -363,10 +359,6 @@ export declare class DescribeApplicationAttributeResponseBodyPolarClawSaaSApplic
|
|
|
363
359
|
* http://8.xxx.xxx.xxx.xxx/xxx
|
|
364
360
|
*/
|
|
365
361
|
authCallbackURL?: string;
|
|
366
|
-
/**
|
|
367
|
-
* @remarks
|
|
368
|
-
* The enabled authentication providers.
|
|
369
|
-
*/
|
|
370
362
|
authProviders?: string[];
|
|
371
363
|
/**
|
|
372
364
|
* @remarks
|
|
@@ -390,7 +382,7 @@ export declare class DescribeApplicationAttributeResponseBodyPolarClawSaaSApplic
|
|
|
390
382
|
export declare class DescribeApplicationAttributeResponseBodySecurityGroups extends $dara.Model {
|
|
391
383
|
/**
|
|
392
384
|
* @remarks
|
|
393
|
-
* The network type.
|
|
385
|
+
* The network type. Valid values:
|
|
394
386
|
*
|
|
395
387
|
* - vpc
|
|
396
388
|
*
|
|
@@ -408,7 +400,7 @@ export declare class DescribeApplicationAttributeResponseBodySecurityGroups exte
|
|
|
408
400
|
regionId?: string;
|
|
409
401
|
/**
|
|
410
402
|
* @remarks
|
|
411
|
-
* The security group
|
|
403
|
+
* The ID of the security group.
|
|
412
404
|
*
|
|
413
405
|
* @example
|
|
414
406
|
* sg-**************
|
|
@@ -416,7 +408,7 @@ export declare class DescribeApplicationAttributeResponseBodySecurityGroups exte
|
|
|
416
408
|
securityGroupId?: string;
|
|
417
409
|
/**
|
|
418
410
|
* @remarks
|
|
419
|
-
* The security group
|
|
411
|
+
* The name of the security group.
|
|
420
412
|
*
|
|
421
413
|
* @example
|
|
422
414
|
* MyGroupName
|
|
@@ -436,7 +428,7 @@ export declare class DescribeApplicationAttributeResponseBodySecurityGroups exte
|
|
|
436
428
|
export declare class DescribeApplicationAttributeResponseBodySecurityIPArrays extends $dara.Model {
|
|
437
429
|
/**
|
|
438
430
|
* @remarks
|
|
439
|
-
* The name of the IP address group.
|
|
431
|
+
* The name of the IP address group. Default value: `default`.
|
|
440
432
|
*
|
|
441
433
|
* @example
|
|
442
434
|
* default
|
|
@@ -452,7 +444,7 @@ export declare class DescribeApplicationAttributeResponseBodySecurityIPArrays ex
|
|
|
452
444
|
securityIPArrayTag?: string;
|
|
453
445
|
/**
|
|
454
446
|
* @remarks
|
|
455
|
-
* The
|
|
447
|
+
* The IP addresses in the whitelist, separated by commas (,).
|
|
456
448
|
*
|
|
457
449
|
* @example
|
|
458
450
|
* 127.0.0.1
|
|
@@ -460,7 +452,7 @@ export declare class DescribeApplicationAttributeResponseBodySecurityIPArrays ex
|
|
|
460
452
|
securityIPList?: string;
|
|
461
453
|
/**
|
|
462
454
|
* @remarks
|
|
463
|
-
* The network type of the whitelisted IP addresses.
|
|
455
|
+
* The network type of the whitelisted IP addresses. Default value: `mix`.
|
|
464
456
|
*
|
|
465
457
|
* @example
|
|
466
458
|
* mix
|
|
@@ -468,7 +460,7 @@ export declare class DescribeApplicationAttributeResponseBodySecurityIPArrays ex
|
|
|
468
460
|
securityIPNetType?: string;
|
|
469
461
|
/**
|
|
470
462
|
* @remarks
|
|
471
|
-
* The IP address
|
|
463
|
+
* The type of the IP address.
|
|
472
464
|
*
|
|
473
465
|
* @example
|
|
474
466
|
* ipv4
|
|
@@ -504,7 +496,7 @@ export declare class DescribeApplicationAttributeResponseBodyStorages extends $d
|
|
|
504
496
|
storageInstanceId?: string;
|
|
505
497
|
/**
|
|
506
498
|
* @remarks
|
|
507
|
-
* The storage performance level.
|
|
499
|
+
* The storage performance level (PL).
|
|
508
500
|
*
|
|
509
501
|
* @example
|
|
510
502
|
* PL0
|
|
@@ -548,22 +540,17 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
548
540
|
applicationType?: string;
|
|
549
541
|
/**
|
|
550
542
|
* @remarks
|
|
551
|
-
* The CPU architecture.
|
|
552
|
-
*
|
|
543
|
+
* The CPU architecture. Valid values:
|
|
553
544
|
* - `x86`
|
|
554
545
|
*
|
|
555
546
|
* @example
|
|
556
547
|
* x86
|
|
557
548
|
*/
|
|
558
549
|
architecture?: string;
|
|
559
|
-
/**
|
|
560
|
-
* @remarks
|
|
561
|
-
* Indicates whether SNAT can be disabled.
|
|
562
|
-
*/
|
|
563
550
|
canDisableSnat?: boolean;
|
|
564
551
|
/**
|
|
565
552
|
* @remarks
|
|
566
|
-
* The
|
|
553
|
+
* The list of subcomponents.
|
|
567
554
|
*/
|
|
568
555
|
components?: DescribeApplicationAttributeResponseBodyComponents[];
|
|
569
556
|
/**
|
|
@@ -576,7 +563,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
576
563
|
creationTime?: string;
|
|
577
564
|
/**
|
|
578
565
|
* @remarks
|
|
579
|
-
* The ID of the PolarDB instance
|
|
566
|
+
* The instance ID of the PolarDB instance on which the application depends.
|
|
580
567
|
*
|
|
581
568
|
* @example
|
|
582
569
|
* pc-**************
|
|
@@ -584,7 +571,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
584
571
|
DBClusterId?: string;
|
|
585
572
|
/**
|
|
586
573
|
* @remarks
|
|
587
|
-
* The application
|
|
574
|
+
* The description of the application.
|
|
588
575
|
*
|
|
589
576
|
* @example
|
|
590
577
|
* myapp
|
|
@@ -592,14 +579,14 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
592
579
|
description?: string;
|
|
593
580
|
/**
|
|
594
581
|
* @remarks
|
|
595
|
-
* The
|
|
582
|
+
* The list of endpoints of the application.
|
|
596
583
|
*/
|
|
597
584
|
endpoints?: DescribeApplicationAttributeResponseBodyEndpoints[];
|
|
598
585
|
/**
|
|
599
586
|
* @remarks
|
|
600
587
|
* The expiration time.
|
|
601
588
|
*
|
|
602
|
-
* This
|
|
589
|
+
* This value is empty when the billing method is Postpaid.
|
|
603
590
|
*
|
|
604
591
|
* @example
|
|
605
592
|
* 2025-06-25T09:37:10Z
|
|
@@ -615,7 +602,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
615
602
|
expired?: boolean;
|
|
616
603
|
/**
|
|
617
604
|
* @remarks
|
|
618
|
-
* Indicates whether the
|
|
605
|
+
* Indicates whether the current version is the latest version.
|
|
619
606
|
*
|
|
620
607
|
* @example
|
|
621
608
|
* true
|
|
@@ -633,9 +620,8 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
633
620
|
* @remarks
|
|
634
621
|
* The lock mode. Valid values:
|
|
635
622
|
*
|
|
636
|
-
* - Unlock:
|
|
637
|
-
*
|
|
638
|
-
* - Lock: The application is locked.
|
|
623
|
+
* - Unlock: Not locked.
|
|
624
|
+
* - Lock: Locked.
|
|
639
625
|
*
|
|
640
626
|
* @example
|
|
641
627
|
* Unlock
|
|
@@ -643,7 +629,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
643
629
|
lockMode?: string;
|
|
644
630
|
/**
|
|
645
631
|
* @remarks
|
|
646
|
-
* The
|
|
632
|
+
* The end time of the maintenance window.
|
|
647
633
|
*
|
|
648
634
|
* @example
|
|
649
635
|
* 19:00Z
|
|
@@ -651,7 +637,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
651
637
|
maintainEndTime?: string;
|
|
652
638
|
/**
|
|
653
639
|
* @remarks
|
|
654
|
-
* The
|
|
640
|
+
* The start time of the maintenance window.
|
|
655
641
|
*
|
|
656
642
|
* @example
|
|
657
643
|
* 18:00Z
|
|
@@ -659,7 +645,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
659
645
|
maintainStartTime?: string;
|
|
660
646
|
/**
|
|
661
647
|
* @remarks
|
|
662
|
-
* The
|
|
648
|
+
* The Mem0 application attributes.
|
|
663
649
|
*/
|
|
664
650
|
memApplicationAttribute?: DescribeApplicationAttributeResponseBodyMemApplicationAttribute;
|
|
665
651
|
/**
|
|
@@ -671,9 +657,6 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
671
657
|
*/
|
|
672
658
|
minorVersion?: string;
|
|
673
659
|
/**
|
|
674
|
-
* @remarks
|
|
675
|
-
* The ID of the NAT Gateway.
|
|
676
|
-
*
|
|
677
660
|
* @example
|
|
678
661
|
* pc-xxx
|
|
679
662
|
*/
|
|
@@ -688,12 +671,12 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
688
671
|
payType?: string;
|
|
689
672
|
/**
|
|
690
673
|
* @remarks
|
|
691
|
-
* The
|
|
674
|
+
* The PolarClaw SaaS application attributes.
|
|
692
675
|
*/
|
|
693
676
|
polarClawSaaSApplicationAttribute?: DescribeApplicationAttributeResponseBodyPolarClawSaaSApplicationAttribute;
|
|
694
677
|
/**
|
|
695
678
|
* @remarks
|
|
696
|
-
* The ID of
|
|
679
|
+
* The instance ID of PolarFS cold storage or high-performance edition.
|
|
697
680
|
*
|
|
698
681
|
* @example
|
|
699
682
|
* pfs-**************
|
|
@@ -717,30 +700,25 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
717
700
|
requestId?: string;
|
|
718
701
|
/**
|
|
719
702
|
* @remarks
|
|
720
|
-
* The
|
|
703
|
+
* The list of security groups at the application level.
|
|
721
704
|
*/
|
|
722
705
|
securityGroups?: DescribeApplicationAttributeResponseBodySecurityGroups[];
|
|
723
706
|
/**
|
|
724
707
|
* @remarks
|
|
725
|
-
* The application
|
|
708
|
+
* The list of whitelists at the application level.
|
|
726
709
|
*/
|
|
727
710
|
securityIPArrays?: DescribeApplicationAttributeResponseBodySecurityIPArrays[];
|
|
728
711
|
/**
|
|
729
712
|
* @remarks
|
|
730
|
-
* The
|
|
731
|
-
*
|
|
732
|
-
* -
|
|
733
|
-
*
|
|
734
|
-
* - 3: Stable
|
|
713
|
+
* The serverless type. Valid values:
|
|
714
|
+
* - 2: agile.
|
|
715
|
+
* - 3: steady.
|
|
735
716
|
*
|
|
736
717
|
* @example
|
|
737
718
|
* 2
|
|
738
719
|
*/
|
|
739
720
|
serverlessType?: string;
|
|
740
721
|
/**
|
|
741
|
-
* @remarks
|
|
742
|
-
* The SNAT status.
|
|
743
|
-
*
|
|
744
722
|
* @example
|
|
745
723
|
* off
|
|
746
724
|
*/
|
|
@@ -749,33 +727,20 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
749
727
|
* @remarks
|
|
750
728
|
* The application status. Valid values:
|
|
751
729
|
*
|
|
752
|
-
* - Creating:
|
|
753
|
-
*
|
|
754
|
-
* -
|
|
755
|
-
*
|
|
756
|
-
* -
|
|
757
|
-
*
|
|
758
|
-
* -
|
|
759
|
-
*
|
|
760
|
-
* -
|
|
761
|
-
*
|
|
762
|
-
* -
|
|
763
|
-
*
|
|
764
|
-
* -
|
|
765
|
-
*
|
|
766
|
-
* - NetDeleting: The endpoint is being deleted.
|
|
767
|
-
*
|
|
768
|
-
* - NetModifying: The endpoint is being modified.
|
|
769
|
-
*
|
|
770
|
-
* - Restarting: The application is restarting.
|
|
771
|
-
*
|
|
772
|
-
* - Locking: The application is being locked.
|
|
773
|
-
*
|
|
774
|
-
* - Locked: The application is locked.
|
|
775
|
-
*
|
|
776
|
-
* - Unlocking: The application is being unlocked.
|
|
777
|
-
*
|
|
778
|
-
* - Deleting: The application is being deleted.
|
|
730
|
+
* - Creating: Being created.
|
|
731
|
+
* - Activated: Running.
|
|
732
|
+
* - Maintaining: Under maintenance.
|
|
733
|
+
* - ClassChanging: Changing specifications.
|
|
734
|
+
* - Transing: Being migrated.
|
|
735
|
+
* - MinorVersionUpgrading: Minor version being upgraded.
|
|
736
|
+
* - NetCreating: Endpoint being created.
|
|
737
|
+
* - NetDeleting: Endpoint being deleted.
|
|
738
|
+
* - NetModifying: Endpoint being modified.
|
|
739
|
+
* - Restarting: Being restarted.
|
|
740
|
+
* - Locking: Being locked.
|
|
741
|
+
* - Locked: Locked.
|
|
742
|
+
* - Unlocking: Being unlocked.
|
|
743
|
+
* - Deleting: Being deleted.
|
|
779
744
|
*
|
|
780
745
|
* @example
|
|
781
746
|
* Activated
|
|
@@ -783,7 +748,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
783
748
|
status?: string;
|
|
784
749
|
/**
|
|
785
750
|
* @remarks
|
|
786
|
-
* The
|
|
751
|
+
* The storage resource information.
|
|
787
752
|
*/
|
|
788
753
|
storages?: DescribeApplicationAttributeResponseBodyStorages[];
|
|
789
754
|
/**
|
|
@@ -796,7 +761,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
796
761
|
upgradeAvailable?: string;
|
|
797
762
|
/**
|
|
798
763
|
* @remarks
|
|
799
|
-
*
|
|
764
|
+
* VPC ID
|
|
800
765
|
*
|
|
801
766
|
* @example
|
|
802
767
|
* vpc-*******************
|
|
@@ -804,7 +769,7 @@ export declare class DescribeApplicationAttributeResponseBody extends $dara.Mode
|
|
|
804
769
|
VPCId?: string;
|
|
805
770
|
/**
|
|
806
771
|
* @remarks
|
|
807
|
-
*
|
|
772
|
+
* VSwitch ID
|
|
808
773
|
*
|
|
809
774
|
* @example
|
|
810
775
|
* vsw-*******************
|
|
@@ -169,6 +169,7 @@ class DescribeApplicationAttributeResponseBodyEndpoints extends $dara.Model {
|
|
|
169
169
|
static names() {
|
|
170
170
|
return {
|
|
171
171
|
description: 'Description',
|
|
172
|
+
domain: 'Domain',
|
|
172
173
|
endpointId: 'EndpointId',
|
|
173
174
|
IP: 'IP',
|
|
174
175
|
netType: 'NetType',
|
|
@@ -179,6 +180,7 @@ class DescribeApplicationAttributeResponseBodyEndpoints extends $dara.Model {
|
|
|
179
180
|
static types() {
|
|
180
181
|
return {
|
|
181
182
|
description: 'string',
|
|
183
|
+
domain: 'string',
|
|
182
184
|
endpointId: 'string',
|
|
183
185
|
IP: 'string',
|
|
184
186
|
netType: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeApplicationAttributeResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeApplicationAttributeResponseBody.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"DescribeApplicationAttributeResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeApplicationAttributeResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gEAAiE,SAAQ,KAAK,CAAC,KAAK;IAmC/F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,iBAAiB;YAClC,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,iBAAiB,EAAE,QAAQ;SAC5B,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;AA5DD,4IA4DC;AAED,MAAa,kEAAmE,SAAQ,KAAK,CAAC,KAAK;IAyCjG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;YAC1C,kBAAkB,EAAE,oBAAoB;YACxC,cAAc,EAAE,gBAAgB;YAChC,iBAAiB,EAAE,mBAAmB;YACtC,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,QAAQ;YAC7B,kBAAkB,EAAE,QAAQ;YAC5B,cAAc,EAAE,QAAQ;YACxB,iBAAiB,EAAE,QAAQ;YAC3B,cAAc,EAAE,QAAQ;SACzB,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;AApED,gJAoEC;AAED,MAAa,0DAA2D,SAAQ,KAAK,CAAC,KAAK;IAmBzF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,OAAO;YACd,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACnD,KAAK,EAAE,QAAQ;YACf,OAAO,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACnD,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YAChC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3C,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC;YAC/B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,gIAgDC;AAED,MAAa,kDAAmD,SAAQ,KAAK,CAAC,KAAK;IAoFjF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,yBAAyB,EAAE,2BAA2B;YACtD,WAAW,EAAE,aAAa;YAC1B,mBAAmB,EAAE,qBAAqB;YAC1C,gBAAgB,EAAE,kBAAkB;YACpC,yBAAyB,EAAE,2BAA2B;YACtD,aAAa,EAAE,eAAe;YAC9B,cAAc,EAAE,gBAAgB;YAChC,gBAAgB,EAAE,kBAAkB;YACpC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,yBAAyB,EAAE,QAAQ;YACnC,WAAW,EAAE,QAAQ;YACrB,mBAAmB,EAAE,QAAQ;YAC7B,gBAAgB,EAAE,QAAQ;YAC1B,yBAAyB,EAAE,QAAQ;YACnC,aAAa,EAAE,QAAQ;YACvB,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,gEAAgE,EAAE;YACjH,gBAAgB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,kEAAkE,EAAE;YACrH,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,0DAA0D;SACrE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACxC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnD,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AApID,gHAoIC;AAED,MAAa,iDAAkD,SAAQ,KAAK,CAAC,KAAK;IAoDhF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,aAAa;YAC1B,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,EAAE,EAAE,IAAI;YACR,OAAO,EAAE,SAAS;YAClB,IAAI,EAAE,MAAM;YACZ,eAAe,EAAE,iBAAiB;SACnC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,WAAW,EAAE,QAAQ;YACrB,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,EAAE,EAAE,QAAQ;YACZ,OAAO,EAAE,QAAQ;YACjB,IAAI,EAAE,QAAQ;YACd,eAAe,EAAE,QAAQ;SAC1B,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;AAnFD,8GAmFC;AAED,MAAa,+DAAgE,SAAQ,KAAK,CAAC,KAAK;IAsD9F,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,iBAAiB,EAAE,mBAAmB;YACtC,iBAAiB,EAAE,mBAAmB;YACtC,YAAY,EAAE,cAAc;YAC5B,WAAW,EAAE,aAAa;YAC1B,iBAAiB,EAAE,mBAAmB;YACtC,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,iBAAiB,EAAE,QAAQ;YAC3B,iBAAiB,EAAE,QAAQ;YAC3B,YAAY,EAAE,QAAQ;YACtB,WAAW,EAAE,QAAQ;YACrB,iBAAiB,EAAE,QAAQ;YAC3B,QAAQ,EAAE,QAAQ;SACnB,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;AArFD,0IAqFC;AAED,MAAa,yEAA0E,SAAQ,KAAK,CAAC,KAAK;IAkBxG,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,aAAa,EAAE,eAAe;YAC9B,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,aAAa,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;YACxD,iBAAiB,EAAE,QAAQ;SAC5B,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE,CAAC;YACrC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChD,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5CD,8JA4CC;AAED,MAAa,sDAAuD,SAAQ,KAAK,CAAC,KAAK;IAmCrF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,iBAAiB;YAClC,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,iBAAiB,EAAE,QAAQ;SAC5B,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;AA5DD,wHA4DC;AAED,MAAa,wDAAyD,SAAQ,KAAK,CAAC,KAAK;IAyCvF,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,qBAAqB;YAC1C,kBAAkB,EAAE,oBAAoB;YACxC,cAAc,EAAE,gBAAgB;YAChC,iBAAiB,EAAE,mBAAmB;YACtC,cAAc,EAAE,gBAAgB;SACjC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,mBAAmB,EAAE,QAAQ;YAC7B,kBAAkB,EAAE,QAAQ;YAC5B,cAAc,EAAE,QAAQ;YACxB,iBAAiB,EAAE,QAAQ;YAC3B,cAAc,EAAE,QAAQ;SACzB,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;AApED,4HAoEC;AAED,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAiC/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,iBAAiB;YAClC,iBAAiB,EAAE,mBAAmB;YACtC,uBAAuB,EAAE,yBAAyB;YAClD,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,eAAe,EAAE,QAAQ;YACzB,iBAAiB,EAAE,QAAQ;YAC3B,uBAAuB,EAAE,QAAQ;YACjC,WAAW,EAAE,QAAQ;SACtB,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;AA1DD,4GA0DC;AAED,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IA8QvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,YAAY,EAAE,cAAc;YAC5B,cAAc,EAAE,gBAAgB;YAChC,UAAU,EAAE,YAAY;YACxB,YAAY,EAAE,cAAc;YAC5B,WAAW,EAAE,aAAa;YAC1B,WAAW,EAAE,aAAa;YAC1B,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,eAAe,EAAE,iBAAiB;YAClC,aAAa,EAAE,eAAe;YAC9B,QAAQ,EAAE,UAAU;YACpB,eAAe,EAAE,iBAAiB;YAClC,iBAAiB,EAAE,mBAAmB;YACtC,uBAAuB,EAAE,yBAAyB;YAClD,YAAY,EAAE,cAAc;YAC5B,YAAY,EAAE,cAAc;YAC5B,OAAO,EAAE,SAAS;YAClB,iCAAiC,EAAE,mCAAmC;YACtE,iBAAiB,EAAE,mBAAmB;YACtC,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,cAAc,EAAE,gBAAgB;YAChC,gBAAgB,EAAE,kBAAkB;YACpC,cAAc,EAAE,gBAAgB;YAChC,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,gBAAgB,EAAE,kBAAkB;YACpC,KAAK,EAAE,OAAO;YACd,SAAS,EAAE,WAAW;YACtB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;YACzB,YAAY,EAAE,QAAQ;YACtB,cAAc,EAAE,SAAS;YACzB,UAAU,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,kDAAkD,EAAE;YAC/F,YAAY,EAAE,QAAQ;YACtB,WAAW,EAAE,QAAQ;YACrB,WAAW,EAAE,QAAQ;YACrB,SAAS,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,iDAAiD,EAAE;YAC7F,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,SAAS;YAClB,eAAe,EAAE,SAAS;YAC1B,aAAa,EAAE,QAAQ;YACvB,QAAQ,EAAE,QAAQ;YAClB,eAAe,EAAE,QAAQ;YACzB,iBAAiB,EAAE,QAAQ;YAC3B,uBAAuB,EAAE,+DAA+D;YACxF,YAAY,EAAE,QAAQ;YACtB,YAAY,EAAE,QAAQ;YACtB,OAAO,EAAE,QAAQ;YACjB,iCAAiC,EAAE,yEAAyE;YAC5G,iBAAiB,EAAE,QAAQ;YAC3B,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,cAAc,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,sDAAsD,EAAE;YACvG,gBAAgB,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,wDAAwD,EAAE;YAC3G,cAAc,EAAE,QAAQ;YACxB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,gDAAgD,EAAE;YAC3F,gBAAgB,EAAE,QAAQ;YAC1B,KAAK,EAAE,QAAQ;YACf,SAAS,EAAE,QAAQ;YACnB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,CAAC,EAAE,CAAC;YAClC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC7C,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC;YACjC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC5C,CAAC;QACD,IAAG,IAAI,CAAC,uBAAuB,IAAI,OAAQ,IAAI,CAAC,uBAA+B,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvG,IAAI,CAAC,uBAA+B,CAAC,QAAQ,EAAE,CAAC;QACnD,CAAC;QACD,IAAG,IAAI,CAAC,iCAAiC,IAAI,OAAQ,IAAI,CAAC,iCAAyC,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3H,IAAI,CAAC,iCAAyC,CAAC,QAAQ,EAAE,CAAC;QAC7D,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC;YACtC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QACjD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,gBAAgB,CAAC,EAAE,CAAC;YACxC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnD,CAAC;QACD,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC;YAChC,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC3C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA1XD,4FA0XC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as $dara from '@darabonba/typescript';
|
|
2
|
+
export declare class RestartPolarClawGatewayRequest extends $dara.Model {
|
|
3
|
+
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* This parameter is required.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* pa-xxx
|
|
9
|
+
*/
|
|
10
|
+
applicationId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* in-process
|
|
14
|
+
*/
|
|
15
|
+
mode?: string;
|
|
16
|
+
static names(): {
|
|
17
|
+
[key: string]: string;
|
|
18
|
+
};
|
|
19
|
+
static types(): {
|
|
20
|
+
[key: string]: any;
|
|
21
|
+
};
|
|
22
|
+
validate(): void;
|
|
23
|
+
constructor(map?: {
|
|
24
|
+
[key: string]: any;
|
|
25
|
+
});
|
|
26
|
+
}
|