tccli 3.0.1113.1__py2.py3-none-any.whl → 3.0.1115.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/asr/v20190614/api.json +1 -1
- tccli/services/cat/v20180409/api.json +2 -2
- tccli/services/cat/v20180409/examples.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +9 -0
- tccli/services/cynosdb/v20190107/api.json +151 -50
- tccli/services/dasb/dasb_client.py +347 -29
- tccli/services/dasb/v20191018/api.json +966 -13
- tccli/services/dasb/v20191018/examples.json +48 -0
- tccli/services/dbbrain/dbbrain_client.py +110 -4
- tccli/services/dbbrain/v20210527/api.json +235 -5
- tccli/services/dbbrain/v20210527/examples.json +23 -1
- tccli/services/dlc/dlc_client.py +190 -31
- tccli/services/dlc/v20210125/api.json +176 -0
- tccli/services/dlc/v20210125/examples.json +24 -0
- tccli/services/dsgc/v20190723/api.json +30 -17
- tccli/services/dsgc/v20190723/examples.json +1 -1
- tccli/services/ess/ess_client.py +110 -4
- tccli/services/ess/v20201111/api.json +146 -1
- tccli/services/ess/v20201111/examples.json +17 -1
- tccli/services/essbasic/v20210526/api.json +12 -2
- tccli/services/essbasic/v20210526/examples.json +4 -4
- tccli/services/hunyuan/v20230901/api.json +6 -6
- tccli/services/hunyuan/v20230901/examples.json +6 -6
- tccli/services/iotexplorer/iotexplorer_client.py +326 -8
- tccli/services/iotexplorer/v20190423/api.json +583 -0
- tccli/services/iotexplorer/v20190423/examples.json +48 -0
- tccli/services/monitor/v20180724/api.json +27 -0
- tccli/services/mps/v20190612/api.json +67 -1
- tccli/services/svp/svp_client.py +159 -0
- tccli/services/svp/v20240125/api.json +723 -0
- tccli/services/svp/v20240125/examples.json +24 -0
- tccli/services/tdmq/v20200217/api.json +2 -2
- tccli/services/tione/v20211111/api.json +11 -0
- {tccli-3.0.1113.1.dist-info → tccli-3.0.1115.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1113.1.dist-info → tccli-3.0.1115.1.dist-info}/RECORD +39 -39
- {tccli-3.0.1113.1.dist-info → tccli-3.0.1115.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1113.1.dist-info → tccli-3.0.1115.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1113.1.dist-info → tccli-3.0.1115.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1115.1'
|
@@ -1694,7 +1694,7 @@
|
|
1694
1694
|
},
|
1695
1695
|
{
|
1696
1696
|
"disabled": false,
|
1697
|
-
"document": "临时热词表:该参数用于提升识别准确率。\n单个热词限制:\"热词|权重\",单个热词不超过30个字符(最多10个汉字),权重1-11或者100,如:“腾讯云|5” 或 “ASR|11”;\n临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;\n参数 hotword_list
|
1697
|
+
"document": "临时热词表:该参数用于提升识别准确率。\n单个热词限制:\"热词|权重\",单个热词不超过30个字符(最多10个汉字),权重1-11或者100,如:“腾讯云|5” 或 “ASR|11”;\n临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;\n参数 hotword_list(临时热词表) 与 hotword_id(热词表) 区别:\nhotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;\nhotword_list:临时热词表。每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表。适用于有极大量热词需求的用户;\n注意:\n• 如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list;\n• 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。\n• 热词权重设置为100时,当前热词开启热词增强同音替换功能(仅支持8k_zh,16k_zh),举例:热词配置“蜜制|100”时,与“蜜制”同拼音(mizhi)的“秘制”的识别结果会被强制替换成“蜜制”。因此建议客户根据自己的实际情况开启该功能。建议仅将重要且必须生效的热词设置到100,设置过多权重为100的热词将影响整体字准率。",
|
1698
1698
|
"example": "无",
|
1699
1699
|
"member": "string",
|
1700
1700
|
"name": "HotwordList",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
38
|
"DescribeProbeMetricData": {
|
39
|
-
"document": "查询云拨测指标数据,指标支持使用sum,avg,max,min
|
39
|
+
"document": "查询云拨测指标数据,指标支持使用sum,avg,max,min聚合函数进行指标数据查询\n拨测频率与groupby聚合时间设置关联,如拨测频率为 30 分钟,则 grouby 聚合时间建议设置为大于30分钟,避免出现查询数据为空的情况",
|
40
40
|
"input": "DescribeProbeMetricDataRequest",
|
41
41
|
"name": "列出云拨测指标详细数据",
|
42
42
|
"output": "DescribeProbeMetricDataResponse",
|
@@ -670,7 +670,7 @@
|
|
670
670
|
"members": [
|
671
671
|
{
|
672
672
|
"disabled": false,
|
673
|
-
"document": "返回指标 JSON
|
673
|
+
"document": " 返回指标 JSON 序列化后的字符串,具体如下所示:\"[{\\\"name\\\":\\\"task_navigate_request_gauge\\\",\\\"columns\\\":[\\\"time\\\",\\\"avg(first_screen_time) / 1000\\\"],\\\"values\\\":[[1641571200,6.756600000000001]],\\\"tags\\\":null}]\"",
|
674
674
|
"example": "\"\"",
|
675
675
|
"member": "string",
|
676
676
|
"name": "MetricSet",
|
@@ -49,8 +49,8 @@
|
|
49
49
|
"DescribeProbeMetricData": [
|
50
50
|
{
|
51
51
|
"document": "请求浏览数据",
|
52
|
-
"input": "POST / HTTP/1.1\nHost: cat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProbeMetricData\n<公共请求参数>\n\n{\n \"AnalyzeTaskType\": \"
|
53
|
-
"output": "{\n \"Response\": {\n \"MetricSet\": \"
|
52
|
+
"input": "POST / HTTP/1.1\nHost: cat.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProbeMetricData\n<公共请求参数>\n\n{\n \"AnalyzeTaskType\": \"AnalyzeTaskType_Network\",\n \"MetricType\": \"gauge\",\n \"Field\": \"sum(\\\"error_count\\\")\",\n \"GroupBy\": \"time(30d), \\\"operator\\\"\",\n \"Filters\": [\n \"\\\"host\\\" = 'default-host'\",\n \"time >= now()-1h\"\n ]\n}",
|
53
|
+
"output": "{\n \"Response\": {\n \"MetricSet\": \"[{\\\"name\\\":\\\"netenv_request_gauge\\\",\\\"columns\\\":[\\\"time\\\",\\\"sum(error_count)\\\"],\\\"values\\\":[[xxxxx,xxxxx]],\\\"tags\\\":null}]\",\n \"RequestId\": \"xxxxx\"\n }\n}",
|
54
54
|
"title": "请求浏览数据"
|
55
55
|
}
|
56
56
|
],
|
@@ -1564,6 +1564,15 @@
|
|
1564
1564
|
"name": "MemoryUsage",
|
1565
1565
|
"required": false,
|
1566
1566
|
"type": "string"
|
1567
|
+
},
|
1568
|
+
{
|
1569
|
+
"disabled": false,
|
1570
|
+
"document": "IsQuery条件",
|
1571
|
+
"example": "无",
|
1572
|
+
"member": "int64",
|
1573
|
+
"name": "IsQuery",
|
1574
|
+
"required": false,
|
1575
|
+
"type": "int"
|
1567
1576
|
}
|
1568
1577
|
],
|
1569
1578
|
"type": "object"
|
@@ -1288,6 +1288,15 @@
|
|
1288
1288
|
"required": true,
|
1289
1289
|
"type": "int"
|
1290
1290
|
},
|
1291
|
+
{
|
1292
|
+
"disabled": false,
|
1293
|
+
"document": "实例机器类型",
|
1294
|
+
"example": "无",
|
1295
|
+
"member": "string",
|
1296
|
+
"name": "DeviceType",
|
1297
|
+
"required": false,
|
1298
|
+
"type": "string"
|
1299
|
+
},
|
1291
1300
|
{
|
1292
1301
|
"disabled": true,
|
1293
1302
|
"document": "实例组ID,在已有RO组中新增实例时使用,不传则新增RO组。当前版本不建议传输该值。",
|
@@ -3225,6 +3234,26 @@
|
|
3225
3234
|
"output_required": false,
|
3226
3235
|
"type": "string",
|
3227
3236
|
"value_allowed_null": true
|
3237
|
+
},
|
3238
|
+
{
|
3239
|
+
"disabled": false,
|
3240
|
+
"document": "实例任务信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
3241
|
+
"example": "无",
|
3242
|
+
"member": "ObjectTask",
|
3243
|
+
"name": "InstanceTasks",
|
3244
|
+
"output_required": false,
|
3245
|
+
"type": "list",
|
3246
|
+
"value_allowed_null": true
|
3247
|
+
},
|
3248
|
+
{
|
3249
|
+
"disabled": false,
|
3250
|
+
"document": "实例机器类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
3251
|
+
"example": "无",
|
3252
|
+
"member": "string",
|
3253
|
+
"name": "InstanceDeviceType",
|
3254
|
+
"output_required": false,
|
3255
|
+
"type": "string",
|
3256
|
+
"value_allowed_null": true
|
3228
3257
|
}
|
3229
3258
|
],
|
3230
3259
|
"usage": "out"
|
@@ -6369,6 +6398,16 @@
|
|
6369
6398
|
"output_required": false,
|
6370
6399
|
"type": "object",
|
6371
6400
|
"value_allowed_null": true
|
6401
|
+
},
|
6402
|
+
{
|
6403
|
+
"disabled": false,
|
6404
|
+
"document": "实例机器类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
6405
|
+
"example": "无",
|
6406
|
+
"member": "string",
|
6407
|
+
"name": "DeviceType",
|
6408
|
+
"output_required": false,
|
6409
|
+
"type": "string",
|
6410
|
+
"value_allowed_null": true
|
6372
6411
|
}
|
6373
6412
|
],
|
6374
6413
|
"usage": "out"
|
@@ -9953,6 +9992,15 @@
|
|
9953
9992
|
"name": "IncludeZoneStocks",
|
9954
9993
|
"required": false,
|
9955
9994
|
"type": "bool"
|
9995
|
+
},
|
9996
|
+
{
|
9997
|
+
"disabled": false,
|
9998
|
+
"document": "实例机器类型",
|
9999
|
+
"example": "无",
|
10000
|
+
"member": "string",
|
10001
|
+
"name": "DeviceType",
|
10002
|
+
"required": false,
|
10003
|
+
"type": "string"
|
9956
10004
|
}
|
9957
10005
|
],
|
9958
10006
|
"type": "object"
|
@@ -11773,6 +11821,15 @@
|
|
11773
11821
|
"required": true,
|
11774
11822
|
"type": "string"
|
11775
11823
|
},
|
11824
|
+
{
|
11825
|
+
"disabled": false,
|
11826
|
+
"document": "实例设备类型",
|
11827
|
+
"example": "无",
|
11828
|
+
"member": "string",
|
11829
|
+
"name": "DeviceType",
|
11830
|
+
"required": false,
|
11831
|
+
"type": "string"
|
11832
|
+
},
|
11776
11833
|
{
|
11777
11834
|
"disabled": false,
|
11778
11835
|
"document": "CPU核数,PREPAID与POSTPAID实例类型必传",
|
@@ -11839,7 +11896,7 @@
|
|
11839
11896
|
"example": "无",
|
11840
11897
|
"member": "TradePrice",
|
11841
11898
|
"name": "InstancePrice",
|
11842
|
-
"
|
11899
|
+
"output_required": true,
|
11843
11900
|
"type": "object",
|
11844
11901
|
"value_allowed_null": false
|
11845
11902
|
},
|
@@ -11849,7 +11906,7 @@
|
|
11849
11906
|
"example": "无",
|
11850
11907
|
"member": "TradePrice",
|
11851
11908
|
"name": "StoragePrice",
|
11852
|
-
"
|
11909
|
+
"output_required": true,
|
11853
11910
|
"type": "object",
|
11854
11911
|
"value_allowed_null": false
|
11855
11912
|
},
|
@@ -12368,6 +12425,15 @@
|
|
12368
12425
|
"name": "MaxRoCpu",
|
12369
12426
|
"required": false,
|
12370
12427
|
"type": "float"
|
12428
|
+
},
|
12429
|
+
{
|
12430
|
+
"disabled": false,
|
12431
|
+
"document": "实例机器类型",
|
12432
|
+
"example": "无",
|
12433
|
+
"member": "string",
|
12434
|
+
"name": "DeviceType",
|
12435
|
+
"required": false,
|
12436
|
+
"type": "string"
|
12371
12437
|
}
|
12372
12438
|
],
|
12373
12439
|
"usage": "in"
|
@@ -13949,7 +14015,7 @@
|
|
13949
14015
|
{
|
13950
14016
|
"disabled": false,
|
13951
14017
|
"document": "变配后CPU",
|
13952
|
-
"example": "",
|
14018
|
+
"example": "无",
|
13953
14019
|
"member": "int64",
|
13954
14020
|
"name": "Cpu",
|
13955
14021
|
"output_required": true,
|
@@ -13959,7 +14025,7 @@
|
|
13959
14025
|
{
|
13960
14026
|
"disabled": false,
|
13961
14027
|
"document": "变配后内存",
|
13962
|
-
"example": "",
|
14028
|
+
"example": "无",
|
13963
14029
|
"member": "int64",
|
13964
14030
|
"name": "Memory",
|
13965
14031
|
"output_required": true,
|
@@ -13969,7 +14035,7 @@
|
|
13969
14035
|
{
|
13970
14036
|
"disabled": false,
|
13971
14037
|
"document": "变配后存储上限",
|
13972
|
-
"example": "",
|
14038
|
+
"example": "无",
|
13973
14039
|
"member": "int64",
|
13974
14040
|
"name": "StorageLimit",
|
13975
14041
|
"output_required": true,
|
@@ -13979,7 +14045,7 @@
|
|
13979
14045
|
{
|
13980
14046
|
"disabled": false,
|
13981
14047
|
"document": "变配前CPU",
|
13982
|
-
"example": "",
|
14048
|
+
"example": "无",
|
13983
14049
|
"member": "int64",
|
13984
14050
|
"name": "OldCpu",
|
13985
14051
|
"output_required": true,
|
@@ -13989,7 +14055,7 @@
|
|
13989
14055
|
{
|
13990
14056
|
"disabled": false,
|
13991
14057
|
"document": "变配前内存",
|
13992
|
-
"example": "",
|
14058
|
+
"example": "无",
|
13993
14059
|
"member": "int64",
|
13994
14060
|
"name": "OldMemory",
|
13995
14061
|
"output_required": true,
|
@@ -13999,17 +14065,37 @@
|
|
13999
14065
|
{
|
14000
14066
|
"disabled": false,
|
14001
14067
|
"document": "变配前存储上限",
|
14002
|
-
"example": "",
|
14068
|
+
"example": "无",
|
14003
14069
|
"member": "int64",
|
14004
14070
|
"name": "OldStorageLimit",
|
14005
14071
|
"output_required": true,
|
14006
14072
|
"type": "int",
|
14007
14073
|
"value_allowed_null": false
|
14008
14074
|
},
|
14075
|
+
{
|
14076
|
+
"disabled": false,
|
14077
|
+
"document": "变配前实例机器类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
14078
|
+
"example": "无",
|
14079
|
+
"member": "string",
|
14080
|
+
"name": "OldDeviceType",
|
14081
|
+
"output_required": false,
|
14082
|
+
"type": "string",
|
14083
|
+
"value_allowed_null": true
|
14084
|
+
},
|
14085
|
+
{
|
14086
|
+
"disabled": false,
|
14087
|
+
"document": "变配后实例机器类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
14088
|
+
"example": "无",
|
14089
|
+
"member": "string",
|
14090
|
+
"name": "DeviceType",
|
14091
|
+
"output_required": false,
|
14092
|
+
"type": "string",
|
14093
|
+
"value_allowed_null": true
|
14094
|
+
},
|
14009
14095
|
{
|
14010
14096
|
"disabled": false,
|
14011
14097
|
"document": "升级方式。升级完成后切换或维护时间内切换",
|
14012
|
-
"example": "",
|
14098
|
+
"example": "无",
|
14013
14099
|
"member": "string",
|
14014
14100
|
"name": "UpgradeType",
|
14015
14101
|
"output_required": true,
|
@@ -15989,8 +16075,7 @@
|
|
15989
16075
|
"member": "string",
|
15990
16076
|
"name": "ParamName",
|
15991
16077
|
"required": true,
|
15992
|
-
"type": "string"
|
15993
|
-
"value_allowed_null": false
|
16078
|
+
"type": "string"
|
15994
16079
|
},
|
15995
16080
|
{
|
15996
16081
|
"disabled": false,
|
@@ -15999,8 +16084,7 @@
|
|
15999
16084
|
"member": "string",
|
16000
16085
|
"name": "CurrentValue",
|
16001
16086
|
"required": true,
|
16002
|
-
"type": "string"
|
16003
|
-
"value_allowed_null": false
|
16087
|
+
"type": "string"
|
16004
16088
|
},
|
16005
16089
|
{
|
16006
16090
|
"disabled": false,
|
@@ -16009,8 +16093,7 @@
|
|
16009
16093
|
"member": "string",
|
16010
16094
|
"name": "OldValue",
|
16011
16095
|
"required": true,
|
16012
|
-
"type": "string"
|
16013
|
-
"value_allowed_null": false
|
16096
|
+
"type": "string"
|
16014
16097
|
}
|
16015
16098
|
],
|
16016
16099
|
"usage": "in"
|
@@ -17698,6 +17781,24 @@
|
|
17698
17781
|
"required": true,
|
17699
17782
|
"type": "string"
|
17700
17783
|
},
|
17784
|
+
{
|
17785
|
+
"disabled": false,
|
17786
|
+
"document": "所属VPC网络ID",
|
17787
|
+
"example": "vpc-1ptuei0b",
|
17788
|
+
"member": "string",
|
17789
|
+
"name": "UniqVpcId",
|
17790
|
+
"required": false,
|
17791
|
+
"type": "string"
|
17792
|
+
},
|
17793
|
+
{
|
17794
|
+
"disabled": false,
|
17795
|
+
"document": "所属子网ID",
|
17796
|
+
"example": "subnet-1tmw9t4o",
|
17797
|
+
"member": "string",
|
17798
|
+
"name": "UniqSubnetId",
|
17799
|
+
"required": false,
|
17800
|
+
"type": "string"
|
17801
|
+
},
|
17701
17802
|
{
|
17702
17803
|
"disabled": false,
|
17703
17804
|
"document": "集群名称,长度小于64个字符,每个字符取值范围:大/小写字母,数字,特殊符号('-','_','.')",
|
@@ -17709,19 +17810,19 @@
|
|
17709
17810
|
},
|
17710
17811
|
{
|
17711
17812
|
"disabled": false,
|
17712
|
-
"document": "
|
17713
|
-
"example": "
|
17714
|
-
"member": "
|
17715
|
-
"name": "
|
17813
|
+
"document": "快照回档,表示snapshotId;时间点回档,表示queryId,为0,表示需要判断时间点是否有效",
|
17814
|
+
"example": "0",
|
17815
|
+
"member": "uint64",
|
17816
|
+
"name": "RollbackId",
|
17716
17817
|
"required": false,
|
17717
|
-
"type": "
|
17818
|
+
"type": "int"
|
17718
17819
|
},
|
17719
17820
|
{
|
17720
17821
|
"disabled": false,
|
17721
|
-
"document": "
|
17722
|
-
"example": "
|
17822
|
+
"document": "时间点回档,指定时间;快照回档,快照时间",
|
17823
|
+
"example": "2021-04-26 18:13:10",
|
17723
17824
|
"member": "string",
|
17724
|
-
"name": "
|
17825
|
+
"name": "ExpectTime",
|
17725
17826
|
"required": false,
|
17726
17827
|
"type": "string"
|
17727
17828
|
},
|
@@ -17734,6 +17835,15 @@
|
|
17734
17835
|
"required": false,
|
17735
17836
|
"type": "int"
|
17736
17837
|
},
|
17838
|
+
{
|
17839
|
+
"disabled": false,
|
17840
|
+
"document": "集群创建需要绑定的tag数组信息",
|
17841
|
+
"example": "无",
|
17842
|
+
"member": "Tag",
|
17843
|
+
"name": "ResourceTags",
|
17844
|
+
"required": false,
|
17845
|
+
"type": "list"
|
17846
|
+
},
|
17737
17847
|
{
|
17738
17848
|
"disabled": false,
|
17739
17849
|
"document": "Db类型\n当DbType为MYSQL时可选(默认NORMAL):\n<li>NORMAL</li>\n<li>SERVERLESS</li>",
|
@@ -17806,15 +17916,6 @@
|
|
17806
17916
|
"required": false,
|
17807
17917
|
"type": "list"
|
17808
17918
|
},
|
17809
|
-
{
|
17810
|
-
"disabled": false,
|
17811
|
-
"document": "0-下单并支付 1-下单",
|
17812
|
-
"example": "无",
|
17813
|
-
"member": "int64",
|
17814
|
-
"name": "DealMode",
|
17815
|
-
"required": false,
|
17816
|
-
"type": "int"
|
17817
|
-
},
|
17818
17919
|
{
|
17819
17920
|
"disabled": false,
|
17820
17921
|
"document": "参数模板ID,可以通过查询参数模板信息DescribeParamTemplates获得参数模板ID",
|
@@ -17824,15 +17925,6 @@
|
|
17824
17925
|
"required": false,
|
17825
17926
|
"type": "int"
|
17826
17927
|
},
|
17827
|
-
{
|
17828
|
-
"disabled": false,
|
17829
|
-
"document": "集群创建需要绑定的tag数组信息",
|
17830
|
-
"example": "无",
|
17831
|
-
"member": "Tag",
|
17832
|
-
"name": "ResourceTags",
|
17833
|
-
"required": false,
|
17834
|
-
"type": "list"
|
17835
|
-
},
|
17836
17928
|
{
|
17837
17929
|
"disabled": false,
|
17838
17930
|
"document": "实例初始化配置信息,主要用于购买集群时选不同规格实例",
|
@@ -17844,21 +17936,21 @@
|
|
17844
17936
|
},
|
17845
17937
|
{
|
17846
17938
|
"disabled": false,
|
17847
|
-
"document": "
|
17848
|
-
"example": "
|
17849
|
-
"member": "
|
17850
|
-
"name": "
|
17939
|
+
"document": "0-下单并支付 1-下单",
|
17940
|
+
"example": "无",
|
17941
|
+
"member": "int64",
|
17942
|
+
"name": "DealMode",
|
17851
17943
|
"required": false,
|
17852
17944
|
"type": "int"
|
17853
17945
|
},
|
17854
17946
|
{
|
17855
17947
|
"disabled": false,
|
17856
|
-
"document": "
|
17857
|
-
"example": "
|
17858
|
-
"member": "
|
17859
|
-
"name": "
|
17948
|
+
"document": "计算节点付费模式:0-按量计费,1-预付费",
|
17949
|
+
"example": "无",
|
17950
|
+
"member": "int64",
|
17951
|
+
"name": "PayMode",
|
17860
17952
|
"required": false,
|
17861
|
-
"type": "
|
17953
|
+
"type": "int"
|
17862
17954
|
}
|
17863
17955
|
],
|
17864
17956
|
"type": "object"
|
@@ -19441,6 +19533,15 @@
|
|
19441
19533
|
"required": true,
|
19442
19534
|
"type": "string"
|
19443
19535
|
},
|
19536
|
+
{
|
19537
|
+
"disabled": false,
|
19538
|
+
"document": "实例机器类型",
|
19539
|
+
"example": "无",
|
19540
|
+
"member": "string",
|
19541
|
+
"name": "DeviceType",
|
19542
|
+
"required": false,
|
19543
|
+
"type": "string"
|
19544
|
+
},
|
19444
19545
|
{
|
19445
19546
|
"disabled": false,
|
19446
19547
|
"document": "该参数已废弃",
|