tencentcloud-sdk-nodejs-cloudstudio 4.0.618 → 4.0.619
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/CHANGELOG.md +252 -0
- package/SERVICE_CHANGELOG.md +301 -151
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +144 -307
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +144 -144
|
@@ -20,33 +20,29 @@
|
|
|
20
20
|
*/
|
|
21
21
|
export interface UserDefinedTemplatePatchedParams {
|
|
22
22
|
/**
|
|
23
|
-
|
|
23
|
+
* 模板来源
|
|
24
24
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
-
|
|
25
|
+
*/
|
|
26
26
|
Source: string
|
|
27
|
-
|
|
28
27
|
/**
|
|
29
|
-
|
|
28
|
+
* 模板名称
|
|
30
29
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
31
|
-
|
|
30
|
+
*/
|
|
32
31
|
Name?: string
|
|
33
|
-
|
|
34
32
|
/**
|
|
35
|
-
|
|
33
|
+
* 模板图标地址
|
|
36
34
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
37
|
-
|
|
35
|
+
*/
|
|
38
36
|
Icon?: string
|
|
39
|
-
|
|
40
37
|
/**
|
|
41
|
-
|
|
38
|
+
* 模板描述
|
|
42
39
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
43
|
-
|
|
40
|
+
*/
|
|
44
41
|
Description?: string
|
|
45
|
-
|
|
46
42
|
/**
|
|
47
|
-
|
|
43
|
+
* 模板标签列表
|
|
48
44
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
49
|
-
|
|
45
|
+
*/
|
|
50
46
|
Tags?: Array<string>
|
|
51
47
|
}
|
|
52
48
|
|
|
@@ -58,12 +54,10 @@ export interface WorkspaceInfoDTO {
|
|
|
58
54
|
* 工作空间创建时间
|
|
59
55
|
*/
|
|
60
56
|
CreateDate: string
|
|
61
|
-
|
|
62
57
|
/**
|
|
63
58
|
* 空间key
|
|
64
59
|
*/
|
|
65
60
|
SpaceKey: string
|
|
66
|
-
|
|
67
61
|
/**
|
|
68
62
|
* 工作空间id
|
|
69
63
|
*/
|
|
@@ -98,7 +92,6 @@ export interface DescribeWorkspaceStatusRequest {
|
|
|
98
92
|
* 用户所属组
|
|
99
93
|
*/
|
|
100
94
|
CloudStudioSessionTeam: string
|
|
101
|
-
|
|
102
95
|
/**
|
|
103
96
|
* 空间标识
|
|
104
97
|
*/
|
|
@@ -113,7 +106,6 @@ export interface CreateCustomizeTemplatesRequest {
|
|
|
113
106
|
* 用户所属组
|
|
114
107
|
*/
|
|
115
108
|
CloudStudioSessionTeam: string
|
|
116
|
-
|
|
117
109
|
/**
|
|
118
110
|
* 无
|
|
119
111
|
*/
|
|
@@ -128,7 +120,6 @@ export interface RecoverWorkspaceRequest {
|
|
|
128
120
|
* 无
|
|
129
121
|
*/
|
|
130
122
|
CloudStudioSessionTeam: string
|
|
131
|
-
|
|
132
123
|
/**
|
|
133
124
|
* 无
|
|
134
125
|
*/
|
|
@@ -143,7 +134,6 @@ export interface DescribeCustomizeTemplatesByIdRequest {
|
|
|
143
134
|
* 用户所属组
|
|
144
135
|
*/
|
|
145
136
|
CloudStudioSessionTeam: string
|
|
146
|
-
|
|
147
137
|
/**
|
|
148
138
|
* 模板ID
|
|
149
139
|
*/
|
|
@@ -158,7 +148,6 @@ export interface CreateWorkspaceByVersionControlRequest {
|
|
|
158
148
|
* 工作空间结构
|
|
159
149
|
*/
|
|
160
150
|
WorkspaceDTO: WorkspaceDTO
|
|
161
|
-
|
|
162
151
|
/**
|
|
163
152
|
* 用户所属组
|
|
164
153
|
*/
|
|
@@ -173,22 +162,18 @@ export interface ModifyCustomizeTemplateVersionControlRequest {
|
|
|
173
162
|
* 用户所属组
|
|
174
163
|
*/
|
|
175
164
|
CloudStudioSessionTeam: string
|
|
176
|
-
|
|
177
165
|
/**
|
|
178
166
|
* 模板ID
|
|
179
167
|
*/
|
|
180
168
|
TemplateId: number
|
|
181
|
-
|
|
182
169
|
/**
|
|
183
170
|
* 仓库地址
|
|
184
171
|
*/
|
|
185
172
|
Url?: string
|
|
186
|
-
|
|
187
173
|
/**
|
|
188
174
|
* 代码仓库分支/标签
|
|
189
175
|
*/
|
|
190
176
|
Ref?: string
|
|
191
|
-
|
|
192
177
|
/**
|
|
193
178
|
* 代码仓库 ref 类型
|
|
194
179
|
*/
|
|
@@ -203,27 +188,22 @@ export interface WorkspaceResourceDTO {
|
|
|
203
188
|
* CPU核心数
|
|
204
189
|
*/
|
|
205
190
|
CpuCoreNumber: number
|
|
206
|
-
|
|
207
191
|
/**
|
|
208
192
|
* 一般内存
|
|
209
193
|
*/
|
|
210
194
|
NormalMemory: number
|
|
211
|
-
|
|
212
195
|
/**
|
|
213
196
|
* 系统存储
|
|
214
197
|
*/
|
|
215
198
|
SystemStorage: number
|
|
216
|
-
|
|
217
199
|
/**
|
|
218
200
|
* 用户存储
|
|
219
201
|
*/
|
|
220
202
|
UserStorage: number
|
|
221
|
-
|
|
222
203
|
/**
|
|
223
204
|
* GPU数
|
|
224
205
|
*/
|
|
225
206
|
GpuNumber: number
|
|
226
|
-
|
|
227
207
|
/**
|
|
228
208
|
* GPU内存
|
|
229
209
|
*/
|
|
@@ -235,11 +215,10 @@ export interface WorkspaceResourceDTO {
|
|
|
235
215
|
*/
|
|
236
216
|
export interface CreateCustomizeTemplatesResponse {
|
|
237
217
|
/**
|
|
238
|
-
|
|
218
|
+
* 无
|
|
239
219
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
240
|
-
|
|
220
|
+
*/
|
|
241
221
|
Data: WorkspaceTemplateInfo
|
|
242
|
-
|
|
243
222
|
/**
|
|
244
223
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
245
224
|
*/
|
|
@@ -254,11 +233,10 @@ export interface WorkspaceTokenInfoV0 {
|
|
|
254
233
|
* 访问工作空间临时凭证
|
|
255
234
|
*/
|
|
256
235
|
Token: string
|
|
257
|
-
|
|
258
236
|
/**
|
|
259
|
-
|
|
237
|
+
* token 过期时间
|
|
260
238
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
261
|
-
|
|
239
|
+
*/
|
|
262
240
|
ExpiredTime: string
|
|
263
241
|
}
|
|
264
242
|
|
|
@@ -270,47 +248,38 @@ export interface ImageUserDTO {
|
|
|
270
248
|
* 镜像模板ID
|
|
271
249
|
*/
|
|
272
250
|
Id: string
|
|
273
|
-
|
|
274
251
|
/**
|
|
275
252
|
* 镜像模板名称
|
|
276
253
|
*/
|
|
277
254
|
Name: string
|
|
278
|
-
|
|
279
255
|
/**
|
|
280
256
|
* Tag时间
|
|
281
257
|
*/
|
|
282
258
|
Tag: string
|
|
283
|
-
|
|
284
259
|
/**
|
|
285
260
|
* 描述
|
|
286
261
|
*/
|
|
287
262
|
Description: string
|
|
288
|
-
|
|
289
263
|
/**
|
|
290
264
|
* 中文描述
|
|
291
265
|
*/
|
|
292
266
|
DescriptionCN: string
|
|
293
|
-
|
|
294
267
|
/**
|
|
295
268
|
* 图标地址
|
|
296
269
|
*/
|
|
297
270
|
IconUrl: string
|
|
298
|
-
|
|
299
271
|
/**
|
|
300
272
|
* 创建人
|
|
301
273
|
*/
|
|
302
274
|
Author: string
|
|
303
|
-
|
|
304
275
|
/**
|
|
305
276
|
* 访问状态
|
|
306
277
|
*/
|
|
307
278
|
Visible: string
|
|
308
|
-
|
|
309
279
|
/**
|
|
310
280
|
* 版本
|
|
311
281
|
*/
|
|
312
282
|
WorkspaceVersion: number
|
|
313
|
-
|
|
314
283
|
/**
|
|
315
284
|
* 分类
|
|
316
285
|
*/
|
|
@@ -325,7 +294,6 @@ export interface RunWorkspaceRequest {
|
|
|
325
294
|
* 空间标识
|
|
326
295
|
*/
|
|
327
296
|
SpaceKey: string
|
|
328
|
-
|
|
329
297
|
/**
|
|
330
298
|
* 用户所属组
|
|
331
299
|
*/
|
|
@@ -337,11 +305,10 @@ export interface RunWorkspaceRequest {
|
|
|
337
305
|
*/
|
|
338
306
|
export interface DescribeWorkspaceStatusResponse {
|
|
339
307
|
/**
|
|
340
|
-
|
|
308
|
+
* 无
|
|
341
309
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
342
|
-
|
|
310
|
+
*/
|
|
343
311
|
Data: WorkspaceStatusInfo
|
|
344
|
-
|
|
345
312
|
/**
|
|
346
313
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
347
314
|
*/
|
|
@@ -356,7 +323,6 @@ export interface CreateWorkspaceByAgentRequest {
|
|
|
356
323
|
* 无
|
|
357
324
|
*/
|
|
358
325
|
CloudStudioSessionTeam: string
|
|
359
|
-
|
|
360
326
|
/**
|
|
361
327
|
* 无
|
|
362
328
|
*/
|
|
@@ -371,7 +337,6 @@ export interface DeleteCustomizeTemplatesByIdRequest {
|
|
|
371
337
|
* 用户所属组
|
|
372
338
|
*/
|
|
373
339
|
CloudStudioSessionTeam: string
|
|
374
|
-
|
|
375
340
|
/**
|
|
376
341
|
* 模板ID
|
|
377
342
|
*/
|
|
@@ -386,12 +351,10 @@ export interface StopWorkspaceRequest {
|
|
|
386
351
|
* 空间标识
|
|
387
352
|
*/
|
|
388
353
|
SpaceKey: string
|
|
389
|
-
|
|
390
354
|
/**
|
|
391
355
|
* 用户所属组
|
|
392
356
|
*/
|
|
393
357
|
CloudStudioSessionTeam: string
|
|
394
|
-
|
|
395
358
|
/**
|
|
396
359
|
* 是否强制终止,true或者false
|
|
397
360
|
*/
|
|
@@ -403,11 +366,10 @@ export interface StopWorkspaceRequest {
|
|
|
403
366
|
*/
|
|
404
367
|
export interface DescribeWorkspaceEnvListResponse {
|
|
405
368
|
/**
|
|
406
|
-
|
|
369
|
+
* 无
|
|
407
370
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
408
|
-
|
|
371
|
+
*/
|
|
409
372
|
Data: Array<ImageUserDTO>
|
|
410
|
-
|
|
411
373
|
/**
|
|
412
374
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
413
375
|
*/
|
|
@@ -422,25 +384,21 @@ export interface WorkspaceShareInfo {
|
|
|
422
384
|
* 共享或不共享状态
|
|
423
385
|
*/
|
|
424
386
|
Status: boolean
|
|
425
|
-
|
|
426
387
|
/**
|
|
427
|
-
|
|
388
|
+
* 是否与我共享
|
|
428
389
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
429
|
-
|
|
390
|
+
*/
|
|
430
391
|
WithMe: boolean
|
|
431
|
-
|
|
432
392
|
/**
|
|
433
|
-
|
|
393
|
+
* 开始共享的时间
|
|
434
394
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
435
|
-
|
|
395
|
+
*/
|
|
436
396
|
BeginDate: string
|
|
437
|
-
|
|
438
397
|
/**
|
|
439
|
-
|
|
398
|
+
* 停止共享的时间
|
|
440
399
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
441
|
-
|
|
400
|
+
*/
|
|
442
401
|
EndDate: string
|
|
443
|
-
|
|
444
402
|
/**
|
|
445
403
|
* 停止共享的时间
|
|
446
404
|
*/
|
|
@@ -455,172 +413,143 @@ export interface WorkspaceTemplateInfo {
|
|
|
455
413
|
* 模板ID
|
|
456
414
|
*/
|
|
457
415
|
Id: number
|
|
458
|
-
|
|
459
416
|
/**
|
|
460
417
|
* 模板分类
|
|
461
418
|
*/
|
|
462
419
|
Category: string
|
|
463
|
-
|
|
464
420
|
/**
|
|
465
421
|
* 模板名称
|
|
466
422
|
*/
|
|
467
423
|
Name: string
|
|
468
|
-
|
|
469
424
|
/**
|
|
470
|
-
|
|
425
|
+
* 模板描述
|
|
471
426
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
472
|
-
|
|
427
|
+
*/
|
|
473
428
|
Description: string
|
|
474
|
-
|
|
475
429
|
/**
|
|
476
|
-
|
|
430
|
+
* 中文描述
|
|
477
431
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
478
|
-
|
|
432
|
+
*/
|
|
479
433
|
DescriptionEN: string
|
|
480
|
-
|
|
481
434
|
/**
|
|
482
|
-
|
|
435
|
+
* 模板标签
|
|
483
436
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
484
|
-
|
|
437
|
+
*/
|
|
485
438
|
Tags: string
|
|
486
|
-
|
|
487
439
|
/**
|
|
488
|
-
|
|
440
|
+
* 模板图标地址
|
|
489
441
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
490
|
-
|
|
442
|
+
*/
|
|
491
443
|
Icon: string
|
|
492
|
-
|
|
493
444
|
/**
|
|
494
|
-
|
|
445
|
+
* 默认仓库类型
|
|
495
446
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
496
|
-
|
|
447
|
+
*/
|
|
497
448
|
VersionControlType: string
|
|
498
|
-
|
|
499
449
|
/**
|
|
500
|
-
|
|
450
|
+
* 默认仓库地址
|
|
501
451
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
502
|
-
|
|
452
|
+
*/
|
|
503
453
|
VersionControlUrl: string
|
|
504
|
-
|
|
505
454
|
/**
|
|
506
|
-
|
|
455
|
+
* 默认仓库描述
|
|
507
456
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
508
|
-
|
|
457
|
+
*/
|
|
509
458
|
VersionControlDesc: string
|
|
510
|
-
|
|
511
459
|
/**
|
|
512
|
-
|
|
460
|
+
* 默认仓库所属人
|
|
513
461
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
514
|
-
|
|
462
|
+
*/
|
|
515
463
|
VersionControlOwner: string
|
|
516
|
-
|
|
517
464
|
/**
|
|
518
|
-
|
|
465
|
+
* 默认仓库引用地址
|
|
519
466
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
520
|
-
|
|
467
|
+
*/
|
|
521
468
|
VersionControlRef: string
|
|
522
|
-
|
|
523
469
|
/**
|
|
524
|
-
|
|
470
|
+
* 默认仓库引用类型
|
|
525
471
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
526
|
-
|
|
472
|
+
*/
|
|
527
473
|
VersionControlRefType: string
|
|
528
|
-
|
|
529
474
|
/**
|
|
530
|
-
|
|
475
|
+
* 用户自定义仓库地址
|
|
531
476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
532
|
-
|
|
477
|
+
*/
|
|
533
478
|
UserVersionControlUrl: string
|
|
534
|
-
|
|
535
479
|
/**
|
|
536
|
-
|
|
480
|
+
* 用户自定义仓库类型
|
|
537
481
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
538
|
-
|
|
482
|
+
*/
|
|
539
483
|
UserVersionControlType: string
|
|
540
|
-
|
|
541
484
|
/**
|
|
542
|
-
|
|
485
|
+
* 用户自定义仓库引用
|
|
543
486
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
544
|
-
|
|
487
|
+
*/
|
|
545
488
|
UserVersionControlRef: string
|
|
546
|
-
|
|
547
489
|
/**
|
|
548
|
-
|
|
490
|
+
* 用户自定义仓库引用类型
|
|
549
491
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
550
|
-
|
|
492
|
+
*/
|
|
551
493
|
UserVersionControlRefType: string
|
|
552
|
-
|
|
553
494
|
/**
|
|
554
|
-
|
|
495
|
+
* xxx
|
|
555
496
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
556
|
-
|
|
497
|
+
*/
|
|
557
498
|
DevFile: string
|
|
558
|
-
|
|
559
499
|
/**
|
|
560
|
-
|
|
500
|
+
* xxx
|
|
561
501
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
562
|
-
|
|
502
|
+
*/
|
|
563
503
|
PluginFile: string
|
|
564
|
-
|
|
565
504
|
/**
|
|
566
|
-
|
|
505
|
+
* xxx
|
|
567
506
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
568
|
-
|
|
507
|
+
*/
|
|
569
508
|
PrebuildFile: string
|
|
570
|
-
|
|
571
509
|
/**
|
|
572
510
|
* 是否标记
|
|
573
511
|
*/
|
|
574
512
|
Marked: boolean
|
|
575
|
-
|
|
576
513
|
/**
|
|
577
514
|
* 标记状态
|
|
578
515
|
*/
|
|
579
516
|
MarkAt: number
|
|
580
|
-
|
|
581
517
|
/**
|
|
582
518
|
* 创建时间
|
|
583
519
|
*/
|
|
584
520
|
CreateDate: string
|
|
585
|
-
|
|
586
521
|
/**
|
|
587
|
-
|
|
522
|
+
* 最后修改时间
|
|
588
523
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
589
|
-
|
|
524
|
+
*/
|
|
590
525
|
LastModified: string
|
|
591
|
-
|
|
592
526
|
/**
|
|
593
527
|
* 编号
|
|
594
528
|
*/
|
|
595
529
|
Sort: number
|
|
596
|
-
|
|
597
530
|
/**
|
|
598
|
-
|
|
531
|
+
* xxx
|
|
599
532
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
600
|
-
|
|
533
|
+
*/
|
|
601
534
|
SnapshotUid: string
|
|
602
|
-
|
|
603
535
|
/**
|
|
604
|
-
|
|
536
|
+
* 用户ID
|
|
605
537
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
606
|
-
|
|
538
|
+
*/
|
|
607
539
|
UserId: number
|
|
608
|
-
|
|
609
540
|
/**
|
|
610
|
-
|
|
541
|
+
* 用户名
|
|
611
542
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
612
|
-
|
|
543
|
+
*/
|
|
613
544
|
Author: string
|
|
614
|
-
|
|
615
545
|
/**
|
|
616
546
|
* 是否属于当前用户
|
|
617
547
|
*/
|
|
618
548
|
Me: boolean
|
|
619
|
-
|
|
620
549
|
/**
|
|
621
|
-
|
|
550
|
+
* xxx
|
|
622
551
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
623
|
-
|
|
552
|
+
*/
|
|
624
553
|
AuthorAvatar: string
|
|
625
554
|
}
|
|
626
555
|
|
|
@@ -632,26 +561,22 @@ export interface UserSubInfo {
|
|
|
632
561
|
* 团队名称
|
|
633
562
|
*/
|
|
634
563
|
Team: string
|
|
635
|
-
|
|
636
564
|
/**
|
|
637
565
|
* 用户名
|
|
638
566
|
*/
|
|
639
567
|
UserName: string
|
|
640
|
-
|
|
641
568
|
/**
|
|
642
569
|
* 昵称
|
|
643
570
|
*/
|
|
644
571
|
NickName: string
|
|
645
|
-
|
|
646
572
|
/**
|
|
647
573
|
* 是否为管理员
|
|
648
574
|
*/
|
|
649
575
|
IsAdmin: boolean
|
|
650
|
-
|
|
651
576
|
/**
|
|
652
|
-
|
|
577
|
+
* xxx
|
|
653
578
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
654
|
-
|
|
579
|
+
*/
|
|
655
580
|
IsTrial: boolean
|
|
656
581
|
}
|
|
657
582
|
|
|
@@ -660,11 +585,10 @@ export interface UserSubInfo {
|
|
|
660
585
|
*/
|
|
661
586
|
export interface DescribeWorkspaceStatusListResponse {
|
|
662
587
|
/**
|
|
663
|
-
|
|
588
|
+
* xxx
|
|
664
589
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
665
|
-
|
|
590
|
+
*/
|
|
666
591
|
Data: Array<WorkspaceStatusInfo>
|
|
667
|
-
|
|
668
592
|
/**
|
|
669
593
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
670
594
|
*/
|
|
@@ -679,12 +603,10 @@ export interface ModifyCustomizeTemplatesFullByIdRequest {
|
|
|
679
603
|
* 用户所属组
|
|
680
604
|
*/
|
|
681
605
|
CloudStudioSessionTeam: string
|
|
682
|
-
|
|
683
606
|
/**
|
|
684
607
|
* 模板ID
|
|
685
608
|
*/
|
|
686
609
|
Id: number
|
|
687
|
-
|
|
688
610
|
/**
|
|
689
611
|
* 自定义模板参数
|
|
690
612
|
*/
|
|
@@ -696,11 +618,10 @@ export interface ModifyCustomizeTemplatesFullByIdRequest {
|
|
|
696
618
|
*/
|
|
697
619
|
export interface ModifyCustomizeTemplateVersionControlResponse {
|
|
698
620
|
/**
|
|
699
|
-
|
|
621
|
+
* 无
|
|
700
622
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
|
-
|
|
623
|
+
*/
|
|
702
624
|
Data: WorkspaceTemplateInfo
|
|
703
|
-
|
|
704
625
|
/**
|
|
705
626
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
706
627
|
*/
|
|
@@ -715,24 +636,20 @@ export interface UserInfoRsp {
|
|
|
715
636
|
* 用户ID
|
|
716
637
|
*/
|
|
717
638
|
Id: number
|
|
718
|
-
|
|
719
639
|
/**
|
|
720
640
|
* 用户验证信息
|
|
721
641
|
*/
|
|
722
642
|
AuthenticationUserInfo: UserSubInfo
|
|
723
|
-
|
|
724
643
|
/**
|
|
725
|
-
|
|
644
|
+
* 头像地址
|
|
726
645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
727
|
-
|
|
646
|
+
*/
|
|
728
647
|
Avatar: string
|
|
729
|
-
|
|
730
648
|
/**
|
|
731
|
-
|
|
649
|
+
* 介绍
|
|
732
650
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
733
|
-
|
|
651
|
+
*/
|
|
734
652
|
Features: string
|
|
735
|
-
|
|
736
653
|
/**
|
|
737
654
|
* 状况
|
|
738
655
|
*/
|
|
@@ -767,128 +684,106 @@ export interface WorkspaceStatusInfo {
|
|
|
767
684
|
* 空间ID
|
|
768
685
|
*/
|
|
769
686
|
Id: number
|
|
770
|
-
|
|
771
687
|
/**
|
|
772
688
|
* 空间名称
|
|
773
689
|
*/
|
|
774
690
|
Name: string
|
|
775
|
-
|
|
776
691
|
/**
|
|
777
692
|
* 所属人
|
|
778
693
|
*/
|
|
779
694
|
Owner: UserInfoRsp
|
|
780
|
-
|
|
781
695
|
/**
|
|
782
696
|
* 空间标识
|
|
783
697
|
*/
|
|
784
698
|
SpaceKey: string
|
|
785
|
-
|
|
786
699
|
/**
|
|
787
700
|
* 状态
|
|
788
701
|
*/
|
|
789
702
|
Status: string
|
|
790
|
-
|
|
791
703
|
/**
|
|
792
|
-
|
|
704
|
+
* 最后操作时间
|
|
793
705
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
794
|
-
|
|
706
|
+
*/
|
|
795
707
|
LastOpsDate: string
|
|
796
|
-
|
|
797
708
|
/**
|
|
798
|
-
|
|
709
|
+
* 描述
|
|
799
710
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
800
|
-
|
|
711
|
+
*/
|
|
801
712
|
Description: string
|
|
802
|
-
|
|
803
713
|
/**
|
|
804
714
|
* 共享状态
|
|
805
715
|
*/
|
|
806
716
|
Share: WorkspaceShareInfo
|
|
807
|
-
|
|
808
717
|
/**
|
|
809
718
|
* 空间类型
|
|
810
719
|
*/
|
|
811
720
|
WorkspaceType: string
|
|
812
|
-
|
|
813
721
|
/**
|
|
814
|
-
|
|
722
|
+
* 标签
|
|
815
723
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
816
|
-
|
|
724
|
+
*/
|
|
817
725
|
Label: string
|
|
818
|
-
|
|
819
726
|
/**
|
|
820
727
|
* 空间版本
|
|
821
728
|
*/
|
|
822
729
|
WorkspaceVersion: number
|
|
823
|
-
|
|
824
730
|
/**
|
|
825
731
|
* 图标地址
|
|
826
732
|
*/
|
|
827
733
|
ImageIcon: string
|
|
828
|
-
|
|
829
734
|
/**
|
|
830
|
-
|
|
735
|
+
* 创建时间
|
|
831
736
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
832
|
-
|
|
737
|
+
*/
|
|
833
738
|
CreateDate: string
|
|
834
|
-
|
|
835
739
|
/**
|
|
836
|
-
|
|
740
|
+
* 版本控制地址
|
|
837
741
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
838
|
-
|
|
742
|
+
*/
|
|
839
743
|
VersionControlUrl: string
|
|
840
|
-
|
|
841
744
|
/**
|
|
842
|
-
|
|
745
|
+
* 版本控制描述
|
|
843
746
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
844
|
-
|
|
747
|
+
*/
|
|
845
748
|
VersionControlDesc: string
|
|
846
|
-
|
|
847
749
|
/**
|
|
848
|
-
|
|
750
|
+
* 版本控制引用
|
|
849
751
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
850
|
-
|
|
752
|
+
*/
|
|
851
753
|
VersionControlRef: string
|
|
852
|
-
|
|
853
754
|
/**
|
|
854
|
-
|
|
755
|
+
* 版本控制引用类型
|
|
855
756
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
856
|
-
|
|
757
|
+
*/
|
|
857
758
|
VersionControlRefType: string
|
|
858
|
-
|
|
859
759
|
/**
|
|
860
760
|
* 版本控制类型
|
|
861
761
|
*/
|
|
862
762
|
VersionControlType: string
|
|
863
|
-
|
|
864
763
|
/**
|
|
865
|
-
|
|
764
|
+
* 模板ID
|
|
866
765
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
867
|
-
|
|
766
|
+
*/
|
|
868
767
|
TemplateId: number
|
|
869
|
-
|
|
870
768
|
/**
|
|
871
|
-
|
|
769
|
+
* 快照ID
|
|
872
770
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
873
|
-
|
|
771
|
+
*/
|
|
874
772
|
SnapshotUid: string
|
|
875
|
-
|
|
876
773
|
/**
|
|
877
|
-
|
|
774
|
+
* 类型
|
|
878
775
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
879
|
-
|
|
776
|
+
*/
|
|
880
777
|
SpecDesc: string
|
|
881
|
-
|
|
882
778
|
/**
|
|
883
|
-
|
|
779
|
+
* CPU数量
|
|
884
780
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
885
|
-
|
|
781
|
+
*/
|
|
886
782
|
Cpu: number
|
|
887
|
-
|
|
888
783
|
/**
|
|
889
|
-
|
|
784
|
+
* 内存
|
|
890
785
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
891
|
-
|
|
786
|
+
*/
|
|
892
787
|
Memory: number
|
|
893
788
|
}
|
|
894
789
|
|
|
@@ -900,7 +795,6 @@ export interface DescribeCustomizeTemplatesPresetsRequest {
|
|
|
900
795
|
* 用户所属组
|
|
901
796
|
*/
|
|
902
797
|
CloudStudioSessionTeam: string
|
|
903
|
-
|
|
904
798
|
/**
|
|
905
799
|
* 空间标识
|
|
906
800
|
*/
|
|
@@ -925,12 +819,10 @@ export interface DescribeWorkspaceNameExistRequest {
|
|
|
925
819
|
* 用户所属组
|
|
926
820
|
*/
|
|
927
821
|
CloudStudioSessionTeam: string
|
|
928
|
-
|
|
929
822
|
/**
|
|
930
823
|
* 工作空间名称
|
|
931
824
|
*/
|
|
932
825
|
Name: string
|
|
933
|
-
|
|
934
826
|
/**
|
|
935
827
|
* 工作空间ID
|
|
936
828
|
*/
|
|
@@ -955,12 +847,10 @@ export interface RemoveWorkspaceRequest {
|
|
|
955
847
|
* 无
|
|
956
848
|
*/
|
|
957
849
|
CloudStudioSessionTeam: string
|
|
958
|
-
|
|
959
850
|
/**
|
|
960
851
|
* 无
|
|
961
852
|
*/
|
|
962
853
|
SpaceKey: string
|
|
963
|
-
|
|
964
854
|
/**
|
|
965
855
|
* 是否强制,true或者false
|
|
966
856
|
*/
|
|
@@ -982,21 +872,19 @@ export interface DescribeCustomizeTemplatesRequest {
|
|
|
982
872
|
*/
|
|
983
873
|
export interface CustomizeTemplatesPresetsInfo {
|
|
984
874
|
/**
|
|
985
|
-
|
|
875
|
+
* 模板tag列表
|
|
986
876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
987
|
-
|
|
877
|
+
*/
|
|
988
878
|
Tags: Array<string>
|
|
989
|
-
|
|
990
879
|
/**
|
|
991
|
-
|
|
880
|
+
* 模板图标列表
|
|
992
881
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
993
|
-
|
|
882
|
+
*/
|
|
994
883
|
Icons: Array<string>
|
|
995
|
-
|
|
996
884
|
/**
|
|
997
|
-
|
|
885
|
+
* 无
|
|
998
886
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
999
|
-
|
|
887
|
+
*/
|
|
1000
888
|
Templates: UserDefinedTemplateParams
|
|
1001
889
|
}
|
|
1002
890
|
|
|
@@ -1015,11 +903,10 @@ export interface RunWorkspaceResponse {
|
|
|
1015
903
|
*/
|
|
1016
904
|
export interface DescribeCustomizeTemplatesByIdResponse {
|
|
1017
905
|
/**
|
|
1018
|
-
|
|
906
|
+
* 无
|
|
1019
907
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1020
|
-
|
|
908
|
+
*/
|
|
1021
909
|
Data: WorkspaceTemplateInfo
|
|
1022
|
-
|
|
1023
910
|
/**
|
|
1024
911
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1025
912
|
*/
|
|
@@ -1031,11 +918,10 @@ export interface DescribeCustomizeTemplatesByIdResponse {
|
|
|
1031
918
|
*/
|
|
1032
919
|
export interface DescribeWorkspaceNameExistResponse {
|
|
1033
920
|
/**
|
|
1034
|
-
|
|
921
|
+
* 工作空间信息
|
|
1035
922
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1036
|
-
|
|
923
|
+
*/
|
|
1037
924
|
Data?: WorkspaceInfoDTO
|
|
1038
|
-
|
|
1039
925
|
/**
|
|
1040
926
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1041
927
|
*/
|
|
@@ -1050,7 +936,6 @@ export interface CreateWorkspaceByTemplateResponse {
|
|
|
1050
936
|
* 创建工作空间返回的信息
|
|
1051
937
|
*/
|
|
1052
938
|
Data?: WorkspaceInfo
|
|
1053
|
-
|
|
1054
939
|
/**
|
|
1055
940
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1056
941
|
*/
|
|
@@ -1062,11 +947,10 @@ export interface CreateWorkspaceByTemplateResponse {
|
|
|
1062
947
|
*/
|
|
1063
948
|
export interface CreateWorkspaceByAgentResponse {
|
|
1064
949
|
/**
|
|
1065
|
-
|
|
950
|
+
* 无
|
|
1066
951
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1067
|
-
|
|
952
|
+
*/
|
|
1068
953
|
Data: WorkspaceInfoDTO
|
|
1069
|
-
|
|
1070
954
|
/**
|
|
1071
955
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1072
956
|
*/
|
|
@@ -1101,72 +985,58 @@ export interface WorkspaceDTO {
|
|
|
1101
985
|
* 工作空间名称
|
|
1102
986
|
*/
|
|
1103
987
|
Name: string
|
|
1104
|
-
|
|
1105
988
|
/**
|
|
1106
989
|
* 代码来源类型
|
|
1107
990
|
*/
|
|
1108
991
|
VersionControlType: string
|
|
1109
|
-
|
|
1110
992
|
/**
|
|
1111
993
|
* 镜像id
|
|
1112
994
|
*/
|
|
1113
995
|
ImageId: number
|
|
1114
|
-
|
|
1115
996
|
/**
|
|
1116
997
|
* 镜像名称
|
|
1117
998
|
*/
|
|
1118
999
|
ImageName: string
|
|
1119
|
-
|
|
1120
1000
|
/**
|
|
1121
1001
|
* 描述
|
|
1122
1002
|
*/
|
|
1123
1003
|
Description: string
|
|
1124
|
-
|
|
1125
1004
|
/**
|
|
1126
1005
|
* 工作空间版本
|
|
1127
1006
|
*/
|
|
1128
1007
|
WorkspaceVersion: number
|
|
1129
|
-
|
|
1130
1008
|
/**
|
|
1131
1009
|
* 工作空间资源结构
|
|
1132
1010
|
*/
|
|
1133
1011
|
WorkspaceResourceDTO: WorkspaceResourceDTO
|
|
1134
|
-
|
|
1135
1012
|
/**
|
|
1136
1013
|
* 代码仓库地址
|
|
1137
1014
|
*/
|
|
1138
1015
|
VersionControlUrl?: string
|
|
1139
|
-
|
|
1140
1016
|
/**
|
|
1141
1017
|
* 代码Ref是分支还是标签
|
|
1142
1018
|
*/
|
|
1143
1019
|
VersionControlRef?: string
|
|
1144
|
-
|
|
1145
1020
|
/**
|
|
1146
1021
|
* 代码Ref地址
|
|
1147
1022
|
*/
|
|
1148
1023
|
VersionControlRefType?: string
|
|
1149
|
-
|
|
1150
1024
|
/**
|
|
1151
1025
|
* 快照Uid
|
|
1152
1026
|
*/
|
|
1153
1027
|
SnapshotUid?: string
|
|
1154
|
-
|
|
1155
1028
|
/**
|
|
1156
1029
|
* 模板id
|
|
1157
1030
|
*/
|
|
1158
1031
|
TemplateId?: number
|
|
1159
|
-
|
|
1160
1032
|
/**
|
|
1161
1033
|
* 价格id
|
|
1162
1034
|
*/
|
|
1163
1035
|
PriceId?: number
|
|
1164
|
-
|
|
1165
1036
|
/**
|
|
1166
1037
|
* 初始化状态
|
|
1167
1038
|
*/
|
|
1168
1039
|
InitializeStatus?: number
|
|
1169
|
-
|
|
1170
1040
|
/**
|
|
1171
1041
|
* 描述
|
|
1172
1042
|
*/
|
|
@@ -1181,7 +1051,6 @@ export interface ModifyCustomizeTemplatesFullByIdResponse {
|
|
|
1181
1051
|
* 自定义模板返回值
|
|
1182
1052
|
*/
|
|
1183
1053
|
Data: WorkspaceTemplateInfo
|
|
1184
|
-
|
|
1185
1054
|
/**
|
|
1186
1055
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1187
1056
|
*/
|
|
@@ -1193,11 +1062,10 @@ export interface ModifyCustomizeTemplatesFullByIdResponse {
|
|
|
1193
1062
|
*/
|
|
1194
1063
|
export interface DescribeCustomizeTemplatesResponse {
|
|
1195
1064
|
/**
|
|
1196
|
-
|
|
1065
|
+
* 无
|
|
1197
1066
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1198
|
-
|
|
1067
|
+
*/
|
|
1199
1068
|
Data: Array<WorkspaceTemplateInfo>
|
|
1200
|
-
|
|
1201
1069
|
/**
|
|
1202
1070
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1203
1071
|
*/
|
|
@@ -1209,11 +1077,10 @@ export interface DescribeCustomizeTemplatesResponse {
|
|
|
1209
1077
|
*/
|
|
1210
1078
|
export interface CreateWorkspaceByVersionControlResponse {
|
|
1211
1079
|
/**
|
|
1212
|
-
|
|
1080
|
+
* 无
|
|
1213
1081
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1214
|
-
|
|
1082
|
+
*/
|
|
1215
1083
|
Data: WorkspaceInfoDTO
|
|
1216
|
-
|
|
1217
1084
|
/**
|
|
1218
1085
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1219
1086
|
*/
|
|
@@ -1228,12 +1095,10 @@ export interface ModifyCustomizeTemplatesPartByIdRequest {
|
|
|
1228
1095
|
* 用户所属组
|
|
1229
1096
|
*/
|
|
1230
1097
|
CloudStudioSessionTeam: string
|
|
1231
|
-
|
|
1232
1098
|
/**
|
|
1233
1099
|
* 模板ID
|
|
1234
1100
|
*/
|
|
1235
1101
|
Id: number
|
|
1236
|
-
|
|
1237
1102
|
/**
|
|
1238
1103
|
* 自定义模板Patched参数
|
|
1239
1104
|
*/
|
|
@@ -1245,11 +1110,10 @@ export interface ModifyCustomizeTemplatesPartByIdRequest {
|
|
|
1245
1110
|
*/
|
|
1246
1111
|
export interface DescribeWorkspaceIsReadyResponse {
|
|
1247
1112
|
/**
|
|
1248
|
-
|
|
1113
|
+
* 工作空间是否就绪
|
|
1249
1114
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1250
|
-
|
|
1115
|
+
*/
|
|
1251
1116
|
Data?: boolean
|
|
1252
|
-
|
|
1253
1117
|
/**
|
|
1254
1118
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1255
1119
|
*/
|
|
@@ -1264,7 +1128,6 @@ export interface WorkspaceTokenDTO {
|
|
|
1264
1128
|
* 工作空间 SpaceKey
|
|
1265
1129
|
*/
|
|
1266
1130
|
SpaceKey?: string
|
|
1267
|
-
|
|
1268
1131
|
/**
|
|
1269
1132
|
* token过期时间,单位是秒,默认 3600
|
|
1270
1133
|
*/
|
|
@@ -1276,45 +1139,39 @@ export interface WorkspaceTokenDTO {
|
|
|
1276
1139
|
*/
|
|
1277
1140
|
export interface UserDefinedTemplateParams {
|
|
1278
1141
|
/**
|
|
1279
|
-
|
|
1142
|
+
* 模板名称
|
|
1280
1143
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1281
|
-
|
|
1144
|
+
*/
|
|
1282
1145
|
Name: string
|
|
1283
|
-
|
|
1284
1146
|
/**
|
|
1285
|
-
|
|
1147
|
+
* 模板图标地址
|
|
1286
1148
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1287
|
-
|
|
1149
|
+
*/
|
|
1288
1150
|
Icon: string
|
|
1289
|
-
|
|
1290
1151
|
/**
|
|
1291
|
-
|
|
1152
|
+
* 模板标签列表
|
|
1292
1153
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1293
|
-
|
|
1154
|
+
*/
|
|
1294
1155
|
Tags: Array<string>
|
|
1295
|
-
|
|
1296
1156
|
/**
|
|
1297
|
-
|
|
1157
|
+
* 模板来源
|
|
1298
1158
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1299
|
-
|
|
1159
|
+
*/
|
|
1300
1160
|
Source: string
|
|
1301
|
-
|
|
1302
1161
|
/**
|
|
1303
|
-
|
|
1162
|
+
* 模板描述
|
|
1304
1163
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1305
|
-
|
|
1164
|
+
*/
|
|
1306
1165
|
Description?: string
|
|
1307
|
-
|
|
1308
1166
|
/**
|
|
1309
|
-
|
|
1167
|
+
* 模板仓库类型
|
|
1310
1168
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1311
|
-
|
|
1169
|
+
*/
|
|
1312
1170
|
VersionControlType?: string
|
|
1313
|
-
|
|
1314
1171
|
/**
|
|
1315
|
-
|
|
1172
|
+
* 模板地址
|
|
1316
1173
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1317
|
-
|
|
1174
|
+
*/
|
|
1318
1175
|
VersionControlUrl?: string
|
|
1319
1176
|
}
|
|
1320
1177
|
|
|
@@ -1333,21 +1190,19 @@ export interface DeleteCustomizeTemplatesByIdResponse {
|
|
|
1333
1190
|
*/
|
|
1334
1191
|
export interface WorkspaceInfo {
|
|
1335
1192
|
/**
|
|
1336
|
-
|
|
1193
|
+
* 工作空间ID
|
|
1337
1194
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1338
|
-
|
|
1195
|
+
*/
|
|
1339
1196
|
WorkspaceId: number
|
|
1340
|
-
|
|
1341
1197
|
/**
|
|
1342
|
-
|
|
1198
|
+
* 工作空间标识
|
|
1343
1199
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1344
|
-
|
|
1200
|
+
*/
|
|
1345
1201
|
SpaceKey: string
|
|
1346
|
-
|
|
1347
1202
|
/**
|
|
1348
|
-
|
|
1203
|
+
* 工作空间名称
|
|
1349
1204
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1350
|
-
|
|
1205
|
+
*/
|
|
1351
1206
|
Name?: string
|
|
1352
1207
|
}
|
|
1353
1208
|
|
|
@@ -1359,7 +1214,6 @@ export interface CreateWorkspaceTemporaryTokenResponse {
|
|
|
1359
1214
|
* 工作空间临时访问 token 信息
|
|
1360
1215
|
*/
|
|
1361
1216
|
Data?: WorkspaceTokenInfoV0
|
|
1362
|
-
|
|
1363
1217
|
/**
|
|
1364
1218
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1365
1219
|
*/
|
|
@@ -1374,47 +1228,38 @@ export interface AgentSpaceDTO {
|
|
|
1374
1228
|
* 工作空间名称
|
|
1375
1229
|
*/
|
|
1376
1230
|
Name: string
|
|
1377
|
-
|
|
1378
1231
|
/**
|
|
1379
1232
|
* 镜像id
|
|
1380
1233
|
*/
|
|
1381
1234
|
ImageId: number
|
|
1382
|
-
|
|
1383
1235
|
/**
|
|
1384
1236
|
* 镜像名称
|
|
1385
1237
|
*/
|
|
1386
1238
|
ImageName: string
|
|
1387
|
-
|
|
1388
1239
|
/**
|
|
1389
1240
|
* 云服务器登录名称
|
|
1390
1241
|
*/
|
|
1391
1242
|
RemoteUser: string
|
|
1392
|
-
|
|
1393
1243
|
/**
|
|
1394
1244
|
* 云服务器登录地址
|
|
1395
1245
|
*/
|
|
1396
1246
|
RemoteHost: string
|
|
1397
|
-
|
|
1398
1247
|
/**
|
|
1399
1248
|
* 云服务器登录端口
|
|
1400
1249
|
*/
|
|
1401
1250
|
RemotePort: string
|
|
1402
|
-
|
|
1403
1251
|
/**
|
|
1404
1252
|
* 工作空间类型
|
|
1405
1253
|
*/
|
|
1406
1254
|
WorkspaceType: string
|
|
1407
|
-
|
|
1408
1255
|
/**
|
|
1409
1256
|
* 工作空间版本
|
|
1410
1257
|
*/
|
|
1411
1258
|
WorkspaceVersion: number
|
|
1412
|
-
|
|
1413
1259
|
/**
|
|
1414
1260
|
* 工作空间资源结构
|
|
1415
1261
|
*/
|
|
1416
1262
|
WorkspaceResourceDTO: WorkspaceResourceDTO
|
|
1417
|
-
|
|
1418
1263
|
/**
|
|
1419
1264
|
* 描述
|
|
1420
1265
|
*/
|
|
@@ -1426,11 +1271,10 @@ export interface AgentSpaceDTO {
|
|
|
1426
1271
|
*/
|
|
1427
1272
|
export interface DescribeCustomizeTemplatesPresetsResponse {
|
|
1428
1273
|
/**
|
|
1429
|
-
|
|
1274
|
+
* 无
|
|
1430
1275
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1431
|
-
|
|
1276
|
+
*/
|
|
1432
1277
|
Data: CustomizeTemplatesPresetsInfo
|
|
1433
|
-
|
|
1434
1278
|
/**
|
|
1435
1279
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1436
1280
|
*/
|
|
@@ -1445,12 +1289,10 @@ export interface CreateWorkspaceByTemplateRequest {
|
|
|
1445
1289
|
* 用户所属组
|
|
1446
1290
|
*/
|
|
1447
1291
|
CloudStudioSessionTeam: string
|
|
1448
|
-
|
|
1449
1292
|
/**
|
|
1450
1293
|
* 模板ID
|
|
1451
1294
|
*/
|
|
1452
1295
|
TemplateId: number
|
|
1453
|
-
|
|
1454
1296
|
/**
|
|
1455
1297
|
* 工作空间名称
|
|
1456
1298
|
*/
|
|
@@ -1465,7 +1307,6 @@ export interface ModifyCustomizeTemplatesPartByIdResponse {
|
|
|
1465
1307
|
* 自定义模板返回值
|
|
1466
1308
|
*/
|
|
1467
1309
|
Data: WorkspaceTemplateInfo
|
|
1468
|
-
|
|
1469
1310
|
/**
|
|
1470
1311
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1471
1312
|
*/
|
|
@@ -1480,22 +1321,18 @@ export interface ModifyWorkspaceAttributesRequest {
|
|
|
1480
1321
|
* 用户所属组
|
|
1481
1322
|
*/
|
|
1482
1323
|
CloudStudioSessionTeam: string
|
|
1483
|
-
|
|
1484
1324
|
/**
|
|
1485
1325
|
* 工作空间ID
|
|
1486
1326
|
*/
|
|
1487
1327
|
WorkspaceId: number
|
|
1488
|
-
|
|
1489
1328
|
/**
|
|
1490
1329
|
* 工作空间名称
|
|
1491
1330
|
*/
|
|
1492
1331
|
Name?: string
|
|
1493
|
-
|
|
1494
1332
|
/**
|
|
1495
1333
|
* 工作空间描述
|
|
1496
1334
|
*/
|
|
1497
1335
|
Description?: string
|
|
1498
|
-
|
|
1499
1336
|
/**
|
|
1500
1337
|
* xxx
|
|
1501
1338
|
*/
|