tccli 3.0.1298.2__py2.py3-none-any.whl → 3.0.1299.2__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +23 -23
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +219 -0
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +394 -1
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +550 -517
- tccli/services/iotexplorer/v20190423/examples.json +33 -33
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +8 -8
- tccli/services/mps/v20190612/examples.json +11 -11
- tccli/services/mqtt/v20240516/api.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +0 -286
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vod/v20240718/api.json +9 -9
- tccli/services/vod/v20240718/examples.json +11 -11
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +11 -1
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/METADATA +2 -2
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/RECORD +54 -54
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/WHEEL +0 -0
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1298.2.dist-info → tccli-3.0.1299.2.dist-info}/license_files/LICENSE +0 -0
@@ -938,13 +938,13 @@
|
|
938
938
|
},
|
939
939
|
{
|
940
940
|
"disabled": false,
|
941
|
-
"document": "独享集群所属的[可用区](/document/product/213/15753#ZoneInfo)ID
|
941
|
+
"document": "独享集群所属的[可用区](/document/product/213/15753#ZoneInfo)ID。",
|
942
942
|
"example": "ap-shenzhen-fsi-2",
|
943
943
|
"member": "string",
|
944
944
|
"name": "Zone",
|
945
945
|
"output_required": true,
|
946
946
|
"type": "string",
|
947
|
-
"value_allowed_null":
|
947
|
+
"value_allowed_null": false
|
948
948
|
},
|
949
949
|
{
|
950
950
|
"disabled": false,
|
@@ -958,13 +958,13 @@
|
|
958
958
|
},
|
959
959
|
{
|
960
960
|
"disabled": false,
|
961
|
-
"document": "
|
961
|
+
"document": "独享集群的资源容量大小。",
|
962
962
|
"example": "{\"DiskAavilable\":1,\"DiskTotal\":10}",
|
963
963
|
"member": "CdcSize",
|
964
964
|
"name": "CdcResource",
|
965
965
|
"output_required": true,
|
966
966
|
"type": "object",
|
967
|
-
"value_allowed_null":
|
967
|
+
"value_allowed_null": false
|
968
968
|
},
|
969
969
|
{
|
970
970
|
"disabled": false,
|
@@ -3228,17 +3228,17 @@
|
|
3228
3228
|
"example": "false",
|
3229
3229
|
"member": "bool",
|
3230
3230
|
"name": "Available",
|
3231
|
-
"
|
3231
|
+
"output_required": true,
|
3232
3232
|
"type": "bool",
|
3233
3233
|
"value_allowed_null": false
|
3234
3234
|
},
|
3235
3235
|
{
|
3236
3236
|
"disabled": false,
|
3237
|
-
"document": "付费模式。取值范围:<br><li>PREPAID
|
3237
|
+
"document": "付费模式。取值范围:<br><li>PREPAID:表示预付费,即包年包月</li><br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费。</li>",
|
3238
3238
|
"example": "POSTPAID_BY_HOUR",
|
3239
3239
|
"member": "string",
|
3240
3240
|
"name": "DiskChargeType",
|
3241
|
-
"
|
3241
|
+
"output_required": true,
|
3242
3242
|
"type": "string",
|
3243
3243
|
"value_allowed_null": false
|
3244
3244
|
},
|
@@ -3248,7 +3248,7 @@
|
|
3248
3248
|
"example": "ap-guangzhou-2",
|
3249
3249
|
"member": "string",
|
3250
3250
|
"name": "Zone",
|
3251
|
-
"
|
3251
|
+
"output_required": true,
|
3252
3252
|
"type": "string",
|
3253
3253
|
"value_allowed_null": false
|
3254
3254
|
},
|
@@ -3258,29 +3258,29 @@
|
|
3258
3258
|
"example": "N1",
|
3259
3259
|
"member": "string",
|
3260
3260
|
"name": "InstanceFamily",
|
3261
|
-
"
|
3261
|
+
"output_required": true,
|
3262
3262
|
"type": "string",
|
3263
3263
|
"value_allowed_null": true
|
3264
3264
|
},
|
3265
3265
|
{
|
3266
3266
|
"disabled": false,
|
3267
|
-
"document": "云盘介质类型。取值范围:<br><li>CLOUD_BASIC
|
3267
|
+
"document": "云盘介质类型。取值范围:<br><li>CLOUD_BASIC:表示普通云硬盘</li><br><li>CLOUD_PREMIUM:表示高性能云硬盘</li><br><li>CLOUD_SSD:SSD表示SSD云硬盘。</li>",
|
3268
3268
|
"example": "CLOUD_BASIC",
|
3269
3269
|
"member": "string",
|
3270
3270
|
"name": "DiskType",
|
3271
|
-
"
|
3271
|
+
"output_required": true,
|
3272
3272
|
"type": "string",
|
3273
3273
|
"value_allowed_null": false
|
3274
3274
|
},
|
3275
3275
|
{
|
3276
3276
|
"disabled": false,
|
3277
|
-
"document": "云盘大小变化的最小步长,单位GB
|
3277
|
+
"document": "云盘大小变化的最小步长,单位GB。",
|
3278
3278
|
"example": "10",
|
3279
3279
|
"member": "uint64",
|
3280
3280
|
"name": "StepSize",
|
3281
|
-
"
|
3281
|
+
"output_required": true,
|
3282
3282
|
"type": "int",
|
3283
|
-
"value_allowed_null":
|
3283
|
+
"value_allowed_null": false
|
3284
3284
|
},
|
3285
3285
|
{
|
3286
3286
|
"disabled": false,
|
@@ -3288,7 +3288,7 @@
|
|
3288
3288
|
"example": "null",
|
3289
3289
|
"member": "int64",
|
3290
3290
|
"name": "ExtraPerformanceRange",
|
3291
|
-
"
|
3291
|
+
"output_required": true,
|
3292
3292
|
"type": "list",
|
3293
3293
|
"value_allowed_null": true
|
3294
3294
|
},
|
@@ -3298,17 +3298,17 @@
|
|
3298
3298
|
"example": "null",
|
3299
3299
|
"member": "string",
|
3300
3300
|
"name": "DeviceClass",
|
3301
|
-
"
|
3301
|
+
"output_required": true,
|
3302
3302
|
"type": "string",
|
3303
3303
|
"value_allowed_null": true
|
3304
3304
|
},
|
3305
3305
|
{
|
3306
3306
|
"disabled": false,
|
3307
|
-
"document": "云盘类型。取值范围:<br><li>SYSTEM_DISK
|
3307
|
+
"document": "云盘类型。取值范围:<br><li>SYSTEM_DISK:表示系统盘</li><br><li>DATA_DISK:表示数据盘。</li>",
|
3308
3308
|
"example": "DATA_DISK",
|
3309
3309
|
"member": "string",
|
3310
3310
|
"name": "DiskUsage",
|
3311
|
-
"
|
3311
|
+
"output_required": true,
|
3312
3312
|
"type": "string",
|
3313
3313
|
"value_allowed_null": false
|
3314
3314
|
},
|
@@ -3318,7 +3318,7 @@
|
|
3318
3318
|
"example": "10",
|
3319
3319
|
"member": "uint64",
|
3320
3320
|
"name": "MinDiskSize",
|
3321
|
-
"
|
3321
|
+
"output_required": true,
|
3322
3322
|
"type": "int",
|
3323
3323
|
"value_allowed_null": false
|
3324
3324
|
},
|
@@ -3328,19 +3328,19 @@
|
|
3328
3328
|
"example": "32000",
|
3329
3329
|
"member": "uint64",
|
3330
3330
|
"name": "MaxDiskSize",
|
3331
|
-
"
|
3331
|
+
"output_required": true,
|
3332
3332
|
"type": "int",
|
3333
3333
|
"value_allowed_null": false
|
3334
3334
|
},
|
3335
3335
|
{
|
3336
3336
|
"disabled": false,
|
3337
|
-
"document": "
|
3337
|
+
"document": "描述预付费或后付费云盘的价格。",
|
3338
3338
|
"example": "{\"UnitPriceDiscount\":0.09,\"UnitPrice\":0.09,\"ChargeDiskSize\":100,\"ChargeUnit\":\"HOUR\"}",
|
3339
3339
|
"member": "Price",
|
3340
3340
|
"name": "Price",
|
3341
|
-
"
|
3341
|
+
"output_required": true,
|
3342
3342
|
"type": "object",
|
3343
|
-
"value_allowed_null":
|
3343
|
+
"value_allowed_null": false
|
3344
3344
|
}
|
3345
3345
|
],
|
3346
3346
|
"usage": "out"
|