tccli 3.0.1183.1__py2.py3-none-any.whl → 3.0.1185.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +137 -0
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +65 -12
- tccli/services/cynosdb/v20190107/api.json +99 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/v20210125/api.json +48 -11
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dsgc/v20190723/api.json +9 -0
- tccli/services/ecc/v20181213/api.json +14 -12
- tccli/services/ecc/v20181213/examples.json +3 -3
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/ess/v20201111/examples.json +4 -4
- tccli/services/essbasic/v20210526/examples.json +9 -9
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/oceanus/v20190422/api.json +9 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +18 -13
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/ssl/ssl_client.py +65 -12
- tccli/services/ssl/v20191205/api.json +130 -0
- tccli/services/ssl/v20191205/examples.json +8 -0
- tccli/services/tcr/v20190924/api.json +3 -3
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/thpc/thpc_client.py +276 -64
- tccli/services/thpc/v20230321/api.json +886 -12
- tccli/services/thpc/v20230321/examples.json +32 -0
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/waf/v20180125/api.json +3 -3
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1185.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1185.1.dist-info}/RECORD +39 -39
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1185.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1185.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1183.1.dist-info → tccli-3.0.1185.1.dist-info}/license_files/LICENSE +0 -0
@@ -35,6 +35,13 @@
|
|
35
35
|
"output": "CreateClusterResponse",
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
|
+
"CreateWorkspaces": {
|
39
|
+
"document": "本接口 (CreateWorkspaces) 用于创建工作空间。",
|
40
|
+
"input": "CreateWorkspacesRequest",
|
41
|
+
"name": "创建工作空间",
|
42
|
+
"output": "CreateWorkspacesResponse",
|
43
|
+
"status": "online"
|
44
|
+
},
|
38
45
|
"DeleteCluster": {
|
39
46
|
"document": "本接口(DeleteCluster)用于删除一个指定的集群。",
|
40
47
|
"input": "DeleteClusterRequest",
|
@@ -112,6 +119,13 @@
|
|
112
119
|
"output": "DescribeQueuesResponse",
|
113
120
|
"status": "online"
|
114
121
|
},
|
122
|
+
"DescribeWorkspaces": {
|
123
|
+
"document": "本接口(DescribeWorkspaces)用于查询工作空间列表。",
|
124
|
+
"input": "DescribeWorkspacesRequest",
|
125
|
+
"name": "查询工作空间列表",
|
126
|
+
"output": "DescribeWorkspacesResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
115
129
|
"DetachNodes": {
|
116
130
|
"document": "本接口 (DetachNodes) 用于将一个或者多个计算节点从集群中移除,但是不销毁指定计算资源。",
|
117
131
|
"input": "DetachNodesRequest",
|
@@ -126,12 +140,26 @@
|
|
126
140
|
"output": "ModifyInitNodeScriptsResponse",
|
127
141
|
"status": "online"
|
128
142
|
},
|
143
|
+
"ModifyWorkspacesAttribute": {
|
144
|
+
"document": "本接口 (ModifyWorkspacesAttribute) 用于修改工作空间的属性(目前只支持修改工作空间的名称)。",
|
145
|
+
"input": "ModifyWorkspacesAttributeRequest",
|
146
|
+
"name": "修改工作空间的属性",
|
147
|
+
"output": "ModifyWorkspacesAttributeResponse",
|
148
|
+
"status": "online"
|
149
|
+
},
|
129
150
|
"SetAutoScalingConfiguration": {
|
130
151
|
"document": "本接口(SetAutoScalingConfiguration)用于为集群设置集群弹性伸缩配置信息。",
|
131
152
|
"input": "SetAutoScalingConfigurationRequest",
|
132
153
|
"name": "设置弹性伸缩配置信息",
|
133
154
|
"output": "SetAutoScalingConfigurationResponse",
|
134
155
|
"status": "online"
|
156
|
+
},
|
157
|
+
"TerminateWorkspaces": {
|
158
|
+
"document": "本接口 (TerminateWorkspaces) 用于主动退还工作空间。",
|
159
|
+
"input": "TerminateWorkspacesRequest",
|
160
|
+
"name": "销毁工作空间",
|
161
|
+
"output": "TerminateWorkspacesResponse",
|
162
|
+
"status": "online"
|
135
163
|
}
|
136
164
|
},
|
137
165
|
"metadata": {
|
@@ -1196,6 +1224,232 @@
|
|
1196
1224
|
],
|
1197
1225
|
"type": "object"
|
1198
1226
|
},
|
1227
|
+
"CreateWorkspacesRequest": {
|
1228
|
+
"document": "CreateWorkspaces请求参数结构体",
|
1229
|
+
"members": [
|
1230
|
+
{
|
1231
|
+
"disabled": false,
|
1232
|
+
"document": "用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。",
|
1233
|
+
"example": "system-f3827db9-c58a-49cc-bf10-33fc1923a34a",
|
1234
|
+
"member": "string",
|
1235
|
+
"name": "ClientToken",
|
1236
|
+
"required": false,
|
1237
|
+
"type": "string"
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"disabled": false,
|
1241
|
+
"document": "实例所在的位置。通过该参数可以指定实例所属可用区,所属项目,所属宿主机(在专用宿主机上创建子机时指定)等属性。 <b>注:如果您不指定LaunchTemplate参数,则Placement为必选参数。若同时传递Placement和LaunchTemplate,则默认覆盖LaunchTemplate中对应的Placement的值。</b>",
|
1242
|
+
"example": "无",
|
1243
|
+
"member": "SpacePlacement",
|
1244
|
+
"name": "Placement",
|
1245
|
+
"required": false,
|
1246
|
+
"type": "object"
|
1247
|
+
},
|
1248
|
+
{
|
1249
|
+
"disabled": false,
|
1250
|
+
"document": "预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。",
|
1251
|
+
"example": "无",
|
1252
|
+
"member": "SpaceChargePrepaid",
|
1253
|
+
"name": "SpaceChargePrepaid",
|
1254
|
+
"required": false,
|
1255
|
+
"type": "object"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"disabled": false,
|
1259
|
+
"document": "工作空间计费类型",
|
1260
|
+
"example": "PREPAID",
|
1261
|
+
"member": "string",
|
1262
|
+
"name": "SpaceChargeType",
|
1263
|
+
"required": false,
|
1264
|
+
"type": "string"
|
1265
|
+
},
|
1266
|
+
{
|
1267
|
+
"disabled": false,
|
1268
|
+
"document": "工作空间规格",
|
1269
|
+
"example": "无",
|
1270
|
+
"member": "string",
|
1271
|
+
"name": "SpaceType",
|
1272
|
+
"required": false,
|
1273
|
+
"type": "string"
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"disabled": false,
|
1277
|
+
"document": "镜像ID",
|
1278
|
+
"example": "img-irmer45l",
|
1279
|
+
"member": "string",
|
1280
|
+
"name": "ImageId",
|
1281
|
+
"required": false,
|
1282
|
+
"type": "string"
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"disabled": false,
|
1286
|
+
"document": "工作空间系统盘信息",
|
1287
|
+
"example": "无",
|
1288
|
+
"member": "SpaceSystemDisk",
|
1289
|
+
"name": "SystemDisk",
|
1290
|
+
"required": false,
|
1291
|
+
"type": "object"
|
1292
|
+
},
|
1293
|
+
{
|
1294
|
+
"disabled": false,
|
1295
|
+
"document": "工作空间数据盘信息",
|
1296
|
+
"example": "无",
|
1297
|
+
"member": "SpaceDataDisk",
|
1298
|
+
"name": "DataDisks",
|
1299
|
+
"required": false,
|
1300
|
+
"type": "list"
|
1301
|
+
},
|
1302
|
+
{
|
1303
|
+
"disabled": false,
|
1304
|
+
"document": "私有网络相关信息",
|
1305
|
+
"example": "无",
|
1306
|
+
"member": "SpaceVirtualPrivateCloud",
|
1307
|
+
"name": "VirtualPrivateCloud",
|
1308
|
+
"required": false,
|
1309
|
+
"type": "object"
|
1310
|
+
},
|
1311
|
+
{
|
1312
|
+
"disabled": false,
|
1313
|
+
"document": "公网带宽相关信息设置",
|
1314
|
+
"example": "无",
|
1315
|
+
"member": "SpaceInternetAccessible",
|
1316
|
+
"name": "InternetAccessible",
|
1317
|
+
"required": false,
|
1318
|
+
"type": "object"
|
1319
|
+
},
|
1320
|
+
{
|
1321
|
+
"disabled": false,
|
1322
|
+
"document": "购买工作空间数量",
|
1323
|
+
"example": "1",
|
1324
|
+
"member": "int64",
|
1325
|
+
"name": "SpaceCount",
|
1326
|
+
"required": false,
|
1327
|
+
"type": "int"
|
1328
|
+
},
|
1329
|
+
{
|
1330
|
+
"disabled": false,
|
1331
|
+
"document": "工作空间显示名称",
|
1332
|
+
"example": "无",
|
1333
|
+
"member": "string",
|
1334
|
+
"name": "SpaceName",
|
1335
|
+
"required": false,
|
1336
|
+
"type": "string"
|
1337
|
+
},
|
1338
|
+
{
|
1339
|
+
"disabled": false,
|
1340
|
+
"document": "工作空间登陆设置",
|
1341
|
+
"example": "无",
|
1342
|
+
"member": "LoginSettings",
|
1343
|
+
"name": "LoginSettings",
|
1344
|
+
"required": false,
|
1345
|
+
"type": "object"
|
1346
|
+
},
|
1347
|
+
{
|
1348
|
+
"disabled": false,
|
1349
|
+
"document": "工作空间所属安全组",
|
1350
|
+
"example": "[\"sg-ajhn9qtq\"]",
|
1351
|
+
"member": "string",
|
1352
|
+
"name": "SecurityGroupIds",
|
1353
|
+
"required": false,
|
1354
|
+
"type": "list"
|
1355
|
+
},
|
1356
|
+
{
|
1357
|
+
"disabled": false,
|
1358
|
+
"document": "增强服务",
|
1359
|
+
"example": "无",
|
1360
|
+
"member": "EnhancedService",
|
1361
|
+
"name": "EnhancedService",
|
1362
|
+
"required": false,
|
1363
|
+
"type": "object"
|
1364
|
+
},
|
1365
|
+
{
|
1366
|
+
"disabled": false,
|
1367
|
+
"document": "是否只预检此次请求",
|
1368
|
+
"example": "false",
|
1369
|
+
"member": "bool",
|
1370
|
+
"name": "DryRun",
|
1371
|
+
"required": false,
|
1372
|
+
"type": "bool"
|
1373
|
+
},
|
1374
|
+
{
|
1375
|
+
"disabled": false,
|
1376
|
+
"document": "提供给工作空间使用的用户数据",
|
1377
|
+
"example": "TXlVc2VyRGF0YQo=",
|
1378
|
+
"member": "string",
|
1379
|
+
"name": "UserData",
|
1380
|
+
"required": false,
|
1381
|
+
"type": "string"
|
1382
|
+
},
|
1383
|
+
{
|
1384
|
+
"disabled": false,
|
1385
|
+
"document": "置放群组id",
|
1386
|
+
"example": "['ps-3p88qhfo']",
|
1387
|
+
"member": "string",
|
1388
|
+
"name": "DisasterRecoverGroupIds",
|
1389
|
+
"required": false,
|
1390
|
+
"type": "list"
|
1391
|
+
},
|
1392
|
+
{
|
1393
|
+
"disabled": false,
|
1394
|
+
"document": "标签描述列表",
|
1395
|
+
"example": "无",
|
1396
|
+
"member": "TagSpecification",
|
1397
|
+
"name": "TagSpecification",
|
1398
|
+
"required": false,
|
1399
|
+
"type": "list"
|
1400
|
+
},
|
1401
|
+
{
|
1402
|
+
"disabled": false,
|
1403
|
+
"document": "高性能计算集群ID",
|
1404
|
+
"example": "hpc-a5n666lo",
|
1405
|
+
"member": "string",
|
1406
|
+
"name": "HpcClusterId",
|
1407
|
+
"required": false,
|
1408
|
+
"type": "string"
|
1409
|
+
},
|
1410
|
+
{
|
1411
|
+
"disabled": false,
|
1412
|
+
"document": "CAM角色名称",
|
1413
|
+
"example": "testroleName001",
|
1414
|
+
"member": "string",
|
1415
|
+
"name": "CamRoleName",
|
1416
|
+
"required": false,
|
1417
|
+
"type": "string"
|
1418
|
+
},
|
1419
|
+
{
|
1420
|
+
"disabled": false,
|
1421
|
+
"document": "实例主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><br><li>Windows 实例:主机名名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><br><li>其他类型(Linux 等)实例:主机名字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li><br><li>购买多台实例,如果指定模式串`{R:x}`,表示生成数字`[x, x+n-1]`,其中`n`表示购买实例的数量,例如`server{R:3}`,购买1台时,实例主机名为`server3`;购买2台时,实例主机名分别为`server3`,`server4`。支持指定多个模式串`{R:x}`。</li><br><li>购买多台实例,如果不指定模式串,则在实例主机名添加后缀`1、2...n`,其中`n`表示购买实例的数量,例如`server`,购买2台时,实例主机名分别为`server1`,`server2`。</li>",
|
1422
|
+
"example": "MyHostName",
|
1423
|
+
"member": "string",
|
1424
|
+
"name": "HostName",
|
1425
|
+
"required": false,
|
1426
|
+
"type": "string"
|
1427
|
+
}
|
1428
|
+
],
|
1429
|
+
"type": "object"
|
1430
|
+
},
|
1431
|
+
"CreateWorkspacesResponse": {
|
1432
|
+
"document": "CreateWorkspaces返回参数结构体",
|
1433
|
+
"members": [
|
1434
|
+
{
|
1435
|
+
"disabled": false,
|
1436
|
+
"document": "工作空间ID",
|
1437
|
+
"example": "['wks-rn99mzt1']",
|
1438
|
+
"member": "string",
|
1439
|
+
"name": "SpaceIdSet",
|
1440
|
+
"output_required": true,
|
1441
|
+
"type": "list",
|
1442
|
+
"value_allowed_null": false
|
1443
|
+
},
|
1444
|
+
{
|
1445
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1446
|
+
"member": "string",
|
1447
|
+
"name": "RequestId",
|
1448
|
+
"type": "string"
|
1449
|
+
}
|
1450
|
+
],
|
1451
|
+
"type": "object"
|
1452
|
+
},
|
1199
1453
|
"DataDisk": {
|
1200
1454
|
"document": "描述了数据盘的信息",
|
1201
1455
|
"members": [
|
@@ -1757,6 +2011,80 @@
|
|
1757
2011
|
],
|
1758
2012
|
"type": "object"
|
1759
2013
|
},
|
2014
|
+
"DescribeWorkspacesRequest": {
|
2015
|
+
"document": "DescribeWorkspaces请求参数结构体",
|
2016
|
+
"members": [
|
2017
|
+
{
|
2018
|
+
"disabled": false,
|
2019
|
+
"document": "集群ID列表。通过该参数可以指定需要查询信息的集群列表。<br>如果您不指定该参数,则返回Limit数量以内的集群信息。",
|
2020
|
+
"example": "无",
|
2021
|
+
"member": "string",
|
2022
|
+
"name": "SpaceIds",
|
2023
|
+
"required": false,
|
2024
|
+
"type": "list"
|
2025
|
+
},
|
2026
|
+
{
|
2027
|
+
"disabled": false,
|
2028
|
+
"document": "偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
2029
|
+
"example": "0",
|
2030
|
+
"member": "int64",
|
2031
|
+
"name": "Offset",
|
2032
|
+
"required": false,
|
2033
|
+
"type": "int"
|
2034
|
+
},
|
2035
|
+
{
|
2036
|
+
"disabled": false,
|
2037
|
+
"document": "返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。",
|
2038
|
+
"example": "20",
|
2039
|
+
"member": "int64",
|
2040
|
+
"name": "Limit",
|
2041
|
+
"required": false,
|
2042
|
+
"type": "int"
|
2043
|
+
},
|
2044
|
+
{
|
2045
|
+
"disabled": false,
|
2046
|
+
"document": "过滤列表",
|
2047
|
+
"example": "无",
|
2048
|
+
"member": "Filter",
|
2049
|
+
"name": "Filters",
|
2050
|
+
"required": false,
|
2051
|
+
"type": "list"
|
2052
|
+
}
|
2053
|
+
],
|
2054
|
+
"type": "object"
|
2055
|
+
},
|
2056
|
+
"DescribeWorkspacesResponse": {
|
2057
|
+
"document": "DescribeWorkspaces返回参数结构体",
|
2058
|
+
"members": [
|
2059
|
+
{
|
2060
|
+
"disabled": false,
|
2061
|
+
"document": "集群概览信息列表",
|
2062
|
+
"example": "无",
|
2063
|
+
"member": "SpaceInfo",
|
2064
|
+
"name": "SpaceSet",
|
2065
|
+
"output_required": true,
|
2066
|
+
"type": "list",
|
2067
|
+
"value_allowed_null": false
|
2068
|
+
},
|
2069
|
+
{
|
2070
|
+
"disabled": false,
|
2071
|
+
"document": "集群数量",
|
2072
|
+
"example": "1",
|
2073
|
+
"member": "int64",
|
2074
|
+
"name": "TotalCount",
|
2075
|
+
"output_required": true,
|
2076
|
+
"type": "int",
|
2077
|
+
"value_allowed_null": false
|
2078
|
+
},
|
2079
|
+
{
|
2080
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2081
|
+
"member": "string",
|
2082
|
+
"name": "RequestId",
|
2083
|
+
"type": "string"
|
2084
|
+
}
|
2085
|
+
],
|
2086
|
+
"type": "object"
|
2087
|
+
},
|
1760
2088
|
"DetachNodesRequest": {
|
1761
2089
|
"document": "DetachNodes请求参数结构体",
|
1762
2090
|
"members": [
|
@@ -2453,27 +2781,63 @@
|
|
2453
2781
|
],
|
2454
2782
|
"type": "object"
|
2455
2783
|
},
|
2456
|
-
"
|
2457
|
-
"document": "
|
2784
|
+
"ModifyWorkspacesAttributeRequest": {
|
2785
|
+
"document": "ModifyWorkspacesAttribute请求参数结构体",
|
2458
2786
|
"members": [
|
2459
2787
|
{
|
2460
2788
|
"disabled": false,
|
2461
|
-
"document": "
|
2462
|
-
"example": "
|
2789
|
+
"document": "工作空间列表",
|
2790
|
+
"example": "[\"wks-rf6ogz49\"]",
|
2463
2791
|
"member": "string",
|
2464
|
-
"name": "
|
2792
|
+
"name": "SpaceIds",
|
2465
2793
|
"required": true,
|
2466
|
-
"type": "
|
2467
|
-
"value_allowed_null": true
|
2794
|
+
"type": "list"
|
2468
2795
|
},
|
2469
2796
|
{
|
2470
2797
|
"disabled": false,
|
2471
|
-
"document": "
|
2472
|
-
"example": "
|
2798
|
+
"document": "修改后的工作空间名称。可任意命名,但不得超过60个字符。",
|
2799
|
+
"example": "MySpaceName",
|
2473
2800
|
"member": "string",
|
2474
|
-
"name": "
|
2475
|
-
"required":
|
2476
|
-
"type": "string"
|
2801
|
+
"name": "SpaceName",
|
2802
|
+
"required": false,
|
2803
|
+
"type": "string"
|
2804
|
+
}
|
2805
|
+
],
|
2806
|
+
"type": "object"
|
2807
|
+
},
|
2808
|
+
"ModifyWorkspacesAttributeResponse": {
|
2809
|
+
"document": "ModifyWorkspacesAttribute返回参数结构体",
|
2810
|
+
"members": [
|
2811
|
+
{
|
2812
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2813
|
+
"member": "string",
|
2814
|
+
"name": "RequestId",
|
2815
|
+
"type": "string"
|
2816
|
+
}
|
2817
|
+
],
|
2818
|
+
"type": "object"
|
2819
|
+
},
|
2820
|
+
"NodeActivity": {
|
2821
|
+
"document": "节点活动信息。",
|
2822
|
+
"members": [
|
2823
|
+
{
|
2824
|
+
"disabled": false,
|
2825
|
+
"document": "节点活动所在的实例ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
2826
|
+
"example": "无",
|
2827
|
+
"member": "string",
|
2828
|
+
"name": "NodeInstanceId",
|
2829
|
+
"required": true,
|
2830
|
+
"type": "string",
|
2831
|
+
"value_allowed_null": true
|
2832
|
+
},
|
2833
|
+
{
|
2834
|
+
"disabled": false,
|
2835
|
+
"document": "节点活动状态。取值范围:<br><li>RUNNING:运行中<br><li>SUCCESSFUL:活动成功<br><li>FAILED:活动失败",
|
2836
|
+
"example": "无",
|
2837
|
+
"member": "string",
|
2838
|
+
"name": "NodeActivityStatus",
|
2839
|
+
"required": true,
|
2840
|
+
"type": "string",
|
2477
2841
|
"value_allowed_null": false
|
2478
2842
|
},
|
2479
2843
|
{
|
@@ -3023,6 +3387,452 @@
|
|
3023
3387
|
],
|
3024
3388
|
"type": "object"
|
3025
3389
|
},
|
3390
|
+
"SpaceChargePrepaid": {
|
3391
|
+
"document": "描述了工作空间的计费模式",
|
3392
|
+
"members": [
|
3393
|
+
{
|
3394
|
+
"disabled": false,
|
3395
|
+
"document": "购买实例的时长,单位:月。取值范围:1, 2, 3, 12, 24, 36。默认取值为1。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3396
|
+
"example": "无",
|
3397
|
+
"member": "int64",
|
3398
|
+
"name": "Period",
|
3399
|
+
"output_required": true,
|
3400
|
+
"required": false,
|
3401
|
+
"type": "int",
|
3402
|
+
"value_allowed_null": true
|
3403
|
+
},
|
3404
|
+
{
|
3405
|
+
"disabled": false,
|
3406
|
+
"document": "自动续费标识。取值范围:\n\nNOTIFY_AND_AUTO_RENEW:通知过期且自动续费\n\nNOTIFY_AND_MANUAL_RENEW:通知过期不自动续费\n\nDISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费\n\n\n默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,实例到期后将按月自动续费。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3407
|
+
"example": "无",
|
3408
|
+
"member": "string",
|
3409
|
+
"name": "RenewFlag",
|
3410
|
+
"output_required": true,
|
3411
|
+
"required": false,
|
3412
|
+
"type": "string",
|
3413
|
+
"value_allowed_null": true
|
3414
|
+
}
|
3415
|
+
],
|
3416
|
+
"usage": "both"
|
3417
|
+
},
|
3418
|
+
"SpaceDataDisk": {
|
3419
|
+
"document": "工作空间数据盘配置",
|
3420
|
+
"members": [
|
3421
|
+
{
|
3422
|
+
"disabled": false,
|
3423
|
+
"document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br />\n<li>\n LOCAL_BASIC:本地硬盘<br />\n <li>\n LOCAL_SSD:本地SSD硬盘<br />\n <li>\n LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br />\n <li>\n LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br />\n <li>\n CLOUD_BASIC:普通云硬盘<br />\n <li>\n CLOUD_PREMIUM:高性能云硬盘<br />\n <li>\n CLOUD_SSD:SSD云硬盘<br />\n <li>\n CLOUD_HSSD:增强型SSD云硬盘<br />\n <li>\n CLOUD_TSSD:极速型SSD云硬盘<br />\n <li>\n CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。\n </li>\n </li>\n </li>\n </li>\n </li>\n </li>\n </li>\n </li>\n </li>\n</li>",
|
3424
|
+
"example": "无",
|
3425
|
+
"member": "string",
|
3426
|
+
"name": "DiskType",
|
3427
|
+
"output_required": true,
|
3428
|
+
"required": false,
|
3429
|
+
"type": "string",
|
3430
|
+
"value_allowed_null": false
|
3431
|
+
},
|
3432
|
+
{
|
3433
|
+
"disabled": false,
|
3434
|
+
"document": "数据盘\n注意:此字段可能返回 null,表示取不到有效值。",
|
3435
|
+
"example": "无",
|
3436
|
+
"member": "string",
|
3437
|
+
"name": "DiskId",
|
3438
|
+
"output_required": true,
|
3439
|
+
"required": false,
|
3440
|
+
"type": "string",
|
3441
|
+
"value_allowed_null": true
|
3442
|
+
},
|
3443
|
+
{
|
3444
|
+
"disabled": false,
|
3445
|
+
"document": "数据盘大小,单位:GB。最小调整步长为10G,不同数据盘类型取值范围不同,具体限制详见:[存储概述](https://cloud.tencent.com/document/product/213/4952)。默认值为0,表示不购买数据盘。更多限制详见产品文档。",
|
3446
|
+
"example": "无",
|
3447
|
+
"member": "int64",
|
3448
|
+
"name": "DiskSize",
|
3449
|
+
"output_required": true,
|
3450
|
+
"required": false,
|
3451
|
+
"type": "int",
|
3452
|
+
"value_allowed_null": false
|
3453
|
+
},
|
3454
|
+
{
|
3455
|
+
"disabled": false,
|
3456
|
+
"document": "数据盘是否随子机销毁。取值范围:\n<li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>\n<li>\n FALSE:子机销毁时,保留数据盘<br />\n 默认取值:TRUE<br />\n 该参数目前仅用于 `RunInstances` 接口。\n</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
3457
|
+
"example": "无",
|
3458
|
+
"member": "bool",
|
3459
|
+
"name": "DeleteWithInstance",
|
3460
|
+
"output_required": false,
|
3461
|
+
"required": false,
|
3462
|
+
"type": "bool",
|
3463
|
+
"value_allowed_null": true
|
3464
|
+
},
|
3465
|
+
{
|
3466
|
+
"disabled": false,
|
3467
|
+
"document": "数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3468
|
+
"example": "无",
|
3469
|
+
"member": "string",
|
3470
|
+
"name": "SnapshotId",
|
3471
|
+
"output_required": false,
|
3472
|
+
"required": false,
|
3473
|
+
"type": "string",
|
3474
|
+
"value_allowed_null": true
|
3475
|
+
},
|
3476
|
+
{
|
3477
|
+
"disabled": false,
|
3478
|
+
"document": "数据盘是加密。取值范围:\n<li>true:加密</li>\n<li>\n false:不加密<br />\n 默认取值:false<br />\n 该参数目前仅用于 `RunInstances` 接口。\n</li>\n注意:此字段可能返回 null,表示取不到有效值。",
|
3479
|
+
"example": "无",
|
3480
|
+
"member": "bool",
|
3481
|
+
"name": "Encrypt",
|
3482
|
+
"output_required": false,
|
3483
|
+
"required": false,
|
3484
|
+
"type": "bool",
|
3485
|
+
"value_allowed_null": true
|
3486
|
+
},
|
3487
|
+
{
|
3488
|
+
"disabled": false,
|
3489
|
+
"document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `CreateWorkspaces` 接口。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3490
|
+
"example": "无",
|
3491
|
+
"member": "string",
|
3492
|
+
"name": "KmsKeyId",
|
3493
|
+
"output_required": false,
|
3494
|
+
"required": false,
|
3495
|
+
"type": "string",
|
3496
|
+
"value_allowed_null": true
|
3497
|
+
},
|
3498
|
+
{
|
3499
|
+
"disabled": false,
|
3500
|
+
"document": "云硬盘性能,单位:MB/s\n注意:此字段可能返回 null,表示取不到有效值。",
|
3501
|
+
"example": "无",
|
3502
|
+
"member": "int64",
|
3503
|
+
"name": "ThroughputPerformance",
|
3504
|
+
"output_required": false,
|
3505
|
+
"required": false,
|
3506
|
+
"type": "int",
|
3507
|
+
"value_allowed_null": true
|
3508
|
+
},
|
3509
|
+
{
|
3510
|
+
"disabled": false,
|
3511
|
+
"document": "突发性能\n\n注:内测中。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3512
|
+
"example": "无",
|
3513
|
+
"member": "bool",
|
3514
|
+
"name": "BurstPerformance",
|
3515
|
+
"output_required": false,
|
3516
|
+
"required": false,
|
3517
|
+
"type": "bool",
|
3518
|
+
"value_allowed_null": true
|
3519
|
+
}
|
3520
|
+
],
|
3521
|
+
"usage": "both"
|
3522
|
+
},
|
3523
|
+
"SpaceInfo": {
|
3524
|
+
"document": "描述工作空间的信息",
|
3525
|
+
"members": [
|
3526
|
+
{
|
3527
|
+
"disabled": false,
|
3528
|
+
"document": "工作空间ID",
|
3529
|
+
"example": "wks-3rr4w3t7",
|
3530
|
+
"member": "string",
|
3531
|
+
"name": "SpaceId",
|
3532
|
+
"output_required": true,
|
3533
|
+
"type": "string",
|
3534
|
+
"value_allowed_null": false
|
3535
|
+
},
|
3536
|
+
{
|
3537
|
+
"disabled": false,
|
3538
|
+
"document": "工作空间类型",
|
3539
|
+
"example": "无",
|
3540
|
+
"member": "string",
|
3541
|
+
"name": "SpaceFamily",
|
3542
|
+
"output_required": true,
|
3543
|
+
"type": "string",
|
3544
|
+
"value_allowed_null": false
|
3545
|
+
},
|
3546
|
+
{
|
3547
|
+
"disabled": false,
|
3548
|
+
"document": "工作空间规格",
|
3549
|
+
"example": "无",
|
3550
|
+
"member": "string",
|
3551
|
+
"name": "SpaceType",
|
3552
|
+
"output_required": true,
|
3553
|
+
"type": "string",
|
3554
|
+
"value_allowed_null": false
|
3555
|
+
},
|
3556
|
+
{
|
3557
|
+
"disabled": false,
|
3558
|
+
"document": "工作空间名称",
|
3559
|
+
"example": "无",
|
3560
|
+
"member": "string",
|
3561
|
+
"name": "SpaceName",
|
3562
|
+
"output_required": true,
|
3563
|
+
"type": "string",
|
3564
|
+
"value_allowed_null": false
|
3565
|
+
},
|
3566
|
+
{
|
3567
|
+
"disabled": false,
|
3568
|
+
"document": "工作空间状态。取值范围:<br><li>PENDING:表示创建中<br></li><li>LAUNCH_FAILED:表示创建失败<br></li><li>ONLINE:表示运行中<br></li><li>ARREARS:表示隔离中<br></li><li>TERMINATING:表示销毁中。<br></li>",
|
3569
|
+
"example": "无",
|
3570
|
+
"member": "string",
|
3571
|
+
"name": "SpaceState",
|
3572
|
+
"output_required": true,
|
3573
|
+
"type": "string",
|
3574
|
+
"value_allowed_null": false
|
3575
|
+
},
|
3576
|
+
{
|
3577
|
+
"disabled": false,
|
3578
|
+
"document": "工作空间计费模式",
|
3579
|
+
"example": "PREPAID",
|
3580
|
+
"member": "string",
|
3581
|
+
"name": "SpaceChargeType",
|
3582
|
+
"output_required": true,
|
3583
|
+
"type": "string",
|
3584
|
+
"value_allowed_null": false
|
3585
|
+
},
|
3586
|
+
{
|
3587
|
+
"disabled": false,
|
3588
|
+
"document": "工作空间对应资源ID",
|
3589
|
+
"example": "无",
|
3590
|
+
"member": "string",
|
3591
|
+
"name": "ResourceId",
|
3592
|
+
"output_required": true,
|
3593
|
+
"type": "string",
|
3594
|
+
"value_allowed_null": false
|
3595
|
+
},
|
3596
|
+
{
|
3597
|
+
"disabled": false,
|
3598
|
+
"document": "自动续费标识",
|
3599
|
+
"example": "无",
|
3600
|
+
"member": "string",
|
3601
|
+
"name": "RenewFlag",
|
3602
|
+
"output_required": true,
|
3603
|
+
"type": "string",
|
3604
|
+
"value_allowed_null": false
|
3605
|
+
},
|
3606
|
+
{
|
3607
|
+
"disabled": false,
|
3608
|
+
"document": "工作空间关联的工作列表",
|
3609
|
+
"example": "无",
|
3610
|
+
"member": "Tag",
|
3611
|
+
"name": "Tags",
|
3612
|
+
"output_required": true,
|
3613
|
+
"type": "list",
|
3614
|
+
"value_allowed_null": false
|
3615
|
+
},
|
3616
|
+
{
|
3617
|
+
"disabled": false,
|
3618
|
+
"document": "创建时间",
|
3619
|
+
"example": "无",
|
3620
|
+
"member": "datetime_iso",
|
3621
|
+
"name": "CreatedTime",
|
3622
|
+
"output_required": true,
|
3623
|
+
"type": "string",
|
3624
|
+
"value_allowed_null": false
|
3625
|
+
},
|
3626
|
+
{
|
3627
|
+
"disabled": false,
|
3628
|
+
"document": "到期时间",
|
3629
|
+
"example": "无",
|
3630
|
+
"member": "datetime_iso",
|
3631
|
+
"name": "ExpiredTime",
|
3632
|
+
"output_required": true,
|
3633
|
+
"type": "string",
|
3634
|
+
"value_allowed_null": false
|
3635
|
+
},
|
3636
|
+
{
|
3637
|
+
"disabled": false,
|
3638
|
+
"document": "工作空间所在位置",
|
3639
|
+
"example": "无",
|
3640
|
+
"member": "Placement",
|
3641
|
+
"name": "Placement",
|
3642
|
+
"output_required": true,
|
3643
|
+
"type": "object",
|
3644
|
+
"value_allowed_null": false
|
3645
|
+
},
|
3646
|
+
{
|
3647
|
+
"disabled": false,
|
3648
|
+
"document": "工作空间的最新操作\n注意:此字段可能返回 null,表示取不到有效值。",
|
3649
|
+
"example": "无",
|
3650
|
+
"member": "string",
|
3651
|
+
"name": "LatestOperation",
|
3652
|
+
"output_required": true,
|
3653
|
+
"type": "string",
|
3654
|
+
"value_allowed_null": true
|
3655
|
+
},
|
3656
|
+
{
|
3657
|
+
"disabled": false,
|
3658
|
+
"document": "工作空间的最新操作状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
3659
|
+
"example": "无",
|
3660
|
+
"member": "string",
|
3661
|
+
"name": "LatestOperationState",
|
3662
|
+
"output_required": true,
|
3663
|
+
"type": "string",
|
3664
|
+
"value_allowed_null": true
|
3665
|
+
}
|
3666
|
+
],
|
3667
|
+
"usage": "out"
|
3668
|
+
},
|
3669
|
+
"SpaceInternetAccessible": {
|
3670
|
+
"document": "描述了工作空间的公网可访问性,声明了工作空间的公网使用计费模式,最大带宽等",
|
3671
|
+
"members": [
|
3672
|
+
{
|
3673
|
+
"disabled": false,
|
3674
|
+
"document": "网络计费类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
3675
|
+
"example": "无",
|
3676
|
+
"member": "string",
|
3677
|
+
"name": "InternetChargeType",
|
3678
|
+
"output_required": true,
|
3679
|
+
"required": false,
|
3680
|
+
"type": "string",
|
3681
|
+
"value_allowed_null": true
|
3682
|
+
},
|
3683
|
+
{
|
3684
|
+
"disabled": false,
|
3685
|
+
"document": "公网出带宽上限,默认为0\n注意:此字段可能返回 null,表示取不到有效值。",
|
3686
|
+
"example": "无",
|
3687
|
+
"member": "int64",
|
3688
|
+
"name": "InternetMaxBandwidthOut",
|
3689
|
+
"output_required": true,
|
3690
|
+
"required": false,
|
3691
|
+
"type": "int",
|
3692
|
+
"value_allowed_null": true
|
3693
|
+
},
|
3694
|
+
{
|
3695
|
+
"disabled": false,
|
3696
|
+
"document": "是否分配公网IP\n注意:此字段可能返回 null,表示取不到有效值。",
|
3697
|
+
"example": "false",
|
3698
|
+
"member": "bool",
|
3699
|
+
"name": "PublicIpAssigned",
|
3700
|
+
"output_required": false,
|
3701
|
+
"required": false,
|
3702
|
+
"type": "bool",
|
3703
|
+
"value_allowed_null": true
|
3704
|
+
},
|
3705
|
+
{
|
3706
|
+
"disabled": false,
|
3707
|
+
"document": "带宽包ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3708
|
+
"example": "无",
|
3709
|
+
"member": "string",
|
3710
|
+
"name": "BandwidthPackageId",
|
3711
|
+
"output_required": false,
|
3712
|
+
"required": false,
|
3713
|
+
"type": "string",
|
3714
|
+
"value_allowed_null": true
|
3715
|
+
}
|
3716
|
+
],
|
3717
|
+
"usage": "both"
|
3718
|
+
},
|
3719
|
+
"SpacePlacement": {
|
3720
|
+
"document": "描述了实例的抽象位置,包括其所在的可用区,所属的项目",
|
3721
|
+
"members": [
|
3722
|
+
{
|
3723
|
+
"disabled": false,
|
3724
|
+
"document": "可用区\n注意:此字段可能返回 null,表示取不到有效值。",
|
3725
|
+
"example": "无",
|
3726
|
+
"member": "string",
|
3727
|
+
"name": "Zone",
|
3728
|
+
"output_required": false,
|
3729
|
+
"required": true,
|
3730
|
+
"type": "string",
|
3731
|
+
"value_allowed_null": true
|
3732
|
+
},
|
3733
|
+
{
|
3734
|
+
"disabled": false,
|
3735
|
+
"document": "项目,默认是0\n注意:此字段可能返回 null,表示取不到有效值。",
|
3736
|
+
"example": "无",
|
3737
|
+
"member": "uint64",
|
3738
|
+
"name": "ProjectId",
|
3739
|
+
"output_required": false,
|
3740
|
+
"required": false,
|
3741
|
+
"type": "int",
|
3742
|
+
"value_allowed_null": true
|
3743
|
+
}
|
3744
|
+
],
|
3745
|
+
"usage": "both"
|
3746
|
+
},
|
3747
|
+
"SpaceSystemDisk": {
|
3748
|
+
"document": "工作空间系统盘配置",
|
3749
|
+
"members": [
|
3750
|
+
{
|
3751
|
+
"disabled": false,
|
3752
|
+
"document": "系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<ul><li>LOCAL_BASIC:本地硬盘</li><li>LOCAL_SSD:本地SSD硬盘</li><li>CLOUD_BASIC:普通云硬盘</li><li>CLOUD_SSD:SSD云硬盘</li><li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_BSSD:通用性SSD云硬盘</li><li>CLOUD_HSSD:增强型SSD云硬盘</li><li>CLOUD_TSSD:极速型SSD云硬盘</li></ul>默认取值:当前有库存的硬盘类型。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3753
|
+
"example": "无",
|
3754
|
+
"member": "string",
|
3755
|
+
"name": "DiskType",
|
3756
|
+
"output_required": true,
|
3757
|
+
"required": false,
|
3758
|
+
"type": "string",
|
3759
|
+
"value_allowed_null": true
|
3760
|
+
},
|
3761
|
+
{
|
3762
|
+
"disabled": false,
|
3763
|
+
"document": "系统盘大小,单位:GB。默认值为 50\n注意:此字段可能返回 null,表示取不到有效值。",
|
3764
|
+
"example": "无",
|
3765
|
+
"member": "int64",
|
3766
|
+
"name": "DiskSize",
|
3767
|
+
"output_required": true,
|
3768
|
+
"required": false,
|
3769
|
+
"type": "int",
|
3770
|
+
"value_allowed_null": true
|
3771
|
+
}
|
3772
|
+
],
|
3773
|
+
"usage": "both"
|
3774
|
+
},
|
3775
|
+
"SpaceVirtualPrivateCloud": {
|
3776
|
+
"document": "描述了工作空间VPC相关信息,包括子网,IP信息等",
|
3777
|
+
"members": [
|
3778
|
+
{
|
3779
|
+
"disabled": false,
|
3780
|
+
"document": "私有网络ID",
|
3781
|
+
"example": "vpc-2ij",
|
3782
|
+
"member": "string",
|
3783
|
+
"name": "VpcId",
|
3784
|
+
"output_required": true,
|
3785
|
+
"required": true,
|
3786
|
+
"type": "string",
|
3787
|
+
"value_allowed_null": false
|
3788
|
+
},
|
3789
|
+
{
|
3790
|
+
"disabled": false,
|
3791
|
+
"document": "私有网络子网ID",
|
3792
|
+
"example": "subnet-2ks",
|
3793
|
+
"member": "string",
|
3794
|
+
"name": "SubnetId",
|
3795
|
+
"output_required": true,
|
3796
|
+
"required": true,
|
3797
|
+
"type": "string",
|
3798
|
+
"value_allowed_null": false
|
3799
|
+
},
|
3800
|
+
{
|
3801
|
+
"disabled": false,
|
3802
|
+
"document": "是否用作公网网关",
|
3803
|
+
"example": "false",
|
3804
|
+
"member": "bool",
|
3805
|
+
"name": "AsVpcGateway",
|
3806
|
+
"output_required": true,
|
3807
|
+
"required": false,
|
3808
|
+
"type": "bool",
|
3809
|
+
"value_allowed_null": false
|
3810
|
+
},
|
3811
|
+
{
|
3812
|
+
"disabled": false,
|
3813
|
+
"document": "私有网络子网 IP 数组",
|
3814
|
+
"example": "[\"10.0.0.1\"]",
|
3815
|
+
"member": "string",
|
3816
|
+
"name": "PrivateIpAddresses",
|
3817
|
+
"output_required": true,
|
3818
|
+
"required": false,
|
3819
|
+
"type": "list",
|
3820
|
+
"value_allowed_null": false
|
3821
|
+
},
|
3822
|
+
{
|
3823
|
+
"disabled": false,
|
3824
|
+
"document": "为弹性网卡指定随机生成",
|
3825
|
+
"example": "1",
|
3826
|
+
"member": "uint64",
|
3827
|
+
"name": "Ipv6AddressCount",
|
3828
|
+
"output_required": true,
|
3829
|
+
"required": false,
|
3830
|
+
"type": "int",
|
3831
|
+
"value_allowed_null": false
|
3832
|
+
}
|
3833
|
+
],
|
3834
|
+
"usage": "both"
|
3835
|
+
},
|
3026
3836
|
"StorageOption": {
|
3027
3837
|
"document": "描述集群文件系统选项",
|
3028
3838
|
"members": [
|
@@ -3149,6 +3959,70 @@
|
|
3149
3959
|
],
|
3150
3960
|
"usage": "both"
|
3151
3961
|
},
|
3962
|
+
"TagSpecification": {
|
3963
|
+
"document": "创建资源工作空间时同时绑定的标签对说明",
|
3964
|
+
"members": [
|
3965
|
+
{
|
3966
|
+
"disabled": false,
|
3967
|
+
"document": "标签绑定的资源类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
3968
|
+
"example": "workspace",
|
3969
|
+
"member": "string",
|
3970
|
+
"name": "ResourceType",
|
3971
|
+
"output_required": true,
|
3972
|
+
"required": true,
|
3973
|
+
"type": "string",
|
3974
|
+
"value_allowed_null": true
|
3975
|
+
},
|
3976
|
+
{
|
3977
|
+
"disabled": false,
|
3978
|
+
"document": "标签对列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3979
|
+
"example": "无",
|
3980
|
+
"member": "Tag",
|
3981
|
+
"name": "Tags",
|
3982
|
+
"output_required": true,
|
3983
|
+
"required": true,
|
3984
|
+
"type": "list",
|
3985
|
+
"value_allowed_null": true
|
3986
|
+
}
|
3987
|
+
],
|
3988
|
+
"usage": "both"
|
3989
|
+
},
|
3990
|
+
"TerminateWorkspacesRequest": {
|
3991
|
+
"document": "TerminateWorkspaces请求参数结构体",
|
3992
|
+
"members": [
|
3993
|
+
{
|
3994
|
+
"disabled": false,
|
3995
|
+
"document": "工作空间ID",
|
3996
|
+
"example": "['wks-qk5u85i8']",
|
3997
|
+
"member": "string",
|
3998
|
+
"name": "SpaceIds",
|
3999
|
+
"required": true,
|
4000
|
+
"type": "list"
|
4001
|
+
},
|
4002
|
+
{
|
4003
|
+
"disabled": false,
|
4004
|
+
"document": "释放空间挂载的包年包月数据盘。true表示销毁空间同时释放包年包月数据盘,false表示只销毁空间。",
|
4005
|
+
"example": "true",
|
4006
|
+
"member": "bool",
|
4007
|
+
"name": "ReleasePrepaidDataDisks",
|
4008
|
+
"required": false,
|
4009
|
+
"type": "bool"
|
4010
|
+
}
|
4011
|
+
],
|
4012
|
+
"type": "object"
|
4013
|
+
},
|
4014
|
+
"TerminateWorkspacesResponse": {
|
4015
|
+
"document": "TerminateWorkspaces返回参数结构体",
|
4016
|
+
"members": [
|
4017
|
+
{
|
4018
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4019
|
+
"member": "string",
|
4020
|
+
"name": "RequestId",
|
4021
|
+
"type": "string"
|
4022
|
+
}
|
4023
|
+
],
|
4024
|
+
"type": "object"
|
4025
|
+
},
|
3152
4026
|
"VirtualPrivateCloud": {
|
3153
4027
|
"document": "描述了VPC相关信息",
|
3154
4028
|
"members": [
|