tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,19 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": {
|
|
3
|
-
"AddCustomizedConfig": {
|
|
4
|
-
"document": "新增个性化配置,准备下线,请使用SetCustomizedConfigForLoadBalancer。",
|
|
5
|
-
"input": "AddCustomizedConfigRequest",
|
|
6
|
-
"name": "新增个性化配置",
|
|
7
|
-
"output": "AddCustomizedConfigResponse",
|
|
8
|
-
"status": "online"
|
|
9
|
-
},
|
|
10
|
-
"AssociateCustomizedConfig": {
|
|
11
|
-
"document": "关联配置到server或location,根据配置类型关联到server或location。准备下线,请使用SetCustomizedConfigForLoadBalancer。",
|
|
12
|
-
"input": "AssociateCustomizedConfigRequest",
|
|
13
|
-
"name": "关联个性化配置",
|
|
14
|
-
"output": "AssociateCustomizedConfigResponse",
|
|
15
|
-
"status": "online"
|
|
16
|
-
},
|
|
17
3
|
"AssociateTargetGroups": {
|
|
18
4
|
"document": "本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。\n限制说明:\n- 四层监听器绑定旧版目标组需要监听器开启后端目标组。\n- 七层绑定目标组,数据结构 TargetGroupAssociation 中 LocationId 为必填项。\n- 负载均衡的 VPC 需要和目标组的 VPC 一致。",
|
|
19
5
|
"input": "AssociateTargetGroupsRequest",
|
|
@@ -112,13 +98,6 @@
|
|
|
112
98
|
"output": "CreateTopicResponse",
|
|
113
99
|
"status": "online"
|
|
114
100
|
},
|
|
115
|
-
"DeleteCustomizedConfig": {
|
|
116
|
-
"document": "删除个性化配置,准备下线,请使用SetCustomizedConfigForLoadBalancer。",
|
|
117
|
-
"input": "DeleteCustomizedConfigRequest",
|
|
118
|
-
"name": "删除个性化配置",
|
|
119
|
-
"output": "DeleteCustomizedConfigResponse",
|
|
120
|
-
"status": "online"
|
|
121
|
-
},
|
|
122
101
|
"DeleteListener": {
|
|
123
102
|
"document": "本接口用来删除负载均衡实例下的监听器(四层和七层)。\n本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。",
|
|
124
103
|
"input": "DeleteListenerRequest",
|
|
@@ -406,13 +385,6 @@
|
|
|
406
385
|
"output": "DescribeTaskStatusResponse",
|
|
407
386
|
"status": "online"
|
|
408
387
|
},
|
|
409
|
-
"DisassociateCustomizedConfig": {
|
|
410
|
-
"document": "去关联个性化配置,准备下线,请使用SetCustomizedConfigForLoadBalancer。",
|
|
411
|
-
"input": "DisassociateCustomizedConfigRequest",
|
|
412
|
-
"name": "去关联个性化配置",
|
|
413
|
-
"output": "DisassociateCustomizedConfigResponse",
|
|
414
|
-
"status": "online"
|
|
415
|
-
},
|
|
416
388
|
"DisassociateTargetGroups": {
|
|
417
389
|
"document": "解除规则的目标组关联关系。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。\n当解绑七层转发规则时,LocationId 为必填项。",
|
|
418
390
|
"input": "DisassociateTargetGroupsRequest",
|
|
@@ -469,13 +441,6 @@
|
|
|
469
441
|
"output": "ModifyBlockIPListResponse",
|
|
470
442
|
"status": "online"
|
|
471
443
|
},
|
|
472
|
-
"ModifyCustomizedConfig": {
|
|
473
|
-
"document": "修改个性化配置。如果配置已经绑定clb、server或location,同时更新。准备下线,请使用SetCustomizedConfigForLoadBalancer。",
|
|
474
|
-
"input": "ModifyCustomizedConfigRequest",
|
|
475
|
-
"name": "修改个性化配置",
|
|
476
|
-
"output": "ModifyCustomizedConfigResponse",
|
|
477
|
-
"status": "online"
|
|
478
|
-
},
|
|
479
444
|
"ModifyDomain": {
|
|
480
445
|
"document": "ModifyDomain接口用来修改负载均衡七层监听器下的域名。\n本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。",
|
|
481
446
|
"input": "ModifyDomainRequest",
|
|
@@ -652,97 +617,6 @@
|
|
|
652
617
|
"serviceShortName": "clb"
|
|
653
618
|
},
|
|
654
619
|
"objects": {
|
|
655
|
-
"AddCustomizedConfigRequest": {
|
|
656
|
-
"document": "AddCustomizedConfig请求参数结构体",
|
|
657
|
-
"members": [
|
|
658
|
-
{
|
|
659
|
-
"disabled": false,
|
|
660
|
-
"document": "配置名字",
|
|
661
|
-
"example": "myconf",
|
|
662
|
-
"member": "string",
|
|
663
|
-
"name": "ConfigName",
|
|
664
|
-
"required": true,
|
|
665
|
-
"type": "string"
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"disabled": false,
|
|
669
|
-
"document": "配置类型,取值范围[\"CLB\", \"SERVER\", \"LOCATION\"],分别表示CLB配置,server配置,location配置。",
|
|
670
|
-
"example": "CLB",
|
|
671
|
-
"member": "string",
|
|
672
|
-
"name": "ConfigType",
|
|
673
|
-
"required": true,
|
|
674
|
-
"type": "string"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"disabled": false,
|
|
678
|
-
"document": "配置内容",
|
|
679
|
-
"example": "add_header VER 1.0",
|
|
680
|
-
"member": "string",
|
|
681
|
-
"name": "ConfigContent",
|
|
682
|
-
"required": true,
|
|
683
|
-
"type": "string"
|
|
684
|
-
}
|
|
685
|
-
],
|
|
686
|
-
"type": "object"
|
|
687
|
-
},
|
|
688
|
-
"AddCustomizedConfigResponse": {
|
|
689
|
-
"document": "AddCustomizedConfig返回参数结构体",
|
|
690
|
-
"members": [
|
|
691
|
-
{
|
|
692
|
-
"disabled": false,
|
|
693
|
-
"document": "配置ID",
|
|
694
|
-
"example": "pz-xxxxxxxx",
|
|
695
|
-
"member": "string",
|
|
696
|
-
"name": "ConfigId",
|
|
697
|
-
"output_required": true,
|
|
698
|
-
"type": "string",
|
|
699
|
-
"value_allowed_null": false
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
703
|
-
"member": "string",
|
|
704
|
-
"name": "RequestId",
|
|
705
|
-
"type": "string"
|
|
706
|
-
}
|
|
707
|
-
],
|
|
708
|
-
"type": "object"
|
|
709
|
-
},
|
|
710
|
-
"AssociateCustomizedConfigRequest": {
|
|
711
|
-
"document": "AssociateCustomizedConfig请求参数结构体",
|
|
712
|
-
"members": [
|
|
713
|
-
{
|
|
714
|
-
"disabled": false,
|
|
715
|
-
"document": "配置ID",
|
|
716
|
-
"example": "pz-clweh**c1",
|
|
717
|
-
"member": "string",
|
|
718
|
-
"name": "UconfigId",
|
|
719
|
-
"required": true,
|
|
720
|
-
"type": "string"
|
|
721
|
-
},
|
|
722
|
-
{
|
|
723
|
-
"disabled": false,
|
|
724
|
-
"document": "关联的server或location",
|
|
725
|
-
"example": "无",
|
|
726
|
-
"member": "BindItem",
|
|
727
|
-
"name": "BindList",
|
|
728
|
-
"required": true,
|
|
729
|
-
"type": "list"
|
|
730
|
-
}
|
|
731
|
-
],
|
|
732
|
-
"type": "object"
|
|
733
|
-
},
|
|
734
|
-
"AssociateCustomizedConfigResponse": {
|
|
735
|
-
"document": "AssociateCustomizedConfig返回参数结构体",
|
|
736
|
-
"members": [
|
|
737
|
-
{
|
|
738
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
739
|
-
"member": "string",
|
|
740
|
-
"name": "RequestId",
|
|
741
|
-
"type": "string"
|
|
742
|
-
}
|
|
743
|
-
],
|
|
744
|
-
"type": "object"
|
|
745
|
-
},
|
|
746
620
|
"AssociateTargetGroupsRequest": {
|
|
747
621
|
"document": "AssociateTargetGroups请求参数结构体",
|
|
748
622
|
"members": [
|
|
@@ -1440,56 +1314,6 @@
|
|
|
1440
1314
|
],
|
|
1441
1315
|
"usage": "out"
|
|
1442
1316
|
},
|
|
1443
|
-
"BindItem": {
|
|
1444
|
-
"document": "配置绑定关系",
|
|
1445
|
-
"members": [
|
|
1446
|
-
{
|
|
1447
|
-
"disabled": false,
|
|
1448
|
-
"document": "配置绑定的CLB ID",
|
|
1449
|
-
"example": "lb-6e6a****",
|
|
1450
|
-
"member": "string",
|
|
1451
|
-
"name": "LoadBalancerId",
|
|
1452
|
-
"output_required": true,
|
|
1453
|
-
"required": true,
|
|
1454
|
-
"type": "string",
|
|
1455
|
-
"value_allowed_null": false
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"disabled": false,
|
|
1459
|
-
"document": "配置绑定的监听器ID",
|
|
1460
|
-
"example": "lbl-cuxw****",
|
|
1461
|
-
"member": "string",
|
|
1462
|
-
"name": "ListenerId",
|
|
1463
|
-
"output_required": true,
|
|
1464
|
-
"required": true,
|
|
1465
|
-
"type": "string",
|
|
1466
|
-
"value_allowed_null": false
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"disabled": false,
|
|
1470
|
-
"document": "配置绑定的域名",
|
|
1471
|
-
"example": "www.test.com",
|
|
1472
|
-
"member": "string",
|
|
1473
|
-
"name": "Domain",
|
|
1474
|
-
"output_required": true,
|
|
1475
|
-
"required": true,
|
|
1476
|
-
"type": "string",
|
|
1477
|
-
"value_allowed_null": false
|
|
1478
|
-
},
|
|
1479
|
-
{
|
|
1480
|
-
"disabled": false,
|
|
1481
|
-
"document": "配置绑定的规则",
|
|
1482
|
-
"example": "loc-4apy****",
|
|
1483
|
-
"member": "string",
|
|
1484
|
-
"name": "LocationId",
|
|
1485
|
-
"output_required": true,
|
|
1486
|
-
"required": false,
|
|
1487
|
-
"type": "string",
|
|
1488
|
-
"value_allowed_null": false
|
|
1489
|
-
}
|
|
1490
|
-
],
|
|
1491
|
-
"usage": "both"
|
|
1492
|
-
},
|
|
1493
1317
|
"BlockedIP": {
|
|
1494
1318
|
"document": "加入了12306黑名单的IP",
|
|
1495
1319
|
"members": [
|
|
@@ -3062,6 +2886,51 @@
|
|
|
3062
2886
|
"name": "DataCompressMode",
|
|
3063
2887
|
"required": false,
|
|
3064
2888
|
"type": "string"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"disabled": false,
|
|
2892
|
+
"document": "重新调度功能,权重调为0开关,打开此开关,后端服务器权重调为0时触发重新调度。仅TCP/UDP监听器支持。",
|
|
2893
|
+
"example": "false",
|
|
2894
|
+
"member": "bool",
|
|
2895
|
+
"name": "RescheduleTargetZeroWeight",
|
|
2896
|
+
"required": false,
|
|
2897
|
+
"type": "bool"
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"disabled": false,
|
|
2901
|
+
"document": "重新调度功能,健康检查异常开关,打开此开关,后端服务器健康检查异常时触发重新调度。仅TCP/UDP监听器支持。",
|
|
2902
|
+
"example": "false",
|
|
2903
|
+
"member": "bool",
|
|
2904
|
+
"name": "RescheduleUnhealthy",
|
|
2905
|
+
"required": false,
|
|
2906
|
+
"type": "bool"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"disabled": false,
|
|
2910
|
+
"document": "重新调度功能,扩容后端服务开关,打开此开关,后端服务器增加或者减少时触发重新调度。仅TCP/UDP监听器支持。",
|
|
2911
|
+
"example": "false",
|
|
2912
|
+
"member": "bool",
|
|
2913
|
+
"name": "RescheduleExpandTarget",
|
|
2914
|
+
"required": false,
|
|
2915
|
+
"type": "bool"
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"disabled": false,
|
|
2919
|
+
"document": "重新调度触发开始时间,取值0~3600s。仅TCP/UDP监听器支持。",
|
|
2920
|
+
"example": "1",
|
|
2921
|
+
"member": "int64",
|
|
2922
|
+
"name": "RescheduleStartTime",
|
|
2923
|
+
"required": false,
|
|
2924
|
+
"type": "int"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"disabled": false,
|
|
2928
|
+
"document": "重新调度触发持续时间,取值0~3600s。仅TCP/UDP监听器支持。",
|
|
2929
|
+
"example": "1",
|
|
2930
|
+
"member": "int64",
|
|
2931
|
+
"name": "RescheduleInterval",
|
|
2932
|
+
"required": false,
|
|
2933
|
+
"type": "int"
|
|
3065
2934
|
}
|
|
3066
2935
|
],
|
|
3067
2936
|
"type": "object"
|
|
@@ -3156,7 +3025,7 @@
|
|
|
3156
3025
|
},
|
|
3157
3026
|
{
|
|
3158
3027
|
"disabled": false,
|
|
3159
|
-
"document": "创建负载均衡的个数,默认值 1
|
|
3028
|
+
"document": "创建负载均衡的个数,默认值 1。创建个数不能超过账号所能创建的最大值,默认创建最大值为20。",
|
|
3160
3029
|
"example": "1",
|
|
3161
3030
|
"member": "uint64",
|
|
3162
3031
|
"name": "Number",
|
|
@@ -3184,7 +3053,7 @@
|
|
|
3184
3053
|
{
|
|
3185
3054
|
"disabled": false,
|
|
3186
3055
|
"document": "网络计费模式,最大出带宽。仅对内网属性的性能容量型实例和公网属性的所有实例生效。API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)",
|
|
3187
|
-
"example": "
|
|
3056
|
+
"example": "无",
|
|
3188
3057
|
"member": "InternetAccessible",
|
|
3189
3058
|
"name": "InternetAccessible",
|
|
3190
3059
|
"required": false,
|
|
@@ -3202,7 +3071,7 @@
|
|
|
3202
3071
|
{
|
|
3203
3072
|
"disabled": false,
|
|
3204
3073
|
"document": "购买负载均衡的同时,给负载均衡打上标签,最大支持20个标签键值对。",
|
|
3205
|
-
"example": "
|
|
3074
|
+
"example": "无",
|
|
3206
3075
|
"member": "TagInfo",
|
|
3207
3076
|
"name": "Tags",
|
|
3208
3077
|
"required": false,
|
|
@@ -3229,7 +3098,7 @@
|
|
|
3229
3098
|
{
|
|
3230
3099
|
"disabled": false,
|
|
3231
3100
|
"document": "独占型实例信息。若创建独占型的内网负载均衡实例,则此参数必填。",
|
|
3232
|
-
"example": "
|
|
3101
|
+
"example": "无",
|
|
3233
3102
|
"member": "ExclusiveCluster",
|
|
3234
3103
|
"name": "ExclusiveCluster",
|
|
3235
3104
|
"required": false,
|
|
@@ -3274,7 +3143,7 @@
|
|
|
3274
3143
|
{
|
|
3275
3144
|
"disabled": false,
|
|
3276
3145
|
"document": "开启绑定跨地域/跨Vpc绑定IP的功能后,创建SnatIp。",
|
|
3277
|
-
"example": "
|
|
3146
|
+
"example": "无",
|
|
3278
3147
|
"member": "SnatIp",
|
|
3279
3148
|
"name": "SnatIps",
|
|
3280
3149
|
"required": false,
|
|
@@ -3319,7 +3188,7 @@
|
|
|
3319
3188
|
{
|
|
3320
3189
|
"disabled": false,
|
|
3321
3190
|
"document": "创建域名化负载均衡。",
|
|
3322
|
-
"example": "
|
|
3191
|
+
"example": "true",
|
|
3323
3192
|
"member": "bool",
|
|
3324
3193
|
"name": "DynamicVip",
|
|
3325
3194
|
"required": false,
|
|
@@ -3337,7 +3206,7 @@
|
|
|
3337
3206
|
{
|
|
3338
3207
|
"disabled": false,
|
|
3339
3208
|
"document": "负载均衡实例的预付费相关属性,API接口购买包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)",
|
|
3340
|
-
"example": "
|
|
3209
|
+
"example": "无",
|
|
3341
3210
|
"member": "LBChargePrepaid",
|
|
3342
3211
|
"name": "LBChargePrepaid",
|
|
3343
3212
|
"required": false,
|
|
@@ -3818,33 +3687,6 @@
|
|
|
3818
3687
|
],
|
|
3819
3688
|
"usage": "out"
|
|
3820
3689
|
},
|
|
3821
|
-
"DeleteCustomizedConfigRequest": {
|
|
3822
|
-
"document": "DeleteCustomizedConfig请求参数结构体",
|
|
3823
|
-
"members": [
|
|
3824
|
-
{
|
|
3825
|
-
"disabled": false,
|
|
3826
|
-
"document": "删除的配置ID列表",
|
|
3827
|
-
"example": "[\"pz-efce**cu\"]",
|
|
3828
|
-
"member": "string",
|
|
3829
|
-
"name": "UconfigIdList",
|
|
3830
|
-
"required": true,
|
|
3831
|
-
"type": "list"
|
|
3832
|
-
}
|
|
3833
|
-
],
|
|
3834
|
-
"type": "object"
|
|
3835
|
-
},
|
|
3836
|
-
"DeleteCustomizedConfigResponse": {
|
|
3837
|
-
"document": "DeleteCustomizedConfig返回参数结构体",
|
|
3838
|
-
"members": [
|
|
3839
|
-
{
|
|
3840
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
3841
|
-
"member": "string",
|
|
3842
|
-
"name": "RequestId",
|
|
3843
|
-
"type": "string"
|
|
3844
|
-
}
|
|
3845
|
-
],
|
|
3846
|
-
"type": "object"
|
|
3847
|
-
},
|
|
3848
3690
|
"DeleteListenerRequest": {
|
|
3849
3691
|
"document": "DeleteListener请求参数结构体",
|
|
3850
3692
|
"members": [
|
|
@@ -3931,8 +3773,8 @@
|
|
|
3931
3773
|
},
|
|
3932
3774
|
{
|
|
3933
3775
|
"disabled": false,
|
|
3934
|
-
"document": "是否强制删除clb。
|
|
3935
|
-
"example": "
|
|
3776
|
+
"document": "是否强制删除clb。true表示强制删除,false表示不是强制删除,需要做拦截校验。\n默认为false。\n以下几种情况会默认拦截删除操作,如果触发情况1、2但确认强制删除则需要传强制校验参数ForceDelete为true。\n1、删除后端绑定大于等于 20 个 RS 的实例时。\n2、删除后端有 RS 且 5 分钟 内“出/入带宽”峰值取大 > 10Mbps 的实例时。\n3、单地域内 5 分钟 内删除大于等于 30 个实例时。",
|
|
3777
|
+
"example": "true",
|
|
3936
3778
|
"member": "bool",
|
|
3937
3779
|
"name": "ForceDelete",
|
|
3938
3780
|
"required": false,
|
|
@@ -6266,42 +6108,6 @@
|
|
|
6266
6108
|
],
|
|
6267
6109
|
"type": "object"
|
|
6268
6110
|
},
|
|
6269
|
-
"DisassociateCustomizedConfigRequest": {
|
|
6270
|
-
"document": "DisassociateCustomizedConfig请求参数结构体",
|
|
6271
|
-
"members": [
|
|
6272
|
-
{
|
|
6273
|
-
"disabled": false,
|
|
6274
|
-
"document": "配置ID",
|
|
6275
|
-
"example": "pz-ched**vd",
|
|
6276
|
-
"member": "string",
|
|
6277
|
-
"name": "UconfigId",
|
|
6278
|
-
"required": true,
|
|
6279
|
-
"type": "string"
|
|
6280
|
-
},
|
|
6281
|
-
{
|
|
6282
|
-
"disabled": false,
|
|
6283
|
-
"document": "解绑的列表",
|
|
6284
|
-
"example": "无",
|
|
6285
|
-
"member": "BindItem",
|
|
6286
|
-
"name": "BindList",
|
|
6287
|
-
"required": true,
|
|
6288
|
-
"type": "list"
|
|
6289
|
-
}
|
|
6290
|
-
],
|
|
6291
|
-
"type": "object"
|
|
6292
|
-
},
|
|
6293
|
-
"DisassociateCustomizedConfigResponse": {
|
|
6294
|
-
"document": "DisassociateCustomizedConfig返回参数结构体",
|
|
6295
|
-
"members": [
|
|
6296
|
-
{
|
|
6297
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
6298
|
-
"member": "string",
|
|
6299
|
-
"name": "RequestId",
|
|
6300
|
-
"type": "string"
|
|
6301
|
-
}
|
|
6302
|
-
],
|
|
6303
|
-
"type": "object"
|
|
6304
|
-
},
|
|
6305
6111
|
"DisassociateTargetGroupsRequest": {
|
|
6306
6112
|
"document": "DisassociateTargetGroups请求参数结构体",
|
|
6307
6113
|
"members": [
|
|
@@ -9118,51 +8924,6 @@
|
|
|
9118
8924
|
],
|
|
9119
8925
|
"type": "object"
|
|
9120
8926
|
},
|
|
9121
|
-
"ModifyCustomizedConfigRequest": {
|
|
9122
|
-
"document": "ModifyCustomizedConfig请求参数结构体",
|
|
9123
|
-
"members": [
|
|
9124
|
-
{
|
|
9125
|
-
"disabled": false,
|
|
9126
|
-
"document": "配置名字",
|
|
9127
|
-
"example": "myconf",
|
|
9128
|
-
"member": "string",
|
|
9129
|
-
"name": "ConfigName",
|
|
9130
|
-
"required": true,
|
|
9131
|
-
"type": "string"
|
|
9132
|
-
},
|
|
9133
|
-
{
|
|
9134
|
-
"disabled": false,
|
|
9135
|
-
"document": "配置ID",
|
|
9136
|
-
"example": "pz-sdf",
|
|
9137
|
-
"member": "string",
|
|
9138
|
-
"name": "UconfigId",
|
|
9139
|
-
"required": true,
|
|
9140
|
-
"type": "string"
|
|
9141
|
-
},
|
|
9142
|
-
{
|
|
9143
|
-
"disabled": false,
|
|
9144
|
-
"document": "配置内容",
|
|
9145
|
-
"example": "client_max_body_size 100M;",
|
|
9146
|
-
"member": "string",
|
|
9147
|
-
"name": "ConfigContent",
|
|
9148
|
-
"required": true,
|
|
9149
|
-
"type": "string"
|
|
9150
|
-
}
|
|
9151
|
-
],
|
|
9152
|
-
"type": "object"
|
|
9153
|
-
},
|
|
9154
|
-
"ModifyCustomizedConfigResponse": {
|
|
9155
|
-
"document": "ModifyCustomizedConfig返回参数结构体",
|
|
9156
|
-
"members": [
|
|
9157
|
-
{
|
|
9158
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
|
9159
|
-
"member": "string",
|
|
9160
|
-
"name": "RequestId",
|
|
9161
|
-
"type": "string"
|
|
9162
|
-
}
|
|
9163
|
-
],
|
|
9164
|
-
"type": "object"
|
|
9165
|
-
},
|
|
9166
8927
|
"ModifyDomainAttributesRequest": {
|
|
9167
8928
|
"document": "ModifyDomainAttributes请求参数结构体",
|
|
9168
8929
|
"members": [
|
|
@@ -9579,6 +9340,51 @@
|
|
|
9579
9340
|
"name": "DataCompressMode",
|
|
9580
9341
|
"required": false,
|
|
9581
9342
|
"type": "string"
|
|
9343
|
+
},
|
|
9344
|
+
{
|
|
9345
|
+
"disabled": false,
|
|
9346
|
+
"document": "重新调度功能,权重调为0开关,打开此开关,后端服务器权重调为0时触发重新调度。仅TCP/UDP监听器支持。",
|
|
9347
|
+
"example": "false",
|
|
9348
|
+
"member": "bool",
|
|
9349
|
+
"name": "RescheduleTargetZeroWeight",
|
|
9350
|
+
"required": false,
|
|
9351
|
+
"type": "bool"
|
|
9352
|
+
},
|
|
9353
|
+
{
|
|
9354
|
+
"disabled": false,
|
|
9355
|
+
"document": "重新调度功能,健康检查异常开关,打开此开关,后端服务器健康检查异常时触发重新调度。仅TCP/UDP监听器支持。 ",
|
|
9356
|
+
"example": "false",
|
|
9357
|
+
"member": "bool",
|
|
9358
|
+
"name": "RescheduleUnhealthy",
|
|
9359
|
+
"required": false,
|
|
9360
|
+
"type": "bool"
|
|
9361
|
+
},
|
|
9362
|
+
{
|
|
9363
|
+
"disabled": false,
|
|
9364
|
+
"document": "重新调度功能,扩容后端服务开关,打开此开关,后端服务器增加或者减少时触发重新调度。仅TCP/UDP监听器支持。",
|
|
9365
|
+
"example": "false",
|
|
9366
|
+
"member": "bool",
|
|
9367
|
+
"name": "RescheduleExpandTarget",
|
|
9368
|
+
"required": false,
|
|
9369
|
+
"type": "bool"
|
|
9370
|
+
},
|
|
9371
|
+
{
|
|
9372
|
+
"disabled": false,
|
|
9373
|
+
"document": "重新调度触发开始时间,取值0~3600s。仅TCP/UDP监听器支持。",
|
|
9374
|
+
"example": "600",
|
|
9375
|
+
"member": "int64",
|
|
9376
|
+
"name": "RescheduleStartTime",
|
|
9377
|
+
"required": false,
|
|
9378
|
+
"type": "int"
|
|
9379
|
+
},
|
|
9380
|
+
{
|
|
9381
|
+
"disabled": false,
|
|
9382
|
+
"document": "重新调度触发持续时间,取值0~3600s。仅TCP/UDP监听器支持。",
|
|
9383
|
+
"example": "600",
|
|
9384
|
+
"member": "int64",
|
|
9385
|
+
"name": "RescheduleInterval",
|
|
9386
|
+
"required": false,
|
|
9387
|
+
"type": "int"
|
|
9582
9388
|
}
|
|
9583
9389
|
],
|
|
9584
9390
|
"type": "object"
|
|
@@ -9913,6 +9719,15 @@
|
|
|
9913
9719
|
"name": "OAuth",
|
|
9914
9720
|
"required": false,
|
|
9915
9721
|
"type": "object"
|
|
9722
|
+
},
|
|
9723
|
+
{
|
|
9724
|
+
"disabled": false,
|
|
9725
|
+
"document": "自定义cookie名",
|
|
9726
|
+
"example": "test_cookie",
|
|
9727
|
+
"member": "string",
|
|
9728
|
+
"name": "CookieName",
|
|
9729
|
+
"required": false,
|
|
9730
|
+
"type": "string"
|
|
9916
9731
|
}
|
|
9917
9732
|
],
|
|
9918
9733
|
"type": "object"
|
|
@@ -11008,7 +10823,7 @@
|
|
|
11008
10823
|
{
|
|
11009
10824
|
"disabled": false,
|
|
11010
10825
|
"document": "健康检查信息。详情请参见:[健康检查](https://cloud.tencent.com/document/product/214/6097)",
|
|
11011
|
-
"example": "
|
|
10826
|
+
"example": "无",
|
|
11012
10827
|
"member": "HealthCheck",
|
|
11013
10828
|
"name": "HealthCheck",
|
|
11014
10829
|
"required": false,
|
|
@@ -11017,7 +10832,7 @@
|
|
|
11017
10832
|
{
|
|
11018
10833
|
"disabled": false,
|
|
11019
10834
|
"document": "证书信息;此参数和MultiCertInfo不能同时传入。",
|
|
11020
|
-
"example": "
|
|
10835
|
+
"example": "无",
|
|
11021
10836
|
"member": "CertificateInput",
|
|
11022
10837
|
"name": "Certificate",
|
|
11023
10838
|
"required": false,
|
|
@@ -11112,6 +10927,15 @@
|
|
|
11112
10927
|
"name": "MultiCertInfo",
|
|
11113
10928
|
"required": false,
|
|
11114
10929
|
"type": "object"
|
|
10930
|
+
},
|
|
10931
|
+
{
|
|
10932
|
+
"disabled": false,
|
|
10933
|
+
"document": "自定义cookie名",
|
|
10934
|
+
"example": "test_cookie",
|
|
10935
|
+
"member": "string",
|
|
10936
|
+
"name": "CookieName",
|
|
10937
|
+
"required": false,
|
|
10938
|
+
"type": "string"
|
|
11115
10939
|
}
|
|
11116
10940
|
],
|
|
11117
10941
|
"usage": "in"
|
|
@@ -11342,7 +11166,7 @@
|
|
|
11342
11166
|
{
|
|
11343
11167
|
"disabled": false,
|
|
11344
11168
|
"document": "绑定的目标组列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
|
11345
|
-
"example": "
|
|
11169
|
+
"example": "无",
|
|
11346
11170
|
"member": "BasicTargetGroupInfo",
|
|
11347
11171
|
"name": "TargetGroupList",
|
|
11348
11172
|
"output_required": true,
|
|
@@ -11358,6 +11182,16 @@
|
|
|
11358
11182
|
"output_required": false,
|
|
11359
11183
|
"type": "object",
|
|
11360
11184
|
"value_allowed_null": false
|
|
11185
|
+
},
|
|
11186
|
+
{
|
|
11187
|
+
"disabled": false,
|
|
11188
|
+
"document": "自定义cookie名。",
|
|
11189
|
+
"example": "test_cookie",
|
|
11190
|
+
"member": "string",
|
|
11191
|
+
"name": "CookieName",
|
|
11192
|
+
"output_required": false,
|
|
11193
|
+
"type": "string",
|
|
11194
|
+
"value_allowed_null": false
|
|
11361
11195
|
}
|
|
11362
11196
|
],
|
|
11363
11197
|
"usage": "out"
|