tccli-intl-en 3.1.13.1__py2.py3-none-any.whl → 3.1.39.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.
Files changed (75) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/advisor_client.py +56 -0
  4. tccli/services/advisor/v20200721/api.json +34 -0
  5. tccli/services/advisor/v20200721/examples.json +8 -0
  6. tccli/services/autoscaling/v20180419/api.json +41 -13
  7. tccli/services/billing/billing_client.py +172 -4
  8. tccli/services/billing/v20180709/api.json +332 -1
  9. tccli/services/billing/v20180709/examples.json +24 -0
  10. tccli/services/ccc/v20200210/api.json +71 -26
  11. tccli/services/cdb/cdb_client.py +1128 -288
  12. tccli/services/cdb/v20170320/api.json +2166 -335
  13. tccli/services/cdb/v20170320/examples.json +126 -6
  14. tccli/services/cdn/v20180606/api.json +22 -22
  15. tccli/services/cdn/v20180606/examples.json +1 -1
  16. tccli/services/ckafka/ckafka_client.py +120 -8
  17. tccli/services/ckafka/v20190819/api.json +525 -180
  18. tccli/services/ckafka/v20190819/examples.json +30 -20
  19. tccli/services/clb/v20180317/api.json +87 -87
  20. tccli/services/csip/csip_client.py +392 -0
  21. tccli/services/csip/v20221121/api.json +2050 -284
  22. tccli/services/csip/v20221121/examples.json +56 -0
  23. tccli/services/cvm/v20170312/api.json +20 -20
  24. tccli/services/cvm/v20170312/examples.json +8 -8
  25. tccli/services/emr/v20190103/api.json +6 -6
  26. tccli/services/faceid/v20180301/api.json +102 -52
  27. tccli/services/faceid/v20180301/examples.json +3 -9
  28. tccli/services/hunyuan/hunyuan_client.py +448 -0
  29. tccli/services/hunyuan/v20230901/api.json +879 -18
  30. tccli/services/hunyuan/v20230901/examples.json +64 -0
  31. tccli/services/lighthouse/lighthouse_client.py +360 -24
  32. tccli/services/lighthouse/v20200324/api.json +488 -0
  33. tccli/services/lighthouse/v20200324/examples.json +54 -0
  34. tccli/services/lkeap/v20240522/api.json +36 -0
  35. tccli/services/lkeap/v20240522/examples.json +1 -1
  36. tccli/services/mdl/v20200326/api.json +309 -38
  37. tccli/services/mdp/v20200527/api.json +191 -28
  38. tccli/services/mongodb/v20190725/api.json +39 -39
  39. tccli/services/monitor/v20180724/api.json +5 -5
  40. tccli/services/mps/mps_client.py +341 -61
  41. tccli/services/mps/v20190612/api.json +890 -31
  42. tccli/services/mps/v20190612/examples.json +40 -0
  43. tccli/services/mqtt/__init__.py +4 -0
  44. tccli/services/mqtt/mqtt_client.py +1610 -0
  45. tccli/services/mqtt/v20240516/api.json +3057 -0
  46. tccli/services/mqtt/v20240516/examples.json +213 -0
  47. tccli/services/ocr/v20181119/api.json +23 -3
  48. tccli/services/ocr/v20181119/examples.json +6 -6
  49. tccli/services/redis/v20180412/api.json +12 -12
  50. tccli/services/ses/ses_client.py +348 -12
  51. tccli/services/ses/v20201002/api.json +1197 -256
  52. tccli/services/ses/v20201002/examples.json +78 -24
  53. tccli/services/tcsas/tcsas_client.py +2281 -209
  54. tccli/services/tcsas/v20250106/api.json +8410 -3423
  55. tccli/services/tcsas/v20250106/examples.json +308 -12
  56. tccli/services/tdmq/v20200217/api.json +4 -4
  57. tccli/services/teo/v20220901/api.json +10 -10
  58. tccli/services/tke/tke_client.py +168 -0
  59. tccli/services/tke/v20180525/api.json +227 -0
  60. tccli/services/tke/v20180525/examples.json +24 -0
  61. tccli/services/trocket/v20230308/api.json +96 -96
  62. tccli/services/trtc/v20190722/api.json +212 -144
  63. tccli/services/trtc/v20190722/examples.json +7 -7
  64. tccli/services/vod/v20180717/api.json +2929 -296
  65. tccli/services/vod/v20180717/examples.json +40 -6
  66. tccli/services/vod/vod_client.py +280 -0
  67. tccli/services/vpc/v20170312/api.json +80 -13
  68. tccli/services/vpc/v20170312/examples.json +17 -9
  69. tccli/services/vpc/vpc_client.py +64 -8
  70. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/METADATA +2 -2
  71. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/RECORD +75 -71
  72. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/WHEEL +1 -1
  73. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/LICENSE +0 -0
  74. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/entry_points.txt +0 -0
  75. {tccli_intl_en-3.1.13.1.dist-info → tccli_intl_en-3.1.39.1.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "AssociateTargetGroups": {
18
- "document": "This API is used to bind target groups to Cloud Load Balancer listeners (Layer-4 protocol) or forwarding rules (L7 protocol).\nThis API is asynchronous. After it returns a successful result, you need to call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n-Binding a legacy version target group to a Layer-4 listener requires the listener to have backend target groups enabled.\n-Layer-7 bind target group. LocationId is a required item in the data structure TargetGroupAssociation.\n-The VPC of the Cloud Load Balancer must match the VPC of the target group.",
18
+ "document": "This API is used to bind target groups to Cloud Load Balancer listeners (Layer-4 protocol) or forwarding rules (L7 protocol).\nThis API is asynchronous. After it returns a successful result, you need to call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n-Binding a legacy version target group to a Layer-4 listener requires the listener to have backend target groups enabled.\n-Layer-7 bind target group. LocationId is a required item in the data structure TargetGroupAssociation.\n-The VPC of the Cloud Load Balancer must match the VPC of the target group.",
19
19
  "input": "AssociateTargetGroupsRequest",
20
20
  "name": "Binds target groups to rules",
21
21
  "output": "AssociateTargetGroupsResponse",
@@ -57,7 +57,7 @@
57
57
  "status": "online"
58
58
  },
59
59
  "CloneLoadBalancer": {
60
- "document": "This API is used to clone a load balancing instance with identical rules and binding relationships based on the designated Cloud Load Balancer. The cloning process is an asynchronous operation. The cloned data is based on the status when calling CloneLoadBalancer. If the source CLB changes after calling CloneLoadBalancer, the change rules will not be cloned.\n\nNote: The instance creation status can be queried based on the returned requestId by accessing the DescribeTaskStatus API (https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1).\n\nThis API is used to describe restriction descriptions.\nThis API is used to set instance attribute restrictions.\n-The cloning feature supports both pay-as-you-go and monthly subscription instances. For cloned monthly subscription instances, the new instance's network billing mode switches to billing by hourly bandwidth, with its bandwidth and specifications remaining consistent with the settings of the original instance.\n-CLB instances not associated with billable items cannot be cloned (historic free activity creation).\n-Classic CLB instances and Anti-DDoS CLBs cannot be cloned.\n-Cloning of classic network-based instances is not supported.\n-Anycast instances cannot be cloned.\n-IPv6 NAT64 edition instances cannot be cloned.\n-Blocked or frozen instances cannot be cloned.\n-Before performing the cloning operation, make sure that all certificates used on the instance have not expired, otherwise cloning will fail.\nThis API is used to set quota dimension restrictions.\n-Cloning is not supported when the number of instance listeners exceeds 50.\n-Cloning is not supported when the public network bandwidth cap of a shared instance exceeds 2G.\n\nThis API is used to call APIs.\nThis API is used to specify the BGP bandwidth package ID.\nThis API is used to perform exclusive cluster cloning with corresponding parameters, otherwise shared instance creation will be used.",
60
+ "document": "This API is used to clone a load balancing instance with identical rules and binding relationships based on the designated Cloud Load Balancer. The cloning process is an asynchronous operation. The cloned data is based on the status when calling CloneLoadBalancer. If the source CLB changes after calling CloneLoadBalancer, the change rules will not be cloned.\n\nNote: The instance creation status can be queried based on the returned requestId by accessing the DescribeTaskStatus API (https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1).\n\nThis API is used to describe restriction descriptions.\nThis API is used to set instance attribute restrictions.\n-The cloning feature supports both pay-as-you-go and monthly subscription instances. For cloned monthly subscription instances, the new instance's network billing mode switches to billing by hourly bandwidth, with its bandwidth and specifications remaining consistent with the settings of the original instance.\n-CLB instances not associated with billable items cannot be cloned (historic free activity creation).\n-Classic CLB instances and Anti-DDoS CLBs cannot be cloned.\n-Cloning of classic network-based instances is not supported.\n-Anycast instances cannot be cloned.\n-IPv6 NAT64 edition instances cannot be cloned.\n-Blocked or frozen instances cannot be cloned.\n-Before performing the cloning operation, make sure that all certificates used on the instance have not expired, otherwise cloning will fail.\nThis API is used to set quota dimension restrictions.\n-Cloning is not supported when the number of instance listeners exceeds 50.\n-Cloning is not supported when the public network bandwidth cap of a shared instance exceeds 2G.\n\nThis API is used to call APIs.\nThis API is used to specify the BGP bandwidth package ID.\nThis API is used to perform exclusive cluster cloning with corresponding parameters, otherwise shared instance creation will be used.",
61
61
  "input": "CloneLoadBalancerRequest",
62
62
  "name": "Clones a CLB instance",
63
63
  "output": "CloneLoadBalancerResponse",
@@ -85,14 +85,14 @@
85
85
  "status": "online"
86
86
  },
87
87
  "CreateLoadBalancerSnatIps": {
88
- "document": "This API is used to add SnatIp for SnatPro Cloud Load Balancer. If SnatPro is not enabled, it will be auto on after adding SnatIp.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
88
+ "document": "This API is used to add SnatIp for SnatPro Cloud Load Balancer. If SnatPro is not enabled, it will be auto on after adding SnatIp.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
89
89
  "input": "CreateLoadBalancerSnatIpsRequest",
90
90
  "name": "Adds SNAT IP",
91
91
  "output": "CreateLoadBalancerSnatIpsResponse",
92
92
  "status": "online"
93
93
  },
94
94
  "CreateRule": {
95
- "document": "This API is used to create forwarding rules under an existing layer-7 CLB listener. In layer-7 CLB listeners, backend services must be bound to rules instead of the listener.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
95
+ "document": "This API is used to create forwarding rules under an existing layer-7 CLB listener. In layer-7 CLB listeners, backend services must be bound to rules instead of the listener.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
96
96
  "input": "CreateRuleRequest",
97
97
  "name": "Creates a forwarding rule for a layer-7 CLB listener",
98
98
  "output": "CreateRuleResponse",
@@ -120,7 +120,7 @@
120
120
  "status": "online"
121
121
  },
122
122
  "DeleteListener": {
123
- "document": "This API is used to delete listeners (layer-4 and layer-7) under a Cloud Load Balancer instance.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
123
+ "document": "This API is used to delete listeners (layer-4 and layer-7) under a Cloud Load Balancer instance.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
124
124
  "input": "DeleteListenerRequest",
125
125
  "name": "Deletes a CLB listener",
126
126
  "output": "DeleteListenerResponse",
@@ -134,14 +134,14 @@
134
134
  "status": "online"
135
135
  },
136
136
  "DeleteLoadBalancerListeners": {
137
- "document": "This API is used to delete multiple listeners of Cloud Load Balancer.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
137
+ "document": "This API is used to delete multiple listeners of Cloud Load Balancer.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
138
138
  "input": "DeleteLoadBalancerListenersRequest",
139
139
  "name": "Deletes multiple CLB listeners",
140
140
  "output": "DeleteLoadBalancerListenersResponse",
141
141
  "status": "online"
142
142
  },
143
143
  "DeleteLoadBalancerSnatIps": {
144
- "document": "This API is used to delete the SnatIp of the SnatPro load balancing.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
144
+ "document": "This API is used to delete the SnatIp of the SnatPro load balancing.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
145
145
  "input": "DeleteLoadBalancerSnatIpsRequest",
146
146
  "name": "Deletes SNAT IP",
147
147
  "output": "DeleteLoadBalancerSnatIpsResponse",
@@ -155,7 +155,7 @@
155
155
  "status": "online"
156
156
  },
157
157
  "DeleteRule": {
158
- "document": "This API is used to delete forwarding rules under a layer-7 listener of a load balancing instance.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
158
+ "document": "This API is used to delete forwarding rules under a layer-7 listener of a load balancing instance.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
159
159
  "input": "DeleteRuleRequest",
160
160
  "name": "Deletes a rule from a layer-7 CLB listener",
161
161
  "output": "DeleteRuleResponse",
@@ -169,14 +169,14 @@
169
169
  "status": "online"
170
170
  },
171
171
  "DeregisterFunctionTargets": {
172
- "document": "This API is used to unbind a cloud function from the forwarding rule of a Cloud Load Balancer. For a layer-7 (HTTP/HTTPS) listener, the forwarding rule must be specified by LocationId or Domain+Url.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n\n-SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.\n-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [account type upgrade instructions](https://www.tencentcloud.comom/document/product/1199/49090?from_cn_redirect=1).\n-Classic CLB does not support binding SCF.\n-Basic Network Type does not support binding SCF.\n-CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.\n-Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.\n-Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.\n-CLB binding SCF only supports binding cloud functions of the \"Event function\" type.",
172
+ "document": "This API is used to unbind a cloud function from the forwarding rule of a Cloud Load Balancer. For a layer-7 (HTTP/HTTPS) listener, the forwarding rule must be specified by LocationId or Domain+Url.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n\n-SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.\n-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [account type upgrade instructions](https://www.tencentcloud.com/document/product/1199/49090?from_cn_redirect=1).\n-Classic CLB does not support binding SCF.\n-Basic Network Type does not support binding SCF.\n-CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.\n-Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.\n-Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.\n-CLB binding SCF only supports binding cloud functions of the \"Event function\" type.",
173
173
  "input": "DeregisterFunctionTargetsRequest",
174
174
  "name": "Unbinding an SCF function from a forwarding rule",
175
175
  "output": "DeregisterFunctionTargetsResponse",
176
176
  "status": "online"
177
177
  },
178
178
  "DeregisterTargetGroupInstances": {
179
- "document": "This API is used to unbind a server from a target group.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
179
+ "document": "This API is used to unbind a server from a target group.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
180
180
  "input": "DeregisterTargetGroupInstancesRequest",
181
181
  "name": "Unbinds a server from a target group",
182
182
  "output": "DeregisterTargetGroupInstancesResponse",
@@ -463,14 +463,14 @@
463
463
  "status": "online"
464
464
  },
465
465
  "ModifyDomain": {
466
- "document": "This API is used to modify the domain name under a layer-7 (HTTP/HTTPS) listener of Cloud Load Balancer.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
466
+ "document": "This API is used to modify the domain name under a layer-7 (HTTP/HTTPS) listener of Cloud Load Balancer.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
467
467
  "input": "ModifyDomainRequest",
468
468
  "name": "Modifies a domain name of a layer-7 forwarding rule",
469
469
  "output": "ModifyDomainResponse",
470
470
  "status": "online"
471
471
  },
472
472
  "ModifyDomainAttributes": {
473
- "document": "This API is used to modify domain-level attributes of Cloud Load Balancer layer-7 listener forwarding rules, such as modifying domain name, changing DefaultServer, enabling/disabling Http/2, and modifying certificates.\nThis is an async API. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to check whether this task is successful.",
473
+ "document": "This API is used to modify domain-level attributes of Cloud Load Balancer layer-7 listener forwarding rules, such as modifying domain name, changing DefaultServer, enabling/disabling Http/2, and modifying certificates.\nThis is an async API. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to check whether this task is successful.",
474
474
  "input": "ModifyDomainAttributesRequest",
475
475
  "name": "Modifies the domain name-level attributes of a layer-7 listener's forwarding rule",
476
476
  "output": "ModifyDomainAttributesResponse",
@@ -491,7 +491,7 @@
491
491
  "status": "online"
492
492
  },
493
493
  "ModifyLoadBalancerAttributes": {
494
- "document": "This API is used to modify the attributes of a CLB instance, such as name and cross-region attributes.\nNon-bandwidth-upshift users must add their CLB instance to a bandwidth package to configure cross-domain attributes. To modify the network billing mode, go to the console.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
494
+ "document": "This API is used to modify the attributes of a CLB instance, such as name and cross-region attributes.\nNon-bandwidth-upshift users must add their CLB instance to a bandwidth package to configure cross-domain attributes. To modify the network billing mode, go to the console.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
495
495
  "input": "ModifyLoadBalancerAttributesRequest",
496
496
  "name": "Modifies the attributes of a CLB instance",
497
497
  "output": "ModifyLoadBalancerAttributesResponse",
@@ -512,7 +512,7 @@
512
512
  "status": "online"
513
513
  },
514
514
  "ModifyRule": {
515
- "document": "This API is used to modify the properties of forwarding rules under a layer-7 (HTTP/HTTPS) listener in Cloud Load Balancer, including forwarding path, health check attributes and forwarding policy.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
515
+ "document": "This API is used to modify the properties of forwarding rules under a layer-7 (HTTP/HTTPS) listener in Cloud Load Balancer, including forwarding path, health check attributes and forwarding policy.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
516
516
  "input": "ModifyRuleRequest",
517
517
  "name": "Modifies a forwarding rule of a CLB listener",
518
518
  "output": "ModifyRuleResponse",
@@ -547,14 +547,14 @@
547
547
  "status": "online"
548
548
  },
549
549
  "ModifyTargetWeight": {
550
- "document": "This API is used to modify the forwarding weight of backend service bound to Cloud Load Balancer.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
550
+ "document": "This API is used to modify the forwarding weight of backend service bound to Cloud Load Balancer.\nThis is an asynchronous API. After it returns the result successfully, you can call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestId as an input parameter to query whether the task is successful.",
551
551
  "input": "ModifyTargetWeightRequest",
552
552
  "name": "Modifies the forwarding weight of a real server bound to a listener",
553
553
  "output": "ModifyTargetWeightResponse",
554
554
  "status": "online"
555
555
  },
556
556
  "RegisterFunctionTargets": {
557
- "document": "This API is used to bind a cloud function to the forwarding rule of a Cloud Load Balancer. Before that, you need to create a related HTTP or HTTPS listener and forwarding rule.\nThis API is used to perform asynchronous operations. After returning a successful result, call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n-SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.\n-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [account type upgrade instructions](https://www.tencentcloud.comom/document/product/1199/49090?from_cn_redirect=1). \n-Classic CLB does not support binding SCF.\n-Basic Network Type does not support binding SCF.\n-CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.\n-Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.\n-Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.\n- CLB binding SCF only supports binding SCF of the \"Event function\" type.\n-A forwarding rule supports binding only one SCF.",
557
+ "document": "This API is used to bind a cloud function to the forwarding rule of a Cloud Load Balancer. Before that, you need to create a related HTTP or HTTPS listener and forwarding rule.\nThis API is used to perform asynchronous operations. After returning a successful result, call the DescribeTaskStatus API with the returned RequestID as an input parameter to check whether this task is successful.\nThis API is used to describe restrictions.\n-SCF binding is supported only in Guangzhou, Shenzhen Finance, Shanghai, Shanghai Finance, Beijing, Chengdu, Hong Kong (China), Singapore, Tokyo, and Silicon Valley.\n-Only the standard account type supports binding SCF. The classic account type is unsupported. We recommend upgrading to the standard account type. For more information, see [account type upgrade instructions](https://www.tencentcloud.com/document/product/1199/49090?from_cn_redirect=1). \n-Classic CLB does not support binding SCF.\n-Basic Network Type does not support binding SCF.\n-CLB supports binding ALL SCFs in the same region by default, supports cross-VPC binding, but cross-region selection is not supported.\n-Currently, only IPv4 and IPv6 NAT64 versions of Cloud Load Balancer support binding SCF. IPv6 version is not currently supported.\n-Only layer-7 (HTTP, HTTPS) listeners support binding SCF. Layer-4 (TCP, UDP, TCP SSL) listeners and layer-7 QUIC listeners are unsupported.\n- CLB binding SCF only supports binding SCF of the \"Event function\" type.\n-A forwarding rule supports binding only one SCF.",
558
558
  "input": "RegisterFunctionTargetsRequest",
559
559
  "name": "Binds an SCF function with a forwarding rule",
560
560
  "output": "RegisterFunctionTargetsResponse",
@@ -568,7 +568,7 @@
568
568
  "status": "online"
569
569
  },
570
570
  "RegisterTargets": {
571
- "document": "This API is used to bind one or more backend services to a Cloud Load Balancer listener or layer-7 forwarding rule. Before that, you need to create a related CLB layer-4 listener or layer-7 forwarding rule. For Layer-4 listeners (TCP/UDP), only specify the listener ID. For layer-7 (HTTP/HTTPS) listeners, forwarding rules must be specified through LocationId or Domain+Url.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
571
+ "document": "This API is used to bind one or more backend services to a Cloud Load Balancer listener or layer-7 forwarding rule. Before that, you need to create a related CLB layer-4 listener or layer-7 forwarding rule. For Layer-4 listeners (TCP/UDP), only specify the listener ID. For layer-7 (HTTP/HTTPS) listeners, forwarding rules must be specified through LocationId or Domain+Url.\nThis API is used to perform asynchronous operations. After it returns a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.",
572
572
  "input": "RegisterTargetsRequest",
573
573
  "name": "Binds real servers to a listener",
574
574
  "output": "RegisterTargetsResponse",
@@ -603,14 +603,14 @@
603
603
  "status": "online"
604
604
  },
605
605
  "SetLoadBalancerSecurityGroups": {
606
- "document": "This API is used to bind or unbind security groups for a public network load balancing instance. To query currently bound security groups of a load balancing instance, use the DescribeLoadBalancers API (https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1). This API follows set semantics.\nThis API is used to pass in all security groups that should be bound to the Cloud Load Balancer instance during the binding operation (bound + new binding).\nFor unbinding operations, the input parameters should specify all security groups bound to a CLB instance after unbinding. If you want to unbind all security groups, you can omit this parameter or input an empty array. Note: After a private network CLB is bound to an EIP, the security groups on the CLB do not take effect for the traffic from the EIP, but take effect for the traffic from the private network CLB.",
606
+ "document": "This API is used to bind or unbind security groups for a public network load balancing instance. To query currently bound security groups of a load balancing instance, use the DescribeLoadBalancers API (https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1). This API follows set semantics.\nThis API is used to pass in all security groups that should be bound to the Cloud Load Balancer instance during the binding operation (bound + new binding).\nFor unbinding operations, the input parameters should specify all security groups bound to a CLB instance after unbinding. If you want to unbind all security groups, you can omit this parameter or input an empty array. Note: After a private network CLB is bound to an EIP, the security groups on the CLB do not take effect for the traffic from the EIP, but take effect for the traffic from the private network CLB.",
607
607
  "input": "SetLoadBalancerSecurityGroupsRequest",
608
608
  "name": "Configures security groups for a CLB instance",
609
609
  "output": "SetLoadBalancerSecurityGroupsResponse",
610
610
  "status": "online"
611
611
  },
612
612
  "SetLoadBalancerStartStatus": {
613
- "document": "This API is used to start or stop a load balancing instance or listener.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.comom/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.\nThis feature is currently in beta test. To use it, submit a [ticket](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1) for application.",
613
+ "document": "This API is used to start or stop a load balancing instance or listener.\nThis API is used to perform asynchronous operations. After returning a successful result, call the [DescribeTaskStatus](https://www.tencentcloud.com/document/product/214/30683?from_cn_redirect=1) API with the returned RequestID as an input parameter to check whether this task is successful.\nThis feature is currently in beta test. To use it, submit a [ticket](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1) for application.",
614
614
  "input": "SetLoadBalancerStartStatusRequest",
615
615
  "name": "Enables or disables a CLB instance or listener",
616
616
  "output": "SetLoadBalancerStartStatusResponse",
@@ -2119,7 +2119,7 @@
2119
2119
  "members": [
2120
2120
  {
2121
2121
  "disabled": false,
2122
- "document": "Specifies the clb ID. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
2122
+ "document": "Specifies the clb ID. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
2123
2123
  "example": "lb-5luefaho",
2124
2124
  "member": "string",
2125
2125
  "name": "LoadBalancerId",
@@ -2164,7 +2164,7 @@
2164
2164
  },
2165
2165
  {
2166
2166
  "disabled": false,
2167
- "document": "Applicable only to public network clb. AZ ID, both availability zone ID and name are supported. specify availability zone to create a load balancing instance, for example: 100001 or ap-guangzhou-1. if not passed, queries CVM instances in all azs. if needed, call the API for the query DescribeZones (https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1) to specify availability zone.",
2167
+ "document": "Applicable only to public network clb. AZ ID, both availability zone ID and name are supported. specify availability zone to create a load balancing instance, for example: 100001 or ap-guangzhou-1. if not passed, queries CVM instances in all azs. if needed, call the API for the query DescribeZones (https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1) to specify availability zone.",
2168
2168
  "example": "ap-guangzhou-1",
2169
2169
  "member": "string",
2170
2170
  "name": "ZoneId",
@@ -2218,7 +2218,7 @@
2218
2218
  },
2219
2219
  {
2220
2220
  "disabled": false,
2221
- "document": "BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.comom/document/api/215/19209?from_cn_redirect=1) api. specifies this parameter indicates the network billing mode (InternetAccessible.InternetChargeType) supports only billing by BANDWIDTH PACKAGE (BANDWIDTH_PACKAGE).",
2221
+ "document": "BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.com/document/api/215/19209?from_cn_redirect=1) api. specifies this parameter indicates the network billing mode (InternetAccessible.InternetChargeType) supports only billing by BANDWIDTH PACKAGE (BANDWIDTH_PACKAGE).",
2222
2222
  "example": "bwp-pnbe****",
2223
2223
  "member": "string",
2224
2224
  "name": "BandwidthPackageId",
@@ -2245,7 +2245,7 @@
2245
2245
  },
2246
2246
  {
2247
2247
  "disabled": false,
2248
- "document": "Public network exclusive cluster ID or CDCId. can be obtained through the [DescribeExclusiveClusters](https://www.tencentcloud.comom/document/product/214/49278?from_cn_redirect=1) api.",
2248
+ "document": "Public network exclusive cluster ID or CDCId. can be obtained through the [DescribeExclusiveClusters](https://www.tencentcloud.com/document/product/214/49278?from_cn_redirect=1) api.",
2249
2249
  "example": "[\"cluster-gbo2****\"]",
2250
2250
  "member": "string",
2251
2251
  "name": "ClusterIds",
@@ -2272,7 +2272,7 @@
2272
2272
  },
2273
2273
  {
2274
2274
  "disabled": false,
2275
- "document": "Applicable only to private network clb. when connected to nearby, select availability zone for deployment. you can call DescribeZones (https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1) to query the availability zone list.",
2275
+ "document": "Applicable only to private network clb. when connected to nearby, select availability zone for deployment. you can call DescribeZones (https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1) to query the availability zone list.",
2276
2276
  "example": "[\"ap-guangzhou-3\"]",
2277
2277
  "member": "string",
2278
2278
  "name": "Zones",
@@ -2281,7 +2281,7 @@
2281
2281
  },
2282
2282
  {
2283
2283
  "disabled": false,
2284
- "document": "The unique ID of EIP, such as EIP-qhx8udkc, applicable only to private network clb binding EIP, can be queried through the DescribeAddresses API (https://www.tencentcloud.comom/document/product/215/16702?from_cn_redirect=1).",
2284
+ "document": "The unique ID of EIP, such as EIP-qhx8udkc, applicable only to private network clb binding EIP, can be queried through the DescribeAddresses API (https://www.tencentcloud.com/document/product/215/16702?from_cn_redirect=1).",
2285
2285
  "example": "eip-qhx8udkc",
2286
2286
  "member": "string",
2287
2287
  "name": "EipAddressId",
@@ -2883,7 +2883,7 @@
2883
2883
  },
2884
2884
  {
2885
2885
  "disabled": false,
2886
- "document": "BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.comom/document/api/215/19209?from_cn_redirect=1) api. specifies the BANDWIDTH PACKAGE ID. when this parameter is specified, the network billing mode (InternetAccessible.InternetChargeType) supports only billing by BANDWIDTH PACKAGE (BANDWIDTH_PACKAGE). the attributes of the BANDWIDTH PACKAGE determine the settlement method. for IPv6 clb instances purchased by non-promoted users, if the operator type is not BGP, the BANDWIDTH PACKAGE ID cannot be specified.",
2886
+ "document": "BANDWIDTH PACKAGE ID, which can be obtained through the [DescribeBandwidthPackages](https://www.tencentcloud.com/document/api/215/19209?from_cn_redirect=1) api. specifies the BANDWIDTH PACKAGE ID. when this parameter is specified, the network billing mode (InternetAccessible.InternetChargeType) supports only billing by BANDWIDTH PACKAGE (BANDWIDTH_PACKAGE). the attributes of the BANDWIDTH PACKAGE determine the settlement method. for IPv6 clb instances purchased by non-promoted users, if the operator type is not BGP, the BANDWIDTH PACKAGE ID cannot be specified.",
2887
2887
  "example": "bwp-pnbe****",
2888
2888
  "member": "string",
2889
2889
  "name": "BandwidthPackageId",
@@ -2955,7 +2955,7 @@
2955
2955
  },
2956
2956
  {
2957
2957
  "disabled": false,
2958
- "document": "Applicable only to public network IPv4 clb instances. specifies the secondary AZ ID for cross-az disaster recovery. both AZ ID and name are supported, such as 100001 or ap-guangzhou-1.\nNote: The secondary AZ sustains traffic when the primary AZ encounters faults. You can call the [DescribeResources](https://www.tencentcloud.comom/document/api/214/70213?from_cn_redirect=1) API to query the list of primary/secondary AZs in a region. If you want to experience this feature, [submit a ticket](https://console.cloud.tencent.com/workorder/category).",
2958
+ "document": "Applicable only to public network IPv4 clb instances. specifies the secondary AZ ID for cross-az disaster recovery. both AZ ID and name are supported, such as 100001 or ap-guangzhou-1.\nNote: The secondary AZ sustains traffic when the primary AZ encounters faults. You can call the [DescribeResources](https://www.tencentcloud.com/document/api/214/70213?from_cn_redirect=1) API to query the list of primary/secondary AZs in a region. If you want to experience this feature, [submit a ticket](https://console.cloud.tencent.com/workorder/category).",
2959
2959
  "example": "ap-guangzhou-1",
2960
2960
  "member": "string",
2961
2961
  "name": "SlaveZoneId",
@@ -2964,7 +2964,7 @@
2964
2964
  },
2965
2965
  {
2966
2966
  "disabled": false,
2967
- "document": "The unique ID of EIP, which can be queried through the DescribeAddresses API (https://www.tencentcloud.comom/document/product/215/16702?from_cn_redirect=1). format: EIP-qhx8udkc. applicable only to private network clb binding EIP.",
2967
+ "document": "The unique ID of EIP, which can be queried through the DescribeAddresses API (https://www.tencentcloud.com/document/product/215/16702?from_cn_redirect=1). format: EIP-qhx8udkc. applicable only to private network clb binding EIP.",
2968
2968
  "example": "eip-qhx8udkc",
2969
2969
  "member": "string",
2970
2970
  "name": "EipAddressId",
@@ -3074,7 +3074,7 @@
3074
3074
  "members": [
3075
3075
  {
3076
3076
  "disabled": false,
3077
- "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID, such as lb-12345678.",
3077
+ "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID, such as lb-12345678.",
3078
3078
  "example": "lb-cuxw****",
3079
3079
  "member": "string",
3080
3080
  "name": "LoadBalancerId",
@@ -3083,7 +3083,7 @@
3083
3083
  },
3084
3084
  {
3085
3085
  "disabled": false,
3086
- "document": "Added SnatIp information. specify IP for request or designated subnet for automatic application. can be accessed through [DescribeSubnets](https://www.tencentcloud.comom/document/api/215/15784?from_cn_redirect=1) to query and retrieve. the default upper limit for one CLB instance is 10.",
3086
+ "document": "Added SnatIp information. specify IP for request or designated subnet for automatic application. can be accessed through [DescribeSubnets](https://www.tencentcloud.com/document/api/215/15784?from_cn_redirect=1) to query and retrieve. the default upper limit for one CLB instance is 10.",
3087
3087
  "example": "无",
3088
3088
  "member": "SnatIp",
3089
3089
  "name": "SnatIps",
@@ -3119,7 +3119,7 @@
3119
3119
  "members": [
3120
3120
  {
3121
3121
  "disabled": false,
3122
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
3122
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
3123
3123
  "example": "lb-cuxw****",
3124
3124
  "member": "string",
3125
3125
  "name": "LoadBalancerId",
@@ -3128,7 +3128,7 @@
3128
3128
  },
3129
3129
  {
3130
3130
  "disabled": false,
3131
- "document": "Specifies the listener ID, which can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
3131
+ "document": "Specifies the listener ID, which can be obtained through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.",
3132
3132
  "example": "lbl-4fbx*****",
3133
3133
  "member": "string",
3134
3134
  "name": "ListenerId",
@@ -3514,7 +3514,7 @@
3514
3514
  "members": [
3515
3515
  {
3516
3516
  "disabled": false,
3517
- "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3517
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3518
3518
  "example": "lb-cuxw****",
3519
3519
  "member": "string",
3520
3520
  "name": "LoadBalancerId",
@@ -3523,7 +3523,7 @@
3523
3523
  },
3524
3524
  {
3525
3525
  "disabled": false,
3526
- "document": "The listener ID to be deleted, can be accessed through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
3526
+ "document": "The listener ID to be deleted, can be accessed through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.",
3527
3527
  "example": "lbl-4udz****",
3528
3528
  "member": "string",
3529
3529
  "name": "ListenerId",
@@ -3550,7 +3550,7 @@
3550
3550
  "members": [
3551
3551
  {
3552
3552
  "disabled": false,
3553
- "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3553
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3554
3554
  "example": "lb-db2n****",
3555
3555
  "member": "string",
3556
3556
  "name": "LoadBalancerId",
@@ -3559,7 +3559,7 @@
3559
3559
  },
3560
3560
  {
3561
3561
  "disabled": false,
3562
- "document": "Specifies the listener ID array to be deleted, with a maximum of 20 elements. if left blank, all listeners of the clb will be deleted. can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
3562
+ "document": "Specifies the listener ID array to be deleted, with a maximum of 20 elements. if left blank, all listeners of the clb will be deleted. can be obtained through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.",
3563
3563
  "example": "[\"lbl-4fo6k8na\"]",
3564
3564
  "member": "string",
3565
3565
  "name": "ListenerIds",
@@ -3622,7 +3622,7 @@
3622
3622
  "members": [
3623
3623
  {
3624
3624
  "disabled": false,
3625
- "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID, such as lb-12345678.",
3625
+ "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID, such as lb-12345678.",
3626
3626
  "example": "lb-cuxw****",
3627
3627
  "member": "string",
3628
3628
  "name": "LoadBalancerId",
@@ -3712,7 +3712,7 @@
3712
3712
  "members": [
3713
3713
  {
3714
3714
  "disabled": false,
3715
- "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3715
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
3716
3716
  "example": "lb-cuxw2rm0",
3717
3717
  "member": "string",
3718
3718
  "name": "LoadBalancerId",
@@ -3721,7 +3721,7 @@
3721
3721
  },
3722
3722
  {
3723
3723
  "disabled": false,
3724
- "document": "ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
3724
+ "document": "ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
3725
3725
  "example": "lbl-4fbxq45k",
3726
3726
  "member": "string",
3727
3727
  "name": "ListenerId",
@@ -3730,7 +3730,7 @@
3730
3730
  },
3731
3731
  {
3732
3732
  "disabled": false,
3733
- "document": "Array of ids of forwarding rules to be deleted, can be accessed through the [DescribeLoadBalancersDetail](https://www.tencentcloud.comom/document/api/214/46916?from_cn_redirect=1) api.",
3733
+ "document": "Array of ids of forwarding rules to be deleted, can be accessed through the [DescribeLoadBalancersDetail](https://www.tencentcloud.com/document/api/214/46916?from_cn_redirect=1) api.",
3734
3734
  "example": "[\"loc-5lc6****\"]",
3735
3735
  "member": "string",
3736
3736
  "name": "LocationIds",
@@ -3739,7 +3739,7 @@
3739
3739
  },
3740
3740
  {
3741
3741
  "disabled": false,
3742
- "document": "Domain name of the forwarding rule to be deleted. if it is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeLoadBalancersDetail](https://www.tencentcloud.comom/document/api/214/46916?from_cn_redirect=1) api.",
3742
+ "document": "Domain name of the forwarding rule to be deleted. if it is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeLoadBalancersDetail](https://www.tencentcloud.com/document/api/214/46916?from_cn_redirect=1) api.",
3743
3743
  "example": "foo.net",
3744
3744
  "member": "string",
3745
3745
  "name": "Domain",
@@ -3748,7 +3748,7 @@
3748
3748
  },
3749
3749
  {
3750
3750
  "disabled": false,
3751
- "document": "Forwarding path of the forwarding rule to be deleted can be accessed through the DescribeLoadBalancersDetail api (https://www.tencentcloud.comom/document/api/214/46916?from_cn_redirect=1).",
3751
+ "document": "Forwarding path of the forwarding rule to be deleted can be accessed through the DescribeLoadBalancersDetail api (https://www.tencentcloud.com/document/api/214/46916?from_cn_redirect=1).",
3752
3752
  "example": "/bar2",
3753
3753
  "member": "string",
3754
3754
  "name": "Url",
@@ -3757,7 +3757,7 @@
3757
3757
  },
3758
3758
  {
3759
3759
  "disabled": false,
3760
- "document": "A default domain name must be configured under the listener. when you need to delete the default domain name, you can specify another domain name as the new default domain name. if the new default domain name is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
3760
+ "document": "A default domain name must be configured under the listener. when you need to delete the default domain name, you can specify another domain name as the new default domain name. if the new default domain name is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.",
3761
3761
  "example": "www.default.example.com",
3762
3762
  "member": "string",
3763
3763
  "name": "NewDefaultServerDomain",
@@ -4434,7 +4434,7 @@
4434
4434
  "members": [
4435
4435
  {
4436
4436
  "disabled": false,
4437
- "document": "Specifies the configuration ID, which can be obtained through the [DescribeCustomizedConfigList](https://www.tencentcloud.comom/document/product/214/60009?from_cn_redirect=1) api.",
4437
+ "document": "Specifies the configuration ID, which can be obtained through the [DescribeCustomizedConfigList](https://www.tencentcloud.com/document/product/214/60009?from_cn_redirect=1) api.",
4438
4438
  "example": "pz-fi018waq",
4439
4439
  "member": "string",
4440
4440
  "name": "UconfigId",
@@ -4461,7 +4461,7 @@
4461
4461
  },
4462
4462
  {
4463
4463
  "disabled": false,
4464
- "document": "Search Domain. can be queried through the `Domain` field in the [DescribeLoadBalancersDetail](https://www.tencentcloud.comom/document/product/214/46916?from_cn_redirect=1) API return value.",
4464
+ "document": "Search Domain. can be queried through the `Domain` field in the [DescribeLoadBalancersDetail](https://www.tencentcloud.com/document/product/214/46916?from_cn_redirect=1) API return value.",
4465
4465
  "example": "a.cc",
4466
4466
  "member": "string",
4467
4467
  "name": "Domain",
@@ -4544,7 +4544,7 @@
4544
4544
  },
4545
4545
  {
4546
4546
  "disabled": false,
4547
- "document": "Configuration ID, can be accessed through the [DescribeCustomizedConfigList](https://www.tencentcloud.comom/document/api/214/60009?from_cn_redirect=1) api.",
4547
+ "document": "Configuration ID, can be accessed through the [DescribeCustomizedConfigList](https://www.tencentcloud.com/document/api/214/60009?from_cn_redirect=1) api.",
4548
4548
  "example": "pz-12345678",
4549
4549
  "member": "string",
4550
4550
  "name": "UconfigIds",
@@ -4553,7 +4553,7 @@
4553
4553
  },
4554
4554
  {
4555
4555
  "disabled": false,
4556
- "document": "Filter criteria as follows:.\n- loadbalancer-id\nFilter by [cloud load balancer ID]. instance billing mode such as lb-9vxezxza.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).\n- vip\nFilter by [clb VIP]. network billing mode such as \"1.1.1.1\", \"2204::22:3\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).",
4556
+ "document": "Filter criteria as follows:.\n- loadbalancer-id\nFilter by [cloud load balancer ID]. instance billing mode such as lb-9vxezxza.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1).\n- vip\nFilter by [clb VIP]. network billing mode such as \"1.1.1.1\", \"2204::22:3\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1).",
4557
4557
  "example": "[{\"Name\":\"loadbalancer-id\",\"Values\":[\"lb-12345678\"]}]",
4558
4558
  "member": "Filter",
4559
4559
  "name": "Filters",
@@ -4618,7 +4618,7 @@
4618
4618
  },
4619
4619
  {
4620
4620
  "disabled": false,
4621
- "document": "The Region of the cloud load balancer can be obtained through the `RegionSet.Region` field in the API return value of [DescribeRegions](https://www.tencentcloud.comom/document/product/1596/77930?from_cn_redirect=1).",
4621
+ "document": "The Region of the cloud load balancer can be obtained through the `RegionSet.Region` field in the API return value of [DescribeRegions](https://www.tencentcloud.com/document/product/1596/77930?from_cn_redirect=1).",
4622
4622
  "example": "ap-guangzhou",
4623
4623
  "member": "string",
4624
4624
  "name": "LoadBalancerRegion",
@@ -4739,7 +4739,7 @@
4739
4739
  "members": [
4740
4740
  {
4741
4741
  "disabled": false,
4742
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/api/214/30685?from_cn_redirect=1) api to obtain the ID.",
4742
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/api/214/30685?from_cn_redirect=1) api to obtain the ID.",
4743
4743
  "example": "lb-aniq****",
4744
4744
  "member": "string",
4745
4745
  "name": "LoadBalancerId",
@@ -4748,7 +4748,7 @@
4748
4748
  },
4749
4749
  {
4750
4750
  "disabled": false,
4751
- "document": "Specifies the array of clb listener ids to query, with a maximum of 100. you can call the [DescribeListeners](https://www.tencentcloud.comom/document/api/214/30686?from_cn_redirect=1) api to obtain the ids.",
4751
+ "document": "Specifies the array of clb listener ids to query, with a maximum of 100. you can call the [DescribeListeners](https://www.tencentcloud.com/document/api/214/30686?from_cn_redirect=1) api to obtain the ids.",
4752
4752
  "example": "[\"lbl-8cnl****\",\"lbl-we2d\"]",
4753
4753
  "member": "string",
4754
4754
  "name": "ListenerIds",
@@ -4813,7 +4813,7 @@
4813
4813
  "members": [
4814
4814
  {
4815
4815
  "disabled": false,
4816
- "document": "Specifies the server certificate ID or client certificate ID. can be accessed through the [DescribeCertificate](https://www.tencentcloud.comom/document/api/400/41674?from_cn_redirect=1) api.\nSpecifies the maximum length of the array is 20.",
4816
+ "document": "Specifies the server certificate ID or client certificate ID. can be accessed through the [DescribeCertificate](https://www.tencentcloud.com/document/api/400/41674?from_cn_redirect=1) api.\nSpecifies the maximum length of the array is 20.",
4817
4817
  "example": "[\"RwFAfr8Y\"]",
4818
4818
  "member": "string",
4819
4819
  "name": "CertIds",
@@ -4976,7 +4976,7 @@
4976
4976
  },
4977
4977
  {
4978
4978
  "disabled": false,
4979
- "document": "Querying conditions for cloud load balancer detailed information list. detailed filter criteria.\n- loadbalancer-id\nFilter by [clb ID], for example: lb-rbw5skde.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1).\n- project-id\nFilters by [project ID]. for example: \"0\", \"123\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeProject](https://www.tencentcloud.comom/document/api/651/78725?from_cn_redirect=1).\n- network\nFilters by [clb network type]. for example: Public.\nType: String.\nRequired: No\nValid values: Private (Private network), Public (Public network).\n- vip\nFilter by [cloud load balancer VIP], such as \"1.1.1.1\", \"2204::22:3\".\nType: String.\nRequired: No\n- vpcid\nFilter by the vpc to which the cloud load balancer belongs, such as \"vpc-12345678\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeZones](https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1).\n- target-ip\nFilters by the private network IP of the backend destination. for example: \"1.1.1.1\", \"2203::214:4\".\nType: String.\nRequired: No\n- zone\nFilter by [availability zone of the cloud load balancer]. for example: \"ap-guangzhou-1\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeZones](https://www.tencentcloud.comom/document/product/213/15707?from_cn_redirect=1).\n- tag-key\nFilters by [tag key of the cloud load balancer tag], for example: \"name\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeTags](https://www.tencentcloud.comom/document/api/651/35316?from_cn_redirect=1).\n- tag:*\nFilter by [cloud load balancer tag], where ':' is followed by the tag key. for example, to filter by tag key 'name' with tag Values 'zhangsan' and 'lisi', use {\"name\": \"tag:name\",\"Values\": [\"zhangsan\", \"lisi\"]}.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeTagKeys](https://www.tencentcloud.comom/document/api/651/35318?from_cn_redirect=1).\n- fuzzy-search\nSearches by [clb VIP, clb name] using fuzzy search, for example: \"1.1\".\nType: String.\nRequired: No",
4979
+ "document": "Querying conditions for cloud load balancer detailed information list. detailed filter criteria.\n- loadbalancer-id\nFilter by [clb ID], for example: lb-rbw5skde.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1).\n- project-id\nFilters by [project ID]. for example: \"0\", \"123\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeProject](https://www.tencentcloud.com/document/api/651/78725?from_cn_redirect=1).\n- network\nFilters by [clb network type]. for example: Public.\nType: String.\nRequired: No\nValid values: Private (Private network), Public (Public network).\n- vip\nFilter by [cloud load balancer VIP], such as \"1.1.1.1\", \"2204::22:3\".\nType: String.\nRequired: No\n- vpcid\nFilter by the vpc to which the cloud load balancer belongs, such as \"vpc-12345678\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeZones](https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1).\n- target-ip\nFilters by the private network IP of the backend destination. for example: \"1.1.1.1\", \"2203::214:4\".\nType: String.\nRequired: No\n- zone\nFilter by [availability zone of the cloud load balancer]. for example: \"ap-guangzhou-1\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeZones](https://www.tencentcloud.com/document/product/213/15707?from_cn_redirect=1).\n- tag-key\nFilters by [tag key of the cloud load balancer tag], for example: \"name\".\nType: String.\nRequired: No\nMethod for obtaining: [DescribeTags](https://www.tencentcloud.com/document/api/651/35316?from_cn_redirect=1).\n- tag:*\nFilter by [cloud load balancer tag], where ':' is followed by the tag key. for example, to filter by tag key 'name' with tag Values 'zhangsan' and 'lisi', use {\"name\": \"tag:name\",\"Values\": [\"zhangsan\", \"lisi\"]}.\nType: String.\nRequired: No\nMethod for obtaining: [DescribeTagKeys](https://www.tencentcloud.com/document/api/651/35318?from_cn_redirect=1).\n- fuzzy-search\nSearches by [clb VIP, clb name] using fuzzy search, for example: \"1.1\".\nType: String.\nRequired: No",
4980
4980
  "example": "无",
4981
4981
  "member": "Filter",
4982
4982
  "name": "Filters",
@@ -5140,7 +5140,7 @@
5140
5140
  },
5141
5141
  {
5142
5142
  "disabled": false,
5143
- "document": "Project ID of the cloud load balancer instance. you can call the [DescribeProject](https://www.tencentcloud.comom/document/api/651/78725?from_cn_redirect=1) api to obtain the ID. defaults to all projects if not passed.",
5143
+ "document": "Project ID of the cloud load balancer instance. you can call the [DescribeProject](https://www.tencentcloud.com/document/api/651/78725?from_cn_redirect=1) api to obtain the ID. defaults to all projects if not passed.",
5144
5144
  "example": "1",
5145
5145
  "member": "int64",
5146
5146
  "name": "ProjectId",
@@ -5158,7 +5158,7 @@
5158
5158
  },
5159
5159
  {
5160
5160
  "disabled": false,
5161
- "document": "Specifies the unique vpc ID of the load balancing instance, such as vpc-bhqkbhdx. you can call the [DescribeVpcs](https://www.tencentcloud.comom/document/api/215/15778?from_cn_redirect=1) api to obtain it.\nSearches for cloud load balancer of basic network type. allows input '0'.",
5161
+ "document": "Specifies the unique vpc ID of the load balancing instance, such as vpc-bhqkbhdx. you can call the [DescribeVpcs](https://www.tencentcloud.com/document/api/215/15778?from_cn_redirect=1) api to obtain it.\nSearches for cloud load balancer of basic network type. allows input '0'.",
5162
5162
  "example": "vpc-bhqk****",
5163
5163
  "member": "string",
5164
5164
  "name": "VpcId",
@@ -5167,7 +5167,7 @@
5167
5167
  },
5168
5168
  {
5169
5169
  "disabled": false,
5170
- "document": "Security group ID, such as sg-m1cc****, can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.comom/document/product/215/15808?from_cn_redirect=1).",
5170
+ "document": "Security group ID, such as sg-m1cc****, can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_cn_redirect=1).",
5171
5171
  "example": "sg-m1cc****",
5172
5172
  "member": "string",
5173
5173
  "name": "SecurityGroup",
@@ -6425,7 +6425,7 @@
6425
6425
  "members": [
6426
6426
  {
6427
6427
  "disabled": false,
6428
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
6428
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
6429
6429
  "example": "lb-dr0mo6w4",
6430
6430
  "member": "string",
6431
6431
  "name": "LoadBalancerId",
@@ -6471,7 +6471,7 @@
6471
6471
  "members": [
6472
6472
  {
6473
6473
  "disabled": false,
6474
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
6474
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
6475
6475
  "example": "lb-eth6my23",
6476
6476
  "member": "string",
6477
6477
  "name": "LoadBalancerId",
@@ -6508,7 +6508,7 @@
6508
6508
  "members": [
6509
6509
  {
6510
6510
  "disabled": false,
6511
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
6511
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
6512
6512
  "example": "lb-xxxxxxxx",
6513
6513
  "member": "string",
6514
6514
  "name": "LoadBalancerId",
@@ -6789,7 +6789,7 @@
6789
6789
  "members": [
6790
6790
  {
6791
6791
  "disabled": false,
6792
- "document": "VPC ID in string format. Only string format is supported.\nCan be queried through the [DescribeVpcs](https://www.tencentcloud.comom/document/api/215/15778?from_cn_redirect=1) api.",
6792
+ "document": "VPC ID in string format. Only string format is supported.\nCan be queried through the [DescribeVpcs](https://www.tencentcloud.com/document/api/215/15778?from_cn_redirect=1) api.",
6793
6793
  "example": "vpc-p5sf61yj",
6794
6794
  "member": "string",
6795
6795
  "name": "VpcId",
@@ -6798,7 +6798,7 @@
6798
6798
  },
6799
6799
  {
6800
6800
  "disabled": false,
6801
- "document": "Specifies the private IP address for backend querying, which can be CVM or eni.\nCan be queried through the [DescribeAddresses](https://www.tencentcloud.comom/document/product/215/16702?from_cn_redirect=1) api.",
6801
+ "document": "Specifies the private IP address for backend querying, which can be CVM or eni.\nCan be queried through the [DescribeAddresses](https://www.tencentcloud.com/document/product/215/16702?from_cn_redirect=1) api.",
6802
6802
  "example": "10.0.0.3",
6803
6803
  "member": "string",
6804
6804
  "name": "PrivateIp",
@@ -7345,7 +7345,7 @@
7345
7345
  },
7346
7346
  {
7347
7347
  "disabled": false,
7348
- "document": "Network type of the load balancing instance.\nOPEN: public network attribute. INTERNAL: private network attribute. for a cloud load balancer with private network attribute, you can bind an EIP for public network access. for details, see the EIP document on binding elastic IP (https://www.tencentcloud.comom/document/product/215/16700?from_cn_redirect=1).",
7348
+ "document": "Network type of the load balancing instance.\nOPEN: public network attribute. INTERNAL: private network attribute. for a cloud load balancer with private network attribute, you can bind an EIP for public network access. for details, see the EIP document on binding elastic IP (https://www.tencentcloud.com/document/product/215/16700?from_cn_redirect=1).",
7349
7349
  "example": "OPEN",
7350
7350
  "member": "string",
7351
7351
  "name": "LoadBalancerType",
@@ -7554,7 +7554,7 @@
7554
7554
  },
7555
7555
  {
7556
7556
  "disabled": false,
7557
- "document": "Specifies the VPC ID in numerical form, obtainable through the DescribeVpcs API (https://www.tencentcloud.comom/document/product/215/15778?from_cn_redirect=1).",
7557
+ "document": "Specifies the VPC ID in numerical form, obtainable through the DescribeVpcs API (https://www.tencentcloud.com/document/product/215/15778?from_cn_redirect=1).",
7558
7558
  "example": "77599",
7559
7559
  "member": "uint64",
7560
7560
  "name": "NumericalVpcId",
@@ -8712,7 +8712,7 @@
8712
8712
  "members": [
8713
8713
  {
8714
8714
  "disabled": false,
8715
- "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
8715
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
8716
8716
  "example": "lb-1wvl****",
8717
8717
  "member": "string",
8718
8718
  "name": "LoadBalancerId",
@@ -8721,7 +8721,7 @@
8721
8721
  },
8722
8722
  {
8723
8723
  "disabled": false,
8724
- "document": "ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
8724
+ "document": "ID of the CLB instance listener. You can call the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
8725
8725
  "example": "lbl-n8mb****",
8726
8726
  "member": "string",
8727
8727
  "name": "ListenerId",
@@ -8730,7 +8730,7 @@
8730
8730
  },
8731
8731
  {
8732
8732
  "disabled": false,
8733
- "document": "Domain name (must be a domain name under a created forwarding rule). if it is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
8733
+ "document": "Domain name (must be a domain name under a created forwarding rule). if it is multiple domains, you can specify any one of the domain name list. it can be accessed through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.",
8734
8734
  "example": "foo.net",
8735
8735
  "member": "string",
8736
8736
  "name": "Domain",
@@ -8829,7 +8829,7 @@
8829
8829
  "members": [
8830
8830
  {
8831
8831
  "disabled": false,
8832
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
8832
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to query the ID.",
8833
8833
  "example": "lb-cuxw2rm0",
8834
8834
  "member": "string",
8835
8835
  "name": "LoadBalancerId",
@@ -8838,7 +8838,7 @@
8838
8838
  },
8839
8839
  {
8840
8840
  "disabled": false,
8841
- "document": "ID of the clb listener. you can call the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
8841
+ "document": "ID of the clb listener. you can call the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) API to query the ID.",
8842
8842
  "example": "lbl-d1ubsydq",
8843
8843
  "member": "string",
8844
8844
  "name": "ListenerId",
@@ -8847,7 +8847,7 @@
8847
8847
  },
8848
8848
  {
8849
8849
  "disabled": false,
8850
- "document": "An existing domain under the listener, can be queried through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
8850
+ "document": "An existing domain under the listener, can be queried through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.",
8851
8851
  "example": "foo.net",
8852
8852
  "member": "string",
8853
8853
  "name": "Domain",
@@ -9189,7 +9189,7 @@
9189
9189
  "members": [
9190
9190
  {
9191
9191
  "disabled": false,
9192
- "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
9192
+ "document": "Specifies the unique ID of the cloud load balancer. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
9193
9193
  "example": "lb-6efswuxa",
9194
9194
  "member": "string",
9195
9195
  "name": "LoadBalancerId",
@@ -9261,7 +9261,7 @@
9261
9261
  },
9262
9262
  {
9263
9263
  "disabled": false,
9264
- "document": "The associated endpoint Id, which can be queried via the [DescribeVpcEndPoint](https://www.tencentcloud.comom/document/product/215/54679?from_cn_redirect=1) api. input an empty string to unbind.",
9264
+ "document": "The associated endpoint Id, which can be queried via the [DescribeVpcEndPoint](https://www.tencentcloud.com/document/product/215/54679?from_cn_redirect=1) api. input an empty string to unbind.",
9265
9265
  "example": "vpce-h0fk8lfc",
9266
9266
  "member": "string",
9267
9267
  "name": "AssociateEndpoint",
@@ -9334,7 +9334,7 @@
9334
9334
  "members": [
9335
9335
  {
9336
9336
  "disabled": false,
9337
- "document": "One or more load balancing instance ids to be operated. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ids.\nSpecifies the maximum length supported by the list is 20.",
9337
+ "document": "One or more load balancing instance ids to be operated. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ids.\nSpecifies the maximum length supported by the list is 20.",
9338
9338
  "example": "[\"lb-1234abcd\",\"lb-5678wwqq\"]",
9339
9339
  "member": "string",
9340
9340
  "name": "LoadBalancerIds",
@@ -9370,7 +9370,7 @@
9370
9370
  "members": [
9371
9371
  {
9372
9372
  "disabled": false,
9373
- "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
9373
+ "document": "ID of the CLB instance. You can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/214/30685?from_cn_redirect=1) API to obtain the ID.",
9374
9374
  "example": "lb-cuxw2rm0",
9375
9375
  "member": "string",
9376
9376
  "name": "LoadBalancerId",
@@ -9379,7 +9379,7 @@
9379
9379
  },
9380
9380
  {
9381
9381
  "disabled": false,
9382
- "document": "ID of the clb listener. can be obtained through the [DescribeListeners](https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1) api.",
9382
+ "document": "ID of the clb listener. can be obtained through the [DescribeListeners](https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1) api.",
9383
9383
  "example": "lbl-4fbxq45k",
9384
9384
  "member": "string",
9385
9385
  "name": "ListenerId",
@@ -9388,7 +9388,7 @@
9388
9388
  },
9389
9389
  {
9390
9390
  "disabled": false,
9391
- "document": "Specifies the rule ID of the forwarding rule to be modified, which can be obtained through the DescribeListeners API (https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1).",
9391
+ "document": "Specifies the rule ID of the forwarding rule to be modified, which can be obtained through the DescribeListeners API (https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1).",
9392
9392
  "example": "loc-9dr7bsl3",
9393
9393
  "member": "string",
9394
9394
  "name": "LocationId",
@@ -10088,7 +10088,7 @@
10088
10088
  },
10089
10089
  {
10090
10090
  "disabled": false,
10091
- "document": "Specifies the forwarding rule ID, which can be obtained through the DescribeListeners API (https://www.tencentcloud.comom/document/product/214/30686?from_cn_redirect=1). you must provide this parameter or either Domain or Url when binding a backend service to a layer-7 forwarding rule.",
10091
+ "document": "Specifies the forwarding rule ID, which can be obtained through the DescribeListeners API (https://www.tencentcloud.com/document/product/214/30686?from_cn_redirect=1). you must provide this parameter or either Domain or Url when binding a backend service to a layer-7 forwarding rule.",
10092
10092
  "example": "loc-fi8g****",
10093
10093
  "member": "string",
10094
10094
  "name": "LocationId",
@@ -10411,7 +10411,7 @@
10411
10411
  },
10412
10412
  {
10413
10413
  "disabled": false,
10414
- "document": "Modified Tag of the backend service. this parameter has a lower priority than the Tag parameter in the aforementioned [Target](https://www.tencentcloud.comom/document/api/214/30694?from_cn_redirect=1#Target). the final Tag value is based on the Tag parameter in the Target. the Tag parameter in RsTagRule will be used only when the Tag parameter in the Target is empty.",
10414
+ "document": "Modified Tag of the backend service. this parameter has a lower priority than the Tag parameter in the aforementioned [Target](https://www.tencentcloud.com/document/api/214/30694?from_cn_redirect=1#Target). the final Tag value is based on the Tag parameter in the Target. the Tag parameter in RsTagRule will be used only when the Tag parameter in the Target is empty.",
10415
10415
  "example": "tag_target",
10416
10416
  "member": "string",
10417
10417
  "name": "Tag",
@@ -11068,7 +11068,7 @@
11068
11068
  },
11069
11069
  {
11070
11070
  "disabled": false,
11071
- "document": "Specifies the personalized configuration content. this field is required when creating or modifying custom configuration.\nSpecifies specific restrictions. view layer-7 personalized configuration (https://www.tencentcloud.comom/document/product/214/15171?from_cn_redirect=1).",
11071
+ "document": "Specifies the personalized configuration content. this field is required when creating or modifying custom configuration.\nSpecifies specific restrictions. view layer-7 personalized configuration (https://www.tencentcloud.com/document/product/214/15171?from_cn_redirect=1).",
11072
11072
  "example": "client_max_body_size 222M;",
11073
11073
  "member": "string",
11074
11074
  "name": "ConfigContent",
@@ -11086,7 +11086,7 @@
11086
11086
  },
11087
11087
  {
11088
11088
  "disabled": false,
11089
- "document": "CLB instance ID. this field is required for bind/unbind operations.\nCan be queried through the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) api.",
11089
+ "document": "CLB instance ID. this field is required for bind/unbind operations.\nCan be queried through the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) api.",
11090
11090
  "example": "[lb-55rh44i6]",
11091
11091
  "member": "string",
11092
11092
  "name": "LoadBalancerIds",
@@ -11123,7 +11123,7 @@
11123
11123
  "members": [
11124
11124
  {
11125
11125
  "disabled": false,
11126
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
11126
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
11127
11127
  "example": "lb-cuxw2r00",
11128
11128
  "member": "string",
11129
11129
  "name": "LoadBalancerId",
@@ -11132,7 +11132,7 @@
11132
11132
  },
11133
11133
  {
11134
11134
  "disabled": false,
11135
- "document": "Log set ID of cloud log service (CLS).\n<li>Specifies the logset ID that can be obtained by calling the [DescribeLogsets](https://www.tencentcloud.comom/document/product/614/58624?from_cn_redirect=1) API when adding or updating a log topic.</li>.\n<Li>When deleting a log topic, set this parameter to an empty string.</li>.",
11135
+ "document": "Log set ID of cloud log service (CLS).\n<li>Specifies the logset ID that can be obtained by calling the [DescribeLogsets](https://www.tencentcloud.com/document/product/614/58624?from_cn_redirect=1) API when adding or updating a log topic.</li>.\n<Li>When deleting a log topic, set this parameter to an empty string.</li>.",
11136
11136
  "example": "ac251c08-778c-4fbc-981b-4898dd48d928",
11137
11137
  "member": "string",
11138
11138
  "name": "LogSetId",
@@ -11141,7 +11141,7 @@
11141
11141
  },
11142
11142
  {
11143
11143
  "disabled": false,
11144
- "document": "Specifies the log topic ID of cloud log service (CLS).\n<li>Specifies the log topic ID can be obtained by calling the [DescribeTopics](https://www.tencentcloud.comom/document/product/614/56454?from_cn_redirect=1) API when adding or updating a log topic.</li>.\n<Li>When deleting a log topic, set this parameter to an empty string.</li>.",
11144
+ "document": "Specifies the log topic ID of cloud log service (CLS).\n<li>Specifies the log topic ID can be obtained by calling the [DescribeTopics](https://www.tencentcloud.com/document/product/614/56454?from_cn_redirect=1) API when adding or updating a log topic.</li>.\n<Li>When deleting a log topic, set this parameter to an empty string.</li>.",
11145
11145
  "example": "f43636fe-06fc-417b-9349-da4bc8a03745",
11146
11146
  "member": "string",
11147
11147
  "name": "LogTopicId",
@@ -11177,7 +11177,7 @@
11177
11177
  "members": [
11178
11178
  {
11179
11179
  "disabled": false,
11180
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
11180
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
11181
11181
  "example": "lb-cuxw2r00",
11182
11182
  "member": "string",
11183
11183
  "name": "LoadBalancerId",
@@ -11186,7 +11186,7 @@
11186
11186
  },
11187
11187
  {
11188
11188
  "disabled": false,
11189
- "document": "Specifies an array of security group ids. a load balancing instance supports a maximum binding of 50 security groups. to unbind all security groups, omit this parameter.\nCan be queried through the [DescribeSecurityGroups](https://www.tencentcloud.comom/document/product/215/15808?from_cn_redirect=1) api.",
11189
+ "document": "Specifies an array of security group ids. a load balancing instance supports a maximum binding of 50 security groups. to unbind all security groups, omit this parameter.\nCan be queried through the [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_cn_redirect=1) api.",
11190
11190
  "example": "[\"sg-0936o7sd\",\"sg-12345678\"]",
11191
11191
  "member": "string",
11192
11192
  "name": "SecurityGroups",
@@ -11222,7 +11222,7 @@
11222
11222
  },
11223
11223
  {
11224
11224
  "disabled": false,
11225
- "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
11225
+ "document": "ID of the cloud load balancer instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.",
11226
11226
  "example": "lb-hwdt33e0",
11227
11227
  "member": "string",
11228
11228
  "name": "LoadBalancerId",
@@ -11258,7 +11258,7 @@
11258
11258
  "members": [
11259
11259
  {
11260
11260
  "disabled": false,
11261
- "document": "Security group ID, such as sg-12345678. can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.comom/document/product/215/15808?from_cn_redirect=1).",
11261
+ "document": "Security group ID, such as sg-12345678. can be obtained through the API [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808?from_cn_redirect=1).",
11262
11262
  "example": "sg-12345678",
11263
11263
  "member": "string",
11264
11264
  "name": "SecurityGroup",
@@ -11276,7 +11276,7 @@
11276
11276
  },
11277
11277
  {
11278
11278
  "disabled": false,
11279
- "document": "ID array of the clb instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) API to query the ID.\nSpecifies the maximum length supported by the list is 20.",
11279
+ "document": "ID array of the clb instance. you can call the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) API to query the ID.\nSpecifies the maximum length supported by the list is 20.",
11280
11280
  "example": "[\"lb-0936o712\",\"lb-tttt5555\"]",
11281
11281
  "member": "string",
11282
11282
  "name": "LoadBalancerIds",
@@ -11303,7 +11303,7 @@
11303
11303
  "members": [
11304
11304
  {
11305
11305
  "disabled": false,
11306
- "document": "CLB instance ID.\nCan be queried through the [DescribeLoadBalancers](https://www.tencentcloud.comom/document/product/1108/48459?from_cn_redirect=1) api.",
11306
+ "document": "CLB instance ID.\nCan be queried through the [DescribeLoadBalancers](https://www.tencentcloud.com/document/product/1108/48459?from_cn_redirect=1) api.",
11307
11307
  "example": "lb-57x2wzka",
11308
11308
  "member": "string",
11309
11309
  "name": "LoadBalancerId",